@charset "UTF-8";
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #c21b18;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #48535c;
    --bs-gray-dark: #333;
    --bs-gray-100: #fcfcfd;
    --bs-gray-200: #f6f6f7;
    --bs-gray-300: #d8d8d8;
    --bs-gray-400: #ccc;
    --bs-gray-500: #6f7072;
    --bs-gray-600: #48535c;
    --bs-gray-700: #495057;
    --bs-gray-800: #333;
    --bs-gray-900: #20252b;
    --bs-primary: #c21b18;
    --bs-secondary: #e9573d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #c21b18;
    --bs-light: #fff;
    --bs-dark: #8e1230;
    --bs-primary-rgb: 194, 27, 24;
    --bs-secondary-rgb: 233, 87, 61;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 194, 27, 24;
    --bs-light-rgb: 255, 255, 255;
    --bs-dark-rgb: 142, 18, 48;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 32, 37, 43;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: "Roboto", sans-serif;
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(81.4deg, #8e1230, #c21b18);
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.2;
    --bs-body-color: #20252b;
    --bs-body-bg: #fff;
    --display-font-family: roboto, "Arial", sans-serif;
    --container-margin: 15px;
    --container-width: calc(100vw - 30px);
    --container-wide: var(--container-width);
    --container-wide-margin: var(--container-margin);
    --navbar-height: 62px;
    --topPhone-height: 35px
}

@media (min-width:576px) {
     :root {
        --container-margin: calc((100vw - 540px) * .5 + 15px);
        --container-width: 510px
    }
}

@media (min-width:768px) {
     :root {
        --container-margin: calc((100vw - 720px) * .5 + 15px);
        --container-width: 690px
    }
}

@media (min-width:992px) {
     :root {
        --container-margin: calc((100vw - 960px) * .5 + 15px);
        --container-width: 930px
    }
}

@media (min-width:1200px) {
     :root {
        --container-margin: calc((100vw - 1130px) * .5 + 15px);
        --container-width: 1100px
    }
}

@media (min-width:992px) {
     :root {
        --navbar-height: 84px;
        --topPhone-height: 0px
    }
}

@media (min-width:1440px) {
     :root {
        --navbar-height: 100px;
        --container-wide: 85.625rem;
        --container-wide-margin: calc((100vw - var(--container-wide)) * .5)
    }
}

.fonts-loaded {
    --display-font-family: roboto, sans-serif
}

*,
:after,
:before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
     :root {
        scroll-behavior: smooth
    }
}

body {
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body,
hr {
    margin: 0
}

hr {
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 100;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 3.125rem
}

.h2,
h2 {
    font-size: 3rem
}

.h3,
h3 {
    font-size: 2.5rem
}

.h4,
h4 {
    font-size: 1.75rem
}

.h5,
h5 {
    font-size: 1.5rem
}

p {
    margin-top: 0
}

p {
    margin-bottom: 1rem
}

address {
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

b,
strong {
    font-weight: 700
}

.small,
small {
    font-size: .875em
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

a {
    color: #c21b18;
    text-decoration: underline
}

a:hover {
    color: #9b1613
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
pre {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6f7072;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

iframe {
    border: 0
}

[hidden] {
    display: none!important
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: 1.25rem
}

.img-fluid {
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1130px
    }
}

.mtb0 {
    margin-top: 0 !important;
    margin-bottom: 0;
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x))
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

@media (min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media (min-width:992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .offset-lg-2 {
        margin-left: 16.66666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .875rem 1rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    color: #20252b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control[type=file] {
    overflow: hidden
}

svg path {
    stroke: currentColor;
}

.form-control[type=file]:not(:disabled):not([readonly]) {
    cursor: pointer
}

.form-control:focus {
    color: #20252b;
    background-color: #fff;
    border-color: #e18d8c;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 27, 24, .25)
}

.form-control::-webkit-date-and-time-value {
    height: 1.2em
}

.form-control:-ms-input-placeholder {
    color: #48535c;
    opacity: 1
}

.form-control::placeholder {
    color: #48535c;
    opacity: 1
}

.form-control:disabled {
    background-color: #f6f6f7;
    opacity: 1
}

.form-control::file-selector-button {
    padding: .875rem 1rem;
    margin: -.875rem -1rem;
    margin-inline-end: 1rem;
    color: #20252b;
    background-color: #f6f6f7;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
    .form-control::file-selector-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #eaeaeb
}

.form-control::-webkit-file-upload-button {
    padding: .875rem 1rem;
    margin: -.875rem -1rem;
    margin-inline-end: 1rem;
    color: #20252b;
    background-color: #f6f6f7;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #eaeaeb
}

textarea.form-control {
    min-height: calc(1.2em + 1.75rem + 2px)
}

.form-floating {
    position: relative
}

.form-floating>.form-control {
    height: calc(3rem + 2px);
    line-height: 1.25
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1.25rem 0;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: font-weight .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .form-floating>label {
        transition: none
    }
}

.form-floating>.form-control {
    padding: 1.25rem 0
}

.form-floating>.form-control:-ms-input-placeholder {
    color: transparent
}

.form-floating>.form-control::placeholder {
    color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1rem
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1rem
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1rem;
    padding-bottom: 0
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    opacity: 1;
    transform: scale(.7) translateY(-1.3rem)
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    opacity: 1;
    transform: scale(.7) translateY(-1.3rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    opacity: 1;
    transform: scale(.7) translateY(-1.3rem)
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 1;
    transform: scale(.7) translateY(-1.3rem)
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group>.form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0
}

.input-group>.form-control:focus {
    z-index: 3
}

.input-group .btn {
    position: relative;
    z-index: 2
}

.input-group .btn:focus {
    z-index: 3
}

.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .5rem;
    font-size: .875rem;
    color: #c21b18
}

.btn {
    display: inline-block;
    font-weight: 700;
    line-height: 1.2;
    color: #20252b;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .875rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #20252b
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 27, 24, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: .65
}

.btn-primary {
    color: #fff;
    background-color: #c21b18;
    border-color: #c21b18
}

.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #a51714;
    border-color: #9b1613
}

.btn-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(203, 61, 59, .5)
}

.btn-primary.active,
.btn-primary:active {
    color: #fff;
    background-color: #9b1613;
    border-color: #921412
}

.btn-primary.active:focus,
.btn-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(203, 61, 59, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #c21b18;
    border-color: #c21b18
}

.btn-light,
.btn-light:focus,
.btn-light:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-light:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 85%, .5)
}

.btn-light.active,
.btn-light:active {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-light.active:focus,
.btn-light:active:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 85%, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light {
    color: #fff;
    border-color: #fff
}

.btn-outline-light:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}

.btn-outline-light.active,
.btn-outline-light:active {
    color: #000;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-light.active:focus,
.btn-outline-light:active:focus {
    box-shadow: 0 0 0 .25rem hsla(0, 0%, 100%, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #fff;
    background-color: transparent
}

.btn-link {
    font-weight: 400;
    color: #c21b18;
    text-decoration: underline
}

.btn-link:hover {
    color: #9b1613
}

.btn-link.disabled,
.btn-link:disabled {
    color: #48535c
}

.btn-lg {
    padding: 1.0625rem 1.5rem;
    font-size: 1rem;
    border-radius: .25rem
}

.fade {
    transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.25rem 15px;
    font-size: 1rem;
    line-height: 40px;
    color: #20252b;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button {
        transition: none
    }
}

.accordion-button:not(.collapsed) {
    color: #20252b;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 #d8d8d8
}

.accordion-button:not(.collapsed):after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23c21b18'%3E%3Cpath fill-rule='evenodd' d='M11.29 3a.996.996 0 0 0-1.41 0L6 6.88 2.12 3A.996.996 0 1 0 .71 4.41L5.3 9c.39.39 1.02.39 1.41 0l4.59-4.59c.38-.38.38-1.02-.01-1.41z'/%3E%3C/svg%3E");
    transform: rotate(-180deg)
}

.accordion-button:after {
    flex-shrink: 0;
    width: .75rem;
    height: .75rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2320252b'%3E%3Cpath fill-rule='evenodd' d='M11.29 3a.996.996 0 0 0-1.41 0L6 6.88 2.12 3A.996.996 0 1 0 .71 4.41L5.3 9c.39.39 1.02.39 1.41 0l4.59-4.59c.38-.38.38-1.02-.01-1.41z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 1rem;
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: #e18d8c;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(194, 27, 24, .25)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    background-color: #fff;
    border: 1px solid #d8d8d8
}

.accordion-item:first-of-type {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(.5rem - 1px);
    border-top-right-radius: calc(.5rem - 1px)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(.5rem - 1px);
    border-bottom-left-radius: calc(.5rem - 1px)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem
}

.accordion-body {
    padding: 1.25rem 15px
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1055;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .75rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    height: calc(100% - 1.5rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.5rem)
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .2);
    border-radius: 0;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .8
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 1.75rem;
    border-bottom: 0 solid #d8d8d8;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.modal-header .btn-close {
    padding: 1rem .875rem;
    margin: -1rem -.875rem -1rem auto
}

