@charset "UTF-8";
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: 1px solid;
    opacity: 1;
}

h6, h5, h4, h3, h2, h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h4 {
    font-size: 1.275rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bold;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.1875em;
    background-color: #fff3cd;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

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

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

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

a > code {
    color: inherit;
}

kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #adb5bd;
    border-radius: 0.25rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

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

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgba(173, 181, 189, 0.75);
    text-align: left;
}

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

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

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

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

input,
button,
select,
optgroup,
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]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]: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;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}
legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-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;
}

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

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

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

@font-face {
    font-family: "Kinan Regular";
    font-style: normal;
    font-weight: normal;
    src: local("Kinan Regular"), url("../fonts/Kinan-axJ9o.woff") format("woff");
}
:root {
    --text-color: #232221;
    --text-font-size: 17px;
    --secondary-text-color: #6E6A66;
    --h1-font-size: 40px;
    --h1-font-weight: 700;
    --h1-letter-spacing: -1px;
    --h1-line-height: 1.1;
    --h1-margin: 0 0 24px;
}
@media (min-width: 992px) {
    :root {
        --h1-font-size: 56px;
        --h1-letter-spacing: -1.4px;
        --h1-line-height: 1.071;
        --h1-margin: 0 0 32px;
    }
}
:root {
    --h2-font-size: 32px;
    --h2-font-weight: 700;
    --h2-letter-spacing: -2.4px;
    --h2-line-height: 1.125;
    --h2-margin: 0 0 8px;
}
@media (min-width: 992px) {
    :root {
        --h2-letter-spacing: -0.8px;
    }
}
:root {
    --header-bg: #D00B2C;
    --header-color: #fff;
    --header-font-size: 15px;
    --hero-bg: #D00B2C;
    --hero-color: #fff;
}

body {
    background: #fff;
    color: var(--text-color);
    font-family: "Open Sans", sans-serif;
    font-size: var(--text-font-size);
    font-weight: 400;
    line-height: 1.529;
}
@media (min-width: 992px) {
    body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        min-height: 100dvh;
    }
}

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

h1,
.h1 {
    font-size: var(--h1-font-size);
    font-weight: var(--h1-font-weight);
    letter-spacing: var(--h1-letter-spacing);
    line-height: var(--h1-line-height);
    margin: var(--h1-margin);
}

h2,
.h2 {
    font-size: var(--h2-font-size);
    font-weight: var(--h2-font-weight);
    letter-spacing: var(--h2-letter-spacing);
    line-height: var(--h2-line-height);
    margin: var(--h2-margin);
}

.container, .container-md, .container-xxl {
    margin: 0 auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    width: 100%;
}
@media (min-width: 1200px) {
    .container {
        max-width: 1176px;
    }
}

.icon {
    fill: currentColor;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1.25rem;
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.row > * {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
}

.col {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
}

.col-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
}

.col-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
}

.col-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
}

.col-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
}

.offset-3 {
    margin-left: 25%;
}

.order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
}

.col-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
}

.col-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
}

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

.offset-6 {
    margin-left: 50%;
}

.order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
}

.col-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.order-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
}

.col-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.order-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
}

.col-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
}

.offset-9 {
    margin-left: 75%;
}

.order-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
}

.col-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.order-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
}

.col-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

.order-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
}

.col-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
}

.offset-12 {
    margin-left: 100%;
}

.order-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
}

@media (min-width: 992px) {
    .col-lg {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 8.3333333333%;
    }
    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 25%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
            -ms-flex-order: 4;
                order: 4;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 41.6666666667%;
    }
    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
                order: 5;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 50%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
            -ms-flex-order: 6;
                order: 6;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 58.3333333333%;
    }
    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
            -ms-flex-order: 7;
                order: 7;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 66.6666666667%;
    }
    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
            -ms-flex-order: 8;
                order: 8;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 75%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
            -ms-flex-order: 9;
                order: 9;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 83.3333333333%;
    }
    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
            -ms-flex-order: 10;
                order: 10;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 91.6666666667%;
    }
    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
            -ms-flex-order: 11;
                order: 11;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-12 {
        margin-left: 100%;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
            -ms-flex-order: 12;
                order: 12;
    }
}
.header {
    background-color: var(--header-bg);
    color: var(--header-color);
    font-size: var(--header-font-size);
    padding-bottom: 12px;
    padding-top: 12px;
    height: 4.5rem;
}
@media (min-width: 992px) {
    .header {
        height: 5.5rem;
        padding-bottom: 20px;
        padding-top: 20px;
    }
}
.header > .container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (min-width: 992px) {
    .header > .container {
        gap: 1rem;
    }
}
.header-brand {
    margin-right: auto;
}
@media (min-width: 992px) {
    .header-brand > img {
        height: 40px;
        width: 168px;
    }
}

.nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
}
@media (min-width: 992px) {
    .nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.nav-end {
    margin-left: auto;
}

.navbar {
    display: none;
}
@media (min-width: 992px) {
    .navbar {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        gap: 20px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.navbar-toggler {
    background: transparent;
    border: none;
    height: 48px;
    margin-right: -15px;
    padding: 15px;
    width: 48px;
}
.navbar-toggler > span {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 2px;
    position: relative;
    top: 0;
    -webkit-transition: top 0.15s ease 0.15s, opacity 0.1s ease 0.075s, -webkit-transform 0.15s ease;
    transition: top 0.15s ease 0.15s, opacity 0.1s ease 0.075s, -webkit-transform 0.15s ease;
    transition: transform 0.15s ease, top 0.15s ease 0.15s, opacity 0.1s ease 0.075s;
    transition: transform 0.15s ease, top 0.15s ease 0.15s, opacity 0.1s ease 0.075s, -webkit-transform 0.15s ease;
}
.navbar-toggler > span + span {
    margin-top: 4px;
}
@media (min-width: 992px) {
    .navbar-toggler {
        display: none;
    }
}

.footer {
    border-top: 1px solid #DFDCD6;
    background: #F6F6F3;
    font-size: 15px;
    padding-bottom: 32px;
    padding-top: 80px;
}
.footer-navs {
    display: grid;
    gap: 20px;
}
@media (min-width: 992px) {
    .footer-navs {
        grid-template-columns: repeat(4, 1fr);
    }
}
.footer-nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    line-height: 1.6;
}
.footer-nav + .footer-nav {
    border-top: 1px solid #DFDCD6;
    padding-top: 20px;
}
@media (min-width: 992px) {
    .footer-nav + .footer-nav {
        border-top: none;
        padding-top: 0;
    }
}
.footer-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer-title-pro {
    border-top: 1px solid #DFDCD6;
    text-align: center;
    padding-top: 32px;
}
@media (min-width: 992px) {
    .footer-title-pro {
        text-align: left;
        padding-top: 0;
        border-top: none;
    }
}
.footer-lists {
    border-top: 1px solid #DFDCD6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 12px;
    gap: 15px;
    margin-top: 32px;
    padding-top: 32px;
}
.footer-bottom {
    border-top: 1px solid #DFDCD6;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 32px;
    padding-top: 32px;
    text-align: center;
}
@media (min-width: 992px) {
    .footer-bottom {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin-top: 140px;
    }
}
.footer-bottom-links {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 24px;
}
@media (min-width: 992px) {
    .footer-bottom-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.footer-bottom-social {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    margin-bottom: 4px;
}
.footer-links > a + a::before {
    content: "·";
    display: inline-block;
    margin-right: 5px;
}

.download-app {
    margin-top: 32px;
    text-align: center;
}
.download-app-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.copyright {
    color: var(--secondary-text-color);
}

.page {
    padding-bottom: 52px;
}
@media (min-width: 992px) {
    .page {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-bottom: 92px;
    }
}

.hero {
    background-color: var(--hero-bg);
    color: var(--hero-color);
    min-height: 432px;
    padding-bottom: 184px;
    padding-top: 32px;
    text-align: center;
}
@media (min-width: 992px) {
    .hero {
        padding-bottom: 194px;
        padding-top: 60px;
    }
}
.hero-banner {
    height: auto;
    margin-bottom: 32px;
    max-width: 100%;
}

.card {
    background: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.28);
            box-shadow: 0 8px 28px 0 rgba(0, 0, 0, 0.28);
    padding: 32px 24px;
}
@media (min-width: 992px) {
    .card {
        padding: 48px;
    }
}
.card-header {
    margin-bottom: 32px;
    text-align: center;
}

.card-step {
    margin: -152px auto 0;
    max-width: 552px;
    width: 100%;
}
@media (min-width: 992px) {
    .card-step {
        margin-top: -149px;
    }
}

:root {
    --form-label-color: #6E6A66;
    --form-control-bg: #fff;
    --form-control-color: var(--text-color);
    --form-control-border: 1px solid #C5C1BB;
    --form-control-font-size: 15px;
    --form-control-focus-border: 1px solid var(--text-color);
}

.form-group {
    margin-bottom: 0.5rem;
    position: relative;
}
.form-group label {
    color: var(--form-label-color);
    font-size: var(--form-control-font-size);
    left: 16px;
    line-height: 24px;
    margin-bottom: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 16px;
    text-overflow: ellipsis;
    top: 16px;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
}
.form-group:has([placeholder=" "]:not(:-moz-placeholder):not(select)) .form-control {
    padding-bottom: 6px;
    padding-top: 24px;
}
.form-group:has([placeholder=" "]:not(:-ms-input-placeholder):not(select)) .form-control {
    padding-bottom: 6px;
    padding-top: 24px;
}
.form-group:has([placeholder=" "]:focus) .form-control, .form-group:has([placeholder=" "]:not(:placeholder-shown):not(select)) .form-control {
    padding-bottom: 6px;
    padding-top: 24px;
}
.form-group:has([placeholder=" "]:not(:-moz-placeholder):not(select)) label {
    color: var(--form-control-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    right: auto;
    top: 8px;
}
.form-group:has([placeholder=" "]:not(:-ms-input-placeholder):not(select)) label {
    color: var(--form-control-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    right: auto;
    top: 8px;
}
.form-group:has([placeholder=" "]:focus) label, .form-group:has([placeholder=" "]:not(:placeholder-shown):not(select)) label {
    color: var(--form-control-color);
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    right: auto;
    top: 8px;
}
.form-control {
    background-color: var(--form-control-bg);
    border: var(--form-control-border);
    border-radius: 8px;
    color: var(--form-control-color);
    display: block;
    font-size: var(--form-control-font-size);
    height: 56px;
    line-height: 24px;
    padding: 15px;
    -webkit-transition: padding 0.1s ease, border-color 0.15s ease;
    transition: padding 0.1s ease, border-color 0.15s ease;
    width: 100%;
}
.form-control:focus {
    border: var(--form-control-focus-border);
    -webkit-box-shadow: inset 0 0 0 1px var(--text-color);
            box-shadow: inset 0 0 0 1px var(--text-color);
    outline: none;
}
.form-control::-webkit-input-placeholder {
    color: #707070;
}
.form-control::-moz-placeholder {
    color: #707070;
}
.form-control:-ms-input-placeholder {
    color: #707070;
}
.form-control::-ms-input-placeholder {
    color: #707070;
}
.form-control::placeholder {
    color: #707070;
}
select.form-control {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(../images/sprite.svg#g-select);
    background-position: right 11px center;
    background-repeat: no-repeat;
    background-size: 14px 8px;
}

textarea.form-control {
    height: auto;
}

.form-control-lg {
    height: 48px;
    padding-bottom: 11px;
    padding-top: 11px;
}
.form-footer {
    margin-top: 1.25rem;
}
.form-footer .btn {
    width: 100%;
}

:root {
    --btn-bg: transparent;
    --btn-color: currentColor;
    --btn-border: 1px solid transparent;
    --btn-font-size: 1rem;
    --btn-font-weight: 700;
    --btn-padding: 11px 31px;
    --btn-disabled-bg: #DFDCD6;
    --btn-disabled-color: #fff;
    --btn-primary-bg: #D00B2C;
    --btn-outline-light-border: 1px solid #fff;
    --btn-outline-light-color: #fff;
}

.btn {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--btn-bg);
    border: var(--btn-border);
    border-radius: 8px;
    color: var(--btn-color);
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: var(--btn-font-size);
    font-weight: var(--btn-font-weight);
    gap: 0.5rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 24px;
    padding: var(--btn-padding);
    text-align: center;
    -webkit-transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
    transition: background-color 0.35s ease, border-color 0.35s ease, color 0.35s ease;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
a.btn {
    text-decoration: none;
}

.btn .icon {
    fill: currentColor;
}
.btn.disabled, .btn:disabled {
    background-color: var(--btn-disabled-bg);
    color: var(--btn-disabled-color);
    pointer-events: none;
}
.btn-primary {
    background-color: var(--btn-primary-bg);
    color: #fff;
}
.btn-outline-light {
    border: var(--btn-outline-light-border);
    color: var(--btn-outline-light-color);
}
.btn-sm {
    font-size: 15px;
    padding: 11px 23px;
}
.btn-lg {
    padding: 11px 20px;
}
.btn-block {
    width: 100%;
}