@font-face {
    font-family: 'BarlowCondensed';
    src: url('../fonts/BarlowCondensed-Regular.ttf') format('ttf'),
    url('../fonts/BarlowCondensed-Regular.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../fonts/BarlowCondensed-Medium.ttf') format('ttf'),
    url('../fonts/BarlowCondensed-Medium.woff') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../fonts/BarlowCondensed-SemiBold.ttf') format('ttf'),
    url('../fonts/BarlowCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../fonts/BarlowCondensed-Bold.ttf') format('ttf'),
    url('../fonts/BarlowCondensed-Bold.woff') format('woff');
    font-weight: 700;
}
@font-face {
    font-family: 'BarlowCondensed';
    src: url('../fonts/BarlowCondensed-ExtraBold.ttf') format('ttf'),
    url('../fonts/BarlowCondensed-ExtraBold.woff') format('woff');
    font-weight: 800;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Roman.ttf') format('ttf'),
    url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff');
    font-weight: 400;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Medium.ttf') format('ttf'),
    url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff');
    font-weight: 500;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-MediumItalic.ttf') format('ttf'),
    url('../fonts/HelveticaNeueCyr-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr-Bold.ttf') format('ttf'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff');
    font-weight: 700;
}
.error {
    color: red;
    font-size: 20px;
}
@media (min-width: 1200px) {
    .page-load .wow,
    .wow.hero-wow {
        -webkit-transition: opacity .75s ease, -webkit-transform .9s ease;
        transition: opacity .75s ease, -webkit-transform .9s ease;
        -o-transition: opacity .75s ease, transform .9s ease;
        transition: opacity .75s ease, transform .9s ease;
        transition: opacity .75s ease, transform .9s ease, -webkit-transform .9s ease;
    }
    .page-load .td-1,
    .wow.hero-wow.td-1 {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s;
    }
    .page-load .td-2,
    .wow.hero-wow.td-2 {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }
    .page-load .td-3,
    .wow.hero-wow.td-3 {
        -webkit-transition-delay: .45s;
        -o-transition-delay: .45s;
        transition-delay: .45s;
    }
    .page-load .td-4,
    .wow.hero-wow.td-4 {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }
    .page-load .td-5,
    .wow.hero-wow.td-5 {
        -webkit-transition-delay: .85s;
        -o-transition-delay: .85s;
        transition-delay: .85s;
    }
    .page-load .td-6,
    .wow.hero-wow.td-6 {
        -webkit-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s;
    }
    .page-load .td-7,
    .wow.hero-wow.td-7 {
        -webkit-transition-delay: 1.15s;
        -o-transition-delay: 1.15s;
        transition-delay: 1.15s;
    }
    .page-load .td-8,
    .wow.hero-wow.td-8 {
        -webkit-transition-delay: 1.3s;
        -o-transition-delay: 1.3s;
        transition-delay: 1.3s;
    }
    .page-load .td-9,
    .wow.hero-wow.td-9 {
        -webkit-transition-delay: 1.45s;
        -o-transition-delay: 1.45s;
        transition-delay: 1.45s;
    }
    .page-load .td-10,
    .wow.hero-wow.td-10 {
        -webkit-transition-delay: 1.6s;
        -o-transition-delay: 1.6s;
        transition-delay: 1.6s;
    }
    html:not(.disable-page-anim) .wow {
        opacity: 0;
        visibility: hidden;
    }
    html:not(.disable-page-anim) .wowToUp {
        -webkit-transform: translateY(70px);
        -ms-transform: translateY(70px);
        transform: translateY(70px);
    }
    html:not(.disable-page-anim) .wowToRight {
        -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
        transform: translateX(70px);
    }
    html:not(.disable-page-anim) .wowToLeft {
        -webkit-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
        transform: translateX(-70px);
    }
}
@charset "UTF-8";
/*!
 * Bootstrap  v5.3.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    margin: 0;
}
hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}
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;
}
b,
strong {
    font-weight: bolder;
}
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-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;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.1875rem 0.375rem;
    font-size: 0.875em;
    border-radius: 0.25rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
}
figure {
    margin: 0 0 1rem;
}
img {
    max-width: 100%;
    height: auto;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    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;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote > :last-child {
    margin-bottom: 0;
}
.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}
.blockquote-footer::before {
    content: "— ";
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 0.875em;
    color: currentColor;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1320px;
    }
}
@media (min-width: 1780px) {
    .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1750px;
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}
.col {
    flex: 1 0 0%;
}
.row-cols-auto > * {
    flex: 0 0 auto;
    width: auto;
}
.row-cols-1 > * {
    flex: 0 0 auto;
    width: 100%;
}
.row-cols-2 > * {
    flex: 0 0 auto;
    width: 50%;
}
.row-cols-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
}
.row-cols-4 > * {
    flex: 0 0 auto;
    width: 25%;
}
.row-cols-5 > * {
    flex: 0 0 auto;
    width: 20%;
}
.row-cols-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
}
.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
}
.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}
.col-3 {
    flex: 0 0 auto;
    width: 25%;
}
.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}
.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
}
.col-6 {
    flex: 0 0 auto;
    width: 50%;
}
.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
}
.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}
.col-9 {
    flex: 0 0 auto;
    width: 75%;
}
.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}
.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.offset-1 {
    margin-left: 8.33333333%;
}
.offset-2 {
    margin-left: 16.66666667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333333%;
}
.offset-5 {
    margin-left: 41.66666667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333333%;
}
.offset-8 {
    margin-left: 66.66666667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333333%;
}
.offset-11 {
    margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
    --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-sm-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333333%;
    }
    .offset-sm-2 {
        margin-left: 16.66666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333333%;
    }
    .offset-sm-5 {
        margin-left: 41.66666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333333%;
    }
    .offset-sm-8 {
        margin-left: 66.66666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333333%;
    }
    .offset-sm-11 {
        margin-left: 91.66666667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-md-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333333%;
    }
    .offset-md-2 {
        margin-left: 16.66666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333333%;
    }
    .offset-md-5 {
        margin-left: 41.66666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333333%;
    }
    .offset-md-8 {
        margin-left: 66.66666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333333%;
    }
    .offset-md-11 {
        margin-left: 91.66666667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-lg-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
    .offset-lg-2 {
        margin-left: 16.66666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333333%;
    }
    .offset-lg-5 {
        margin-left: 41.66666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333333%;
    }
    .offset-lg-8 {
        margin-left: 66.66666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333333%;
    }
    .offset-lg-11 {
        margin-left: 91.66666667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xl-11 {
        margin-left: 91.66666667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}
@media (min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto > * {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1 > * {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2 > * {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3 > * {
        flex: 0 0 auto;
        width: 33.3333333333%;
    }
    .row-cols-xxl-4 > * {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5 > * {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6 > * {
        flex: 0 0 auto;
        width: 16.6666666667%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66666667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66666667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66666667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66666667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing.collapse-horizontal {
        transition: none;
    }
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.float-start {
    float: left !important;
}
.float-end {
    float: right !important;
}
.float-none {
    float: none !important;
}
.object-fit-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
}
.object-fit-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
}
.object-fit-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
}
.object-fit-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
}
.object-fit-none {
    -o-object-fit: none !important;
    object-fit: none !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-50 {
    opacity: 0.5 !important;
}
.opacity-75 {
    opacity: 0.75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-scroll {
    overflow: scroll !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-x-hidden {
    overflow-x: hidden !important;
}
.overflow-x-visible {
    overflow-x: visible !important;
}
.overflow-x-scroll {
    overflow-x: scroll !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.overflow-y-hidden {
    overflow-y: hidden !important;
}
.overflow-y-visible {
    overflow-y: visible !important;
}
.overflow-y-scroll {
    overflow-y: scroll !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-grid {
    display: grid !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
.d-none {
    display: none !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}
.top-0 {
    top: 0 !important;
}
.top-50 {
    top: 50% !important;
}
.top-100 {
    top: 100% !important;
}
.bottom-0 {
    bottom: 0 !important;
}
.bottom-50 {
    bottom: 50% !important;
}
.bottom-100 {
    bottom: 100% !important;
}
.start-0 {
    left: 0 !important;
}
.start-50 {
    left: 50% !important;
}
.start-100 {
    left: 100% !important;
}
.end-0 {
    right: 0 !important;
}
.end-50 {
    right: 50% !important;
}
.end-100 {
    right: 100% !important;
}
.translate-middle {
    transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
    transform: translateX(-50%) !important;
}
.translate-middle-y {
    transform: translateY(-50%) !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.vw-100 {
    width: 100vw !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mh-100 {
    max-height: 100% !important;
}
.vh-100 {
    height: 100vh !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.justify-content-evenly {
    justify-content: space-evenly !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
.order-first {
    order: -1 !important;
}
.order-0 {
    order: 0 !important;
}
.order-1 {
    order: 1 !important;
}
.order-2 {
    order: 2 !important;
}
.order-3 {
    order: 3 !important;
}
.order-4 {
    order: 4 !important;
}
.order-5 {
    order: 5 !important;
}
.order-last {
    order: 6 !important;
}
.m-0 {
    margin: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}
.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}
.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}
.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}
.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}
.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}
.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}
.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.mt-4 {
    margin-top: 1.5rem !important;
}
.mt-5 {
    margin-top: 3rem !important;
}
.mt-auto {
    margin-top: auto !important;
}
.me-0 {
    margin-right: 0 !important;
}
.me-1 {
    margin-right: 0.25rem !important;
}
.me-2 {
    margin-right: 0.5rem !important;
}
.me-3 {
    margin-right: 1rem !important;
}
.me-4 {
    margin-right: 1.5rem !important;
}
.me-5 {
    margin-right: 3rem !important;
}
.me-auto {
    margin-right: auto !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.mb-4 {
    margin-bottom: 1.5rem !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.ms-1 {
    margin-left: 0.25rem !important;
}
.ms-2 {
    margin-left: 0.5rem !important;
}
.ms-3 {
    margin-left: 1rem !important;
}
.ms-4 {
    margin-left: 1.5rem !important;
}
.ms-5 {
    margin-left: 3rem !important;
}
.ms-auto {
    margin-left: auto !important;
}
.p-0 {
    padding: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}
.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}
.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pt-1 {
    padding-top: 0.25rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-3 {
    padding-top: 1rem !important;
}
.pt-4 {
    padding-top: 1.5rem !important;
}
.pt-5 {
    padding-top: 3rem !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.pe-1 {
    padding-right: 0.25rem !important;
}
.pe-2 {
    padding-right: 0.5rem !important;
}
.pe-3 {
    padding-right: 1rem !important;
}
.pe-4 {
    padding-right: 1.5rem !important;
}
.pe-5 {
    padding-right: 3rem !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.pb-1 {
    padding-bottom: 0.25rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-3 {
    padding-bottom: 1rem !important;
}
.pb-4 {
    padding-bottom: 1.5rem !important;
}
.pb-5 {
    padding-bottom: 3rem !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.ps-1 {
    padding-left: 0.25rem !important;
}
.ps-2 {
    padding-left: 0.5rem !important;
}
.ps-3 {
    padding-left: 1rem !important;
}
.ps-4 {
    padding-left: 1.5rem !important;
}
.ps-5 {
    padding-left: 3rem !important;
}
.gap-0 {
    gap: 0 !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-2 {
    gap: 0.5rem !important;
}
.gap-3 {
    gap: 1rem !important;
}
.gap-4 {
    gap: 1.5rem !important;
}
.gap-5 {
    gap: 3rem !important;
}
.row-gap-0 {
    row-gap: 0 !important;
}
.row-gap-1 {
    row-gap: 0.25rem !important;
}
.row-gap-2 {
    row-gap: 0.5rem !important;
}
.row-gap-3 {
    row-gap: 1rem !important;
}
.row-gap-4 {
    row-gap: 1.5rem !important;
}
.row-gap-5 {
    row-gap: 3rem !important;
}
.column-gap-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}
.column-gap-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: 0.25rem !important;
}
.column-gap-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: 0.5rem !important;
}
.column-gap-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
}
.column-gap-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
}
.column-gap-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
}
.fst-italic {
    font-style: italic !important;
}
.fst-normal {
    font-style: normal !important;
}
.fw-lighter {
    font-weight: lighter !important;
}
.fw-300 {
    font-weight: 300 !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.fw-800 {
    font-weight: 800 !important;
}
.fw-bolder {
    font-weight: bolder !important;
}
.lh-1 {
    line-height: 1 !important;
}
.text-start {
    text-align: left !important;
}
.text-end {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-decoration-underline {
    text-decoration: underline !important;
}
.text-decoration-line-through {
    text-decoration: line-through !important;
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
/* rtl:begin:remove */
.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}
.text-black-50 {
    --bs-text-opacity: 1;
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
    --bs-text-opacity: 1;
    color: inherit !important;
}
.text-opacity-25 {
    --bs-text-opacity: 0.25;
}
.text-opacity-50 {
    --bs-text-opacity: 0.5;
}
.text-opacity-75 {
    --bs-text-opacity: 0.75;
}
.text-opacity-100 {
    --bs-text-opacity: 1;
}
.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: transparent !important;
}
.bg-opacity-10 {
    --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
    --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
    --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
    --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
    --bs-bg-opacity: 1;
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
}
.pe-none {
    pointer-events: none !important;
}
.pe-auto {
    pointer-events: auto !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-top-0 {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.rounded-top-circle {
    border-top-left-radius: 50% !important;
    border-top-right-radius: 50% !important;
}
.rounded-end-0 {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.rounded-end-circle {
    border-top-right-radius: 50% !important;
    border-bottom-right-radius: 50% !important;
}
.rounded-bottom-0 {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.rounded-bottom-circle {
    border-bottom-right-radius: 50% !important;
    border-bottom-left-radius: 50% !important;
}
.rounded-start-0 {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.rounded-start-circle {
    border-bottom-left-radius: 50% !important;
    border-top-left-radius: 50% !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.z-n1 {
    z-index: -1 !important;
}
.z-0 {
    z-index: 0 !important;
}
.z-1 {
    z-index: 1 !important;
}
.z-2 {
    z-index: 2 !important;
}
.z-3 {
    z-index: 3 !important;
}
@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .object-fit-sm-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-sm-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-sm-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-sm-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-sm-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .row-gap-sm-0 {
        row-gap: 0 !important;
    }
    .row-gap-sm-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-sm-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-sm-3 {
        row-gap: 1rem !important;
    }
    .row-gap-sm-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-sm-5 {
        row-gap: 3rem !important;
    }
    .column-gap-sm-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-sm-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-sm-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-sm-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-sm-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-sm-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .object-fit-md-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-md-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-md-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-md-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-md-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .row-gap-md-0 {
        row-gap: 0 !important;
    }
    .row-gap-md-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-md-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-md-3 {
        row-gap: 1rem !important;
    }
    .row-gap-md-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-md-5 {
        row-gap: 3rem !important;
    }
    .column-gap-md-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-md-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-md-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-md-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-md-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-md-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .object-fit-lg-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-lg-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-lg-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-lg-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-lg-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .row-gap-lg-0 {
        row-gap: 0 !important;
    }
    .row-gap-lg-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-lg-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-lg-3 {
        row-gap: 1rem !important;
    }
    .row-gap-lg-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-lg-5 {
        row-gap: 3rem !important;
    }
    .column-gap-lg-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-lg-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-lg-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-lg-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-lg-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-lg-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .object-fit-xl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-xl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-xl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-xl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-xl-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .row-gap-xl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-xl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-xl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-xl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-xl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-xl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
@media (min-width: 1400px) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .object-fit-xxl-contain {
        -o-object-fit: contain !important;
        object-fit: contain !important;
    }
    .object-fit-xxl-cover {
        -o-object-fit: cover !important;
        object-fit: cover !important;
    }
    .object-fit-xxl-fill {
        -o-object-fit: fill !important;
        object-fit: fill !important;
    }
    .object-fit-xxl-scale {
        -o-object-fit: scale-down !important;
        object-fit: scale-down !important;
    }
    .object-fit-xxl-none {
        -o-object-fit: none !important;
        object-fit: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .row-gap-xxl-0 {
        row-gap: 0 !important;
    }
    .row-gap-xxl-1 {
        row-gap: 0.25rem !important;
    }
    .row-gap-xxl-2 {
        row-gap: 0.5rem !important;
    }
    .row-gap-xxl-3 {
        row-gap: 1rem !important;
    }
    .row-gap-xxl-4 {
        row-gap: 1.5rem !important;
    }
    .row-gap-xxl-5 {
        row-gap: 3rem !important;
    }
    .column-gap-xxl-0 {
        -moz-column-gap: 0 !important;
        column-gap: 0 !important;
    }
    .column-gap-xxl-1 {
        -moz-column-gap: 0.25rem !important;
        column-gap: 0.25rem !important;
    }
    .column-gap-xxl-2 {
        -moz-column-gap: 0.5rem !important;
        column-gap: 0.5rem !important;
    }
    .column-gap-xxl-3 {
        -moz-column-gap: 1rem !important;
        column-gap: 1rem !important;
    }
    .column-gap-xxl-4 {
        -moz-column-gap: 1.5rem !important;
        column-gap: 1.5rem !important;
    }
    .column-gap-xxl-5 {
        -moz-column-gap: 3rem !important;
        column-gap: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}
@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive-4by3::before {
    padding-top: 75%;
}
.embed-responsive-1by1::before {
    padding-top: 100%;
}
.dropdown .dropdown-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 20px;
    position: relative;
    text-decoration: none;
    border-bottom: 1px solid currentColor;
    font-weight: 400;
    border-radius: 0;
}
.dropdown .dropdown-toggle:after,
.filters-dropdown-btn:after {
    content: "";
    display: inline-block;
    position: relative;
    margin-left: 4px;
    width: 5px;
    height: 5px;
    border-top: 1px solid currentColor;
    border-left: 1px solid currentColor;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.dropdown, .dropleft, .dropright, .dropup {
    position: relative
}
.dropdown-toggle {
    white-space: nowrap;
    color: #123043;
}
.dropdown-toggle:empty::after {
    margin-left: 0
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    /*display: none;*/
    float: left;
    min-width: 100%;
    background: #ffffff;
    text-align: left;
    list-style: none;
    border-radius: 4px;
    margin-top: 11px;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #669fb2;
    /*pointer-events: none;*/
}
.dropdown-menu[x-placement^=top] {
    margin-top: 0;
}
.dropdown-menu-left {
    right: auto;
    left: 0
}
.dropdown-menu-right {
    right: 0;
    left: auto
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}
.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto
}
.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #dadfe1
}
.dropdown-menu .dropdown-item {
    display: block;
    width: 100%;
    padding: 6px 15px;
    clear: both;
    font-weight: 400;
    text-align: inherit;
    white-space: nowrap;
    border: 0;
    font-size: 15px;
    text-decoration: none;
    background: none;
}
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    color: #123043;
    text-decoration: none;
    background-color: #dadfe1;
}
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background-color: rgba(128, 223, 225, .5);
}
.dropdown-menu .dropdown-item.disabled,
.dropdown-menu .dropdown-item:disabled {
    color: #123043;
    opacity: .5;
    pointer-events: none;
    background-color: transparent
}
.dropdown-toggle + .dropdown-menu.show,
.bootstrap-select.show .dropdown-menu.inner,
.dropdown-menu.show .dropdown-menu.inner,
.dropdown-small__btn + .dropdown-menu.show {
    /*display: block;*/
    opacity: 1;
    visibility: visible;
    /*pointer-events: auto;*/
}
.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
}
.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}
.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
    margin-left: 0
}
.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}
/*!
 * Bootstrap-select v1.13.14 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2020 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
@keyframes bs-notify-fadeOut {
    0% {
        opacity: 0.9;
    }
    100% {
        opacity: 0;
    }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
    display: none !important;
}
.bootstrap-select {
    max-width: 100%;
    vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
    position: relative;
    width: 100%;
    text-align: left;
    white-space: nowrap;
}
.bootstrap-select .dropdown-toggle,
.bootstrap-select .show > .btn.dropdown-toggle:focus {
    background: #0000;
    border: none;
    border-bottom: 1px solid currentColor;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: currentColor;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn:active {
    color: currentColor;
}
.bootstrap-select > select {
    display: none;
}
.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
    border-color: #b94a48;
}
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
    border-color: #28a745;
}
.bootstrap-select.fit-width {
    width: auto !important;
}
.bootstrap-select.form-control.input-group-btn {
    float: none;
    z-index: auto;
}
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}
.bootstrap-select.dropdown-menu-right,
.bootstrap-select[class*="col-"].dropdown-menu-right,
.row .bootstrap-select[class*="col-"].dropdown-menu-right {
    float: right;
}
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
    margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
    padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
    padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
    padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
    width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
    cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
    outline: none !important;
}
.bootstrap-select.bs-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 0 !important;
    padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
    z-index: 100;
}
.bootstrap-select .dropdown-toggle .filter-option {
    display: inline-block;
    position: relative;
    top: 1px;
    height: 100%;
    text-align: left;
    max-width: calc(100% - 13px);
    overflow: hidden;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
    padding-right: inherit;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
    position: absolute;
    padding-top: inherit;
    padding-bottom: inherit;
    padding-left: inherit;
    float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
    padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 0 2px 0;
}
.bootstrap-select .dropdown-toggle .filter-expand {
    width: 0 !important;
    float: left;
    opacity: 0 !important;
    overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: inherit;
}
.bootstrap-select[class*="col-"] .dropdown-toggle {
    width: 100%;
}
.bootstrap-select .dropdown-menu > .inner:focus {
    outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
    position: relative;
    padding-left: 0;
}
.bootstrap-select .dropdown-menu li:before {
    content: none;
}
.bootstrap-select .dropdown-menu li.active small {
    color: currentColor !important;
    opacity: .5;
}
.bootstrap-select .dropdown-menu li.disabled a {
    cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25rem;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
    display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
    padding: 2px 0;
}
.bootstrap-select .dropdown-menu li small {
    padding-left: 0.5rem;
}
.bootstrap-select .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: currentColor;
    border: 1px solid currentColor;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: 0.9;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
    -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
    animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
    padding: 3px;
    background: currentColor;
    margin: 0 5px;
    white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
    position: static;
    display: inline;
    padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
    display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
    content: '\00a0';
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
    margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
    content: '';
    display: block;
    width: 0.5rem;
    height: 1rem;
    border-style: solid;
    border-width: 0 0.26rem 0.26rem 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
    z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid currentColor;
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid currentColor;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
    bottom: auto;
    top: -4px;
    border-top: 7px solid currentColor;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
    bottom: auto;
    top: -4px;
    border-top: 6px solid currentColor;
    border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
    right: 12px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
    right: 13px;
    left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
    display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
    padding: 4px 8px;
}
.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
    width: 50%;
}
.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.bs-donebutton .btn-group button {
    width: 100%;
}
.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px;
}
.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.modal {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: 0.5rem;
    --bs-modal-color: #123043;
    --bs-modal-bg: #dadfe1;
    --bs-modal-border-color: currentColor;
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 0.125rem 0.25rem currentColor;
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: currentColor;
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: 0.5rem;
    --bs-modal-footer-border-color: currentColor;
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-modal-zindex);
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: var(--bs-modal-margin);
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -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% - var(--bs-modal-margin) * 2);
}
.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% - var(--bs-modal-margin) * 2);
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.modal-backdrop {
    --bs-backdrop-zindex: 1050;
    --bs-backdrop-bg: #000000;
    --bs-backdrop-opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    z-index: var(--bs-backdrop-zindex);
    width: 100vw;
    height: 100vh;
    background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity);
}
.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: var(--bs-modal-header-padding);
    border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
    border-top-left-radius: var(--bs-modal-inner-border-radius);
    border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
    margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: var(--bs-modal-title-line-height);
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
}
.modal-footer {
    display: flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
    background-color: currentColor;
    border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
    border-bottom-right-radius: var(--bs-modal-inner-border-radius);
    border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
    .modal {
        --bs-modal-margin: 1.75rem;
        --bs-modal-box-shadow: 0 0.5rem 1rem currentColor;
    }
    .modal-dialog {
        max-width: var(--bs-modal-width);
        margin-right: auto;
        margin-left: auto;
    }
    .modal-sm {
        --bs-modal-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        --bs-modal-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-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,
.modal-fullscreen .modal-footer {
    border-radius: 0;
}
.modal-fullscreen .modal-body {
    overflow-y: auto;
}
@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,
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
}
@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,
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
}
@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,
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
}
@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,
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
}
@media (max-width: 1399.98px) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
}
/*-----------------------*/
/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}
:root {
    --swiper-theme-color: #007aff
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap
}
.swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-container-3d {
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory
}
:root {
    --swiper-navigation-size: 44px
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}
.swiper-pagination-black {
    --swiper-pagination-color: #000000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #ffffff
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000000
}
@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
/*------------------------*/
.scroll-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-duration: 50s;
    animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    will-change: transform;
}
.scroll-slider:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.scroll-slider-no-stop:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
.scroll-slider__slide-js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.scroll-slider__slide-box {
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: relative;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes scroll-reverse {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes scroll-reverse {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
/*------------------------*/
* {
    outline: none;
}
body {
    background: #dadfe1;
    color: #123043;
    font-family: 'BarlowCondensed', sans-serif;
    font-size: 16px;
    line-height: 1.3;
}
.description {
    font-size: 16px;
    font-family: 'HelveticaNeueCyr', sans-serif;
    line-height: 1.6;
}
.main-bg {
    background: #dadfe1;
}
.second-bg {
    background: #e8b877;
}
.third-bg {
    background: #669fb2;
}
.body-hover-1 .main-bg {
    background: #123043;
}
.body-hover-2 .main-bg {
    background: #669fb2;
}
.body-hover-3 .main-bg {
    background: #ed9b51;
}
.body-hover-1 .link-with-arrow {
    color: #dadfe1 !important;
}
.body-hover-1 .link-with-arrow path {
    fill: #dadfe1 !important;
}
.body-hover-1 .link-with-arrow:hover {
    color: #ed9b51 !important;
}
.body-hover-1 .link-with-arrow:hover path {
    fill: #ed9b51 !important;
}
.body-hover-2 .s-cards-about__heading {
    color: #123043;
}
.body-hover-3 .link-with-arrow:hover {
    color: #669fb2;
}
.body-hover-3 .link-with-arrow:hover path {
    fill: #669fb2;
}
.description-ff {
    font-family: 'HelveticaNeueCyr', sans-serif;
}
.main-ff {
    font-family: 'BarlowCondensed', sans-serif;
}
.fz-large {
    font-size: 19px;
}
.fz-heading-sm {
    font-size: 36px;
}
hr.main-hr {
    margin: 0;
    opacity: 1;
    border-top: 2px solid #123043;
}
.br-main {
    border-radius: 5px;
}
.color-body {
    color: #123043;
}
.color-main {
    color: #ed9b51;
}
.color-main-dark {
    color: #dd802c;
}
.color-main-light {
    color: #e8b877;
}
.color-second {
    color: #669fb2;
}
.color-third {
    color: #dadfe1;
}
.second-theme {
    color: #dadfe1;
    background: #123043;
}
a {
    text-decoration: none;
}
.pseudo-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: 'BarlowCondensed', sans-serif;
    margin-top: 0;
}
h1, .h1 {
    font-size: 120px;
    line-height: 1;
    letter-spacing: -0.6px;
}
h2, .h2 {
    font-size: 90px;
}
h3, .h3 {
    font-size: 66px;
    line-height: 1;
    letter-spacing: -0.3px;
}
h4, .h4 {
    font-size: 32px;
}
h5, .h5 {
    font-size: 28px;
}
h6, .h6 {
    font-size: 22px;
}
.main-bg {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    -webkit-transition: .3s;
    transition: .3s;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    -moz-transition: .3s;
    transition: .3s;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    -ms-transition: .3s;
    transition: .3s;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    -ms-transition: .3s;
    transition: .3s;
}
.modal-form__close,
.s-tabs__nav-link,
.link-circle,
.btn-hamburger span,
.aboutSliderThumbs__link,
.link-phone,
.header__nav-link,
input::placeholder,
textarea::placeholder,
.s-cards-about,
.link,
.link-with-arrow,
.link-sound__icon,
.link-sound__icon:after,
.swiper-button-prev,
.swiper-button-next,
.header-fixed,
.btn,
.social-btn,
.transition-default {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.btn {
    display: inline-block;
    text-align: center;
}
.main-btn {
    background: #ed9b51;
    border: 1px solid #ed9b51;
    color: #3e2a20;
    font-family: 'HelveticaNeueCyr', sans-serif;
    min-width: 239px;
    border-radius: 5px;
    padding: 22px 10px 17px;
    font-weight: 500;
    line-height: 1;
    font-size: 16px;
}
.main-btn:hover,
.s-cards-homes__card:hover .main-btn {
    background: #123043;
    color: #ed9b51;
}
.second-btn {
    background: #e8b877;
    border-color: #e8b877;
    color: #123043;
}
.second-btn:hover {
    background: #123043;
    border-color: #123043;
    color: #e8b877;
}
.btn-header {
    font-family: 'BarlowCondensed', sans-serif;
    font-size: 40px;
    font-weight: 700;
    border: 2px solid #123043;
    border-radius: 4px;
    color: #123043;
    background: transparent;
    padding: 8px 10px;
    min-width: 201px;
}
.btn-header:hover {
    background: #123043;
    color: #ed9b51;
}
.link-sound {
    color: #dadfe1;
    font-size: 28px;
}
.link-sound__icon {
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #ed9b51;
    margin-right: 15px;
    border: 1px solid #ed9b51;
}
.link-sound__icon:after {
    position: absolute;
    content: '';
    left: calc(50% + 2px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-top: 10px solid transparent;
    border-left: 14px solid #123043;
    border-bottom: 10px solid transparent;
}
.s-cards-podcast__card:hover .link-sound__icon {
    background: #123043;
}
.s-cards-podcast__card:hover .link-sound__icon:after {
    border-left-color: #ed9b51;
}
.link-with-arrow {
    font-size: 28px;
    color: #123043;
    line-height: 1;
}
.link-with-arrow svg {
    position: relative;
    top: 2px;
}
.second-theme .link-with-arrow,
.second-theme .link {
    color: #dadfe1;
}
.second-theme .link-second,
.link-second {
    color: #e8b877;
}
.second-theme .link-with-arrow path {
    fill: #dadfe1;
}
.second-theme .link:hover,
.link-phone:hover,
.s-cards-events__card:hover .link-with-arrow,
.second-theme .link-with-arrow:hover,
.link-with-arrow:hover {
    color: #ed9b51;
}
.link:hover {
    color: #ed9b51 !important;
}
.s-cards-events__card:hover .link-with-arrow svg,
.link-with-arrow:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.second-theme .link:hover path,
.s-cards-events__card:hover .link-with-arrow path,
.second-theme .link-with-arrow:hover path,
.link-with-arrow:hover path {
    fill: #ed9b51;
}
.second-theme .link.link-stroke:hover path,
.link-phone:hover path {
    stroke: #ed9b51;
    fill: none;
}
input,
textarea {
    background: transparent;
    border: none;
    border-bottom: 2px solid #123043;
    font-weight: 600;
    font-size: 36px;
    color: #123043;
    padding: 20px;
}
input::-webkit-input-placeholder, textarea ::-webkit-input-placeholder {
    color: #669fb2;
    text-align: center;
}
input::-moz-placeholder, textarea ::-moz-placeholder {
    color: #669fb2;
    text-align: center;
}
input:-ms-input-placeholder, textarea :-ms-input-placeholder {
    color: #669fb2;
    text-align: center;
}
input::-ms-input-placeholder, textarea ::-ms-input-placeholder {
    color: #669fb2;
    text-align: center;
}
input::placeholder,
textarea ::placeholder {
    color: #669fb2;
    text-align: center;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}
.form-group:not(:last-child) {
    margin-bottom: 62px;
}
/*--------HEADER--------------*/
.header__nav-link,
.header .link {
    color: #123043;
    font-size: 32px;
}
.header-homepage .header__nav-link {
    font-size: 54px;
}
.header__nav-item:not(:last-child) {
    margin-right: 71px;
}
.header-homepage .header__container {
    padding: 25px 12px 22px;
}
.header .header__border:after,
.header-homepage .header__border:after {
    position: absolute;
    content: '';
    left: 12px;
    bottom: -2px;
    width: calc(100% - 24px);
    height: 2px;
    background: #123043;
}
.header-logo {
    color: #123043;
    letter-spacing: -2px;
    margin-right: 50px;
}
.header-homepage,
.header-fixed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.header-fixed {
    border-bottom: 2px solid #123043;
}
.header-homepage {
    z-index: 11;
}
.header .header__container {
    padding: 37px 12px 26px;
}
.homepage .header .header__container {
    padding: 15px 12px;
}
.header .header__nav-item:not(:last-child) {
    /*margin-right: 69px;*/
    margin-right: 66px;
}
/* body:not(.scroll-up) .header-fixed {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
} */
#map-page .header,
.body-scroll .header,
.header-homepage {
    background: #dadfe1;
}
.header-height {
    height: 131px;
}
/*-----------*/
.hero__heading,
.footer__heading {
    font-size: 291px;
    white-space: nowrap;
    line-height: 0.88;
    margin-bottom: 67px;
}
.hero__row-info-bar {
    border-top: 2px solid #123043;
    border-bottom: 2px solid #123043;
    padding: 6px 0;
    margin-bottom: 25px;
}
.hero__sound-wrap {
    background: #ed9b51;
    width: 523px;
    height: 66px;
    margin-right: 44px;
    color: #ffffff;
    pointer-events: auto;
    cursor: pointer;
    padding: 13px;
    font-size: 26px;
}
.hero__banner {
    border-radius: 4px;
}
.hero__banner__heading {
    margin-bottom: 23px;
}
.hero__banner__col-content {
    padding: 47px 12px 31px 44px;
}
.hero__banner-logo {
    margin-bottom: 65px;
}
.hero__banner__description {
    margin-bottom: 81px;
}
.heroBannerSwiper {
    height: 100%;
    max-width: 891px;
    margin-right: 0;
}
.hero__banner__col-slider {
    padding: 17px 20px;
}
.hero {
    padding-bottom: 38px;
}
.swiper-buttons-wrap {
    position: absolute;
    bottom: 14px;
    right: 17px;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    content: none;
}
.swiper-button-prev,
.swiper-button-next {
    position: static;
    margin: 0;
    width: 40px;
    height: 40px;
    background: #ffffff;
    border-radius: 50%;
}
.swiper-button-prev {
    margin-right: 20px;
}
.swiper-button-next {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
    background: #123043;
}
.swiper-button-prev:hover path,
.swiper-button-next:hover path {
    fill: #ed9b51;
}
.s-cards-podcast__card {
    max-width: 573px;
    padding: 37px 40px 28px;
}
.s-cards-podcast__card-kicker {
    margin-bottom: 114px;
}
.s-cards-podcast__card-heading {
    margin-bottom: 34px;
}
.s-cards-podcast__card-description {
    max-width: 340px;
    margin-bottom: 81px;
}
.s-cards-podcast__heading {
    font-size: 90px;
    margin-bottom: 41px;
}
.s-cards-about__heading {
    font-size: 120px;
    line-height: 1;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}
.s-cards-podcast {
    padding-bottom: 183px;
}
.s-cards-about__description {
    max-width: 570px;
    margin-bottom: 31px;
}
.s-cards-about__content-col .link-with-arrow:first-child {
    margin-right: 86px;
}
.s-cards-about__card-1 {
    margin-top: 337px;
}
.s-cards-about__card {
    max-width: 577px;
}
.s-cards-about__card-2 {
    margin-top: -56px;
}
.s-cards-about__card-1__img-wrap,
.s-cards-about__card-2__img-wrap,
.s-cards-about__card-3__img-wrap,
.s-cards-about__card-4__img-wrap,
.s-cards-about__card-5__img-wrap {
    height: 705px;
    margin-bottom: 42px;
}
.s-cards-about__card-2__img-wrap {
    height: 746px;
}
.s-cards-about__card-heading {
    margin-bottom: 24px;
}
.s-cards-about__card-description {
    max-width: 500px;
}
.s-cards-about__card-3__img-wrap {
    height: 416px;
}
.s-cards-about__card-3 {
    max-width: 899px;
    margin-top: -30px;
}
.s-cards-events__conversion-panel {
    border-top: 2px solid #123043;
    border-bottom: 2px solid #123043;
    padding: 16px 12px;
    letter-spacing: 0.3px;
}
.s-cards-about {
    padding-bottom: 270px;
}
.s-cards-events__heading {
    font-size: 324px;
    white-space: nowrap;
    line-height: 0.95;
    margin-bottom: 163px;
}
.s-cards-events__card-kicker {
    margin-bottom: 3px;
}
.s-cards-events__card-sub-kicker {
    font-size: 54px;
    line-height: 1;
    margin-bottom: 99px;
}
.s-cards-events__card-heading {
    margin-bottom: 16px;
}
.s-cards-events__card {
    padding: 33px 34px;
}
.s-cards-events__card-description {
    max-width: 340px;
    margin-bottom: 57px;
}
.swiperHouse .swiper-button-prev,
.swiperHouse .swiper-button-next,
.swiperCardsEvents .swiper-button-prev,
.swiperCardsEvents .swiper-button-next {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    margin: 0;
}
.swiperHouse .swiper-button-prev.swiper-button-disabled,
.swiperHouse .swiper-button-next.swiper-button-disabled,
.swiperCardsEvents .swiper-button-prev.swiper-button-disabled,
.swiperCardsEvents .swiper-button-next.swiper-button-disabled {
    opacity: 0;
}
.swiperHouse .swiper-button-next,
.swiperCardsEvents .swiper-button-next {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
.swiperHouse .swiper-button-prev:before,
.swiperHouse .swiper-button-next:before,
.swiperCardsEvents .swiper-button-prev:before,
.swiperCardsEvents .swiper-button-next:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 87px;
    height: 100vh;
    background: -webkit-gradient(linear, right top, left top, from(rgba(218, 223, 225, 0)), to(#dadfe1));
    background: -o-linear-gradient(right, rgba(218, 223, 225, 0) 0%, #dadfe1 100%);
    background: linear-gradient(-90deg, rgba(218, 223, 225, 0) 0%, #dadfe1 100%);
    opacity: 0.16;
    pointer-events: none;
}
.swiperHouse .swiper-button-prev:hover path,
.swiperHouse .swiper-button-next:hover path,
.swiperCardsEvents .swiper-button-prev:hover path,
.swiperCardsEvents .swiper-button-next:hover path {
    stroke: #ed9b51;
    fill: transparent;
}
.swiperCardsEvents-wrap {
    margin-bottom: 86px;
}
.s-cards-info__conversion-panel {
    border-top: 2px solid #123043;
    border-bottom: 2px solid #123043;
    font-size: 171px;
    padding: 24px 12px 36px;
    line-height: 1;
    white-space: nowrap;
    margin-bottom: 22px;
}
.s-cards-events {
    padding-bottom: 318px;
}
.s-cards-info__sub-content-heading {
    font-size: 24px;
    margin-bottom: 115px;
}
.s-cards-info__card {
    border: 2px solid #123043;
    padding: 22px 30px;
    font-size: 28px;
    min-height: 202px;
}
.s-cards-info__card-container {
    max-width: 80.3%;
}
.s-cards-info__card-wrap {
    padding: 0 27px;
}
.s-cards-info__card-row {
    margin-left: -27px;
    margin-right: -27px;
}
.s-cards-info__card-wrap:not(:nth-last-child(-n+4)) {
    margin-bottom: 55px;
}
.s-cards-homes__heading {
    border-top: 2px solid #123043;
    padding-top: 43px;
    margin-bottom: 50px;
}
.s-cards-info {
    padding-bottom: 141px;
}
.swiperCardsHomes {
    overflow: visible;
    max-width: 571px;
    margin-left: 0;
}
.s-cards-homes__card {
    padding: 30px 28px 25px;
}
.s-cards-homes__card-heading {
    margin-bottom: 18px;
}
.s-cards-homes__card-img-wrap {
    border-radius: 6px;
    height: 293px;
    margin-bottom: 21px;
}
.s-cards-homes__card-icon-item {
    border-right: 2px solid #669fb2;
    padding-right: 21px;
    margin-right: 26px;
}
.s-cards-homes__card-icon-wrap {
    font-size: 18px;
    margin-bottom: 22px;
}
.s-cards-homes__card-description {
    max-width: 490px;
    margin-bottom: 47px;
}
.s-cards-homes__card-listed {
    font-size: 10px;
}
.s-cards-homes__card-listed-name {
    font-size: 14px;
    margin-bottom: 10px;
}
.s-about-slider {
    background: #669fb2;
    padding: 121px 0 62px;
}
.s-about-slider__heading-second {
    border-top: 2px solid #123043;
    border-bottom: 2px solid #123043;
    line-height: 1;
    padding: 20px 12px 23px;
}
.s-about-slider__heading {
    font-size: 252px;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 87px;
}
.s-cards-homes {
    padding-bottom: 312px;
}
.aboutSliderThumbs__link {
    border-bottom: 2px solid #123043;
    padding-bottom: 8px;
}
.s-about-slider__col-content__heading {
    margin-bottom: 21px;
}
.s-about-slider__col-content__description {
    max-width: 500px;
    margin-bottom: 309px;
}
.aboutSliderThumbs {
    max-width: 766px;
    margin-left: 0;
    margin-bottom: 21px;
}
.aboutSliderThumbs__item.swiper-slide-active {
    color: #dadfe1;
}
.aboutSliderThumbs__item.swiper-slide-active .aboutSliderThumbs__link {
    border-bottom-color: #dadfe1;
}
.aboutSliderThumbs__item:hover .aboutSliderThumbs__link {
    color: #ed9b51;
    border-color: #ed9b51;
}
.aboutSliderThumbs__item {
    font-size: 31px;
    padding-right: 33px;
    margin-bottom: 44px;
}
.s-about-slider__card-img-wrap {
    height: 292px;
    margin-bottom: 25px;
}
.s-about-slider__card {
    padding: 30px 30px 40px;
}
.s-about-slider__card-heading {
    margin-bottom: 14px;
}
.aboutSlider {
    max-width: 723px;
    margin-right: 0;
    padding: 50px 55px 0 43px;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}
.s-about-slider__card-text-behind {
    position: absolute;
    right: calc(100% + 23px);
    top: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-size: 28px;
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}
.link-phone {
    font-size: 18px;
    color: #dadfe1;
}
.s-about-slider__card-phone {
    margin-bottom: 20px;
}
.s-about-slider__card-description {
    max-width: 500px;
    margin-bottom: 38px;
}
.s-about-slider__card-logo {
    right: -55px;
    top: -50px;
}
.s-about-slider__col-content {
    padding-top: 37px;
}
.pre-footer-form__heading {
    margin-bottom: 49px;
}
.pre-footer-form__description {
    max-width: 450px;
}
.pre-footer-form__col-heading {
    margin-bottom: 89px;
}
.pre-footer-form__form {
    max-width: 93%;
}
.footer__heading {
    opacity: .15;
    margin-bottom: 118px;
}
.pre-footer-form {
    padding: 147px 0 187px;
}
.footer .link,
.footer__row-copyright {
    font-size: 24px;
    color: #dadfe1;
    font-weight: 500;
}
.footer .link:hover {
    color: #669fb2;
}
.footer .link:hover path {
    fill: #669fb2;
}
.footer__nav {
    max-width: 340px;
}
.footer__nav-item {
    margin-bottom: 2px;
}
.footer__social-link-wrap {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.footer__social-link {
    margin: 0 16px;
}
.credit-link {
    text-decoration: none !important;
    color: currentColor !important;
}
.credit-link__logo {
    bottom: 1px;
    left: 0;
    opacity: 0;
}
.credit-link:hover .credit-link__logo {
    opacity: 1;
}
.credit-link:hover .credit-link__txt {
    opacity: 0;
}
.footer__row-copyright {
    border-top: 2px solid #dadfe1;
    margin-top: 32px;
    padding: 14px 0;
}
.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /*z-index: -1;*/
}
.footer__copyright-icon {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.s-cards-homes__card:hover .s-cards-homes__card-img-wrap img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.btn-hamburger {
    display: none;
    padding: 5px;
    margin-left: 20px;
    cursor: pointer;
}
.btn-hamburger span {
    display: block;
    width: 28px;
    height: 2px;
    background: currentColor;
}
.btn-hamburger span:nth-child(2) {
    margin: 6px 0;
}
.open-menu .btn-hamburger span:nth-child(1),
.btn-inner-hamburger span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 5px);
    -ms-transform: rotate(45deg) translate(6px, 5px);
    transform: rotate(45deg) translate(6px, 5px);
}
.open-menu .btn-hamburger span:nth-child(2),
.btn-inner-hamburger span:nth-child(2) {
    opacity: 0;
}
.open-menu .btn-hamburger span:nth-child(3),
.btn-inner-hamburger span:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -5px);
    -ms-transform: rotate(-45deg) translate(6px, -5px);
    transform: rotate(-45deg) translate(6px, -5px);
}
.btn-inner-hamburger {
    position: absolute;
    right: 30px;
    top: 30px;
}
.hero-inner__heading {
    font-size: 255px;
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 33px;
}
.hero-inner {
    padding: 0 0 66px;
}
.s-switchback-video__heading {
    margin-bottom: 40px;
}
.s-switchback-video__description {
    font-size: 56px;
    letter-spacing: -0.3px;
}
.s-switchback-video__col-video {
    padding: 27px 12px 27px 64px;
}
.s-switchback-video__col-about {
    padding: 27px 12px;
}
.s-switchback-video {
    padding: 40px 0 31px;
}
.s-cards-about--second {
    padding: 113px 0 235px;
}
.s-cards-about--second .s-cards-about__heading {
    margin-bottom: 67px;
}
.s-cards-about--second .s-cards-about__description {
    max-width: 728px;
}
.s-cards-about__card-4 {
    max-width: 735px;
    margin-top: 494px;
}
.s-cards-about__card-4__img-wrap {
    height: 404px;
}
.s-cards-about__card-5 {
    margin-top: -172px;
    margin-right: 60px;
}
.s-cards-slider__heading {
    padding-top: 30px;
    border-top: 2px solid #123043;
    font-size: 92px;
    margin-bottom: 125px;
    white-space: nowrap;
    line-height: 1;
}
.s-cards-slider__card {
    padding: 34px 34px 42px;
    max-width: 544px;
    height: 100%;
}
.s-cards-slider__card-img-wrap {
    height: 284px;
    margin-bottom: 83px;
}
.s-cards-slider__slider-wrap--first {
    margin-bottom: 47px;
}
.s-cards-slider .scroll-slider__slide-box {
    padding: 0 23px;
    height: 100%;
}
.s-cards-slider {
    padding-bottom: 100px;
}
.pre-footer-form-simple__row {
    background: #ffffff;
    padding: 57px 57px 37px;
}
.pre-footer-form-simple {
    padding: 132px 0 50px;
}
.pre-footer-form-simple__heading {
    margin-bottom: 23px;
}
.pre-footer-form-simple__description {
    max-width: 590px;
}
.form-style-small input::-webkit-input-placeholder {
    text-align: left;
}
.form-style-small input::-moz-placeholder {
    text-align: left;
}
.form-style-small input:-ms-input-placeholder {
    text-align: left;
}
.form-style-small input::-ms-input-placeholder {
    text-align: left;
}
.form-style-small input::placeholder {
    text-align: left;
}
.form-style-small input {
    font-size: 28px;
    padding: 10px 0;
}
.form-style-small .form-group:not(:last-child) {
    margin-bottom: 42px;
}
.form-button-reset {
    background: transparent;
    border: none;
    padding: 0;
}
.pre-footer-form-simple__col-form {
    padding: 9px 6px 0 66px;
}
.social-btn {
    border-radius: 5px;
    border: 1px solid #123043;
    padding: 5px 8px;
    min-width: 224px;
    color: #123043;
    font-size: 14px;
    font-family: 'HelveticaNeueCyr', sans-serif;
}
.social-btn:hover {
    background: #123043;
    color: #ed9b51;
}
.s-contact-form__social-list li:not(:last-child) {
    margin-bottom: 14px;
}
.s-contact-form__headshot {
    width: 224px;
    height: 224px;
    border-radius: 50%;
    margin-bottom: 40px;
}
.s-contact-form__headshot img {
    -o-object-position: top;
    object-position: top;
}
.hero-contact__heading {
    font-size: 187px;
    line-height: 1;
    white-space: nowrap;
}
.s-contact-form__heading {
    font-size: 34px;
    color: #123043;
    margin-bottom: 11px;
}
.hero-contact {
    padding: 27px 0 94px;
}
.s-contact-form__col-info {
    padding-left: 28px;
}
.s-contact-form__description {
    margin-bottom: 45px;
    max-width: 353px;
}
.s-contact-form__description--second {
    font-size: 21px;
    margin-bottom: 24px;
}
.s-contact-form__form-heading {
    font-size: 48px;
    margin-bottom: 21px;
}
.s-contact-form__form-wrap {
    padding: 50px 55px 60px;
}
.s-contact-form__form-description {
    max-width: 600px;
    margin-bottom: 86px;
}
.form-style-second input,
.form-style-second textarea {
    background: #ffffff;
    border: 2px solid #123043;
    border-radius: 5px;
    color: #669fb2;
    font-size: 20px;
    padding: 17px 25px;
}
.form-style-second input::-webkit-input-placeholder, .form-style-second textarea::-webkit-input-placeholder {
    text-align: left;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: inherit;
}
.form-style-second input::-moz-placeholder, .form-style-second textarea::-moz-placeholder {
    text-align: left;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: inherit;
}
.form-style-second input:-ms-input-placeholder, .form-style-second textarea:-ms-input-placeholder {
    text-align: left;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: inherit;
}
.form-style-second input::-ms-input-placeholder, .form-style-second textarea::-ms-input-placeholder {
    text-align: left;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: inherit;
}
.form-style-second input::placeholder,
.form-style-second textarea::placeholder {
    text-align: left;
    font-family: 'HelveticaNeueCyr', sans-serif;
    color: inherit;
}
.form-style-second .form-group:not(:last-child) {
    margin-bottom: 21px;
}
.form-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
}
.form-50:first-child {
    margin-right: 24px;
}
.form-style-second textarea {
    height: 126px;
    resize: none;
}
.btn-big-form {
    min-width: 360px;
    font-size: 23px;
}
.s-contact-form {
    padding-bottom: 50px;
}
.header__nav-link.active {
    color: #669fb2;
}
.second-bg-header .header .link:hover {
    color: #669fb2 !important;
}
.second-bg-header:not(.body-scroll) .header__nav-link.active {
    color: #ffffff;
}
.second-theme-header .header .link,
.second-theme-header .header .header-logo {
    color: #dadfe1 !important;
}
.body-scroll.second-theme-header .header {
    background: #123043;
}
.body-scroll.second-theme-header .header-fixed {
    border-color: #dadfe1;
}
.second-theme-header .header__border:after {
    background: #dadfe1;
}
.second-theme-header .header .link:hover,
.third-bg-header .header .link:hover {
    color: #ed9b51 !important;
}
.second-theme-header .header__nav-link.active {
    color: #669fb2;
}
.s-calendar {
    padding: 70px 0 50px;
}
.selectpicker-wrap--simple .btn {
    background: none;
    border: none;
    padding: 0;
    min-width: 130px;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.s-calendar__select-wrap {
    font-size: 28px;
    margin-bottom: 18px;
    line-height: 1;
}
.selectpicker-wrap--simple .bootstrap-select .dropdown-toggle .filter-option {
    width: 100%;
    max-width: calc(100% - 32px);
}
.filters-dropdown-btn:after,
.selectpicker-style .dropdown .dropdown-toggle:after,
.selectpicker-wrap--simple .dropdown .dropdown-toggle:after {
    background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='19.168' height='10.96' viewBox='0 0 19.168 10.96'%3e%3cpath d='M15.775,18.9l7.248-7.254a1.364,1.364,0,0,1,1.935,0,1.381,1.381,0,0,1,0,1.94l-8.212,8.218a1.367,1.367,0,0,1-1.889.04L6.587,13.595a1.37,1.37,0,0,1,1.935-1.94Z' transform='translate(-6.188 -11.246)' fill='%23669fb2'/%3e%3c/svg%3e ") no-repeat;
    border: none;
    width: 19px;
    height: 11px;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 4px;
    background-size: contain;
}
.filters-dropdown-btn:after {
    top: 2px !important;
    width: 14px !important;
    right: 3px;
}
.selectpicker-style .dropdown .dropdown-toggle:after {
    width: 15px;
}
.selectpicker-wrap--simple .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    padding: 0;
}
.selectpicker-wrap--simple .bootstrap-select {
    vertical-align: inherit;
}
.link-circle {
    width: 40px;
    height: 40px;
    border: 2px solid #123043;
    background: #123043;
    border-radius: 50%;
}
.link-circle:hover {
    background: #ed9b51;
    border-color: #ed9b51;
}
.link-circle:hover path {
    fill: #123043;
}
.s-event__header {
    font-size: 24px;
    margin-bottom: 30px;
}
.link-circle--reverse {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.s-event__content-wrap {
    padding: 20px;
}
.s-event__day {
    font-size: 54px;
    margin-bottom: 14px;
}
.s-event__date {
    margin-bottom: 12px;
}
.s-event {
    padding: 45px 0 50px;
}
.s-event__map-wrap {
    position: absolute;
    right: 29px;
    top: 23px;
    width: 227px;
    height: 189px;
    z-index: 2;
}
.s-event__col-img {
    width: 52.8%;
    max-height: 68vh;
}
.s-event__col-content {
    width: 47.2%;
    padding: 14px 23px;
}
.s-event__description {
    margin-bottom: 62px;
    max-width: 400px;
}
.s-event__heading {
    margin-bottom: 23px;
    max-width: 480px;
}
.hero-hire-local__heading {
    white-space: nowrap;
    font-size: 167px;
    line-height: 1;
    margin-bottom: 0;
}
.hero-hire-local {
    padding: 0 0 60px;
}
.s-tabs__heading {
    font-size: 28px;
    border-bottom: 2px solid #123043;
    padding-bottom: 17px;
    margin-bottom: 28px;
}
.s-tabs {
    padding: 63px 0 50px;
}
.s-tabs__col-nav {
    padding-right: 47px;
}
.s-tabs__col-content {
    padding-left: 61px;
}
.s-tabs__heading-value {
    opacity: .46;
}
.s-tabs__nav-link {
    border: 2px solid #669fb2;
    padding: 4px 18px;
    display: block;
    width: 100%;
    text-align: left;
    font-size: 24px;
    background: #dadfe1;
}
.s-tabs__nav-link.active {
    background: #669fb2;
    color: #dadfe1;
}
.s-tabs__nav-item {
    margin-bottom: 18px;
}
.s-tabs__card {
    border: 2px solid #669fb2;
    padding: 16px;
}
.s-tabs__card-kicker {
    font-size: 22px;
    margin-bottom: 15px;
}
.s-tabs__card-approve {
    font-size: 13px;
    line-height: 1;
    margin-bottom: 4px;
}
.s-tabs__card-heading {
    font-size: 36px;
    margin-bottom: 17px;
    line-height: 1;
}
.s-tabs__card {
    min-height: 264px;
}
.s-tabs__card:not(:last-child) {
    margin-bottom: 24px;
}
.s-tabs__card-contact {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 316px;
    padding: 10px 25px 17px 25px;
}
.s-tabs__card-content {
    padding: 6px 0 17px 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 316px);
}
.s-tabs__card-description {
    max-width: 420px;
}
.s-tabs__card-contact__heading {
    font-size: 28px;
}
.s-tabs__card-contact__name {
    font-size: 14px;
}
.s-tabs__card-contact__phone {
    font-size: 25px;
}
.s-tabs__card-contact__link-wrap,
.s-tabs__link-website,
.s-tabs__link-email {
    line-height: 1;
}
.s-tabs__card-contact__link-wrap {
    display: flex;
    flex-wrap: wrap;
}
.s-tabs__link-website,
.s-tabs__link-email {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0 0 10px !important;
}
.s-tabs__link-website span,
.s-tabs__link-email span {
    flex: 0 0 calc(100% - 32px);
    max-width: calc(100% - 32px);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.s-tabs__link-email svg,
.s-tabs__link-website svg {
    position: relative;
    top: -2px;
}
.s-tabs__link-website {
    position: relative;
    top: 2px;
}
.s-info-house {
    padding: 80px 0 50px;
}
.s-info-house__kicker {
    background: rgba(255, 255, 255, .2);
    font-size: 14px;
    padding: 7px 13px 3px;
    line-height: 1;
    margin-bottom: 11px;
}
.s-info-house__price {
    font-size: 54px;
    margin-bottom: 10px;
}
.s-info-house__info-blocks {
    line-height: 1;
    margin-bottom: 16px;
}
.s-info-house__wrapper {
    padding: 16px;
}
.s-info-house__content {
    padding: 17px 14px 0;
    border-right: 2px solid #dadfe1;
    width: 45%;
}
.s-info-house__info-blocks__line {
    margin: 0 12px;
}
.s-info-house__address {
    max-width: 180px;
    margin-bottom: 35px;
}
.s-info-house__list-info__heading {
    font-size: 26px;
    margin-bottom: 2px;
}
.s-info-house__list-info {
    max-width: 537px;
}
.s-info-house__heading-second {
    margin-bottom: 18px;
}
.s-info-house__list-info-item {
    margin-bottom: 26px;
}
.s-info-house__agent-wrap {
    background: rgba(255, 255, 255, .2);
    padding: 11px 18px;
}
.s-info-house__agent-heading {
    letter-spacing: -0.7px;
}
.s-info-house__agent-logo img {
    max-width: 118px;
}
.s-info-house__agent-head-wrap {
    border-bottom: 2px solid rgba(218, 223, 225, .25);
    padding-bottom: 11px;
    margin-bottom: 21px;
}
.s-info-house__agent-img-wrap {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 159px;
    height: 174px;
    margin-right: 31px;
}
.s-info-house__agent__content-wrap {
    width: calc(100% - 190px);
}
.s-info-house__agent-img-wrap img {
    -o-object-position: top;
    object-position: top;
}
.s-info-house__agent-full-name {
    margin-bottom: 5px;
}
.s-info-house__agent-additional-info {
    margin-bottom: 58px;
}
.s-info-house__agent-btn {
    font-size: 23px;
    padding: 15px 10px 10px;
    min-width: 218px;
    font-weight: 700;
}
.s-info-house__agent-heading-second {
    margin-bottom: 10px;
}
.s-info-house__slider {
    width: 55%;
    padding: 0 0 0 29px;
}
.swiperHouse .swiper-button-prev:before,
.swiperHouse .swiper-button-next:before {
    background: -webkit-gradient(linear, right top, left top, from(rgba(18, 48, 67, 0)), to(#123043));
    background: -o-linear-gradient(right, rgba(18, 48, 67, 0) 0%, #123043 100%);
    background: linear-gradient(-90deg, rgba(18, 48, 67, 0) 0%, #123043 100%);
    opacity: 0.41;
    width: 43px;
}
.swiperHouse {
    height: 581px;
    margin-bottom: 26px;
}
.swiperHouseThumbs {
    height: 178px;
    padding-bottom: 34px;
}
.swiperHouseThumbs .swiper-scrollbar {
    height: 10px;
    border-radius: 9px;
    background: rgba(255, 255, 255, .21);
    width: 100%;
    left: 0;
}
.swiperHouseThumbs .swiper-scrollbar-drag {
    border-radius: 9px;
    background: #669fb2;
}
.s-info-house__map-wrap {
    position: absolute;
    right: 29px;
    top: 22px;
    width: 252px;
    height: 167px;
}
.c-pagination .swiper-pagination-fraction {
    width: auto;
    left: auto;
    right: 19px;
    background: #ffffff;
    color: #123043;
    bottom: 19px;
    padding: 8px 6px 4px;
    min-width: 69px;
}
.modal-form__close {
    background: #123043;
    border: 2px solid #123043;
    position: absolute;
    right: 23px;
    top: 24px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.modal-form__close:after,
.modal-form__close:before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 24px;
    height: 2px;
    background: #dadfe1;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.modal-form__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-form__heading {
    font-size: 48px;
    margin-bottom: 20px;
}
.modal-form__description {
    max-width: 630px;
    margin-bottom: 85px;
}
.modal-form .modal-dialog {
    max-width: 860px;
}
.modal-form .modal-body {
    padding: 0;
}
.modal-form .modal-content {
    padding: 49px 55px 57px;
}
.modal-form .form-style-second input,
.modal-form .form-style-second textarea {
    border-color: #dadfe1;
}
.modal-form__close:hover {
    opacity: .5;
}
.filters-bar__logo-wrap img {
    max-width: 150px;
}
.sound-wave {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 19px;
}
.bar {
    -webkit-animation-name: wave-lg;
    animation-name: wave-lg;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    background: #ffffff;
    margin: 0 .5px;
    height: 10px;
    width: 2px;
}
.bar:nth-child(-n + 7),
.bar:nth-last-child(-n + 7) {
    -webkit-animation-name: wave-md;
    animation-name: wave-md;
}
.bar:nth-child(-n + 3),
.bar:nth-last-child(-n + 3) {
    -webkit-animation-name: wave-sm;
    animation-name: wave-sm;
}
@-webkit-keyframes wave-sm {
    0% {
        opacity: 0.35;
        height: 5px;
    }
    100% {
        opacity: 1;
        height: 15px;
    }
}
@keyframes wave-sm {
    0% {
        opacity: 0.35;
        height: 5px;
    }
    100% {
        opacity: 1;
        height: 15px;
    }
}
@-webkit-keyframes wave-md {
    0% {
        opacity: 0.35;
        height: 5px;
    }
    100% {
        opacity: 1;
        height: 23px;
    }
}
@keyframes wave-md {
    0% {
        opacity: 0.35;
        height: 5px;
    }
    100% {
        opacity: 1;
        height: 23px;
    }
}
@-webkit-keyframes wave-lg {
    0% {
        opacity: 0.35;
        height: 5px;
    }
    100% {
        opacity: 1;
        height: 23px;
    }
}
@keyframes wave-lg {
    0% {
        opacity: 0.35;
        height: 5px;
    }
    100% {
        opacity: 1;
        height: 23px;
    }
}
.hero__sound-wrap.pause .bar {
    -webkit-animation: paused;
    animation: paused;
}
.hero__sound-status {
    width: 36px;
    height: 36px;
    border: 4px solid currentColor;
    border-radius: 50%;
    margin-right: 11px;
}
.hero__sound-status-icon {
    border: 0;
    background: transparent;
    box-sizing: border-box;
    width: 0;
    height: 13px;
    border-color: transparent transparent transparent #ffffff;
    transition: 100ms all ease;
    border-style: solid;
    border-width: 7px 0 7px 11px;
    position: absolute;
    left: 10px;
    top: 8px;
}
.play .hero__sound-status-icon {
    border-style: double;
    border-width: 0px 0 0px 12px;
    left: 8px;
}
.hero__sound-name {
    white-space: nowrap;
    overflow: hidden;
    max-width: calc(100% - 110px);
    width: 100%;
}
.hero__sound-name:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    background: linear-gradient(-90deg, #ed9b51, transparent);
}
.footer__row-copyright__legal-text {
    font-size: 15px;
}
.s-podcast {
    padding: 130px 0 0;
}
/*--------------------------------------------------------------*/
/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 5 version
*/
.last-el-mb-0 > *:last-child {
    margin-bottom: 0 !important;
}
.ff-secondary {
    font-family: 'HelveticaNeueCyr', sans-serif;
}
.ff-primary {
    font-family: 'BarlowCondensed', sans-serif;
}
.s-contact-form__bottom-txt {
    margin-top: 49px;
    font-size: 18px;
    color: #dadfe1;
    line-height: 1.4;
}
.s-contact-form__item-block {
    display: inline-block;
    font-size: 14px;
    color: #b7ccd3;
    border-radius: 5px;
    background: #123043;
    padding: 15px 19px;
}
.s-contact-form__item-block--1 {
    margin-bottom: 21px;
}
.s-contact-form__item-txt {
    font-size: 14px;
    letter-spacing: -0.01em;
    opacity: 0.42;
    margin-bottom: 7px;
    padding: 0 20px;
}
.s-contact-form__item-block--big {
    font-size: 34px;
    letter-spacing: -0.01em;
    padding: 20px 30px 18px;
}
.s-contact-form__item-block--secondary {
    background: #0000;
    color: #123043;
    border: 1px solid currentColor;
    padding: 19px 18px 15px;
}
.s-contact-form__inner-item-title,
.s-contact-form__inner-item-mini-title {
    font-weight: 700;
    letter-spacing: -0.01em;
}
.s-contact-form__inner-item-title {
    font-size: 20px;
    position: relative;
    padding-bottom: 37px;
    text-align: center;
}
.s-contact-form__inner-item-title:after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 24px;
    background: currentColor;
}
.s-contact-form__inner-item-title:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 50%;
    width: calc(100% + 15px);
    height: 1px;
    background: currentColor;
}
.s-contact-form__inner-item--3 .s-contact-form__inner-item-title:before {
    left: auto;
    right: 34%;
}
.s-contact-form__inner-item--2 .s-contact-form__inner-item-title:before {
    content: none;
}
.s-contact-form__inner-item-mini-title {
    font-size: 14px;
    opacity: 0.42;
    padding-left: 40px;
}
.header__nav-item.active .header__nav-link {
    color: #ffffff !important;
    pointer-events: none;
}
.hero-inner--secondary .hero-inner__img-wrap {
    height: 458px;
}
.s-contact-form__main-heading {
    font-size: 108px;
    line-height: .9;
    margin-bottom: 78px;
}
.s-contact-form--secondary .s-contact-form__description {
    font-size: 18px;
    max-width: 500px;
}
.s-contact-form__items {
    margin-top: 170px;
}
.s-contact-form__item {
    position: relative;
}
.s-contact-form__item:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 62px;
    width: 1px;
    background: currentColor;
    opacity: .29;
}
.fourth-bg {
    background: #b7ccd3;
}
.hero-inner--secondary .hero-inner__heading {
    font-size: 280px;
    margin-bottom: 20px;
    white-space: inherit;
}
.s-contact-form--secondary .s-contact-form__col-info {
    padding-top: 17px;
    padding-left: 20px;
}
.s-contact-form__item,
.s-contact-form__item-block {
    line-height: 1;
}
.s-contact-form__item--2 {
    padding-left: 26px;
    padding-right: 38px;
}
.s-contact-form__inner-item--2 {
    margin-left: -15px;
}
.s-contact-form__inner-item--3 {
    margin-left: -17px;
}
.s-contact-form__inner-item--2 .s-contact-form__inner-item-title {
    padding-bottom: 80px;
}
.s-contact-form__inner-item--2 .s-contact-form__inner-item-title:after {
    bottom: 21px;
    height: 53px;
    left: 11px;
}
.s-contact-form__inner-item--3 .s-contact-form__inner-item-title:after {
    left: auto;
    right: 34%;
}
.s-contact-form__inner-items {
    margin: 0 -18px 0 0;
}
.s-contact-form__inner-item--3 .s-contact-form__inner-item-mini-title {
    padding-left: 13px;
}
.s-contact-form__item--3 {
    padding-left: 43px;
    text-align: center;
}
.s-contact-form__item--3:after {
    content: none;
}
.s-contact-form--secondary {
    padding-bottom: 177px;
}
.s-contact-form--secondary .s-contact-form__form-wrap {
    padding: 57px 55px 48px;
}
.s-contact-form--secondary .form-style-second .form-group:not(:last-child) {
    margin-bottom: 22px;
}
.s-contact-form--secondary input::-webkit-input-placeholder, .s-contact-form--secondary textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #669fb2;
}
.s-contact-form--secondary input::-moz-placeholder, .s-contact-form--secondary textarea::-moz-placeholder {
    font-weight: 500;
    color: #669fb2;
}
.s-contact-form--secondary input:-ms-input-placeholder, .s-contact-form--secondary textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #669fb2;
}
.s-contact-form--secondary input::-ms-input-placeholder, .s-contact-form--secondary textarea::-ms-input-placeholder {
    font-weight: 500;
    color: #669fb2;
}
.s-contact-form--secondary input::placeholder,
.s-contact-form--secondary textarea::placeholder {
    font-weight: 500;
    color: #669fb2;
}
.s-features {
    padding: 123px 0 174px;
    background: #dadfe1;
}
.s-features__title {
    display: inline-block;
    position: relative;
    font-size: 214px;
    margin-bottom: 80px;
    line-height: 1;
    font-weight: 800;
}
.s-features__title:after,
.top-title-line:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: currentColor;
}
.s-features__big-txt {
    font-size: 90px;
    line-height: 1;
    color: #669fb2;
    max-width: 884px;
    margin: 0 auto 27px;
}
.s-features__big-txt span {
    position: relative;
    top: 10px;
    font-weight: 700;
    color: #123043;
    padding: 3px 15px 0;
    line-height: 1;
    border: 2px solid currentColor;
    display: inline-block;
    border-radius: 5px;
}
.s-features__md-txt {
    font-weight: 500;
    font-size: 39px;
    margin-bottom: 105px;
}
.s-features__def-txt {
    max-width: 547px;
    margin: 0 auto 90px;
    line-height: 1.6;
}
.s-features__label {
    display: inline-block;
    padding: 15px 28px 10px;
    font-size: 14px;
    background: rgba(18, 48, 67, 0.15);
}
.s-features__heading {
    margin-bottom: 105px;
}
.feature-card__heading {
    position: relative;
    padding: 25px 32px;
    border-radius: 5px;
    background: rgb(219 223 225);
    border: 2px solid currentColor;
    margin: 0 auto 71px;
    max-width: calc(100% - 32px);
}
.feature-card__heading:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 100%;
    background: currentColor;
}
.feature-card__heading:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 100%;
    height: 2px;
    width: 57px;
    background: currentColor;
}
.feature-card__heading-title {
    font-size: 27px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 1;
}
.feature-card__heading-sub-title {
    font-weight: 600;
    font-size: 65px;
    color: #ed9b51;
    line-height: 1;
}
.feature-card__item-arrow-wrap {
    top: -28px;
    left: 0;
    right: 0;
    margin: auto;
    width: 59px;
    height: 59px;
    background: #ed9b51;
    border-radius: 50%;
    z-index: 2;
}
.feature-card__item-arrow {
    width: 18px;
}
.feature-card__item {
    border-radius: 4px;
    background: #123043;
    padding: 13px;
    margin-top: auto;
    /*-webkit-box-flex: 1;*/
    /*-ms-flex: 1 1 auto;*/
    /*flex: 1 1 auto;*/
}
.feature-card__item-pic-wrap {
    height: 356px;
    border-radius: 5px;
}
.feature-card__item-title {
    font-size: 36px;
    padding: 36px 20px 27px 33px;
    color: #dadfe1;
    margin-bottom: 0;
    line-height: 1.05;
}
.feature-card__item-title:before {
    content: "*";
    position: absolute;
    top: 40px;
    left: 8px;
    z-index: 1;
}
.s-features__tip {
    font-size: 14px;
}
.s-features__row {
    margin: 0 auto;
    max-width: 1434px;
}
.s-features__col {
    padding: 0 10px;
    margin-bottom: 54px;
}
.feature-card {
    height: 100%;
}
.s-features__col:last-child .feature-card__heading:before {
    content: none;
}
.s-cards-about__main-title {
    font-size: 104px;
    margin-bottom: 126px;
    line-height: 1.5;
}
.s-cards-about--secondary {
    padding: 122px 0 34px;
}
.s-cards-about__card-img-wrap {
    height: 434px;
    margin-bottom: 50px;
}
.s-cards-about__card--1 {
    max-width: 667px;
}
.s-cards-about__row-main {
    margin: 0 -5px;
}
.s-cards-about__card-title {
    margin-bottom: 20px;
}
.s-cards-about__card-content {
    max-width: 350px;
}
.s-cards-about__card--2 {
    max-width: 429px;
}
.s-cards-about__card--2 .s-cards-about__card-img-wrap {
    height: 536px;
}
.s-cards-about__card-col {
    margin-bottom: 50px;
}
.s-cards-about__card--3 {
    max-width: 609px;
}
.s-cards-about__card--3 .s-cards-about__card-img-wrap {
    height: 380px;
}
.s-cards-about__card--4 {
    max-width: 537px;
}
.s-cards-about__card--4 .s-cards-about__card-img-wrap {
    height: 365px;
}
.s-cards-about__card--4 .s-cards-about__card-content {
    max-width: 459px;
}
.s-cards-about__card--4 .s-cards-about__card-description {
    max-width: 350px;
}
.s-cards-about__card--5 {
    max-width: 484px;
}
.s-cards-about__card--5 .s-cards-about__card-img-wrap {
    height: 353px;
}
.s-cards-about__card--5 .s-cards-about__card-title {
    margin-bottom: 17px;
}
.s-cards-about__card-col:nth-child(6n + 2) .s-cards-about__card {
    margin-left: auto;
    margin-right: 9.6%;
    margin-top: 40px;
}
.s-cards-about__card-col:nth-child(6n + 3) .s-cards-about__card {
    margin-left: auto;
    margin-top: 26px;
    margin-right: -30px;
}
.s-cards-about__card-col:nth-child(6n + 4) .s-cards-about__card {
    margin-left: auto;
    margin-top: 465px;
    margin-right: -26px;
}
.s-cards-about__card-col:nth-child(6n + 5) .s-cards-about__card {
    margin-top: -203px;
}
.s-cards-about__card-col:nth-child(6n + 6) .s-cards-about__card {
    margin-top: 191px;
    margin-left: -77px;
}
.s-cards-about__card--6 {
    max-width: 681px;
}
.s-cards-about__card--6 .s-cards-about__card-img-wrap {
    height: 455px;
}
.s-cards-about__card--6 .s-cards-about__card-title {
    margin-bottom: 19px;
}
.s-cards-about__card--6 .s-cards-about__card-content {
    max-width: 390px;
}
.s-cards-about__card--6 .s-cards-about__card-description {
    max-width: 350px;
}
.s-market-cards,
.s-cards-about--secondary {
    background: #b7ccd3;
}
.s-market-cards__title {
    font-size: 253px;
    line-height: 1;
    margin-bottom: 105px;
}
.market-card--dark {
    background: #123043;
    color: #dadfe1;
}
.market-card__big-title {
    font-weight: 400;
    margin-bottom: 146px;
}
.s-market-cards {
    padding: 100px 0 140px;
}
.s-market-cards__row {
    max-width: 1480px;
    margin: 0 auto;
}
.market-card__title {
    line-height: 1;
    text-transform: uppercase;
    font-size: 46px;
    font-weight: 500;
    margin-bottom: 14px;
}
.market-card {
    border-radius: 4px;
    padding: 55px 48px 44px;
}
.market-card--primary {
    background: #eff2f3;
    padding: 55px 43px 16px;
}
.market-card--primary .market-card__txt-wrap {
    margin-bottom: 30px;
}
.market-card__list li {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #aec9d3;
}
.market-card__list li:first-child {
    border-top: none;
}
.s-market-cards__col {
    padding: 0 22px;
    margin-bottom: 40px;
}
.market-card__txt-wrap {
    line-height: 1.6;
}
.market-card__list-icons {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38px;
    flex: 0 0 38px;
    margin-right: 21px;
    text-align: center;
}
.market-card__list p {
    margin-bottom: 0;
}
.market-card__list {
    line-height: 1.1;
    margin-bottom: 0;
}
.market-card__list-icons img + img {
    margin-top: 8px;
}
.s-contact {
    background: #eff2f3;
    padding: 61px 0 68px;
}
.s-contact__pic {
    top: 0;
    left: 0;
    z-index: 0;
}
.s-contact__pic-wrap {
    min-height: 855px;
    padding: 30px 36px 37px 37px;
}
.personal-card {
    z-index: 1;
    background: #ffffff;
    padding: 15px 32px 15px 15px;
}
.personal-card__pic-wrap {
    flex: 0 0 128px;
    min-height: 148px;
    max-height: 100%;
    border-radius: 4px;
    overflow: hidden;
}
.personal-card__content {
    padding: 0 0 0 25px;
}
.personal-card__title {
    font-size: 34px;
    padding-bottom: 9px;
    border-bottom: 1px solid rgba(18, 48, 67, 0.17);
    margin-bottom: 15px;
}
.s-contact__title {
    font-size: 79px;
    margin-bottom: 4px;
    line-height: 1.2;
}
.s-contact__txt-wrap,
.personal-card__txt-wrap {
    line-height: 1.55;
    color: rgba(18, 48, 67, 0.62);
}
.s-contact__heading {
    margin-top: -18px;
    margin-bottom: 127px;
}
.s-contact-form__form-wrap--secondary .s-contact-form__bottom-txt {
    color: rgba(18, 48, 67, 0.4);
    margin-top: 25px;
    font-size: 16px;
    font-weight: 500;
}
.s-contact-form__form-wrap--secondary .form-style-second input,
.s-contact-form__form-wrap--secondary .form-style-second textarea {
    background: #0000;
}
.s-contact__col-1 {
    padding-right: 7.1%;
}
.s-contact__col-2 {
    padding-left: 6.3%;
}
.s-contact-form__form-wrap--secondary.s-contact-form__form-wrap {
    padding: 0;
}
.s-contact-form--secondary .form-style-second input::placeholder,
.s-contact-form--secondary .form-style-second textarea::placeholder,
.s-contact-form__form-wrap--secondary .form-style-second input::placeholder,
.s-contact-form__form-wrap--secondary .form-style-second textarea::placeholder {
    font-weight: 500;
}
/*.s-features__col.wow:nth-child(4n + 1) {}*/
.s-features__col.wow:nth-child(4n + 2),
.s-market-cards__col.wow:nth-child(3n + 2) {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}
.s-features__col.wow:nth-child(4n + 3),
.s-market-cards__col.wow:nth-child(3n + 3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.s-features__col.wow:nth-child(4n + 4) {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s;
}
.s-contact-form__item--1 {
    padding-right: 47px;
}
/*--------------------------------------------------------------*/
@media (min-width: 992px) {
    .aboutSliderThumbs__item {
        width: 33.333333% !important;
        pointer-events: auto;
        cursor: pointer;
    }
    .aboutSliderThumbs .swiper-wrapper {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        pointer-events: none;
    }
    .s-switchback-video__col-video {
        border-left: 2px solid #123043;
        width: 47.3%;
    }
    .s-switchback-video__col-about {
        width: 52.7%;
    }
}
@media (max-width: 1779px) {
    body.qwerty {
        font-size: 100px;
    }
    .s-info-house__agent-additional-info,
    .c-pagination .swiper-pagination-fraction,
    .s-info-house__list-info-item,
    .hero-map__card-icon-bock-text {
        font-size: 12px;
    }
    h3, .h3 {
        font-size: 50px;
        line-height: 0.97;
    }
    h4, .h4 {
        font-size: 24px;
    }
    h5, .h5 {
        font-size: 20px;
    }
    h6, .h6 {
        font-size: 16px;
    }
    .fz-large {
        font-size: 14px;
    }
    .fz-heading-sm {
        font-size: 27px;
    }
    .header-homepage .header__nav-link {
        font-size: 40px;
    }
    .btn-header {
        font-size: 30px;
        min-width: 151px;
        padding: 5px 8px;
    }
    .main-btn {
        min-width: 178px;
        padding: 14px 10px 12px;
    }
    .header__nav-item:not(:last-child) {
        margin-right: 55px;
    }
    .hero__heading,
    .footer__heading {
        font-size: 218px;
        margin-bottom: 49px;
    }
    .header-homepage .header__container {
        padding: 18px 12px 16px;
    }
    .header-height {
        height: 114px;
    }
    .hero__sound-wrap {
        width: 385px;
        height: 47px;
        margin-right: 33px;
    }
    .hero__temperature img {
        max-width: 30px;
    }
    .hero__row-info-bar {
        margin-bottom: 19px;
    }
    .hero__banner-logo img {
        max-width: 103px;
    }
    .hero__banner-logo {
        margin-bottom: 50px;
    }
    .hero__banner__heading {
        margin-bottom: 14px;
    }
    .hero__banner__col-content {
        padding: 36px 12px 25px 33px;
    }
    .hero__banner__description {
        margin-bottom: 60px;
    }
    .heroBannerSwiper {
        max-width: 668px;
    }
    .hero__banner__col-slider {
        padding: 15px 17px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        width: 30px;
        height: 30px;
    }
    .swiper-button-prev svg,
    .swiper-button-next svg {
        max-width: 8px;
        height: auto;
    }
    .swiper-buttons-wrap {
        bottom: 12px;
        right: 12px;
    }
    .swiper-button-prev {
        margin-right: 15px;
    }
    .s-cards-podcast__heading {
        font-size: 67px;
        margin-bottom: 31px;
    }
    .hero {
        padding-bottom: 27px;
    }
    .s-cards-podcast__card-kicker {
        margin-bottom: 87px;
    }
    .s-cards-podcast__card {
        padding: 28px 29px 21px;
        max-width: 432px;
    }
    .s-cards-podcast__card-heading {
        margin-bottom: 25px;
    }
    .s-cards-podcast__card-description {
        max-width: 240px;
        margin-bottom: 64px;
    }
    .link-sound__icon {
        width: 34px;
        height: 34px;
    }
    .link-sound,
    .link-with-arrow {
        font-size: 21px;
    }
    .link-sound__icon:after {
        border-top-width: 7px;
        border-left-width: 9px;
        border-bottom-width: 7px;
    }
    h2, .h2,
    .s-cards-about__heading {
        font-size: 90px;
    }
    .s-cards-about__heading {
        margin-bottom: 20px;
    }
    .s-cards-about__description {
        max-width: 430px;
        margin-bottom: 21px;
    }
    .s-cards-podcast {
        padding-bottom: 135px;
    }
    .s-cards-about__content-col .link-with-arrow:first-child {
        margin-right: 63px;
    }
    .link-with-arrow svg {
        max-width: 15px;
        height: auto;
        top: 4px;
    }
    .s-cards-about__card {
        max-width: 433px;
    }
    .s-cards-about__card-1 {
        margin-top: 257px;
    }
    .s-cards-about__card-1__img-wrap,
    .s-cards-about__card-2__img-wrap,
    .s-cards-about__card-3__img-wrap,
    .s-cards-about__card-4__img-wrap,
    .s-cards-about__card-5__img-wrap {
        height: 526px;
        margin-bottom: 34px;
    }
    .s-cards-about__card-heading {
        margin-bottom: 16px;
    }
    .s-cards-about__card-description {
        max-width: 370px;
        margin-bottom: 13px;
    }
    .s-cards-about__card-2__img-wrap {
        height: 576px;
    }
    .s-cards-about__card-3__img-wrap {
        height: 313px;
    }
    .s-cards-about__card-3 {
        max-width: 675px;
        margin-top: -24px;
    }
    .s-cards-about {
        padding-bottom: 200px;
    }
    .s-cards-events__conversion-panel {
        padding: 12px;
    }
    .s-cards-events__heading {
        font-size: 243px;
        margin-bottom: 123px;
    }
    .s-cards-events__card {
        padding: 24px 27px;
    }
    .s-cards-events__card-sub-kicker {
        font-size: 40px;
        margin-bottom: 84px;
    }
    .s-cards-events__card-description {
        max-width: 250px;
        margin-bottom: 42px;
    }
    .swiperCardsEvents-wrap {
        margin-bottom: 66px;
    }
    .s-cards-events {
        padding-bottom: 240px;
    }
    .s-cards-info__conversion-panel {
        font-size: 128px;
        padding: 15px 12px 28px;
        margin-bottom: 18px;
    }
    .s-cards-info__sub-content-heading__logo {
        max-width: 145px;
    }
    .s-cards-info__sub-content-heading {
        font-size: 18px;
        margin-bottom: 85px;
    }
    .s-cards-info__card {
        padding: 17px 21px;
        font-size: 21px;
        min-height: 152px;
    }
    .s-cards-info__card-heading {
        margin-bottom: 5px;
    }
    .s-cards-info__card-wrap:not(:nth-last-child(-n+4)) {
        margin-bottom: 42px;
    }
    .s-cards-info__card-wrap {
        padding: 0 21px;
    }
    .s-cards-info__card-row {
        margin-left: -21px;
        margin-right: -21px;
    }
    .s-cards-info {
        padding-bottom: 105px;
    }
    .s-cards-homes__heading {
        padding-top: 41px;
        margin-bottom: 45px;
    }
    .s-cards-homes__card {
        padding: 23px 22px 22px;
    }
    .s-cards-homes__card-img-wrap {
        height: 219px;
        margin-bottom: 16px;
    }
    .s-cards-homes__card-heading {
        margin-bottom: 11px;
    }
    .s-cards-homes__card-icon-wrap {
        font-size: 13px;
        margin-bottom: 18px;
    }
    .s-cards-homes__card-icon-item:first-child img {
        max-width: 23px;
    }
    .s-cards-homes__card-icon-item:nth-child(2) img {
        max-width: 21px;
    }
    .s-cards-homes__card-icon-item {
        padding-right: 14px;
        margin-right: 19px;
    }
    .swiperCardsHomes {
        max-width: 428px;
    }
    .s-cards-homes__card-description {
        max-width: 360px;
        margin-bottom: 35px;
    }
    .s-cards-homes {
        padding-bottom: 236px;
    }
    .s-about-slider {
        padding: 90px 0 48px;
    }
    .s-about-slider__heading-second {
        padding: 16px 12px;
    }
    .s-about-slider__heading {
        font-size: 189px;
        margin-bottom: 60px;
    }
    .s-about-slider__col-content__heading {
        margin-bottom: 16px;
    }
    .s-about-slider__col-content__description {
        max-width: 370px;
        margin-bottom: 233px;
    }
    .aboutSliderThumbs__item {
        font-size: 23px;
        padding-right: 25px;
        margin-bottom: 34px;
    }
    .aboutSliderThumbs__link {
        padding-bottom: 5px;
    }
    .aboutSliderThumbs {
        max-width: 578px;
        margin-bottom: 14px;
    }
    .s-about-slider__card-logo {
        right: -39px;
        top: -36px;
        max-width: 121px;
    }
    .aboutSlider {
        max-width: 561px;
        padding: 46px 51px 0 40px;
    }
    /* .s-about-slider__card-text-behind {
        right: calc(100% - 22px);
        top: 19px;
        font-size: 21px;
        width: 81px;
    } */
    .s-about-slider__card {
        padding: 26px 24px 32px;
    }
    .s-about-slider__card-img-wrap {
        height: 219px;
        margin-bottom: 17px;
    }
    .link-phone {
        font-size: 13px;
    }
    .link-phone svg {
        max-width: 15px;
        height: auto;
    }
    .s-about-slider__card-heading {
        margin-bottom: 11px;
    }
    .s-about-slider__card-phone {
        margin-bottom: 13px;
    }
    .s-about-slider__card-description {
        max-width: 380px;
        margin-bottom: 31px;
    }
    .pre-footer-form {
        padding: 112px 0 138px;
    }
    .pre-footer-form__heading {
        margin-bottom: 35px;
    }
    .pre-footer-form__description {
        max-width: 330px;
    }
    input::-webkit-input-placeholder {
        font-size: 27px;
    }
    input::-moz-placeholder {
        font-size: 27px;
    }
    input:-ms-input-placeholder {
        font-size: 27px;
    }
    input::-ms-input-placeholder {
        font-size: 27px;
    }
    input::placeholder,
    input {
        font-size: 27px;
    }
    input {
        padding: 15px;
    }
    .pre-footer-form__col-heading {
        margin-bottom: 59px;
    }
    .form-group:not(:last-child) {
        margin-bottom: 45px;
    }
    .footer .link, .footer__row-copyright {
        font-size: 18px;
    }
    .footer__heading {
        margin-bottom: 84px;
    }
    .footer__nav {
        max-width: 258px;
    }
    .footer__social-link svg {
        max-width: 75%;
        height: auto;
    }
    .footer__social-link {
        margin: 0 10px;
    }
    .footer__row-copyright {
        margin-top: 22px;
        padding: 11px 0;
    }
    .header__nav-link, .header .link {
        font-size: 24px;
    }
    .header .header__nav-item:not(:last-child) {
        margin-right: 40px;
    }
    .hero-inner__heading {
        font-size: 190px;
    }
    .s-switchback-video__description {
        font-size: 42px;
    }
    .s-switchback-video__heading {
        margin-bottom: 30px;
    }
    .s-cards-about--second .s-cards-about__heading {
        margin-bottom: 50px;
    }
    .s-cards-about--second .s-cards-about__description {
        max-width: 546px;
    }
    .s-cards-about__card-4 {
        margin-top: 370px;
        max-width: 551px;
    }
    .s-cards-about__card-5 {
        margin-top: -129px;
        margin-right: 45px;
    }
    .s-cards-about__card-4__img-wrap {
        height: 303px;
    }
    .s-cards-slider__heading {
        font-size: 69px;
    }
    .s-cards-slider__card {
        max-width: 408px;
        padding: 25px 25px 31px;
    }
    .s-cards-slider__slider-wrap--first {
        margin-bottom: 30px;
    }
    .s-cards-slider .scroll-slider__slide-box {
        padding: 0 15px;
    }
    .form-style-small input {
        font-size: 21px;
    }
    .pre-footer-form-simple__row {
        padding: 43px 43px 28px;
    }
    .pre-footer-form-simple {
        padding: 100px 0 50px;
    }
    .s-switchback-video__col-video {
        padding: 15px 12px 15px 48px;
    }
    .s-switchback-video__col-about {
        padding: 12px 12px;
    }
    .s-cards-slider__card-img-wrap {
        height: 186px;
        margin-bottom: 62px;
    }
    .hero-contact__heading {
        font-size: 140px;
    }
    .s-contact-form__headshot {
        width: 168px;
        height: 168px;
    }
    .social-btn img {
        max-width: 15px;
    }
    .social-btn {
        font-size: 11px;
        min-width: 168px;
    }
    .s-contact-form__form-heading,
    .modal-form__heading {
        font-size: 36px;
    }
    .form-style-second input::-webkit-input-placeholder, .form-style-second textarea::-webkit-input-placeholder {
        font-size: 15px;
    }
    .form-style-second input::-moz-placeholder, .form-style-second textarea::-moz-placeholder {
        font-size: 15px;
    }
    .form-style-second input:-ms-input-placeholder, .form-style-second textarea:-ms-input-placeholder {
        font-size: 15px;
    }
    .form-style-second input::-ms-input-placeholder, .form-style-second textarea::-ms-input-placeholder {
        font-size: 15px;
    }
    .form-style-second input::placeholder,
    .form-style-second textarea::placeholder,
    .form-style-second input,
    .form-style-second textarea {
        font-size: 15px;
    }
    .form-style-second input,
    .form-style-second textarea {
        padding: 13px 19px;
    }
    .form-style-second textarea {
        height: 95px;
    }
    .btn-big-form {
        min-width: 270px;
        font-size: 17px;
    }
    .s-contact-form__heading {
        font-size: 25px;
    }
    .s-contact-form__description--second {
        font-size: 16px;
    }
    .s-contact-form__description {
        max-width: 264px;
    }
    .hero-hire-local__heading {
        font-size: 125px;
    }
    .s-tabs__heading,
    .s-tabs__card-contact__heading {
        font-size: 21px;
    }
    .s-tabs__nav-link {
        font-size: 18px;
    }
    .s-tabs__col-nav {
        padding-right: 35px;
    }
    .s-tabs__col-content {
        padding-left: 46px;
    }
    .s-tabs__card-kicker {
        font-size: 16px;
    }
    .s-tabs__card-heading {
        font-size: 27px;
    }
    .s-tabs__card-contact__phone {
        font-size: 19px;
    }
    .s-tabs__heading {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .s-tabs__link-email svg {
        max-width: 18px;
        height: auto;
    }
    .s-tabs__link-website svg {
        max-width: 15px;
        height: auto;
    }
    .s-info-house__map-wrap {
        right: 22px;
        top: 16px;
        width: 189px;
        height: 125px;
    }
    .s-info-house__price {
        font-size: 40px;
    }
    .s-info-house__agent-btn {
        font-size: 17px;
        min-width: 163px;
        padding: 11px 7px 7px;
    }
    .s-info-house__agent-img-wrap {
        width: 120px;
        height: 130px;
        margin-right: 23px;
    }
    .s-info-house__agent__content-wrap {
        width: calc(100% - 143px);
    }
    .swiperHouse {
        height: 436px;
    }
    .s-info-house__content {
        padding: 17px 14px 0 0;
    }
    .s-info-house__agent-additional-info {
        margin-bottom: 43px;
    }
    .s-podcast {
        padding: 112px 0 0;
    }
    /*  -------------------------------------------------  */
    .hero-inner--secondary .hero-inner__heading {
        font-size: 200px;
    }
    .s-contact-form__main-heading {
        font-size: 90px;
    }
    .s-contact-form__item {
        margin-bottom: 20px;
    }
    /*.s-contact-form__item--2 {*/
    /*    padding-left: 15px;*/
    /*}*/
    .s-contact-form__items {
        margin-top: 65px;
    }
    .s-features__title {
        font-size: 160px;
    }
    .feature-card__item-title {
        padding-right: 0;
    }
    .feature-card__heading {
        padding: 25px 24px;
    }
    .s-cards-about__main-title {
        font-size: 78px;
        line-height: 1.2;
    }
    .s-features__big-txt {
        font-size: 80px;
    }
    .s-features__big-txt span {
        padding: 0 15px 4px;
    }
    .s-cards-about__card-col:nth-child(6n + 4) .s-cards-about__card {
        margin-right: 0;
    }
    .s-cards-about--secondary {
        padding-bottom: 30px;
    }
    .s-market-cards__title {
        font-size: 190px;
    }
    .s-features__def-txt,
    .s-features__label,
    .market-card,
    .s-contact__heading {
        font-size: 16px;
    }
    .s-contact-form--secondary,
    .s-features {
        padding-bottom: 120px;
    }
    .s-market-cards {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .s-contact-form__item-block--big {
        font-size: 26px;
        padding: 15px 22px 12px;
    }
    /*.s-contact-form__item--1 {*/
    /*    padding-right: 15px;*/
    /*}*/
    .s-contact-form__inner-item-title {
        font-size: 16px;
    }
    .s-contact-form__inner-item-mini-title {
        padding-left: 32px;
    }
    .s-contact-form__inner-item--3 .s-contact-form__inner-item-mini-title {
        padding-left: 4px;
    }
    .s-contact-form__item--2 {
        padding: 0 13px 0 8px;
    }
    .s-contact-form__item--3 {
        padding-left: 22px;
    }
    .s-contact-form__item--1 {
        text-align: center;
        padding-right: 14px;
    }
    .s-contact-form__item-txt {
        padding: 0 8px;
    }
    .s-contact-form__inner-item--1 {
        padding-left: 8px;
    }
}
@media (max-width: 1399px) {
    .header-homepage .header__nav-link {
        font-size: 30px;
    }
    .hero__heading, .footer__heading {
        font-size: 185px;
    }
    .s-cards-events__heading {
        font-size: 206px;
    }
    .s-cards-info__conversion-panel {
        font-size: 110px;
    }
    .s-about-slider__heading {
        font-size: 161px;
    }
    .header__nav-item:not(:last-child) {
        margin-right: 25px;
    }
    .s-cards-events,
    .s-cards-about,
    .s-cards-podcast,
    .s-cards-homes {
        padding-bottom: 100px;
    }
    .pre-footer-form {
        padding: 100px 0;
    }
    .s-cards-slider .scroll-slider__slide-box {
        padding: 0 12px;
    }
    .hero-inner__heading {
        font-size: 164px;
    }
    .s-switchback-video__description {
        font-size: 31px;
    }
    h2, .h2,
    .s-cards-about__heading {
        font-size: 67px;
    }
    .s-cards-slider__heading {
        font-size: 60px;
    }
    .hero-contact__heading {
        font-size: 101px;
    }
    .hero-contact {
        padding: 30px 0 50px;
    }
    .s-event__day {
        font-size: 40px;
    }
    .s-event__description {
        margin-bottom: 46px;
    }
    .s-tabs__col-nav {
        padding-right: 12px;
    }
    .s-tabs__nav-link {
        padding: 4px 10px;
    }
    .s-tabs__card {
        min-height: 200px;
    }
    .s-tabs__card-content {
        padding: 0 20px 0 0;
    }
    .hero-hire-local__heading {
        font-size: 108px;
    }
    .s-info-house__kicker {
        max-width: 200px;
    }
    /*    --------------------------   */
    .hero-inner--secondary .hero-inner__heading {
        font-size: 170px;
    }
    .s-contact-form--secondary .s-contact-form__form-wrap {
        padding: 40px 30px 40px;
    }
    .s-contact-form--secondary .s-contact-form__col-info {
        padding-left: 15px;
    }
    .s-contact-form--secondary {
        padding-bottom: 80px;
    }
    .s-features__title {
        font-size: 130px;
    }
    .feature-card__heading {
        max-width: 100%;
    }
    .feature-card__heading:before {
        width: 24px;
    }
    .feature-card__heading {
        padding-left: 15px;
        padding-right: 15px;
    }
    .feature-card__item-title {
        font-size: 31px;
    }
    .s-features__md-txt,
    .s-features__def-txt,
    .s-features__heading,
    .s-features__title {
        margin-bottom: 60px;
    }
    .s-contact-form--secondary, .s-features {
        padding-bottom: 90px;
    }
    .s-cards-about--secondary {
        padding-top: 110px;
        padding-bottom: 50px;
    }
    .s-market-cards {
        padding-bottom: 70px;
    }
    .s-cards-about__main-title {
        font-size: 66px;
        margin-bottom: 90px;
    }
    .s-market-cards__title {
        font-size: 160px;
        margin-bottom: 70px;
    }
    .s-market-cards__col {
        padding: 0 12px;
    }
    .market-card {
        padding: 30px 25px 30px;
    }
    .s-contact__col-2 {
        padding-left: 15px;
    }
    .s-contact__col-1 {
        padding-right: 20px;
    }
    .s-contact__pic-wrap {
        padding: 30px 25px 25px 25px;
    }
    .s-contact-form__item-block--big {
        font-size: 20px;
        padding: 15px 16px 15px;
    }
    .s-contact-form__item-txt,
    .s-contact-form__inner-item-mini-title {
        font-size: 12px;
    }
    .s-contact-form__inner-item-title {
        font-size: 14px;
    }
    .s-contact-form__inner-item-mini-title {
        padding-left: 27px;
    }
}
@media (max-width: 1199px) {
    .btn-hamburger {
        display: block;
    }
    .btn-inner-hamburger {
        display: none;
    }
    .header .header__nav {
        position: absolute;
        width: 100vw;
        height: 100vh;
        right: 0;
        top: 100%;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        background: #dadfe1;
    }
    .scroll-up .header .header__nav {
        height: calc(100vh - 68px);
        top: 68px;
    }
    .header .header__nav-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    body:not(.open-menu) .header .header__nav {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
    }
    .header .header__nav-item {
        margin: 20px 0;
    }
    .hero__heading, .footer__heading {
        font-size: 157px;
    }
    .s-cards-podcast__heading {
        font-size: 50px;
    }
    h2, .h2,
    .s-cards-about__heading {
        font-size: 67px;
    }
    .s-cards-events__heading {
        font-size: 174px;
    }
    .s-cards-events__card-sub-kicker {
        font-size: 30px;
    }
    h3, .h3 {
        font-size: 37px;
    }
    h4, .h4,
    h5, .h5 {
        font-size: 18px;
    }
    .s-cards-info__conversion-panel {
        font-size: 92px;
    }
    .s-cards-info__card-container {
        max-width: 100%;
    }
    .s-cards-info__card-wrap {
        padding: 0 12px;
    }
    .s-cards-info__card-row {
        margin-left: -12px;
        margin-right: -12px;
    }
    .s-cards-info__card-wrap:not(:nth-last-child(-n+3)) {
        margin-bottom: 30px;
    }
    .s-about-slider__heading {
        font-size: 135px;
    }
    .aboutSliderThumbs__item {
        font-size: 17px;
    }
    .header-logo {
        margin-right: 0;
    }
    .hero-inner__heading {
        font-size: 137px;
    }
    .s-cards-slider__heading {
        font-size: 50px;
    }
    /*.scroll-slider__slide-box {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*}*/
    .s-cards-podcast .swiper-slide {
        max-width: 432px;
    }
    .header .header__container {
        padding: 15px 12px;
    }
    .open-menu .header {
        background: #dadfe1;
        border-bottom: 2px solid #123043;
    }
    .header-height {
        height: 68px;
    }
    .s-contact-form__col-info {
        padding-left: 12px;
    }
    .s-event__description {
        margin-bottom: 30px;
    }
    .s-event__map-wrap {
        width: 170px;
        height: 140px;
    }
    .s-event__col-content {
        padding: 14px 0;
    }
    .s-event__header {
        font-size: 18px;
    }
    .s-tabs__card-contact {
        width: 40%;
    }
    .s-tabs__card-content {
        width: 60%;
    }
    .hero-hire-local__heading {
        font-size: 90px;
    }
    .s-info-house__content {
        width: 100%;
        padding: 0;
        border-right: none;
        margin-bottom: 30px;
    }
    .s-info-house__slider {
        width: 100%;
        padding: 0;
    }
    .s-info-house__kicker {
        max-width: 100%;
    }
    .s-info-house__agent-wrap {
        display: inline-block;
    }
    .s-info-house__agent-info-wrap {
        margin-right: 20px;
    }
    .s-podcast {
        padding: 67px 0 0;
    }
    /*    --------------------------   */
    .hero-inner--secondary .hero-inner__heading {
        font-size: 120px;
    }
    .s-contact-form--secondary, .s-features {
        padding-bottom: 70px;
    }
    .s-features,
    .s-cards-about--secondary {
        padding-top: 70px;
    }
    .s-features__title {
        font-size: 100px;
    }
    .s-features__big-txt {
        font-size: 75px;
    }
    .s-features__big-txt span {
        padding: 0 12px 4px 15px;
        top: 5px;
    }
    .feature-card__item-pic-wrap {
        height: 250px;
    }
    .feature-card__item-title {
        padding: 25px 0 20px 23px;
        font-size: 26px;
    }
    .feature-card__item-title:before {
        top: 29px;
    }
    .s-cards-about__main-title {
        font-size: 56px;
        margin-bottom: 60px;
    }
    .s-cards-about--secondary {
        padding-bottom: 10px;
    }
    .s-market-cards {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .s-market-cards__title {
        font-size: 120px;
        margin-bottom: 60px;
    }
    .s-market-cards__col {
        padding: 0 8px;
    }
    .s-contact__title {
        font-size: 65px;
    }
    .s-contact__pic-wrap {
        padding: 30px 15px 15px 15px;
    }
    .s-contact-form__item:after {
        content: none;
    }
    .s-contact-form__item--1 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .s-contact-form__item--3 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .s-contact-form__item--2 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 0 15px;
        width: 100%;
        text-align: center;
    }
    .s-contact-form__inner-items {
        text-align: left;
    }
    .s-contact-form__item-txt {
        padding: 0;
    }
    .s-contact-form__item--3,
    .s-contact-form__item--1 {
        padding: 0 15px;
        width: 50%;
    }
}
@media (max-width: 991px) {
    .hero__heading, .footer__heading {
        font-size: 117px;
    }
    .hero__banner__col-content,
    .hero__banner__col-slider {
        padding: 15px;
    }
    .s-cards-podcast .swiper-slide {
        max-width: 350px;
    }
    .s-cards-about__card-1,
    .s-cards-about__card-2,
    .s-cards-about__card-3 {
        margin-top: 0;
        max-width: 100%;
    }
    .s-cards-events__heading {
        font-size: 129px;
    }
    .hero__banner-logo,
    .hero__banner__description,
    .s-about-slider__col-content__description,
    .s-about-slider__heading,
    .aboutSliderThumbs,
    .pre-footer-form__heading,
    .hero__heading,
    .pre-footer-form__col-heading,
    .footer__heading,
    .s-cards-events__heading,
    .swiperCardsEvents-wrap,
    .s-cards-info__sub-content-heading,
    .s-switchback-video__col-about,
    .s-cards-slider__heading,
    .s-contact-form__description,
    .s-cards-about--second .s-cards-about__heading,
    .s-contact-form__form-description,
    .modal-form__description {
        margin-bottom: 30px;
    }
    .s-cards-info__conversion-panel {
        font-size: 69px;
    }
    .s-about-slider__heading {
        font-size: 100px;
    }
    .s-cards-about__card-1__img-wrap,
    .s-cards-about__card-2__img-wrap,
    .s-cards-about__card-4__img-wrap,
    .s-cards-about__card-5__img-wrap {
        height: 400px;
    }
    .s-cards-about__card-3__img-wrap {
        height: 300px;
    }
    .s-cards-events,
    .s-cards-about,
    .s-cards-podcast,
    .s-cards-homes,
    .s-cards-info,
    .hero-inner,
    .s-cards-slider {
        padding-bottom: 50px;
    }
    .pre-footer-form,
    .s-about-slider,
    .s-switchback-video,
    .s-cards-about--second,
    .pre-footer-form-simple,
    .s-tabs,
    .s-calendar,
    .s-info-house {
        padding: 50px 0;
    }
    .hero-hire-local {
        padding: 30px 0 50px;
    }
    .s-about-slider__col-content {
        padding-top: 0;
    }
    .aboutSlider {
        margin-right: auto;
    }
    .aboutSliderThumbs {
        max-width: 200px;
        overflow: visible;
    }
    .aboutSliderThumbs__item {
        margin-bottom: 0;
    }
    .btn-header {
        font-size: 22px;
    }
    .hero-inner__heading {
        font-size: 102px;
    }
    .s-switchback-video__col-about,
    .s-switchback-video__col-video {
        padding: 0 12px;
    }
    .s-cards-about__card-4,
    .s-cards-about__card-5 {
        margin-top: 0;
    }
    .s-cards-slider__heading {
        font-size: 37px;
    }
    .pre-footer-form-simple__col-form {
        padding: 0;
    }
    .s-cards-about__card-5 {
        margin-right: 0;
    }
    .form-style-small input {
        font-size: 16px;
    }
    .hero-contact__heading {
        font-size: 75px;
    }
    .s-event__col-content,
    .s-event__col-img {
        width: 100%;
    }
    .s-tabs__nav-item {
        margin-bottom: 0;
        width: auto;
    }
    .s-tabs__nav-link {
        white-space: nowrap;
    }
    .s-tabs__col-content {
        padding-left: 12px;
    }
    .s-tabs__col-nav {
        margin-bottom: 30px;
    }
    .hero-hire-local__heading {
        font-size: 67px;
    }
    .s-calendar__select-wrap {
        font-size: 21px;
    }
    .selectpicker-wrap--simple .btn {
        min-width: 105px;
    }
    /*    --------------------------   */
    .hero-inner--secondary .hero-inner__heading {
        font-size: 100px;
    }
    .s-contact-form__main-heading {
        margin-bottom: 60px;
    }
    .s-contact-form__item--2 {
        margin: 20px 0;
    }
    .s-contact-form__bottom-txt {
        font-size: 16px;
    }
    .s-features__title {
        font-size: 80px;
    }
    .s-features__big-txt {
        font-size: 60px;
    }
    .s-features__col:nth-child(2) .feature-card__heading:before {
        content: none;
    }
    .feature-card__item-title br {
        display: none;
    }
    .s-cards-about__card-col .s-cards-about__card {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .s-cards-about__card--2 .s-cards-about__card-img-wrap {
        height: 400px;
    }
    .s-cards-about--secondary {
        padding-bottom: 10px;
    }
    .s-market-cards__title {
        font-size: 90px;
    }
    .s-market-cards__col:first-child {
        margin-left: 25%;
        margin-right: 25%;
    }
    .s-contact__col-1 {
        padding-right: 15px;
    }
    .s-contact__heading {
        margin-top: 0;
        margin-bottom: 40px;
    }
    .s-contact__col-2 {
        margin-bottom: 50px;
    }
    .s-contact-form__inner-item-title {
        font-size: 17px;
    }
    .s-contact-form__inner-item-mini-title {
        padding-left: 33px;
    }
    .s-contact-form__inner-item--3 .s-contact-form__inner-item-mini-title {
        padding-left: 10px;
    }
}
@media (max-width: 767px) {
    .hero__heading,
    .footer__heading {
        font-size: 87px;
    }
    .hero__sound-wrap {
        width: calc(100% - 120px);
        margin-right: 30px;
    }
    h2, .h2,
    .s-cards-podcast__heading,
    .s-cards-about__heading {
        font-size: 37px;
    }
    .s-cards-events__heading {
        font-size: 96px;
    }
    .s-cards-info__conversion-panel {
        font-size: 51px;
    }
    .s-about-slider__heading {
        font-size: 74px;
    }
    .pre-footer-form__form {
        max-width: 100%;
    }
    .footer__social-link-wrap {
        position: relative;
        left: 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .footer__nav {
        margin: 0 auto;
        text-align: center;
    }
    .s-cards-info__card-wrap:not(:nth-last-child(-n+2)) {
        margin-bottom: 30px;
    }
    .hero-inner__heading {
        font-size: 75px;
    }
    .s-cards-slider__heading {
        font-size: 27px;
    }
    .s-cards-slider__card-img-wrap {
        margin-bottom: 30px;
    }
    .s-cards-slider__card {
        max-width: 300px;
    }
    .hero-contact__heading {
        font-size: 56px;
    }
    .s-tabs__card-content,
    .s-tabs__card-contact {
        width: 100%;
    }
    .s-tabs__card-content {
        padding: 0;
        margin-bottom: 30px;
    }
    .s-tabs__card-contact {
        padding: 12px;
    }
    .s-tabs__card-contact__heading:not(:last-child),
    .s-tabs__card-contact__info-wrap:not(:last-child),
    .s-tabs__card-contact__link-wrap:not(:last-child) {
        margin-bottom: 30px;
    }
    .hero-hire-local__heading {
        font-size: 49px;
    }
    .s-info-house__agent-wrap {
        display: block;
        margin-bottom: 30px;
    }
    .s-info-house__map-wrap {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: 300px;
    }
    .swiperHouse {
        height: 300px;
    }
    /*    ------------------------------   */
    .hero-inner--secondary .hero-inner__heading {
        font-size: 80px;
    }
    .hero-inner--secondary {
        padding-top: 50px;
    }
    .hero-inner--secondary .hero-inner__img-wrap {
        height: 350px;
    }
    .s-contact-form__main-heading {
        font-size: 70px;
        margin-bottom: 40px;
    }
    .s-features__title {
        font-size: 60px;
    }
    .s-features__big-txt {
        font-size: 50px;
    }
    .s-features__md-txt {
        font-size: 30px;
    }
    .s-cards-about__card-col .s-cards-about__card {
        margin: 0 !important;
        max-width: 100%;
    }
    .s-cards-about__card-col {
        margin-bottom: 40px;
    }
    .s-cards-about__card-col .s-cards-about__card-img-wrap {
        height: auto;
        margin-bottom: 15px;
    }
    .s-cards-about__card-col .s-cards-about__card-description,
    .s-cards-about__card-col .s-cards-about__card-content {
        max-width: 100%;
    }
    .s-market-cards__title {
        font-size: 70px;
    }
    .s-market-cards__col:first-child {
        margin-left: 0;
        margin-right: 0;
    }
    .s-contact__pic-wrap {
        min-height: 600px;
    }
}
@media (max-width: 575px) {
    .hero__heading, .footer__heading {
        font-size: 16vw;
    }
    .s-cards-events__heading {
        font-size: 17.8vw;
    }
    .s-cards-info__conversion-panel {
        font-size: 9.4vw;
    }
    .s-about-slider__heading {
        font-size: 13.9vw;
    }
    .hero__banner-logo img {
        max-width: 75px;
    }
    .hero__banner__heading {
        padding-right: 0;
    }
    .s-cards-info__sub-content-heading__logo {
        max-width: 100px;
    }
    .aboutSlider {
        padding: 50px 0 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    .s-about-slider__card-text-behind,
    .s-about-slider__card-logo {
        display: none;
    }
    .s-cards-events__card,
    .s-cards-podcast__card,
    .s-cards-slider__card,
    .pre-footer-form-simple__row {
        padding: 12px;
    }
    .s-cards-about__card {
        max-width: 100%;
    }
    .hero-inner__heading {
        font-size: 14vw;
    }
    .hero-inner__img-wrap,
    .s-cards-about__card-1__img-wrap,
    .s-cards-about__card-2__img-wrap,
    .s-cards-about__card-3__img-wrap,
    .s-cards-about__card-4__img-wrap,
    .s-cards-about__card-5__img-wrap {
        height: 300px;
    }
    .s-cards-slider__heading {
        font-size: 5.1vw;
    }
    .s-contact-form__form-wrap {
        padding: 30px 12px;
    }
    .form-50 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .form-50:first-child {
        margin-right: 0;
        margin-bottom: 21px;
    }
    .s-contact-form__social-list {
        padding-left: 12px;
    }
    .s-contact-form__headshot {
        margin-bottom: 0;
    }
    .hero-contact__heading {
        font-size: 10.4vw;
    }
    .s-event__col-img {
        height: 400px;
        max-height: inherit;
    }
    .s-event__map-wrap {
        right: 12px;
        top: 12px;
    }
    .s-event__header {
        font-size: 14px;
    }
    .link-circle {
        width: 25px;
        height: 25px;
    }
    .link-circle svg {
        max-width: 6px;
        height: auto;
    }
    .hero-hire-local__heading {
        font-size: 9.2vw;
    }
    .s-info-house__agent-img-wrap {
        width: calc(50% - 23px);
        height: 300px;
    }
    .s-info-house__agent-additional-info {
        margin-bottom: 30px;
    }
    .s-info-house__agent-info-wrap {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .s-info-house__agent-wrap,
    .s-info-house__wrapper {
        padding: 12px;
    }
    .s-info-house__agent-btn {
        min-width: 120px;
    }
    .s-info-house__list-info__heading {
        padding-right: 12px;
    }
    .s-info-house__agent__content-wrap {
        width: 50%;
    }
    .modal-form .modal-content {
        padding: 30px 12px;
    }
    .modal-form__close {
        right: 10px;
        top: 10px;
        width: 25px;
        height: 25px;
    }
    .modal-form__close:after, .modal-form__close:before {
        width: 14px;
    }
    /*--------------------------------------*/
    .hero-inner--secondary .hero-inner__heading,
    .s-market-cards__title,
    .s-contact__title {
        font-size: 50px;
    }
    .s-contact-form__main-heading {
        font-size: 46px;
        margin-bottom: 20px;
    }
    .s-contact-form__items {
        margin-top: 40px;
    }
    .s-contact-form--secondary .s-contact-form__form-wrap {
        padding: 30px 15px 30px;
    }
    .s-contact-form--secondary .btn-big-form,
    .s-contact-form__form-wrap--secondary .btn-big-form {
        font-size: 15px;
    }
    .s-contact-form__bottom-txt {
        margin-top: 30px;
    }
    .s-features__title {
        font-size: 46px;
    }
    .s-features__big-txt {
        font-size: 35px;
    }
    .s-features__big-txt span {
        padding: 0 8px 4px 8px;
        top: 0;
    }
    .s-features__md-txt {
        font-size: 25px;
        margin-bottom: 40px;
    }
    .feature-card__heading:before {
        content: none;
    }
    .s-cards-about__main-title {
        font-size: 46px;
        margin-bottom: 40px;
    }
    .s-market-cards__title {
        margin-bottom: 40px;
    }
    .market-card__title {
        font-size: 40px;
    }
    .market-card__list li {
        padding: 18px 0;
    }
    .s-contact__pic-wrap {
        padding: 30px 0 0 0;
    }
    .personal-card {
        padding: 15px;
    }
    .personal-card__content {
        padding: 0;
    }
    .personal-card__pic-wrap {
        display: none;
    }
    .s-cards-about--secondary {
        padding-bottom: 0;
    }
    .feature-card__heading-title {
        margin-bottom: 15px;
    }
    .feature-card__heading-sub-title {
        font-size: 50px;
    }
    .feature-card__heading {
        padding: 20px 15px;
    }
}
@media (max-width: 449px) {
    .s-cards-info__card-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
    .header-logo {
        font-size: 30px;
    }
    .homepage .header .header__container {
        padding: 18px 12px;
    }
    .scroll-up .header .header__nav {
        height: calc(100vh - 63px);
        top: 63px;
    }
    .s-podcast {
        padding: 62px 0 0;
    }
}
@media (max-width: 400px) {
    .s-event__header__text {
        display: none;
    }
}
@media (max-width: 380px) {
    .s-contact-form__social-list {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .s-contact-form__headshot {
        margin-bottom: 30px;
    }
}
.swiper-slide-active {
    z-index: 999;
}
.active1 {
    background: #669fb2;
    color: #dadfe1;
}