.modal-title {
    margin-bottom: 0
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1.75rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 1.5rem;
    border-top: 0 solid #d8d8d8;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.modal-footer>* {
    margin: .25rem
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 48rem
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
}

.modal-fullscreen .modal-header {
    border-radius: 0
}

.modal-fullscreen .modal-body {
    overflow-y: auto
}

.modal-fullscreen .modal-footer {
    border-radius: 0
}

@media (max-width:575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0
    }
}

@media (max-width:1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0
    }
}

.d-block {
    display: block!important
}

.d-flex {
    display: flex!important
}

.d-inline-flex {
    display: inline-flex!important
}

.d-none {
    display: none!important
}

.position-relative {
    position: relative!important
}

.border {
    border: 1px solid #d8d8d8!important
}

.border-0 {
    border: 0!important
}

.border-top {
    border-top: 1px solid #d8d8d8!important
}

.w-100 {
    width: 100%!important
}

.h-100 {
    height: 100%!important
}

.flex-grow-0 {
    flex-grow: 0!important
}

.flex-grow-1 {
    flex-grow: 1!important
}

.flex-shrink-0 {
    flex-shrink: 0!important
}

.justify-content-end {
    justify-content: flex-end!important
}

.justify-content-center {
    justify-content: center!important
}

.justify-content-evenly {
    justify-content: space-evenly!important
}

.align-items-center {
    align-items: center!important
}

.mx-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
}

.my-3 {
    margin-bottom: 1rem!important
}

.mt-2 {
    margin-top: 0.5rem!important
}

.mt-3,
.my-3 {
    margin-top: 1rem!important
}

.mt-4 {
    margin-top: 1.5rem!important
}

.me-2 {
    margin-right: .5rem!important
}

.mb-0 {
    margin-bottom: 0!important
}

.mb-1 {
    margin-bottom: .25rem!important
}

.mb-2 {
    margin-bottom: .5rem!important
}

.mb-3 {
    margin-bottom: 1rem!important
}

.mb-4 {
    margin-bottom: 1.5rem!important
}

.mb-5 {
    margin-bottom: 3rem!important
}

.ms-1 {
    margin-left: .25rem!important
}

.ms-3 {
    margin-left: 1rem!important
}

.ms-auto {
    margin-left: auto!important
}

.my-n1 {
    margin-top: -.25rem!important;
    margin-bottom: -.25rem!important
}

.my-n3 {
    margin-top: -1rem!important;
    margin-bottom: -1rem!important
}

.me-n1 {
    margin-right: -.25rem!important
}

.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
}

.pt-4 {
    padding-top: 1.5rem!important
}

.pt-5 {
    padding-top: 3rem!important
}

.pe-3 {
    padding-right: 1rem!important
}

.pb-1 {
    padding-bottom: .25rem!important
}

.pb-2 {
    padding-bottom: .5rem!important
}

.pb-3 {
    padding-bottom: 1rem!important
}

.pb-5 {
    padding-bottom: 3rem!important
}

.fs-sm {
    font-size: .875rem!important
}

.fs-md {
    font-size: 1.125rem!important
}

.fs-lg {
    font-size: 1.25rem!important
}

.fs-h2 {
    font-size: 3rem!important
}

.fs-h4 {
    font-size: 1.75rem!important
}

.fw-thin {
    font-weight: 100!important
}

.fw-light {
    font-weight: 300!important
}

.fw-medium {
    font-weight: 500!important
}

.fw-bold {
    font-weight: 700!important
}

.lh-md {
    line-height: 1.4!important
}

.lh-lg {
    line-height: 1.5!important
}

.lh-xxl {
    line-height: 1.7142857143!important
}

.text-end {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity))!important
}

.text-white {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity))!important
}

.text-gray-500,
.text-muted {
    --bs-text-opacity: 1;
    color: #6f7072!important
}

.phone-ico {
    vertical-align: baseline;
}

.visible {
    visibility: visible!important
}

@media (min-width:576px) {
    .d-sm-inline {
        display: inline!important
    }
    .mx-sm-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important
    }
    .me-sm-3 {
        margin-right: 1rem!important
    }
    .ms-sm-1 {
        margin-left: .25rem!important
    }
    .px-sm-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important
    }
}

@media (min-width:768px) {
    .d-md-inline {
        display: inline!important
    }
    .d-md-flex {
        display: flex!important
    }
    .mt-md-2 {
        margin-top: .5rem!important
    }
    .mt-md-3 {
        margin-top: 1rem!important
    }
    .mt-md-4 {
        margin-top: 1.5rem!important
    }
    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important
    }
    .pt-md-3 {
        padding-top: 1rem!important
    }
    .ps-md-3 {
        padding-left: 1rem!important
    }
    .text-md-end {
        text-align: right!important
    }
}

@media (min-width:992px) {
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-none {
        display: none!important
    }
    .w-lg-75 {
        width: 75%!important
    }
    .justify-content-lg-end {
        justify-content: flex-end!important
    }
    .mt-lg-0 {
        margin-top: 0!important
    }
    .pb-lg-3 {
        padding-bottom: 1rem!important
    }
    .text-lg-start {
        text-align: left!important
    }
}

@media (min-width:1200px) {
    .mb-xl-4 {
        margin-bottom: 1.5rem!important
    }
    .pb-xl-2 {
        padding-bottom: .5rem!important
    }
    .ps-xl-0 {
        padding-left: 0!important
    }
}

.splide--draggable>.splide__slider>.splide__track,
.splide--draggable>.splide__track {
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.splide--fade>.splide__slider>.splide__track>.splide__list,
.splide--fade>.splide__track>.splide__list {
    display: block
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide,
.splide--fade>.splide__track>.splide__list>.splide__slide {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: 0
}

.splide--fade>.splide__slider>.splide__track>.splide__list>.splide__slide.is-active,
.splide--fade>.splide__track>.splide__list>.splide__slide.is-active {
    opacity: 1;
    position: relative;
    z-index: 1
}

.splide--rtl {
    direction: rtl
}

.splide--ttb.is-active>.splide__slider>.splide__track>.splide__list,
.splide--ttb.is-active>.splide__track>.splide__list {
    display: block
}

.splide__container {
    box-sizing: border-box;
    position: relative
}

.splide__list {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    transform-style: preserve-3d
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none
}

.splide__pagination li {
    display: inline-block;
    line-height: 1;
    list-style-type: none;
    margin: 0;
    pointer-events: auto
}

.splide__progress__bar {
    width: 0
}

.splide {
    outline: 0;
    position: relative;
    visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
    visibility: visible
}

.splide__slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none!important;
    margin: 0;
    outline: 0;
    position: relative
}

.splide__slide img {
    vertical-align: bottom
}

.splide__slider {
    position: relative
}

.splide__spinner {
    animation: a 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0
}

.splide[data-plans=data-plans]>*>.splide__track {
    padding: 15px;
    margin: -15px
}

.lazyloaded {
    opacity: 0;
    transition: opacity .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .lazyloaded {
        transition: none
    }
}

.lazyloaded.loaded {
    opacity: 1
}

.splide__arrow {
    position: absolute;
    top: var(--splide-arrow-y, 50%);
    z-index: 10;
    height: 2.1875rem;
    margin-top: -1rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
    opacity: 1;
    transition: opacity .2s ease-in-out
}

.splide__situation .splide__arrow {
    height: 4.1875rem;
    width: 4.1875rem
}

.splide__situation .splide__arrow svg {
    width: 1.4375rem;
    height: 1.4375rem
}

.splide__situation .splide__arrow--prev {
    left: -2.093rem
}

.splide__situation .splide__arrow--next {
    right: -2.093rem
}

@media (prefers-reduced-motion:reduce) {
    .splide__arrow {
        transition: none
    }
}

.splide__arrow[disabled] {
    opacity: 0
}

.splide__arrow svg {
    width: 1.4375rem;
    height: 1.4375rem;
    transform: translate(0);
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .splide__arrow svg {
        transition: none
    }
}

.splide__arrow circle,
.splide__arrow path,
.splide__arrow polygon,
.splide__arrow polyline,
.splide__arrow rect,
.splide__arrow square,
.splide__arrow text {
    fill: #c21b18
}

.splide__arrow:hover svg {
    transform: translate(5px)
}

.splide__arrow--prev {
    left: var(--splide-arrow-x, var(--container-margin));
    transform: rotate(180deg)
}

.splide__arrow--next {
    right: var(--splide-arrow-x, var(--container-margin))
}

.splide__pagination {
    margin-top: 1.875rem;
    padding-left: 0
}

.splide__pagination__page {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1rem;
    height: 1rem;
    padding: 0;
    background: 0 0;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.splide__pagination__page:before {
    content: "";
    display: block;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-color: #d8d8d8;
    transform: scale(1);
    transition: background-color .25s ease-in-out, transform .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .splide__pagination__page:before {
        transition: none
    }
}

.splide__pagination__page.is-active:before,
.splide__pagination__page:hover:before {
    background-color: #c21b18
}

.splide__situation .splide__pagination__page.is-active:before,
.splide__situation .splide__pagination__page:hover:before {
    background-color: #fff
}

.splide__pagination li:not(:first-child):not(:nth-child(2)):not(:nth-child(3)) .splide__pagination__page:not(.is-active):before {
    transform: scale(.7)
}

.accordion {
    --accordion-padding-x: 15px;
    margin-left: calc(-1 * var(--accordion-padding-x));
    margin-right: calc(-1 * var(--accordion-padding-x))
}

@media (min-width:1440px) {
    .accordion {
        --accordion-padding-x: 2.25rem
    }
}

.accordion-body,
.accordion-button {
    padding-left: var(--accordion-padding-x);
    padding-right: var(--accordion-padding-x)
}

.accordion-button {
    font-weight: 400;
    font-size: 1.25rem
}

.accordion-button:not(.collapsed) {
    box-shadow: none
}

.accordion-body {
    padding-top: 0;
    font-weight: 100
}

@media (min-width:992px) {
    .accordion-body {
        padding-right: calc(var(--accordion-padding-x) + 1.5rem)
    }
}

.accordion-body a {
    font-weight: 700;
    text-decoration: none
}

.accordion-body a:hover {
    text-decoration: underline
}

.accordion-body p:last-child {
    margin-bottom: 0
}

@media (max-width:575.98px) {
    .accordion-item {
        border-left: none;
        border-right: none;
        border-radius: 0
    }
    .accordion-item:first-of-type,
    .accordion-item:first-of-type .accordion-button,
    .accordion-item:last-of-type,
    .accordion-item:last-of-type .accordion-button {
        border-radius: 0
    }
}

.modal-title {
    padding-right: 2.5rem;
    font-size: 1.75rem;
    line-height: 1.2;
    letter-spacing: normal
}

@media (min-width:768px) {
    .modal-title {
        padding-right: 6.875rem;
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .modal-title {
        padding-right: 9.375rem
    }
}

.modal-body {
    padding-top: 2rem
}

@media (min-width:992px) {
    .modal-body {
        padding: 2.1875rem 3.25rem 1.875rem
    }
}

.modal .btn-close {
    position: absolute;
    top: 1.375rem;
    right: 1.25rem;
    z-index: 99
}

.anchor {
    display: block;
    position: relative;
    top: calc(-1 * var(--navbar-height));
    visibility: hidden
}

.perspective {
    perspective: 0
}

::-moz-selection {
    background-color: #c21b18;
    color: #fff
}

::selection {
    background-color: #c21b18;
    color: #fff
}

.bg-primary ::-moz-selection {
    background-color: #fff;
    color: #c21b18
}

.bg-primary ::selection {
    background-color: #fff;
    color: #c21b18
}

.ratio>img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover
}

.hasPNoMargin p {
    margin-bottom: 0
}

.link-underline {
    text-decoration: underline
}

.link-underline-none,
.link-underline:hover {
    text-decoration: none
}

.link-underline-none:hover {
    text-decoration: underline
}

.link-underline-never,
.link-underline-never:hover {
    text-decoration: none
}

.link-underline-allways,
.link-underline-allways:hover {
    text-decoration: underline
}

@media (max-width:767.98px) {
    .h2,
    h2 {
        font-size: 2.5rem
    }
}

.skew {
    --skew-bg: #c21b18;
    --skew-color: #fff;
    --font-size-sm: 2rem;
    --font-size: 4rem;
    --font-size-small-sm: 1.25rem;
    --font-size-small: 1.75rem;
    margin-bottom: 10px;
    margin-left: 10px;
    font-family: var(--display-font-family);
    font-size: var(--font-size-sm);
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
    transform: skew(0deg, -10.5deg) translateZ(0) scale(1)
}

@media (min-width:768px) {
    .skew {
        font-size: var(--font-size)
    }
}

.skew .small,
.skew small,
.skew span {
    display: inline;
    background-color: var(--skew-bg);
    box-shadow: 9px -.078125em 0 var(--skew-bg), -9px -.078125em 0 var(--skew-bg), 9px 0 0 var(--skew-bg), -9px 0 0 var(--skew-bg);
    border-top: 2px solid var(--skew-bg);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: var(--skew-color);
    line-height: 1.1
}

.skew .small::-moz-selection,
.skew small::-moz-selection,
.skew span::-moz-selection {
    background-color: #e9573d
}

.skew .small::selection,
.skew small::selection,
.skew span::selection {
    background-color: #e9573d
}

.skew .small,
.skew small {
    box-shadow: 9px -.1785714286em 0 var(--skew-bg), -9px -.1785714286em 0 var(--skew-bg), 9px .1785714286em 0 var(--skew-bg), -9px .1785714286em 0 var(--skew-bg);
    border-bottom: 9px solid var(--skew-bg);
    font-size: var(--font-size-small-sm);
    line-height: 2;
    text-transform: none;
    vertical-align: middle
}

@media (min-width:768px) {
    .skew .small,
    .skew small {
        font-size: var(--font-size-small)
    }
}

.skew--white {
    --skew-bg: #fff;
    --skew-color: #c21b18
}

.skew--smallFirst {
    margin-top: -.3571428571em
}

.skew--small {
    display: block;
    margin-top: -.8125rem;
    font-size: var(--font-size-small-sm);
    line-height: 1.9
}

.skew--small .small,
.skew--small small {
    line-height: 1.9;
    border-bottom-width: 2px
}

.form-floating {
    font-size: 1.25rem
}

.form-floating .form-control,
.form-floating>label {
    line-height: 1.1666666667;
    padding-bottom: 0
}

.form-floating>label {
    max-width: 100%;
    padding-top: 1.375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #6f7072;
    font-weight: 100
}

.form-floating .form-control {
    padding-top: 1.25rem;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 1.25rem
}

.form-floating .form-control:focus {
    box-shadow: 0 .25rem rgba(194, 27, 24, .25)
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0
}

.form-floating>.form-control:not(:-ms-input-placeholder) {
    padding-top: 1.25rem;
    padding-bottom: 0
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.25rem;
    padding-bottom: 0
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
    font-weight: 300;
    max-width: 150%
}

.form-floating>.form-control:not(:-ms-input-placeholder)~label {
    font-weight: 300;
    max-width: 150%
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label {
    font-weight: 300;
    max-width: 150%
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    padding-right: .875rem
}

.form-floating .form-control.is-invalid,
.was-validated .form-floating .form-control:invalid {
    padding-right: 0
}

.form-floating .form-control.is-invalid:focus,
.was-validated .form-floating .form-control:invalid:focus {
    box-shadow: 0 .25rem rgba(194, 27, 24, .25)
}

.form-floating .form-control.is-valid:focus,
.was-validated .form-floating .form-control:valid:focus {
    box-shadow: 0 .25rem rgba(25, 135, 84, .25)
}

.btn {
    text-transform: uppercase
}

.btn-primary:hover {
    background: #e9573d;
    border-color: #e9573d
}

.btn-light {
    color: #c21b18
}

.btn-light:hover {
    color: #fff;
    background-color: #e9573d;
    border-color: #e9573d
}

.btn-outline-light:hover {
    color: #e9573d
}

.btn-link {
    text-transform: none;
    color: #000;
    font-weight: 700;
    text-decoration: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn-link {
        transition: none
    }
}

.btn-link:hover {
    color: #e9573d
}

.btn-moreLink {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #c21b18;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.btn-moreLink:after {
    content: "";
    display: block;
    width: .8125rem;
    height: .5rem;
    margin-left: 1.25rem;
    background: transparent url(../svg/caret-red.svg) no-repeat 50%;
    background-size: 100% auto;
    transform: translate(0) rotate(90deg);
    transition: transform .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn-moreLink:after {
        transition: none
    }
}

.btn-moreLink:hover {
    color: #c21b18;
    text-decoration: underline
}

.btn-moreLink:hover:after {
    transform: translate(3px) rotate(90deg)
}

.btn-close {
    display: inline-flex;
    align-items: baseline;
    gap: .625rem;
    padding: .75rem .875rem!important;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .btn-close {
        transition: none
    }
}

.btn-close:before {
    content: "×";
    display: block;
    width: 1rem;
    height: 1rem;
    text-align: center;
    font-size: 1.4em;
    font-weight: 300
}

.btn-close:hover {
    color: #e9573d
}

.roundCaret {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 2.125rem;
    height: 2.125rem;
    border: 1px solid #c21b18;
    border-radius: 50%;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .roundCaret {
        transition: none
    }
}

.roundCaret svg {
    transform: translate(0);
    transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .roundCaret svg {
        transition: none
    }
}

.btn:hover .roundCaret {
    border-color: #e9573d
}

.btn:hover .roundCaret svg {
    transform: translateY(5px)
}

.searchformOpen {
    display: inline-block;
    width: 2.125rem;
    height: 2.125rem;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: 0 0;
    color: #20252b;
    transition: color .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .searchformOpen {
        transition: none
    }
}

.searchformOpen img,
.searchformOpen svg {
    transform: scale(1);
    transition: transform .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .searchformOpen img,
    .searchformOpen svg {
        transition: none
    }
}

@media (min-width:992px) {
    .searchformOpen {
        position: absolute;
        top: 50%;
        right: 4.0625rem;
        margin-top: -.75rem
    }
}

@media (min-width:1200px) {
    .searchformOpen {
        margin-top: -.5rem
    }
}

@media (min-width:1440px) {
    .searchformOpen {
        right: 4.5rem;
        margin-top: 0
    }
}

.searchformOpen:hover,
[data-overlay=searchform] .searchformOpen {
    color: #e9573d
}

.searchformOpen:hover img,
.searchformOpen:hover svg,
[data-overlay=searchform] .searchformOpen img,
[data-overlay=searchform] .searchformOpen svg {
    transform: scale(1.1)
}

.searchform {
    position: absolute;
    bottom: 0;
    right: var(--container-wide-margin);
    width: 22rem;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, .13);
    transform: translate(0);
    opacity: 0;
    transition: transform 10ms ease-in-out .3s, opacity .3s ease-in-out;
    pointer-events: none
}

@media (prefers-reduced-motion:reduce) {
    .searchform {
        transition: none
    }
}

[data-overlay=searchform] .searchform {
    transform: translateY(100%);
    transition-delay: 0s;
    opacity: 1;
    pointer-events: auto
}

.burger {
    --burger-color: #fff;
    --burger-bg: #c21b18;
    --burger-border: #c21b18;
    --burger-color-active: #c21b18;
    --burger-bg-active: #fff;
    --burger-border-active: #c21b18;
    display: inline-block;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: 0 0;
    background-color: var(--burger-bg);
    border: 2px solid var(--burger-border);
    border-radius: 50%;
    transition: background-color .25s ease-in-out, border-color .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .burger {
        transition: none
    }
}

.burger__icon {
    width: 1.875rem;
    height: 1.875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transform: scale(1.15, .95) rotate(0);
    transition: transform .4s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .burger__icon {
        transition: none
    }
}

.burger__line {
    fill: none;
    stroke: var(--burger-color);
    stroke-width: 5.5;
    transform: translateY(0);
    transition: stroke-dasharray .4s, stroke-dashoffset .4s, stroke .25s, transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .burger__line {
        transition: none
    }
}

.burger__line--top {
    stroke-dasharray: 40 82
}

.burger__line--middle {
    stroke-dasharray: 40 111
}

.burger__line--bottom {
    stroke-dasharray: 40 161
}

.burger:active,
.burger:focus,
.burger:hover {
    outline: 0
}

.burger:hover .burger__line--top {
    transform: translateY(-5px)
}

.burger:hover .burger__line--bottom {
    transform: translateY(5px)
}

[data-overlay=topMenu] .burger {
    --burger-color: var(--burger-color-active);
    --burger-bg: var(--burger-bg-active);
    --burger-border: var(--burger-border-active)
}

[data-overlay=topMenu] .burger__icon {
    transform: scale(1) rotate(45deg)
}

[data-overlay=topMenu] .burger__line--top {
    stroke-dasharray: 17 82;
    stroke-dashoffset: -62px
}

[data-overlay=topMenu] .burger__line--middle {
    stroke-dashoffset: 23px
}

[data-overlay=topMenu] .burger__line--bottom {
    stroke-dashoffset: -83px;
    transform: translateY(0)
}

[data-overlay=topMenu] .burger:hover .burger__line--bottom,
[data-overlay=topMenu] .burger:hover .burger__line--top {
    transform: translateY(0)
}

.topMenu {
    text-align: left;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: normal;
    font-family: roboto, sans-serif;
}

.topMenu__menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    margin-top: 10px;
}

.topMenu__li {
    --li-color: #c21b18
}

.topMenu__li--sub {
    opacity: 0;
    transition: opacity .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .topMenu__li--sub {
        transition: none
    }
}

.topMenu__item {
    cursor: pointer
}

.topMenu__item:is(a):not(.topMenu__item--root) {
    transition: color .25s ease-in-out, background-color .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .topMenu__item:is(a):not(.topMenu__item--root) {
        transition: none
    }
}

.topMenu__item:is(a):not(.topMenu__item--root):hover {
    background-color: #fff;
    color: var(--li-color)
}

.topMenu__item svg {
    width: .875rem;
    height: .875rem;
    margin-left: auto;
    transform: rotate(0);
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .topMenu__item svg {
        transition: none
    }
}

.topMenu__item svg circle,
.topMenu__item svg path,
.topMenu__item svg polygon,
.topMenu__item svg polyline,
.topMenu__item svg rect,
.topMenu__item svg square,
.topMenu__item svg text {
    stroke: currentColor
}

.topMenu a {
    text-decoration: none
}

.topMenu__links {
    display: flex;
    gap: 30px;
    align-items: center
}

.topMenu__clientLink {
    text-transform: none;
    font-weight: 400;
    white-space: nowrap
}

.topMenu__langLink {
    border-color: transparent;
    white-space: nowrap
}

.topMenu [aria-expanded=true] svg {
    transform: rotate(180deg)
}

@media (max-width:991.98px) {
    .topMenu {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: -1;
        max-height: calc(100vh - var(--topPhone-height) - var(--navbar-height));
        overflow: auto;
        padding: 2.25rem var(--container-margin);
        background-color: #e9573d;
        color: #fff;
        font-weight: 500;
        pointer-events: none;
        transform: translate(0);
        opacity: 0;
        transition: transform .4s ease-in-out, opacity .4s ease-in-out
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .topMenu {
        transition: none
    }
}

@media (max-width:991.98px) and (min-width:576px) {
    .topMenu {
        /* margin-left: calc(-1 * var(--container-margin) + 15px); */
        /* margin-right: calc(-1 * var(--container-margin) + 15px) */
    }
}

@media (max-width:991.98px) {
    .topMenu__menu--sub {
        max-height: 0;
        overflow: hidden;
        padding-left: 15px;
        transition: max-height .3s ease-in-out
    }
}

@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
    .topMenu__menu--sub {
        transition: none
    }
}

@media (max-width:991.98px) {
    .topMenu__li--root:not(:first-child) {
        border-top: 1px solid
    }
    .topMenu__li--sub:last-child {
        margin-bottom: 15px
    }
}

@media (max-width:991.98px) {
    .topMenu__item {
        display: inline-block;
        padding: .3125rem .9375rem;
        color: #fff;
        background-color: transparent
    }
    .topMenu__item--root {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
    .topMenu__item--hasSubmenu {
        display: flex;
        flex-wrap: nowrap;
        align-items: center
    }
    .topMenu__item--root:is(a):hover {
        color: #fff
    }
}

@media (max-width:991.98px) {
    .topMenu__links {
        margin-top: 1.5rem;
        display: none;
    }
}

@media (max-width:991.98px) {
    [data-overlay=topMenu] {
        overflow: hidden
    }
    [data-overlay=topMenu] .topMenu {
        opacity: 1;
        transform: translateY(100%);
        pointer-events: auto;
    }
}

@media (max-width:991.98px) {
    .topMenu [aria-expanded=true]+.topMenu__menu {
        max-height: 320px
    }
    .topMenu [aria-expanded=true]+.topMenu__menu .topMenu__li--sub {
        opacity: 1;
        transition-delay: .2s
    }
}

@media (min-width:992px) {
    .topMenu {
        --item-padding-x: 0.3125rem;
        display: flex;
        margin-top: -.375rem;
        font-size: .875rem;
        font-weight: 400
    }
    .topMenu__menu--root {
        display: flex;
        gap: 2px;
        margin-left: auto;
        margin-right: auto;
    }
    .topMenu__menu--sub {
        position: absolute;
        top: 34px;
        left: 0;
        right: 0;
        width: 25rem;
        padding: 2.1875rem 1.875rem;
        margin-left: -1.875rem;
        background: var(--li-color);
        pointer-events: none;
        opacity: 0;
        transform-origin: top center;
        transform: scaleY(0);
        transition: transform .3s ease-in-out .15s, opacity .3s ease-in-out .15s
    }
}

@media (min-width:992px) and (prefers-reduced-motion:reduce) {
    .topMenu__menu--sub {
        transition: none
    }
}

@media (min-width:992px) {
    .topMenu__item {
        display: inline-block;
        padding: .4375rem var(--item-padding-x);
        color: #fff
    }
    .topMenu__item svg {
        margin-left: .25rem;
        transition-delay: .2s
    }
    .topMenu__item--root {
        position: relative;
        z-index: 1;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        padding-top: .5625rem;
        padding-bottom: .1875rem;
        border-bottom: 5px solid var(--li-color);
        color: #20252b;
        line-height: 1.7142857143;
        white-space: nowrap;
        transition: color .3s ease-in-out .2s
    }
}

@media (min-width:992px) and (prefers-reduced-motion:reduce) {
    .topMenu__item--root {
        transition: none
    }
}

@media (min-width:992px) {
    .topMenu__item--root:after,
    .topMenu__item--root:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        background: var(--li-color)
    }
}

@media (min-width:992px) {
    .topMenu__item--root:before {
        bottom: -5px;
        top: 0;
        transform-origin: center bottom;
        transform: scaleY(0);
        transition: transform .3s ease-in-out .2s
    }
}

@media (min-width:992px) and (prefers-reduced-motion:reduce) {
    .topMenu__item--root:before {
        transition: none
    }
}

@media (min-width:992px) {
    .topMenu__item--root:after {
        bottom: -7px;
        height: 2px;
        opacity: 0;
        transition: opacity .2s ease-in-out .2s
    }
}

@media (min-width:992px) and (prefers-reduced-motion:reduce) {
    .topMenu__item--root:after {
        transition: none
    }
}

@media (min-width:992px) {
    .topMenu__item--root:hover {
        color: #20252b
    }
}

@media (min-width:992px) {
    .topMenu__li--secondary {
        --li-color: #e9573d
    }
    .topMenu__li--dark {
        --li-color: #8e1230
    }
    .topMenu__li--root {
        position: relative
    }
    .topMenu__li:hover .topMenu__menu--sub {
        pointer-events: auto;
        transform: scale(1);
        opacity: 1;
        transition-delay: 0s
    }
    .topMenu__li:hover .topMenu__menu--sub .topMenu__li--sub {
        opacity: 1;
        transition-delay: .2s
    }
    .topMenu__li:hover .topMenu__item svg {
        transition-delay: 0s
    }
    .topMenu__li:hover .topMenu__item--root {
        color: #fff;
        transition-delay: 0s
    }
    .topMenu__li:hover .topMenu__item--root:before {
        transform: scale(1);
        transition-delay: 0s
    }
    .topMenu__li:hover .topMenu__item--root:after {
        opacity: 1;
        transition-delay: 0s
    }
}

@media (min-width:992px) {
    .topMenu__links {
        align-self: flex-end;
        gap: 3.25rem;
        margin-left: auto
    }
}

@media (min-width:992px) {
    .topMenu__clientLink {
        padding: .25rem;
        margin-left: auto;
        margin-bottom: -.25rem;
        color: #c21b18
    }
    .topMenu__clientLink svg {
        width: 1.125rem;
        height: 1.125rem
    }
}

@media (min-width:992px) {
    .topMenu__langLink {
        padding: .25rem;
        margin-bottom: -.25rem;
        color: #20252b
    }
}

@media (min-width:1200px) {
    .topMenu {
        --item-padding-x: 0.9375rem;
        margin-top: 0;
        font-size: 15px
    }
    .topMenu__menu--root {
        margin-left: auto;
        margin-right: auto
    }
    .topMenu__item svg {
        margin-left: .5rem
    }
}

@media (min-width:1440px) {
    .topMenu {
        margin-top: .8125rem
    }
    .topMenu__links {
        gap: 4.125rem
    }
}

.topPhone {
    position: relative;
    z-index: 1021;
    display: flex;
    justify-content: center;
    align-items: center;
    height: var(--topPhone-height);
    padding: .3125rem;
    color: #20252b;
    text-decoration: none;
    text-align: center;
    background-color: #d8d8d8;
    transition: background-color .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .topPhone {
        transition: none
    }
}

.topPhone img,
.topPhone svg {
    margin-right: .5rem
}

.topPhone:hover {
    color: #20252b;
    background-color: #ccc
}

@media (min-width:992px) {
    .topPhone {
        display: none
    }
}

.navbar {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .11)
}

.navbar__container {
    position: relative;
    height: 100%;
    max-width: 1380px;
}

.navbar__line {
    display: none
}

@media (min-width:992px) {
    .navbar__container {
        padding: 20px 0 56px;
    }
    .navbar__line {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 6px;
        background: #c21b18
    }
    .navbar__line:after,
    .navbar__line:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        height: 33.33%
    }
    .navbar__line:before {
        bottom: 33.33%;
        background: #e9573d
    }
    .navbar__line:after {
        bottom: 0;
        background: #8e1230
    }
}

.navbar:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #fff
}

@media (min-width:992px) {
    .navbar {
        box-shadow: none;
        transition: box-shadow .3s ease-in-out
    }
}

@media (min-width:992px) and (prefers-reduced-motion:reduce) {
    .navbar {
        transition: none
    }
}

@media (min-width:992px) {
    .navbar[data-navbar=minified] {
        box-shadow: 0 10px 30px 0 rgba(0, 0, 0, .11)
    }
}

.logo {
    width: auto;
    max-width: 100%;
    max-height: calc(var(--navbar-height) - 28px)
}

.hero {
    --box-overlap-bottom: 9.375rem;
    position: relative;
    margin-bottom: var(--box-overlap-bottom)
}

@media (min-width:576px) {
    .hero {
        --box-overlap-bottom: 4.3125rem
    }
}

.hero__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%!important;
    -o-object-fit: cover;
    object-fit: cover;
    top: 1rem;
    max-width: 100%;
    height: calc(100% - 1rem)!important;
    -o-object-position: top right;
    object-position: top right
}

@media (min-width:576px) and (-webkit-min-device-pixel-ratio:2) {
    .hero__img {
        -o-object-position: top center;
        object-position: top center
    }
}

.hero__container {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    min-height: calc(100vh - var(--navbar-height) - var(--topPhone-height) - var(--box-overlap-bottom))
}

.hero__box {
    position: relative;
    max-width: 28.5rem;
    padding: 2rem .9375rem 1.5625rem;
    margin-left: auto;
    margin-bottom: calc(-1 * var(--box-overlap-bottom));
    font-size: 1.5rem;
    line-height: 1.1666666667;
    letter-spacing: normal;
    font-weight: 100;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 1, .11)
}

@media (min-width:576px) {
    .hero__box {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

@media (min-width:992px) {
    .hero__box {
        margin-top: -6.25rem
    }
}

.icons {
    --img-height: 6.25rem;
    --splide-arrow-y: calc(var(--img-height) / 2);
    --splide-arrow-x: 1.5rem;
    padding: 4.375rem 0;
    text-align: center
}

@media (min-width:768px) {
    .icons {
        --img-height: 5rem;
        padding: 5rem 0
    }
}

.icons__splide {
    margin: 3.375rem calc(-1 * var(--container-margin)) 0
}

@media (min-width:992px) {
    .icons__splide {
        margin-top: 2.75rem
    }
}

.icon__figure {
    height: var(--img-height)
}

.icon__img {
    height: 100%;
    width: auto;
    max-width: 100%
}

.icon__title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 2.5rem;
    font-size: 1rem;
    font-weight: 500
}

.product {
    padding-top: 1.875rem;
    padding-bottom: 2.5rem
}

@media (min-width:768px) {
    .product {
        padding-top: 0
    }
}

.product__title {
    font-weight: 100;
    perspective: 0
}

@media (max-width:767.98px) {
    .product__title {
        margin-bottom: 1.5rem;
        color: #333;
        text-align: center
    }
    .product__title .small,
    .product__title small,
    .product__title strong {
        font-size: 2.5rem;
        font-weight: inherit
    }
    .product__title br {
        display: none
    }
}

@media (min-width:768px) {
    .product__title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2.6875rem
    }
    .product__title__skew {
        display: block;
        margin-right: 2.5rem;
        white-space: nowrap;
        --skew-bg: #c21b18;
        --skew-color: #fff;
        --font-size-sm: 2rem;
        --font-size: 4rem;
        --font-size-small-sm: 1.25rem;
        --font-size-small: 1.75rem;
        margin-bottom: 10px;
        margin-left: 10px;
        font-family: var(--display-font-family);
        font-size: var(--font-size-sm);
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        transform: skew(0deg, -10.5deg) translateZ(0) scale(1);
        --font-size: 3.125rem;
        --font-size-small: 1.5rem
    }
}

@media (min-width:768px) and (min-width:768px) {
    .product__title__skew {
        font-size: var(--font-size)
    }
}

@media (min-width:768px) {
    .product__title__skew .small,
    .product__title__skew small,
    .product__title__skew span {
        display: inline;
        background-color: var(--skew-bg);
        box-shadow: 9px -.078125em 0 var(--skew-bg), -9px -.078125em 0 var(--skew-bg), 9px 0 0 var(--skew-bg), -9px 0 0 var(--skew-bg);
        border-top: 2px solid var(--skew-bg);
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        color: var(--skew-color);
        line-height: 1.1
    }
    .product__title__skew .small::-moz-selection,
    .product__title__skew small::-moz-selection,
    .product__title__skew span::-moz-selection {
        background-color: #e9573d
    }
    .product__title__skew .small::selection,
    .product__title__skew small::selection,
    .product__title__skew span::selection {
        background-color: #e9573d
    }
}

@media (min-width:768px) {
    .product__title__skew .small,
    .product__title__skew small {
        box-shadow: 9px -.1785714286em 0 var(--skew-bg), -9px -.1785714286em 0 var(--skew-bg), 9px .1785714286em 0 var(--skew-bg), -9px .1785714286em 0 var(--skew-bg);
        border-bottom: 9px solid var(--skew-bg);
        font-size: var(--font-size-small-sm);
        line-height: 2;
        text-transform: none;
        vertical-align: middle
    }
}

@media (min-width:768px) and (min-width:768px) {
    .product__title__skew .small,
    .product__title__skew small {
        font-size: var(--font-size-small)
    }
}

@media (min-width:992px) {
    .product__content {
        position: relative;
        padding-top: 6.25rem;
        padding-bottom: 6.25rem
    }
}

.product__img {
    width: 100%;
    height: 44.75rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 20% center;
    object-position: 20% center
}

@media (min-width:992px) {
    .product__img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 68%;
        height: 100%
    }
}

.product__box {
    position: relative;
    width: var(--container-width);
    max-width: 34.5rem;
    padding: 2.5rem .9375rem 1.375rem;
    margin: -20.875rem auto 0;
    background-color: #c21b18;
    color: #fff;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: normal
}

@media (min-width:576px) {
    .product__box {
        padding-left: 2.25rem;
        padding-right: 2.25rem
    }
}

@media (min-width:992px) {
    .product__box {
        padding: 3.125rem 4.5rem 1.625rem;
        margin-top: 0;
        margin-right: var(--container-margin)
    }
}

.product__box ::-moz-selection {
    background-color: #fff;
    color: #c21b18
}

.product__box ::selection {
    background-color: #fff;
    color: #c21b18
}

.product__box__title {
    margin-bottom: 1.875rem;
    font-size: 1.75rem
}

@media (min-width:576px) {
    .product__box__title {
        font-size: 2.5rem
    }
}

.reasons {
    padding-top: 2.5rem;
    padding-bottom: 3.5625rem;
    background-color: #fcfcfd
}

@media (min-width:992px) {
    .reasons {
        padding-bottom: 0
    }
    .reasons__splide {
        visibility: visible
    }
    .reasons__splide .splide__list {
        display: block
    }
}

@media (min-width:992px) {
    .reason {
        display: flex
    }
}

.reason__figure {
    position: relative;
    margin-bottom: 0
}

@media (min-width:992px) {
    .reason__figure {
        flex: 0 0 50%;
        min-height: 37.875rem
    }
}

@media (min-width:1440px) {
    .reason__figure {
        flex-basis: 52%
    }
}

.reason__img {
    width: 100%;
    height: 19.8125rem;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width:576px) {
    .reason__img {
        height: 25rem
    }
}

@media (min-width:768px) {
    .reason__img {
        height: 28.125rem
    }
}

@media (min-width:992px) {
    .reason__img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%!important;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.reason__num {
    position: absolute;
    left: var(--container-margin);
    top: 1rem;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4.125rem;
    height: 4.125rem;
    font-size: 3rem;
    font-weight: 700;
    font-style: italic;
    color: #fff
}

@media (min-width:768px) {
    .reason__num {
        left: calc((100vw - 34.5rem)/ 2)
    }
}

@media (min-width:992px) {
    .reason__num {
        top: 4.0625rem;
        left: 4.0625rem
    }
}

.reason__num:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    transform: skew(0deg, -10.5deg);
    background-color: #c21b18
}

@media (max-width:991.98px) {
    .reason__content {
        position: relative;
        width: var(--container-width);
        max-width: 34.5rem;
        padding: 1.25rem;
        margin: -7.5625rem auto 2.5rem;
        background-color: #fff;
        box-shadow: 0 10px 40px 0 rgba(0, 0, 1, .11)
    }
}

@media (max-width:991.98px) and (min-width:576px) {
    .reason__content {
        padding: 2.5rem 2.25rem 1.375rem;
        margin-top: -10.625rem
    }
}

@media (min-width:992px) {
    .reason__content {
        flex: 0 0 50%;
        padding: 4.6875rem var(--container-margin) 4.6875rem 2.125rem
    }
}

@media (min-width:1440px) {
    .reason__content {
        flex-basis: 48%;
        align-self: center;
        padding-left: 3.4375rem
    }
}

.reason__title {
    margin-bottom: 1.25rem;
    font-weight: 300
}

@media (max-width:575.98px) {
    .reason__title {
        font-size: 2rem
    }
}

@media (min-width:992px) {
    .reasons__splide .splide__slide:nth-child(2n) .reason__figure {
        order: 2
    }
    .reasons__splide .splide__slide:nth-child(2n) .reason__num {
        left: auto;
        right: var(--container-margin)
    }
}

@media (min-width:992px) and (min-width:992px) {
    .reasons__splide .splide__slide:nth-child(2n) .reason__num {
        right: 4.0625rem
    }
}

@media (min-width:992px) {
    .reasons__splide .splide__slide:nth-child(2n) .reason__content {
        padding-left: var(--container-margin);
        padding-right: 2.125rem
    }
}

@media (min-width:1440px) {
    .reasons__splide .splide__slide:last-child .reason__content {
        padding-bottom: 9.375rem
    }
}

.skewBanner {
    transform-origin: left top;
    transform: skew(0, -3deg) translateZ(0) scale(1);
    padding: 1.5rem var(--container-margin);
    background: linear-gradient(-120.8deg, #c5281c 41.3%, #a81b38);
    color: #fff;
    font-size: 1.5rem;
    font-family: var(--display-font-family);
    font-weight: 900;
    text-align: center
}

.skewBanner__skewed {
    transform: skew(-10.5deg, 0deg) translateZ(0) scale(1)
}

.skewBanner .small,
.skewBanner small {
    font-size: 1.125rem
}

@media (min-width:768px) {
    .skewBanner {
        padding-top: 1.875rem;
        padding-bottom: 1.875rem;
        font-size: 3rem
    }
    .skewBanner .small,
    .skewBanner small {
        font-size: 1.5rem
    }
}

.skewBanner ::-moz-selection {
    background-color: #fff;
    color: #c21b18
}

.skewBanner ::selection {
    background-color: #fff;
    color: #c21b18
}

.features {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

@media (min-width:992px) {
    .features {
        padding-bottom: 1.5rem
    }
}

.features__splide {
    margin-left: calc(-1 * var(--container-margin));
    margin-right: calc(-1 * var(--container-margin))
}

.feature__figure {
    height: 6.25rem;
    margin-bottom: 2.25rem;
    text-align: center
}

.advantages {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #fcfcfd
}

.advantages__skew {
    display: none
}

@media (min-width:1440px) {
    .advantages__skew {
        --skew-bg: #c21b18;
        --skew-color: #fff;
        --font-size-sm: 2rem;
        --font-size: 4rem;
        --font-size-small-sm: 1.25rem;
        --font-size-small: 1.75rem;
        margin-bottom: 10px;
        margin-left: 10px;
        font-family: var(--display-font-family);
        font-size: var(--font-size-sm);
        font-weight: 900;
        line-height: 1.1;
        text-transform: uppercase;
        transform: skew(0deg, -10.5deg) translateZ(0) scale(1);
        --font-size: 2.5rem;
        --font-size-small: 1.25rem;
        position: absolute;
        right: .8125rem;
        top: -1.875rem;
        display: block
    }
}

@media (min-width:1440px) and (min-width:768px) {
    .advantages__skew {
        font-size: var(--font-size)
    }
}

@media (min-width:1440px) {
    .advantages__skew .small,
    .advantages__skew small,
    .advantages__skew span {
        display: inline;
        background-color: var(--skew-bg);
        box-shadow: 9px -.078125em 0 var(--skew-bg), -9px -.078125em 0 var(--skew-bg), 9px 0 0 var(--skew-bg), -9px 0 0 var(--skew-bg);
        border-top: 2px solid var(--skew-bg);
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        color: var(--skew-color);
        line-height: 1.1
    }
    .advantages__skew .small::-moz-selection,
    .advantages__skew small::-moz-selection,
    .advantages__skew span::-moz-selection {
        background-color: #e9573d
    }
    .advantages__skew .small::selection,
    .advantages__skew small::selection,
    .advantages__skew span::selection {
        background-color: #e9573d
    }
}

@media (min-width:1440px) {
    .advantages__skew .small,
    .advantages__skew small {
        box-shadow: 9px -.1785714286em 0 var(--skew-bg), -9px -.1785714286em 0 var(--skew-bg), 9px .1785714286em 0 var(--skew-bg), -9px .1785714286em 0 var(--skew-bg);
        border-bottom: 9px solid var(--skew-bg);
        font-size: var(--font-size-small-sm);
        line-height: 2;
        text-transform: none;
        vertical-align: middle
    }
}

@media (min-width:1440px) and (min-width:768px) {
    .advantages__skew .small,
    .advantages__skew small {
        font-size: var(--font-size-small)
    }
}

.advantages .splide__pagination {
    margin-top: 0
}

@media (min-width:1200px) {
    .advantages {
        padding-bottom: 1.25rem
    }
    .advantages .splide__track {
        padding-left: 0!important;
        padding-right: 0!important
    }
    .advantages .splide__list {
        justify-content: center
    }
    .advantages .splide__pagination {
        display: none
    }
    .advantages .splide__slide:last-child {
        margin-right: 0!important
    }
}

.advantage {
    --advantage-x: 1.5rem;
    position: relative;
    padding: var(--advantage-x);
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 1, .11)
}

@media (min-width:768px) {
    .advantage {
        --advantage-x: 1.75rem
    }
}

.advantage__figure {
    margin: calc(-1 * var(--advantage-x)) calc(-1 * var(--advantage-x)) 0;
    height: 14.1875rem;
    margin-bottom: 2rem
}

@media (min-width:1200px) {
    .advantage__figure {
        height: 12rem
    }
}

.advantage__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.redBanner {
    padding: 2.3125rem 1.5rem 2.75rem;
    margin-left: var(--container-margin);
    margin-right: var(--container-margin);
    background: linear-gradient(-120.8deg, #c5281c 41.3%, #a81b38);
    color: #fff;
    border-radius: .25rem
}

.redBanner ::-moz-selection {
    background-color: #fff;
    color: #c21b18
}

.redBanner ::selection {
    background-color: #fff;
    color: #c21b18
}

.redBanner__content {
    margin-bottom: 2.75rem
}

.redBanner__title {
    margin-bottom: 1.25rem;
    font-size: 2rem
}

@media (min-width:768px) {
    .redBanner__title {
        font-size: 2.5rem
    }
}

@media (min-width:768px) {
    .redBanner {
        border-radius: 0;
        margin-left: 0;
        margin-right: 0;
        padding: 2.6875rem var(--container-margin)
    }
}

@media (min-width:992px) {
    .redBanner {
        display: flex
    }
    .redBanner__content {
        flex: 1 0 70%;
        padding-right: 3.125rem;
        margin-bottom: 0
    }
    .redBanner__btn {
        flex: 0 0 17.5rem;
        align-self: flex-end
    }
}

@media (min-width:1200px) {
    .redBanner {
        padding-left: calc(var(--container-margin) + 2rem);
        padding-right: calc(var(--container-margin) + 2rem)
    }
}

.references {
    --splide-arrow-x: -3.125rem
}

.references__rating {
    padding-left: var(--container-margin);
    padding-right: var(--container-margin);
    margin-top: 2.75rem
}

.references .splide__pagination {
    margin-top: 0
}

.splide__arrow {
    width: 3.125rem;
    height: 3.125rem;
    margin-top: -2rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 1, .11);
    z-index: 2
}

.splide__arrow svg {
    width: .8125rem;
    height: .8125rem
}

@media (min-width:768px) {
    .references {
        --content-width: 11.25rem;
        --quotes-padding-right: var(--container-margin);
        --quotes-width: calc(100vw - var(--container-margin) - var(--quotes-padding-right) - var(--content-width));
        position: relative
    }
    .references:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        width: 14.3125rem;
        height: 9.3125rem;
        opacity: .1;
        background-size: cover
    }
    .references__content {
        width: 100%;
        display: flex;
        padding-left: var(--container-margin);
        padding-right: var(--container-margin)
    }
    .references__rating {
        flex: 0 0 var(--content-width);
        padding-left: 0;
        padding-right: 0
    }
    .references__quotes {
        flex: 0 0 var(--quotes-width);
        max-width: var(--quotes-width);
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }
}

@media (min-width:1200px) {
    .references {
        --content-width: 18.125rem
    }
}

@media (min-width:1440px) {
    .references {
        --quotes-padding-right: calc(var(--container-margin) - 5.625rem)
    }
}

.reference {
    height: calc(100% - 5rem);
    padding: 1.875rem 1.6875rem .875rem;
    margin-top: 3.1rem;
    margin-bottom: 2.5rem;
    background-color: #fff;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 1, .11)
}

@media (min-width:768px) {
    .reference {
        opacity: 0;
        transition: opacity .25s ease-in-out
    }
}

@media (min-width:768px) and (prefers-reduced-motion:reduce) {
    .reference {
        transition: none
    }
}

.reference__quote {
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: normal;
    font-weight: 100
}

.reference__quote:before {
    content: "„"
}

.reference__quote:after {
    content: "“"
}

.references__splide.moving .reference,
.references__splide:not(.moving) .splide__slide.is-visible .reference {
    opacity: 1
}

.stars {
    display: flex;
    gap: .375rem;
    padding-left: 0;
    margin-bottom: .5rem;
    list-style: none
}

.stars--sm {
    gap: .25rem
}

.stars img {
    vertical-align: middle
}

.contactUs {
    --title-width: 18.75rem;
    --padding-top: 3.4375rem;
    --padding-bottom: 11.875rem;
    position: relative;
    padding-bottom: 3.3125rem
}

@media (min-width:768px) {
    .contactUs {
        --padding-top: 5.9375rem;
        --padding-bottom: 5.9375rem;
        padding-top: 1px
    }
}

@media (min-width:1200px) {
    .contactUs {
        --title-width: 24.0625rem
    }
}

.contactUs__header {
    padding: var(--padding-top) var(--container-margin) var(--padding-bottom);
    background-color: #c21b18;
    color: #fff
}

@media (min-width:768px) {
    .contactUs__header {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 1
    }
}

.contactUs__title {
    margin-bottom: 0;
    max-width: var(--title-width)
}

.contactUs__form {
    position: relative;
    z-index: 2;
    margin: -8.375rem var(--container-margin) 0;
    padding: 1.75rem 1rem 1px;
    background-color: #fff;
    border-radius: .25rem;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 1, .11)
}

@media (min-width:768px) {
    .contactUs__form {
        margin-top: calc(var(--padding-top) + .8125rem);
        margin-left: auto;
        max-width: calc(100vw - 2 * var(--container-margin) - var(--title-width));
        border-radius: 0
    }
}

@media (min-width:992px) {
    .contactUs__form {
        padding: 3.4375rem 4.6875rem 1px
    }
}

.contactUs .contactForm__msg {
    padding-bottom: 4.4375rem
}

.contactForm {
    position: relative;
    z-index: 2
}

.contactForm:after,
.contactForm:before {
    z-index: -1;
    opacity: 0;
    transition: transform .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .contactForm:after,
    .contactForm:before {
        transition: none
    }
}

.contactForm:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: hsla(0, 0%, 100%, .7)
}

.contactForm:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.75rem;
    height: 3.75rem;
    margin-top: -1.875rem;
    margin-left: -1.875rem;
    background: transparent url(../svg/loading.svg) no-repeat 50%;
    background-size: 100% auto
}

.contactForm__fieldset {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: opacity .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .contactForm__fieldset {
        transition: none
    }
}

.contactForm__group {
    max-width: 31.25rem
}

.contactForm__btn {
    max-width: 17.5rem
}

.contactForm__msg {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    line-height: 1.7142857143;
    font-weight: 100;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .contactForm__msg {
        transition: none
    }
}

@media (min-width:992px) {
    .contactForm__msg {
        font-size: 1.25rem;
        line-height: 1.4;
        letter-spacing: normal
    }
}

.contactForm__perex {
    font-weight: 300;
    margin-bottom: 1.5rem
}

@media (min-width:768px) {
    .contactForm__perex {
        margin-bottom: 1.25rem;
        font-size: 1.25rem
    }
}

.contactForm__note {
    padding-top: .5rem;
    color: #333;
    font-size: .875rem;
    font-weight: 300
}

.contactForm__note a {
    font-weight: 700;
    color: #c21b18;
    text-decoration: none
}

.contactForm__note a:hover {
    color: #c21b18;
    text-decoration: underline
}

.contactForm[data-form=error]:after,
.contactForm[data-form=error]:before,
.contactForm[data-form=loading]:after,
.contactForm[data-form=loading]:before,
.contactForm[data-form=sent]:after,
.contactForm[data-form=sent]:before {
    opacity: 1;
    z-index: 3
}

.contactForm[data-form=error]:after,
.contactForm[data-form=loading]:after,
.contactForm[data-form=sent]:after {
    animation: a 1s ease-in-out infinite;
    animation-fill-mode: forward
}

@media (prefers-reduced-motion:reduce) {
    .contactForm[data-form=error]:after,
    .contactForm[data-form=loading]:after,
    .contactForm[data-form=sent]:after {
        animation: none
    }
}

.contactForm[data-form=error]:after,
.contactForm[data-form=sent]:after {
    opacity: 0
}

.contactForm[data-form=error] .contactForm__fieldset,
.contactForm[data-form=sent] .contactForm__fieldset {
    opacity: 0;
    pointer-events: none
}

.contactForm[data-form=error] .contactForm__msg--error,
.contactForm[data-form=sent] .contactForm__msg--success {
    opacity: 1;
    z-index: 4;
    pointer-events: all
}

@keyframes a {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

.stickyBanner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1019;
    padding-top: .625rem;
    padding-bottom: .625rem;
    background-color: #fff;
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, .35);
    font-weight: 100;
    color: #c21b18;
    transform: translateY(100%);
    transition: transform .4s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .stickyBanner {
        transition: none
    }
}

@media (min-width:768px) {
    .stickyBanner {
        font-size: 1.25rem
    }
}

@media (min-width:1200px) {
    .stickyBanner {
        font-size: 1.5rem;
        padding-top: .875rem;
        padding-bottom: .875rem
    }
}

.stickyBanner[data-stickybanner=opened] {
    transform: translate(0)
}

@media (max-width:767.98px) {
    .stickyBanner__btn {
        padding: .4375rem 1.1875rem;
        font-size: 1rem;
        border-radius: .25rem;
        color: #c21b18;
        border-color: #c21b18
    }
    .stickyBanner__btn:hover {
        color: #fff;
        background-color: #c21b18;
        border-color: #c21b18
    }
    .btn-check:focus+.stickyBanner__btn,
    .stickyBanner__btn:focus {
        box-shadow: 0 0 0 .25rem rgba(194, 27, 24, .5)
    }
    .btn-check:active+.stickyBanner__btn,
    .btn-check:checked+.stickyBanner__btn,
    .stickyBanner__btn.active,
    .stickyBanner__btn.dropdown-toggle.show,
    .stickyBanner__btn:active {
        color: #fff;
        background-color: #c21b18;
        border-color: #c21b18
    }
    .btn-check:active+.stickyBanner__btn:focus,
    .btn-check:checked+.stickyBanner__btn:focus,
    .stickyBanner__btn.active:focus,
    .stickyBanner__btn.dropdown-toggle.show:focus,
    .stickyBanner__btn:active:focus {
        box-shadow: 0 0 0 .25rem rgba(194, 27, 24, .5)
    }
    .stickyBanner__btn.disabled,
    .stickyBanner__btn:disabled {
        color: #c21b18;
        background-color: transparent
    }
}

@media (min-width:768px) {
    .stickyBanner__btn {
        color: #fff;
        background-color: #c21b18;
        border-color: #c21b18
    }
    .stickyBanner__btn:hover {
        color: #fff;
        background-color: #a51714;
        border-color: #9b1613
    }
    .btn-check:focus+.stickyBanner__btn,
    .stickyBanner__btn:focus {
        color: #fff;
        background-color: #a51714;
        border-color: #9b1613;
        box-shadow: 0 0 0 .25rem rgba(203, 61, 59, .5)
    }
    .btn-check:active+.stickyBanner__btn,
    .btn-check:checked+.stickyBanner__btn,
    .show>.stickyBanner__btn.dropdown-toggle,
    .stickyBanner__btn.active,
    .stickyBanner__btn:active {
        color: #fff;
        background-color: #9b1613;
        border-color: #921412
    }
    .btn-check:active+.stickyBanner__btn:focus,
    .btn-check:checked+.stickyBanner__btn:focus,
    .show>.stickyBanner__btn.dropdown-toggle:focus,
    .stickyBanner__btn.active:focus,
    .stickyBanner__btn:active:focus {
        box-shadow: 0 0 0 .25rem rgba(203, 61, 59, .5)
    }
    .stickyBanner__btn.disabled,
    .stickyBanner__btn:disabled {
        color: #fff;
        background-color: #c21b18;
        border-color: #c21b18
    }
    .stickyBanner__btn:hover {
        background-color: #e9573d;
        border-color: #e9573d
    }
}

@media (min-width:992px) {
    .stickyBanner__btn {
        padding-left: 3.75rem;
        padding-right: 3.75rem
    }
}

.footer {
    padding-top: 1.8125rem;
    padding-bottom: 4rem;
    background: linear-gradient(66.7deg, #6f7072, #20252b);
    color: #fff
}

@media (min-width:768px) {
    .footer {
        padding-bottom: 5rem;
        color: #ccc
    }
}

@media (min-width:992px) {
    .footer {
        padding-top: 3rem
    }
}

.footer a {
    color: currentColor;
    text-decoration: none
}

.footer a:hover {
    color: currentColor;
    text-decoration: underline
}

.footer__social {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .2);
    transition: background .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .footer__social {
        transition: none
    }
}

.footer__social circle,
.footer__social path,
.footer__social polygon,
.footer__social polyline,
.footer__social rect,
.footer__social square,
.footer__social text {
    fill: #fff;
    transition: fill .3s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .footer__social circle,
    .footer__social path,
    .footer__social polygon,
    .footer__social polyline,
    .footer__social rect,
    .footer__social square,
    .footer__social text {
        transition: none
    }
}

.footer__social:hover {
    background-color: rgba(0, 0, 0, .4)
}

.footer__social:hover circle,
.footer__social:hover path,
.footer__social:hover polygon,
.footer__social:hover polyline,
.footer__social:hover rect,
.footer__social:hover square,
.footer__social:hover text {
    fill: #c21b18
}

@media (min-width:992px) {
    .footer__social,
    .footer__social:hover {
        background-color: transparent
    }
}

.footer__title {
    position: relative;
    margin-bottom: 0;
    border-bottom: 1px solid currentColor;
    font-size: 1rem;
    font-weight: 500
}

.footer__title a {
    position: relative;
    display: flex;
    padding: 1.8rem 1.5rem;
    text-transform: uppercase
}

.footer__title a:after,
.footer__title a:before {
    content: "";
    position: absolute;
    top: 2.3rem;
    right: 1.5rem;
    width: .875rem;
    height: .125rem;
    background: currentColor
}

.footer__title a:after {
    transform: rotate(0);
    transition: transform .25s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .footer__title a:after {
        transition: none
    }
}

.footer__title a[aria-expanded=false]:after {
    transform: rotate(90deg)
}

.footer__title a:hover {
    text-decoration: none
}

@media (min-width:768px) {
    .footer__title {
        border-bottom: none
    }
    .footer__title:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 3rem;
        height: 1px;
        background: currentColor
    }
    .footer__title a {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 1.25rem;
        pointer-events: none
    }
    .footer__title a:after,
    .footer__title a:before {
        display: none
    }
}

.footer__links {
    list-style: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 0;
    font-weight: 300
}

@media (min-width:768px) {
    .footer__links {
        padding-left: 0;
        padding-right: 0
    }
}

.footer__links a {
    display: inline-block;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.footer__links a:hover {
    color: #fff
}

@media (min-width:768px) {
    .footer__collapse {
        display: block!important
    }
}

.subfooter {
    padding: 1.6875rem 0 1.0625rem;
    background: linear-gradient(69.4deg, #6f7072, #20252b);
    font-size: .875rem;
    line-height: 1.7142857143;
    letter-spacing: normal;
    font-weight: 500
}

.subfooter,
.subfooter a {
    color: #fff;
    text-decoration: none
}

.subfooter a {
    display: inline-block;
    padding-bottom: .625rem
}

.subfooter a:hover {
    text-decoration: underline
}