/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #ffffff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    
}
hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}


hr:not([size]) {
    height: 1px;
}
h6, h5, h4, h3, h2, h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
h1 {
    font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}
h2 {
    font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}
h3 {
    font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}
h4 {
    font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}
h5 {
    font-size: 1.25rem;
}
h6 {
    font-size: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title],
abbr[data-bs-original-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;
}
small {
    font-size: 0.875em;
}
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #0d6efd;
    text-decoration: underline;
}
a:hover {
    color: #0a58ca;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr /* rtl:ignore */;
    unicode-bidi: bidi-override;
}
pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #ffffff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}
figure {
    margin: 0 0 1rem;
}
img,
svg {
    vertical-align: middle;
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    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]::-webkit-calendar-picker-indicator {
    display: none;
}
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;
}
/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
    padding: 0;
}
::file-selector-button {
    font: inherit;
    cursor: pointer;
}
::-webkit-file-upload-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;
}
/* preloader.css */
.switch-preloader.switch-preloader--hidden {
    pointer-events: none;
    visibility: hidden;
    opacity: 0
}
.switch-preloader__logo {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    aspect-ratio: 7.8139534884;
    width: calc(16vw + 14vh);
    /*opacity: 0*/
}
@media (max-width: 759px) {
    .switch-preloader__logo {
        width: calc(20vw + 18vh)
    }
}
.o-loading_logo svg, .switch-preloader__logo svg {
    display: block;
    width: 100%;
    overflow: hidden
}
.o-loading_logo svg path, .switch-preloader__logo svg path {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.switch-preloader__logo svg .letter-half {
    opacity: .5;
}
.switch-preloader__logo svg .letter-half,
.switch-preloader__logo svg .letter-full {
    fill: #ffffff;
}
.switch-preloader--show .switch-preloader__logo {
    opacity: 1
}
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--bs-gutter-x, 1rem);
    padding-left: var(--bs-gutter-x, 1rem);
    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: 1242px;
    }
}
@media (min-width: 1440px) {
    .container-xxl {
        max-width: 1440px;
    }
}
.row {
    --bs-gutter-x: .75rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -1);
    margin-left: calc(var(--bs-gutter-x) * -1);
}
.row > * {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    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%;
}
@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%;
    }
}
@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%;
    }
}
@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%;
    }
}
@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%;
    }
}
@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-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-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-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-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-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-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;
    }
}
.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;
}
.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;
}
.mr-0 {
    margin-right: 0 !important;
}
.mr-1 {
    margin-right: 0.25rem !important;
}
.mr-2 {
    margin-right: 0.5rem !important;
}
.mr-3 {
    margin-right: 1rem !important;
}
.mr-4 {
    margin-right: 1.5rem !important;
}
.mr-5 {
    margin-right: 3rem !important;
}
.mr-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;
}
.ml-0 {
    margin-left: 0 !important;
}
.ml-1 {
    margin-left: 0.25rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.ml-3 {
    margin-left: 1rem !important;
}
.ml-4 {
    margin-left: 1.5rem !important;
}
.ml-5 {
    margin-left: 3rem !important;
}
.ml-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;
}
.pr-0 {
    padding-right: 0 !important;
}
.pr-1 {
    padding-right: 0.25rem !important;
}
.pr-2 {
    padding-right: 0.5rem !important;
}
.pr-3 {
    padding-right: 1rem !important;
}
.pr-4 {
    padding-right: 1.5rem !important;
}
.pr-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;
}
.pl-0 {
    padding-left: 0 !important;
}
.pl-1 {
    padding-left: 0.25rem !important;
}
.pl-2 {
    padding-left: 0.5rem !important;
}
.pl-3 {
    padding-left: 1rem !important;
}
.pl-4 {
    padding-left: 1.5rem !important;
}
.pl-5 {
    padding-left: 3rem !important;
}
@media (min-width: 576px) {
    .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;
    }
    .mr-sm-0 {
        margin-right: 0 !important;
    }
    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mr-sm-3 {
        margin-right: 1rem !important;
    }
    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mr-sm-5 {
        margin-right: 3rem !important;
    }
    .mr-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;
    }
    .ml-sm-0 {
        margin-left: 0 !important;
    }
    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ml-sm-3 {
        margin-left: 1rem !important;
    }
    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ml-sm-5 {
        margin-left: 3rem !important;
    }
    .ml-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;
    }
    .pr-sm-0 {
        padding-right: 0 !important;
    }
    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pr-sm-3 {
        padding-right: 1rem !important;
    }
    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pr-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;
    }
    .pl-sm-0 {
        padding-left: 0 !important;
    }
    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }
    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }
    .pl-sm-3 {
        padding-left: 1rem !important;
    }
    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }
    .pl-sm-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 768px) {
    .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;
    }
    .mr-md-0 {
        margin-right: 0 !important;
    }
    .mr-md-1 {
        margin-right: 0.25rem !important;
    }
    .mr-md-2 {
        margin-right: 0.5rem !important;
    }
    .mr-md-3 {
        margin-right: 1rem !important;
    }
    .mr-md-4 {
        margin-right: 1.5rem !important;
    }
    .mr-md-5 {
        margin-right: 3rem !important;
    }
    .mr-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;
    }
    .ml-md-0 {
        margin-left: 0 !important;
    }
    .ml-md-1 {
        margin-left: 0.25rem !important;
    }
    .ml-md-2 {
        margin-left: 0.5rem !important;
    }
    .ml-md-3 {
        margin-left: 1rem !important;
    }
    .ml-md-4 {
        margin-left: 1.5rem !important;
    }
    .ml-md-5 {
        margin-left: 3rem !important;
    }
    .ml-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;
    }
    .pr-md-0 {
        padding-right: 0 !important;
    }
    .pr-md-1 {
        padding-right: 0.25rem !important;
    }
    .pr-md-2 {
        padding-right: 0.5rem !important;
    }
    .pr-md-3 {
        padding-right: 1rem !important;
    }
    .pr-md-4 {
        padding-right: 1.5rem !important;
    }
    .pr-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;
    }
    .pl-md-0 {
        padding-left: 0 !important;
    }
    .pl-md-1 {
        padding-left: 0.25rem !important;
    }
    .pl-md-2 {
        padding-left: 0.5rem !important;
    }
    .pl-md-3 {
        padding-left: 1rem !important;
    }
    .pl-md-4 {
        padding-left: 1.5rem !important;
    }
    .pl-md-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 992px) {
    .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;
    }
    .mr-lg-0 {
        margin-right: 0 !important;
    }
    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mr-lg-3 {
        margin-right: 1rem !important;
    }
    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mr-lg-5 {
        margin-right: 3rem !important;
    }
    .mr-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;
    }
    .ml-lg-0 {
        margin-left: 0 !important;
    }
    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ml-lg-3 {
        margin-left: 1rem !important;
    }
    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ml-lg-5 {
        margin-left: 3rem !important;
    }
    .ml-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;
    }
    .pr-lg-0 {
        padding-right: 0 !important;
    }
    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pr-lg-3 {
        padding-right: 1rem !important;
    }
    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pr-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;
    }
    .pl-lg-0 {
        padding-left: 0 !important;
    }
    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }
    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }
    .pl-lg-3 {
        padding-left: 1rem !important;
    }
    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }
    .pl-lg-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1200px) {
    .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;
    }
    .mr-xl-0 {
        margin-right: 0 !important;
    }
    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mr-xl-3 {
        margin-right: 1rem !important;
    }
    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mr-xl-5 {
        margin-right: 3rem !important;
    }
    .mr-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;
    }
    .ml-xl-0 {
        margin-left: 0 !important;
    }
    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ml-xl-3 {
        margin-left: 1rem !important;
    }
    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ml-xl-5 {
        margin-left: 3rem !important;
    }
    .ml-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;
    }
    .pr-xl-0 {
        padding-right: 0 !important;
    }
    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pr-xl-3 {
        padding-right: 1rem !important;
    }
    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pr-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;
    }
    .pl-xl-0 {
        padding-left: 0 !important;
    }
    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }
    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }
    .pl-xl-3 {
        padding-left: 1rem !important;
    }
    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }
    .pl-xl-5 {
        padding-left: 3rem !important;
    }
}
@media (min-width: 1400px) {
    .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;
    }
    .mr-xxl-0 {
        margin-right: 0 !important;
    }
    .mr-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mr-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mr-xxl-3 {
        margin-right: 1rem !important;
    }
    .mr-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mr-xxl-5 {
        margin-right: 3rem !important;
    }
    .mr-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;
    }
    .ml-xxl-0 {
        margin-left: 0 !important;
    }
    .ml-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ml-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ml-xxl-3 {
        margin-left: 1rem !important;
    }
    .ml-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ml-xxl-5 {
        margin-left: 3rem !important;
    }
    .ml-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;
    }
    .pr-xxl-0 {
        padding-right: 0 !important;
    }
    .pr-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pr-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pr-xxl-3 {
        padding-right: 1rem !important;
    }
    .pr-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pr-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;
    }
    .pl-xxl-0 {
        padding-left: 0 !important;
    }
    .pl-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .pl-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .pl-xxl-3 {
        padding-left: 1rem !important;
    }
    .pl-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .pl-xxl-5 {
        padding-left: 3rem !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;
    }
}
/* variables.css */
:root {
    --font-family: "articulat-cf", sans-serif;
}
:root {
    --color-1: #ffffff;
    --color-2: #101014;
    --color-3: #212125;
    --color-4: currentColor;
    /*    ----------------------  */
    --title-color: currentColor;
    --primary-color: linear-gradient(90deg,rgba(0, 5, 23, 1) 0%, rgba(51, 66, 128, 1) 51%, rgba(0, 5, 23, 1) 100%);
}
:root {
    --05px: 0.0315rem;
    --1px: 0.063rem;
    --1px-minus: -0.063rem;
    --2px: 0.125rem;
    --2px-minus: -0.125rem;
    --3px: 0.188rem;
    --4px: 0.25rem;
}
:root {
    --animation-default: .25s ease-in-out;
    --animation-primary: .4s cubic-bezier(.7, 0, .3, 1);
    --animation-fast: .3s cubic-bezier(.7, 0, .3, 1);
    --animation-smooth: .6s cubic-bezier(.7, 0, .3, 1);
    --animation-slow: .8s cubic-bezier(.7, 0, .3, 1);
}
:root {
    --vh: 1vh;
    --vh-2: 1vh;
    --window-height: calc(var(--vh, 1vh) * 100);
    --window-height-mob: calc(var(--vh-2, 1vh) * 100);
    --left-margin-container: 0px;
}
/* default-styles.css */
img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
body {
    text-align: left;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.6;
    color: var(--color-1);
    background: var(--color-2);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
[role="button"] {
    outline: none !important;
}
img, video, svg {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 1.6rem;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: var(--font-family);
    font-weight: 600;
    line-height: 1.25;
    color: var(--title-color);
    text-transform: none;
}
h1, .h1 {
    font-size: 86px; /* used */
}
h2, .h2 {
    font-size: 76px; /* used */
}
h3, .h3 {
    font-size: 42px; /* used */
}
h4, .h4 {
    font-size: 26px; /* used */
    letter-spacing: 0.02em;
    line-height: 1.4;
}
h5, .h5 {
    font-size: 1.15rem;
}
h6, .h6 {
    font-size: 1rem;
}
p {
    margin-bottom: 1.5rem;
}
ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 42px;
}
ul li {
    list-style: none;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 23px;
}
ul li:before {
    content: "";
    border-radius: 50%;
    background: currentColor;
    width: .2em;
    height: .2em;
    position: absolute;
    left: 1.5em;
    top: 0.7em;
}
blockquote {
    line-height: 1.25;
    margin-bottom: 1.1rem;
}
blockquote p:after {
    content: "”";
}
blockquote p:before {
    content: "“";
}
blockquote p:last-child {
    margin-bottom: 0;
}
a {
    text-decoration: none !important;
    color: currentColor;
    background-image: -webkit-gradient(linear, left top, right top, from(currentColor), to(currentColor));
    background-image: -o-linear-gradient(left, currentColor 0%, currentColor 100%);
    background-image: linear-gradient(to right, currentColor 0%, currentColor 100%);
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: 0 90%;
    padding-bottom: 0.1rem;
    vertical-align: baseline;
    -webkit-transition: background-size var(--animation-fast), color var(--animation-default) !important;
    -o-transition: background-size var(--animation-fast), color var(--animation-default) !important;
    transition: background-size var(--animation-fast), color var(--animation-default) !important;
}
h1 a,
h2 a,
h3 a {
    background-size: 100% 2px;
}
a:hover {
    color: var(--color-4);
    background-position: 100% 90%;
    background-size: 0 1px;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
    background-size: 0 2px;
}
hr {
    opacity: 1;
    background: currentColor;
}
/* helpers.css */
.tk-articulat-cf {
    font-family: "articulat-cf", sans-serif;
}
.tk-articulat-heavy-cf {
    font-family: "articulat-heavy-cf", sans-serif;
}
.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-900 {
    font-weight: 900 !important;
}
.z-index-1 {
    z-index: 1 !important;
}
.z-index-2 {
    z-index: 2 !important;
}
.z-index-3 {
    z-index: 3 !important;
}
.z-index-4 {
    z-index: 4 !important;
}
.obj-cover {
    -o-object-fit: cover;
    object-fit: cover;
}
.obj-contain {
    -o-object-fit: contain;
    object-fit: contain;
}
.position-relative {
    position: relative;
}
.position-absolute {
    position: absolute;
}
.position-fixed {
    position: fixed;
}
.w-100 {
    width: 100%;
}
.h-100 {
    height: 100%;
}
.h-auto {
    height: auto !important;
}
.z-index-0 {
    z-index: 0;
}
.min-width-0 {
    min-width: 0;
}
.w-auto {
    width: auto !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.text-truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pointer-event-none {
    pointer-events: none;
}
.pointer-event-auto {
    pointer-events: auto;
}
.bg-none {
    background: none !important;
}
.mh-100vh {
    min-height: 100vh;
}
.mw-100vw {
    min-width: 100vw;
}
.h-100vh {
    height: 100vh;
}
@media (min-width: 992px) {
    .mh-lg-100vh {
        min-height: 100vh;
    }
    .mw-lg-100vw {
        min-width: 100vw;
    }
    .h-lg-100vh {
        height: 100vh;
    }
}
.obj-position-bottom {
    -o-object-position: bottom center;
    object-position: bottom center;
}
.obj-position-top {
    -o-object-position: top center;
    object-position: top center;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-visible {
    overflow: visible !important;
}
.overflow-auto {
    overflow: auto !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-center {
    text-align: center;
}
.cursor-pointer {
    cursor: pointer;
}
.ff-body {
    font-family: var(--font-family);
}
.ls-0 {
    letter-spacing: 0 !important;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.last-el-mb-0 > *:last-child {
    margin-bottom: 0 !important;
}
.after-el:after,
.before-el:before {
    content: "";
    position: absolute;
}
.link-mask,
.overlay,
.after-el--full:after,
.before-el--full:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.overlay,
.link-mask {
    position: absolute;
    z-index: 0;
}
.link-mask {
    background: none !important;
    z-index: 6;
}
.transition-smooth {
    -webkit-transition: var(--animation-smooth);
    -o-transition: var(--animation-smooth);
    transition: var(--animation-smooth);
}
.will-change-transform {
    will-change: transform;
}
.will-change-opacity {
    will-change: opacity;
}
.transition-none {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.after-el--line:after {
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ratio {
    position: relative;
    width: 100%;
    background: #000000;
}
.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}
.ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.ratio-18x9 {
    --bs-aspect-ratio: calc(9 / 18 * 100%);
}
.transition-def {
    -webkit-transition: var(--animation-default) !important;
    -o-transition: var(--animation-default) !important;
    transition: var(--animation-default) !important;
}
/*a,*/
.btn,
.swiper-pagination-bullet {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}
.list-unstyled li:before,
.nav li:before {
    content: none;
}
.list-unstyled li,
.nav li {
    padding-left: 0;
    margin-bottom: 0;
}
.nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.position-sticky {
    position: -webkit-sticky;
    position: sticky;
}
.center-absolute-position {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bg-img-none {
    background-image: none !important;
}
.fz-lg {
    font-size: 1.25rem;
}
.fz-xl {
    font-size: 1.5rem;
}
.fz-xxl {
    font-size: 1.75rem;
}
.mr-1-not-last-btn-wrap:not(:last-child) {
    margin-right: 2rem;
    margin-bottom: .5rem;
}
.flex-center {
    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;
}
/*-------------------------------------------*/
.text-link .text-link__txt {
    --bg-line-color: currentColor;
    background-image: -o-linear-gradient(left, var(--bg-line-color) 0%, var(--bg-line-color) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(var(--bg-line-color)), to(var(--bg-line-color)));
    background-image: linear-gradient(to right, var(--bg-line-color) 0%, var(--bg-line-color) 100%);
    background-size: 0 1px;
    background-repeat: no-repeat;
    background-position: 100% 90%;
    padding-bottom: 1px;
    vertical-align: baseline;
    -webkit-transition: background-size var(--animation-fast), color var(--animation-fast);
    -o-transition: background-size var(--animation-fast), color var(--animation-fast);
    transition: background-size var(--animation-fast), color var(--animation-fast);
}
.text-link--reverse .text-link__txt {
    background-size: 100% 1px;
    background-position: 0 90%;
}
.text-link:hover .text-link__txt,
.text-link.active .text-link__txt {
    background-position: 0 90%;
    background-size: 100% 1px;
    color: var(--color-4);
}
.text-link--reverse:hover .text-link__txt {
    background-position: 100% 100%;
    background-size: 0 1px;
}
.text-link {
    display: inline-block;
    text-decoration: none !important;
    color: currentColor !important;
    background: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.text-link-icon {
    height: 1.25rem;
    width: 1.25rem;
    -webkit-transition: -webkit-transform var(--animation-default);
    transition: -webkit-transform var(--animation-default);
    -o-transition: transform var(--animation-default);
    transition: transform var(--animation-default);
    transition: transform var(--animation-default), -webkit-transform var(--animation-default);
}
.text-link---with-icon:hover .text-link-icon {
    -webkit-transform: translateX(var(--4px));
    -ms-transform: translateX(var(--4px));
    transform: translateX(var(--4px));
}
/*--------------------------------------*/
.swiper-buttons {
    pointer-events: none;
    top: 50%;
    max-width: 100%;
    z-index: 2;
    left: 0;
    right: 0;
}
.swiper-button {
    width: 2.7rem;
    height: 2.7rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: pointer;
    color: #ffffff;
    border: var(--2px) solid currentColor;
    border-radius: 50%;
    background: #1c1c1c;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-button.swiper-button-disabled {
    opacity: .3;
}
.swiper-button:not(.swiper-button-disabled) {
    pointer-events: auto;
}
.swiper-button img,
.swiper-button svg {
    display: block;
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.swiper-button--next svg {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.swiper-button--prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media (hover: hover) and (pointer: fine) {
    .swiper-button svg,
    .swiper-button img {
        -webkit-transition: var(--animation-default);
        -o-transition: var(--animation-default);
        transition: var(--animation-default);
    }
    .swiper-button:hover svg {
        -webkit-transform: translateX(var(--4px));
        -ms-transform: translateX(var(--4px));
        transform: translateX(var(--4px));
    }
    .swiper-button--prev:hover svg {
        -webkit-transform: rotate(180deg) translateX(var(--4px));
        -ms-transform: rotate(180deg) translateX(var(--4px));
        transform: rotate(180deg) translateX(var(--4px));
    }
}
/*-------------------------------------------*/
.input-style-label {
    display: block;
    color: currentColor;
    margin-bottom: 16px;
}
.input-style {
    background: rgba(255, 255, 255, 0.2);
    width: 100%;
    display: block;
    color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    padding: 16px 28px;
    border-radius: 28px !important;
    font-size: 17px;
    letter-spacing: 0.02em;
    border: none !important;
}
.input-style:focus::-webkit-input-placeholder {
    opacity: 0;
}
.input-style:focus::-moz-placeholder {
    opacity: 0;
}
.input-style:focus:-ms-input-placeholder {
    opacity: 0;
}
.input-style:focus::-ms-input-placeholder {
    opacity: 0;
}
.input-style:focus::placeholder {
    opacity: 0;
}
.input-style::-webkit-input-placeholder {
    -webkit-transition: var(--animation-default);
    transition: var(--animation-default);
    color: currentColor !important;
}
.input-style::-moz-placeholder {
    -moz-transition: var(--animation-default);
    transition: var(--animation-default);
    color: currentColor !important;
}
.input-style:-ms-input-placeholder {
    -ms-transition: var(--animation-default);
    transition: var(--animation-default);
    color: currentColor !important;
}
.input-style::-ms-input-placeholder {
    -ms-transition: var(--animation-default);
    transition: var(--animation-default);
    color: currentColor !important;
}
.input-style::placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
    color: currentColor !important;
}
textarea.input-style {
    height: 100px;
    resize: none;
}
.search-btn {
    width: 1rem;
    height: 1rem;
    top: 0;
    bottom: 0;
    left: 1.2rem;
    margin: auto;
    background: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
    line-height: 0;
}
.search-btn svg {
    width: 100%;
    height: 100%;
}
.search-input {
    padding: 0.6rem 0.8rem 0.6rem 2.5rem;
}
/*-------------------------------------------*/
.container-header-anim-js,
.container-hero-anim-js,
.container-anim-js {
    opacity: 0;
}
.parallax-js {
    --data-parallax-value: -15%;
}
img.parallax-js.parallax-def-js:not(.primary-parallax-scale-js) {
    top: var(--data-parallax-value);
    height: calc(100% + (var(--data-parallax-value) * -1)) !important;
}
.dynamic-image--loaded {
    position: absolute !important;
    left: 0;
}
img.parallax-def-reverse-js {
    top: 0 !important;
}
.parallax-block-js {
    position: relative;
    top: calc(var(--data-parallax-value) / 2);
}
img.parallax-js.parallax-diagonally-js {
    max-width: none;
    display: block;
    width: calc(100% + var(--data-parallax-value));
    height: calc(100% + var(--data-parallax-value));
}
.hero-pic-scale-js {
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}
.safari-browser .parallax-container-js {
    will-change: transform;
}
/*-------------------------------------------*/
.swiper-buttons--secondary .swiper-button svg {
    width: auto;
    height: auto;
}
.arrow-circle {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 100;
}
.arrow-circle__pic {
    width: 1.5rem;
}
.swiper-controls {
    width: 100%;
    position: relative;
    z-index: 2;
    padding: 0 1rem 1rem 1.5rem;
}
.swiper-buttons--secondary {
    position: static;
    max-width: 7.6rem;
    margin: 0 1.5rem 0 0;
    padding: 0;
}
.swiper-buttons--secondary .swiper-button + .swiper-button {
    margin-left: .5rem;
}
.swiper-pagination--secondary {
    width: auto;
    position: static;
}
/*--------------------------------------*/
@media (hover: hover) and (pointer: fine) {
    .safari-browser .card__pic-wrap {
        will-change: transform;
    }
}
.hover-pic {
    -webkit-transition: var(--animation-smooth);
    -o-transition: var(--animation-smooth);
    transition: var(--animation-smooth);
}
.hover-pic-wrap:hover .hover-pic {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*--------------------------------------*/
.checkbox-block__input {
    display: none;
}
.checkbox-block__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    line-height: 1.2;
}
.checkbox-block__label-txt {
    position: relative;
    /*top: .1em;*/
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.01em;
    color: #3e4246;
}
.checkbox-block__label-check {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
    width: 3.25rem;
    height: 3.5rem;
    border-radius: 0.38rem;
    border: 0.03125rem solid #777c7d;
    margin-right: 2.1rem;
}
.checkbox-block__label-check:before {
    content: "";
    -webkit-transition: var(--animation-fast);
    -o-transition: var(--animation-fast);
    transition: var(--animation-fast);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1.05rem;
    height: 1.05rem;
    background: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6875 1.3125C15.0938 1.6875 15.0938 2.34375 14.6875 2.71875L6.6875 10.7188C6.3125 11.125 5.65625 11.125 5.28125 10.7188L1.28125 6.71875C0.875 6.34375 0.875 5.6875 1.28125 5.3125C1.65625 4.90625 2.3125 4.90625 2.6875 5.3125L6 8.59375L13.2812 1.3125C13.6562 0.90625 14.3125 0.90625 14.6875 1.3125Z' fill='%23ff5030'/%3E%3C/svg%3E%0A") center center/contain no-repeat;
}
.checkbox-block__input:checked + .checkbox-block__label .checkbox-block__label-check:before,
.active .checkbox-block__label-check:before {
    opacity: 1;
}
/*--------------------------------------*/
.btn {
    position: relative;
    text-align: center;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none !important;
    outline: none !important;
    background: var(--color-2);
    color: var(--color-1) !important;
    padding: 0.7rem 1rem;
    border: var(--2px) solid var(--color-2);
    border-radius: 0.5rem;
    min-width: 9.4rem;
    cursor: pointer;
    -webkit-transition: var(--animation-fast) !important;
    -o-transition: var(--animation-fast) !important;
    transition: var(--animation-fast) !important;
    z-index: 1;
    overflow: hidden;
}
.btn--secondary {
    background: #0000;
}
.btn:hover {
    color: var(--color-2) !important;
    background: var(--color-1);
}
.btn:hover .btn__svg-2 {
    -webkit-transform: translateX(var(--4px));
    -ms-transform: translateX(var(--4px));
    transform: translateX(var(--4px));
}
.btn__svg {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    margin-top: -.15em;
    width: .85em;
}
.btn__svg-2 {
    margin-left: .65rem;
}
.btn__svg-1 {
    margin-right: .65rem;
}
.btn--small {
    padding: 0.9rem .75rem;
    font-size: 0.88rem;
}
.btn__svg--offset-bottom {
    margin-top: -.3em;
}
/*--------------------------------------*/
.kicker {
    font-weight: 300;
    font-size: 0.88rem;
    line-height: 1.4;
    text-transform: uppercase;
    font-family: var(--font-family);
}
/*--------------------------------------*/
/*#main-page-wrap:after {*/
/*    content: "";*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 100000;*/
/*    background: var(--color-1);*/
/*    pointer-events: none;*/
/*    opacity: 0;*/
/*}*/
/*#main-page-wrap.show-after:after {*/
/*    opacity: 1;*/
/*}*/
/*--------------------------------------*/
.hide-object {
    opacity: 0;
    visibility: hidden;
}
/*--------------------------------------*/
.swiper-lg-def-js .swiper-buttons {
    margin-top: 1.5rem;
}
.swiper-lg-def-js .swiper-button + .swiper-button {
    margin-left: 1rem;
}
/*--------------------------------------*/
.mw-icon {
    max-width: 60%;
}
.mh-icon {
    max-height: 60%;
}
/*--------------------------------------*/
.ratio--radius {
    border-radius: 0.81rem;
    overflow: hidden;
}
/*--------------------------------------*/
.color-4 {
    color: var(--color-4);
}
.light-mode {
    color: var(--color-2);
    background-color: var(--color-1);
}
/*--------------------------------------*/
:root {
    --btn-anim-border-radius: 31px;
}
.btn-anim {
    display: inline-block;
    border: 0;
    outline: 0;
    text-decoration: none;
    border-radius: var(--btn-anim-border-radius);
    background: var(--color-3);
    color: var(--color-1);
    line-height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 0 !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.btn-anim-fill {
    -webkit-transition: -webkit-transform var(--animation-smooth);
    transition: -webkit-transform var(--animation-smooth);
    -o-transition: transform var(--animation-smooth);
    transition: transform var(--animation-smooth);
    transition: transform var(--animation-smooth), -webkit-transform var(--animation-smooth);
}
.btn-anim__icon {
    -webkit-transition: opacity var(--animation-primary), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: opacity var(--animation-primary), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
    -o-transition: opacity var(--animation-primary), transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: opacity var(--animation-primary), transform .5s cubic-bezier(.4, 0, .1, 1);
    transition: opacity var(--animation-primary), transform .5s cubic-bezier(.4, 0, .1, 1), -webkit-transform .5s cubic-bezier(.4, 0, .1, 1);
}
.btn-anim-text {
    -webkit-transition: color var(--animation-primary);
    -o-transition: color var(--animation-primary);
    transition: color var(--animation-primary);
}
:root {
    --x-circle-pos: -50%;
    --y-circle-pos: -50%;
}
.btn-anim-fill {
    display: block;
    position: absolute;
    background: var(--color-1);
    width: 110%;
    border-radius: 50%;
    top: 0;
    left: 0;
    -webkit-transform: translate(var(--x-circle-pos), var(--y-circle-pos)) scale(0) rotate(0.001deg);
    -ms-transform: translate(var(--x-circle-pos), var(--y-circle-pos)) scale(0) rotate(0.001deg);
    transform: translate(var(--x-circle-pos), var(--y-circle-pos)) scale(0) rotate(0.001deg);
    z-index: -1;
}
.btn-anim-text {
    position: relative;
    text-align: center;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 21px 62px 21px 52px;
    min-width: 231px;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
    border-radius: var(--btn-anim-border-radius);
    cursor: pointer;
}
.btn-anim-fill::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.btn-anim:hover .btn-anim-fill {
    -webkit-transform: translate(var(--x-circle-pos), var(--y-circle-pos)) scale(2) rotate(0.001deg);
    -ms-transform: translate(var(--x-circle-pos), var(--y-circle-pos)) scale(2) rotate(0.001deg);
    transform: translate(var(--x-circle-pos), var(--y-circle-pos)) scale(2) rotate(0.001deg);
}
.btn-anim--icon .btn-anim-text {
    min-width: 0 !important;
    padding: 0 !important;
    width: 62px !important;
    height: 62px !important;
}
.btn-anim--with-icon .btn-anim__icon-custom {
    margin: 0 13px 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.btn-anim:hover {
    color: var(--color-3);
}
.btn-anim__icon-wrap {
    position: absolute;
    top: 0;
    left: calc(100% + 1em);
    line-height: 0;
    width: 0.9em;
}
.btn-anim__icon {
    opacity: .2;
    width: 100%;
}
.btn-anim:hover .btn-anim__icon {
    opacity: 1;
}
.btn-anim__icon--clone {
    top: 0;
    left: 0;
    -webkit-transform: translate(-150%, 150%);
    -ms-transform: translate(-150%, 150%);
    transform: translate(-150%, 150%);
}
.btn-anim:hover .btn-anim__icon--clone {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}
.btn-anim:hover .btn-anim__icon--default {
    -webkit-transform: translate(150%, -150%);
    -ms-transform: translate(150%, -150%);
    transform: translate(150%, -150%)
}
.btn-anim--offset-1 .btn-anim-text {
    padding: 0.5rem 0.9rem;
}
.is-active .btn-anim {
    pointer-events: none;
}
.is-active .btn-anim-text:before {
    content: "\2022";
    margin: -0.1em 0.4em 0 0;
}
.swiper-pagination--custom {
    --swiper-theme-color: var(--color-1);
    margin-top: 1rem;
}
.hero-container-init-js {
    opacity: 0;
    visibility: hidden;
}
/*-----------------------------------*/
.scroll-slider-wrap-js {
    overflow: hidden;
}
.scroll-slider-js {
    -webkit-animation-duration: 44s;
    animation-duration: 44s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.ticker__slider.active:hover,
.scroll-slider-js {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.scroll-slider-js.active {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}
.scroll-slider__slide-js {
    padding: 0 1px;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.box {
    position: relative;
    white-space: nowrap;
}
.ticker__slider-wrap--1 .box {
    margin: 0 80px;
}
.ticker__slider-wrap--1 .box img {
    max-width: none;
    max-height: max(13vw, 161px);
    width: var(--logo-width);
}
/*-----------------------------------*/
.border-radius-def,
.video-embed iframe,
.card__pic-wrap--video-embed iframe {
    border-radius: 30px;
}
.section-height-screen {
    min-height: clamp(600px, 100vh, 840px);
    padding: clamp(70px, 4vw, 100px) 0;
}
.section-height-screen-half {
    min-height: clamp(0px, 100vh, 420px);
    padding: clamp(70px, 4vw, 100px) 0;
}
.section-offsets-def {
    padding: clamp(70px, 4vw, 100px) 0;
}
.lh-secondary {
    line-height: 1.5;
}
.footer__bg-logo.parallax-js.parallax-x-js {
    -webkit-transform: translateX(-8%);
    -ms-transform: translateX(-8%);
    transform: translateX(-8%);
}
/*-----------------------------------------*/
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
/*-----------------------------------------*/
a.text-link-spec {
    background: none !important;
    color: currentColor !important;
    padding: 0 !important;
    line-height: 1.1;
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    display: inline-block;
}
.text-link-spec__txt {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    position: relative;
    display: inline-block;
    padding: 0;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(.7, 0, .3, 1);
    transition: -webkit-transform 0.3s cubic-bezier(.7, 0, .3, 1);
    -o-transition: transform 0.3s cubic-bezier(.7, 0, .3, 1);
    transition: transform 0.3s cubic-bezier(.7, 0, .3, 1);
    transition: transform 0.3s cubic-bezier(.7, 0, .3, 1), -webkit-transform 0.3s cubic-bezier(.7, 0, .3, 1);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.text-link-spec__txt .data-hover {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    text-align: center;
}
.text-link-spec__txt:hover,
.text-link-spec__txt:focus {
    -webkit-transform: rotateX(90deg) translateY(-22px);
    transform: rotateX(90deg) translateY(-22px);
}
/*-----------------------------------------*/
.glass-morphism {
    background: rgba(200, 200, 200, .2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
/*-----------------------------------------*/
h1 .anim-lines-wrap {
    padding: .1em 0;
    margin: -.1em 0;
}
.anim-txt-lines-wrap,
.anim-lines-wrap {
    -webkit-clip-path: polygon(0% 0, 1000% 0, 0% calc(100% + .1em), 0% 1000%);
    clip-path: polygon(0% 0, 1000% 0, 0% calc(100% + .1em), 0% 1000%);
}
/*-----------------------------------------*/
.btn-anim-text-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clip-overflow {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.color-5 {
    color: #adadad;
}
.btn-anim__icon-custom-img {
    -webkit-transition: -webkit-filter var(--animation-primary);
    transition: -webkit-filter var(--animation-primary);
    -o-transition: filter var(--animation-primary);
    transition: filter var(--animation-primary);
    transition: filter var(--animation-primary), -webkit-filter var(--animation-primary);
}
.btn-anim--icon:hover .btn-anim__icon-custom-img {
    -webkit-filter: invert(1);
    filter: invert(1);
}
/* style.css */
.header {
    top: 0;
    left: 0;
    z-index: 999;
    padding: 17px 0;
    color: var(--color-1);
    font-size: 24px;
    letter-spacing: 0.03em;
    font-weight: 600;
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
}
.scroll-down:not(.menu-open):not(.pin-hero-style-header) .header {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.is-offset-top:not(.pin-hero-style-header) .header {
    background: rgba(16, 16, 20, 0.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 20px 0;
}
.header__menu-item:not(:first-child) {
    margin-left: 58px;
}
.header__menu-link[aria-current="page"] {
    pointer-events: none;
}
.header__menu-link {
    -webkit-transition-property: opacity !important;
    -o-transition-property: opacity !important;
    transition-property: opacity !important;
}
.header__menu-link:not([aria-current="page"]):not(:hover) {
    opacity: .9;
}
.header__menu-link[aria-current="page"] .text-link__txt {
    background-position: 0 90%;
    background-size: 100% 1px;
    color: var(--color-4);
}
.header__logo {
    width: 196px;
    margin-right: 0;
}
.header__text-logo {
    width: 201px;
    opacity: .7;
    

}
.header__menu-footer-contact-item-icon {
    width: 1em;
    margin: 0 auto 5px;
}
.header__menu-footer-contact-link {
    opacity: .7;
    -webkit-transition: opacity .3s !important;
    -o-transition: opacity .3s !important;
    transition: opacity .3s !important;
}
.header__menu-footer-contact-link:hover {
    opacity: 1;
}
.text-link.header__menu-footer-contact-link:hover .text-link__txt {
    color: #ffffff !important;
}
.header__menu-footer-contacts {
    max-width: 350px;
    margin: 0 auto 20px;
}
.header__social-list {
    margin-bottom: 10px;
}
.header__menu-footer-contacts-item {
    margin-bottom: 15px !important;
}
.header__text-logo-2 {
    width: 100%;
}
/*----------------------*/
main {
    min-height: 400px;
}
/*----------------------*/
.s-hero {
    padding: 150px 0 38px;
    min-height: var(--window-height-mob);
}
.s-hero__overlay:after {
    background: rgba(0, 0, 0, 0.27);
}
.s-hero__container {
    margin-top: auto;
}
.s-hero__title {
    margin-bottom: max(40px, 11.5vh);
    line-height: 1;
    width: 100%;
}
.s-hero--primary .s-hero__title {
    font-size: 66px;
}
.s-hero--primary .anim-lines-wrap:not(:last-child) {
    margin-bottom: 25px;
}
.s-hero-item__icon-wrap {
    margin-bottom: 21px;
}
.s-hero-item__icon {
    height: 59px;
}
.s-hero-item__title {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 0.02em;
}
:root {
    --def-item-height: 245px;
    --item-height: 83px;
    --item-offset-bottom: 25px;
    --icon-transform: 15px;
    --icon-opacity: 0;
}
.s-hero--secondary {
    --def-item-height: 43vh;
}
.s-hero__row {
    height: var(--def-item-height);
}
.s-hero-item {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    border-radius: 40px;
    height: var(--item-height);
    padding: 20px 15px var(--item-offset-bottom);
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.s-hero-item:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    border-radius: 40px;
    background-color: #0000;
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
}
.s-hero-item:hover:after {
    background-color: var(--color-3);
}
.s-hero-item__icon-wrap {
    -webkit-transform: translateY(var(--icon-transform));
    -ms-transform: translateY(var(--icon-transform));
    transform: translateY(var(--icon-transform));
    opacity: var(--icon-opacity);
}
.s-hero-item__title-icon {
    /*top: 0.5em;*/
    top: 0;
    height: 1em;
    width: 0.7em;
    right: -1.5em;
    pointer-events: none;
}
.s-hero-item__title-txt {
    display: inline-block;
    line-height: 1;
}
.s-hero-item:not(:hover) .s-hero-item__title-icon {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0;
}
.s-hero__btn-wrap {
    margin-top: 28px;
}
/*----------------------*/
.scroll-container-content {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.footer {
    border-radius: 75px 75px 0 0;
    background: #1b1d22;
    padding: 104px 0 14px;
    margin-top: auto;
}


.footer__logo-wrap {
    width: 196px;
    opacity: 100%;
    margin: 0 auto 84px;
}
.footer__links {
    font-size: 20px;
    letter-spacing: 0.03em;
    opacity: 100%;
    margin-bottom: 79px;
}
.footer__links li:not(:last-child) {
    margin-right: 56px;
    margin-bottom: 15px;
}
.footer__copy-list {
    letter-spacing: 0.05em;
    margin-right: 18.9%;
    margin-left: auto;
    color: rgba(255, 255, 255, 0.3);
}
.footer__copy-item-link {
    background-position: 100% 90%;
    background-size: 0 1px;
}
.footer__copy-item-link:hover {
    background-position: 0 90%;
    background-size: 100% 1px;
    color: #ffffff !important;
}
.footer__copy-item:not(:last-child) {
    padding-right: 33px;
    margin-right: 27px;
}
.footer__copy-item:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 65%;
    width: 2px;
    background: currentColor;
    margin: auto;
}
.footer__line {
    opacity: 100%;
    margin-bottom: 23px;
}
.footer__social-item-icon,
.header__social-item-icon {
    opacity: .7;
}
.footer__social-item-link,
.header__social-item-link {
    width: 62px;
    height: 62px;
    border-radius: 31px;
    background: rgba(255, 255, 255, 0.07);
    border: 2px solid rgba(255, 255, 255, 0);
}
.footer__social-item-link:hover,
.header__social-item-link:hover {
    background: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0.07);
}
.footer__social-item:not(:first-child),
.header__social-item:not(:first-child) {
    margin-left: 15px;
}
.footer__social-list {
    padding: 0 12px;
}
.footer__copy-item,
.footer__social-item,
.header__social-item {
    margin-bottom: 15px !important;
}
/*---------------------------------*/
.s-hero-banner {
    padding: 150px 0 150px;
    min-height: var(--window-height-mob);
}
.s-hero-banner__overlay:after {
    background: rgba(12, 12, 14, 0.37);
}
.s-hero-banner__title,
.s-hero-projects__title {
    font-size: 106px;
    /*line-height: 1.1;*/
    line-height: 1.1;
    font-family: "Dancing Script", cursive;
}
/*---------------------------------*/
.text-section {
    padding: 100px 0 100px;
    background: #F0F8FF;
    background: linear-gradient(90deg,rgba(0, 0, 0, 1) 0%, rgba(50, 50, 124, 1) 55%, rgba(0, 9, 10, 1) 100%);
    
}
.text-section__title {
    margin-bottom: 0;
    color:#ecb92c;
}
.letters-anim {
    padding: 166px 0 193px;
    letter-spacing: 0;
    line-height: 0;
    font-size: 0;
}
.letter-anim-wrap--2 {
    margin-left: -1px;
}
.letter-anim-wrap--3 {
    margin-left: -49px;
}
.text-section__col-1 {
    padding-left: 26px;
}
.text-section__col-2 {
    padding: 20px 12px 0 4.1%;
    color: #ecb92c;
}
.text-section__copy-wrap {
    max-width: 790px;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.55;
}
.text-section__copy-wrap h4 {
    margin-bottom: 46px;
    color:#ecb92c;
}
.text-section__copy-wrap p {
    margin-bottom: 27px;
    color:rgb(255, 255, 255);
}
.text-section__text-clip-overflow {
    -webkit-clip-path: polygon(0% 0, 1000% 0, 1000% 1000%, 0% 1000%);
    clip-path: polygon(0% 0, 1000% 0, 1000% 1000%, 0% 1000%);
}
.text-section__title-clip-overflow {
    -webkit-clip-path: polygon(0% -1000%, 100% -1000%, 100% 100%, -1000% 100%);
    clip-path: polygon(0% -1000%, 100% -1000%, 100% 100%, -1000% 100%);
}
/*---------------------------------*/
.banner-pic {
    padding: 169px 0;
}
.banner-pic__pic-wrap {
    height: 1013px;
    width: 853px;
    max-width: 100%;
    max-height: 100vh;
    min-height: 300px;
    margin: auto;
}
.banner-pic__pic {
    -webkit-transform: scale(0.45);
    -ms-transform: scale(0.45);
    transform: scale(0.45);
    border-radius: 75px;
    display: block;
}
/*---------------------------------*/
.text-section--secondary {
    padding-top: 110px;
}
.text-section--secondary .text-section__col-2 {
    padding-top: 29px;
}
.text-section__btn-wrap {
    margin-top: 60px;
}
.text-logo-ticker {
    padding: 183px 0 233px;
}
.text-logo-ticker__box {
    margin: 0 50px;
}
.text-logo-ticker__box img {
    width: var(--logo-width);
    max-width: unset;
}
/*---------------------------------*/
.ticker {
    padding: 100px 0;
    min-height: 100vh;
}
.ticker__col-1 {
    padding-left: 20px;
}
.ticker__col-2 {
    padding: 28px 12px 0 3.8%;
}
.ticker__copy-wrap {
    font-size: 20px;
    letter-spacing: 0.02em;
}
.ticker__row {
    margin-bottom: 200px;
}
.ticker__slider-wrap--1 .ticker__slider {
    -webkit-animation-duration: 84s;
    animation-duration: 84s;
}
/*---------------------------------*/
.s-cards {
    padding: 175px 0 212px;
    background: linear-gradient(90deg, #F0E68C, #dfbd00, #dbab26);

}
.s-cards__title {
    margin-bottom: 25px;
    color: #2F3370;
}
.s-cards__title > * {
    text-align: center !important;
}
.card {
    min-height: 520px;
}
.card,
.card__pic-wrap {
    border-radius: 50px;
}
.card__pic-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.card__pic-wrap:after {
    opacity: 0;
    -webkit-transition: opacity var(--animation-default);
    -o-transition: opacity var(--animation-default);
    transition: opacity var(--animation-default);
    z-index: 1;
    background: -o-linear-gradient(bottom, rgba(20, 22, 25, 0.8) 0%, rgba(20, 22, 25, 0.8) 15.16%, rgba(20, 22, 25, 0.8) 28.54%, rgba(20, 22, 25, 0.38) 65.24%, rgba(20, 22, 25, 0.01) 98.63%, rgba(20, 22, 25, 0) 99.41%, rgba(20, 22, 25, 0) 100%);
    background: --webkit-gradient(linear, left bottom, left top, from(rgba(20, 22, 25, 0.8)), color-stop(15.16%, rgba(20, 22, 25, 0.8)), color-stop(28.54%, rgba(20, 22, 25, 0.8)), color-stop(65.24%, rgba(20, 22, 25, 0.38)), color-stop(98.63%, rgba(20, 22, 25, 0.01)), color-stop(99.41%, rgba(20, 22, 25, 0)), to(rgba(20, 22, 25, 0)));
    background: linear-gradient(to top, rgba(20, 22, 25, 0.8) 0%, rgba(20, 22, 25, 0.8) 15.16%, rgba(20, 22, 25, 0.8) 28.54%, rgba(20, 22, 25, 0.38) 65.24%, rgba(20, 22, 25, 0.01) 98.63%, rgba(20, 22, 25, 0) 99.41%, rgba(20, 22, 25, 0) 100%);
}
.card:hover .card__pic-wrap:after {
    opacity: 1;
}
.card:hover .card__content {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.card__content {
    -webkit-transition: -webkit-transform var(--animation-default);
    transition: -webkit-transform var(--animation-default);
    -o-transition: transform var(--animation-default);
    transition: transform var(--animation-default);
    transition: transform var(--animation-default), -webkit-transform var(--animation-default);
    -webkit-transform: translateY(54px);
    -ms-transform: translateY(54px);
    transform: translateY(54px);
    padding: 15px 15px 24px;
}
.card__title {
    font-size: 24px;
    letter-spacing: 0.02em;
    margin-bottom: 25px;
}
.card__title-btn {
    border-radius: 30px;
    min-width: 251px;
    background: rgba(22, 25, 34, 0.75);
    padding: 12px 15px;
    -webkit-transition:  var(--animation-default);
    -o-transition:  var(--animation-default);
    transition:  var(--animation-default);
}
.card:hover .card__title-btn {
    background: var(--color-2);
}
.card__info-label {
    font-size: 20px;
    letter-spacing: 0.02em;
}
.s-cards__row {
    max-width: 1607px;
    margin: auto;
}
.card__col {
    padding: 0 68px;
    margin-top: 136px;
}
.s-cards__btn-wrap {
    margin-top: 130px;
}
.modal-team,
.modal-metro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    padding: 15px;
    pointer-events: none;
    position: fixed;
    height: var(--window-height);
    z-index: 9999;
}
.modal-open .scroll-container,
.modal-open {
    overflow: hidden;
}
.modal-show {
    pointer-events: auto;
}
.modal-team__block {
    max-width: 1573px;
}
.modal-metro__block {
    max-width: 1486px;
}
.modal-team__block:after,
.modal-metro__block:after {
    border-radius: 65px;
    background: rgba(0, 0, 0, .7);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    opacity: 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), -1px 11px 20px 7px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), -1px 11px 20px 7px rgba(0, 0, 0, 0.3);
}
.modal-team__main-wrap {
    border-radius: 65px;
}
.modal-metro__block:after {
    background: rgba(255, 255, 255, 0.3);
}
.modal-metro__block:after,
.modal-team__block:after,
.modal-team__main-wrap,
.modal-metro__main-wrap {
    -webkit-transition: opacity var(--animation-smooth) .1s;
    -o-transition: opacity var(--animation-smooth) .1s;
    transition: opacity var(--animation-smooth) .1s;
}
.modal-metro__main-wrap,
.modal-team__main-wrap {
    padding: 127px 123px;
    opacity: 0;
    max-height: var(--window-height);
}
.modal-show .modal-metro__main-wrap,
.modal-show .modal-team__main-wrap,
.modal-show .modal-metro__block:after,
.modal-show .modal-team__block:after {
    opacity: 1;
}
.modal-team__close,
.modal-metro__close {
    top: 63px;
    right: 61px;
    cursor: pointer;
}
.modal-team__pic-wrap {
    width: 442px;
    height: 576px;
    border-radius: 50px;
    max-width: 100%;
}
.modal-team__content,
.modal-metro__content {
    padding-left: 82px;
    max-width: 100%;
}
.modal-team__title {
    font-size: 40px;
    margin-bottom: 4px;
}
.modal-team__pos {
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #a1a3a8;
    margin-bottom: 33px;
}
.modal-team__copy-wrap {
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: 400;
    line-height: 1.47;
    margin-bottom: 21px;
}
.modal-team__btn {
    margin: 15px 17px 0 0;
}
.modal-team__btn .btn-anim-text {
    padding: 21px 25px 21px 25px;
    font-size: 18px;
    min-width: 205px;
}
/*---------------------------------*/
.s-hero-banner-2__container,
.s-hero-projects__container {
    padding-top: 150px;
    min-height: var(--window-height-mob);
}
.s-hero-banner-2__block {
    min-height: 50vh;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.s-hero-banner-2__block:after {
    top: 0;
    left: 0;
    width: 50vw;
    height: 100%;
    background: rgba(200, 200, 200, .2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: 0;
    border-radius: 70px 70px 0 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.s-hero-banner-2__block-content {
    max-width: 794px;
    margin-left: auto;
    line-height: 1.35;
    padding: 50px 0;
    font-size: 28px;
    letter-spacing: 0.02em;
}
.s-hero-banner-2__row,
.s-hero-projects__row {
    min-width: 100%;
}
/*---------------------------------*/
.trust-section {
    min-height: 67.2vh;
    padding: 100px 0 135px;
}
.trust-section__col-1 {
    padding-left: 6.4%;
}
.trust-section__logo {
    width: var(--trust-logo-width);
}
.trust-section__row-logos {
    margin: 0 -34px;
}
.trust-section__col-logo {
    padding: 0 34px;
    margin-bottom: 30px;
}
.trust-section__copy-wrap {
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1.45;
}
.trust-section__copy-wrap p {
    margin-bottom: 39px;
}
.trust-section__col-2 {
    padding-left: 5%;
    padding-right: 40px;
}
/*---------------------------------*/
.metro-section__map-wrap {
    line-height: 0;
    border-radius: 75px;
    overflow: hidden;
}
.modal-metro {
    color: #101014;
}
.modal-metro__pic-wrap {
    width: 643px;
    height: 474px;
    border-radius: 30px;
}
.modal-metro__line-title {
    font-size: 42px;
    margin-bottom: 29px;
}
.modal-metro__content {
    font-size: 18px;
    letter-spacing: 0.02em;
    padding-top: 23px;
    padding-left: 67px;
}
.modal-metro__line-title-logo {
    width: 104px;
    margin-right: 29px;
}
.modal-metro__small-title {
    margin-bottom: 10px;
    line-height: 1.55;
}
.metro-section__map-marker {
    top: 0;
    left: 0;
    background: rgba(241, 241, 241, 0.59);
    color: #101014;
    font-size: 32px;
    padding: 20px 6px 17px 6px;
    border-radius: 30px;
    line-height: 1;
    text-align: center;
    font-weight: 700;
    text-transform: lowercase;
    width: 201px;
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
    pointer-events: auto;
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, .7);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, .7);
}
.metro-section__map-marker:hover {
    background: rgba(16, 16, 20, 0.5);
    color: var(--color-1);
}
.modal-metro__block:after {
    border-radius: 48px;
}
.metro-section__markers-wrap,
.metro-section__map-marker-col {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.metro-section__map-marker:nth-child(7) {
    top: 39.2%;
    left: 12.7%;
    width: 256px;
}
.metro-section__map-marker:nth-child(6) {
    top: 81.7%;
    left: 45.7%;
}
.metro-section__map-marker:nth-child(5) {
    bottom: 4%;
    left: 67.8%;
    top: auto;
}
.metro-section__map-marker:nth-child(4) {
    top: 51.3%;
    left: 41.6%;
}
.metro-section__map-marker:nth-child(3) {
    top: 41.8%;
    right: 2%;
    left: auto;
}
.metro-section__map-marker:nth-child(2) {
    top: 16.5%;
    left: auto;
    right: 25.3%;
}
.metro-section__map-marker:nth-child(1) {
    top: 44.4%;
    left: auto;
    right: 21.7%;
}
.metro-section__map-marker-logo {
    width: 44px;
    margin: 0 auto 13px;
}
.metro-section__modals-wrap:after {
    border-radius: 75px;
    background: rgba(20, 22, 25, 0.59);
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
    opacity: 0;
    pointer-events: none;
}
.modal-open .metro-section__modals-wrap:after {
    opacity: 1;
    pointer-events: auto;
}
.modal-metro__main-wrap {
    padding: 54px 66px;
    border-radius: 48px;
}
.modal-metro__close {
    top: 40px;
    right: 45px;
    width: 34px;
}
/*---------------------------------*/
.statistics-section {
    padding: 247px 0 290px;
}
.statistics-section__heading {
    font-size: 22px;
    letter-spacing: 0.02em;
    margin: 0 auto 123px;
    max-width: 1576px;
    line-height: 1.55;
}
.statistics-section__heading-col--1 {
    padding-right: 4%;
}
.statistics-section__heading-col--2 {
    padding-left: 7%;
}
.statistics-section__heading-col p {
    margin-bottom: 32px;
}
.statistic-block__number {
    font-size: 160px;
    opacity: 0.3;
    line-height: 1;
    margin-bottom: 15px;
}
.statistic-block__title {
    font-size: 22px;
    letter-spacing: 0.02em;
}
.statistics-section___block-col {
    margin-top: 149px;
}
.statistics-section___block-col:nth-child(1) {
    padding-left: 3%;
}
.statistics-section___block-col:nth-child(2) {
    padding-right: 2.2%;
}
.statistics-section___block-col:nth-child(3) {
    padding-left: 0.7%;
}
/*---------------------------------*/
.pic-slider__block {
    min-height: 300px;
    height: 100vh;
    width: 100%;
    max-width: 1516px;
    margin: auto;
}
.pic-slider__block-pic {
    top: 0;
    left: 0;
    border-radius: 70px;
}
.pic-slider-wrap {
    height: 4000px;
    min-height: 350vh;
    max-height: 550vh;
}
/*---------------------------------*/
.header + .projects-nav-btn {
    padding-top: 250px;
}
.projects-nav-btn {
    padding: 149px 0 117px;
}
.projects-nav-btn__row {
    max-width: 1556px;
    margin: auto;
}
.projects-nav-btn__btn--prev .btn-anim__icon-wrap {
    right: calc(100% + 1em);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: auto;
}
.projects-nav-btn__btn--prev .btn-anim-text {
    padding-right: 52px;
    padding-left: 62px;
}
.projects-nav-btn__btn .btn-anim-text {
    min-width: 272px;
}
/*---------------------------------*/
.cta-section__line {
    opacity: 0.13;
    margin-top: 0;
    margin-bottom: 0;
}
.cta-section {
    padding: 122px 0 110px;
}
.cta-section__title {
    font-size: 56px;
    letter-spacing: 0.02em;
    margin-bottom: 36px;
}
/*---------------------------------*/
.trust-section--secondary .trust-section__copy-wrap {
    line-height: 1.5;
}
.trust-section--secondary {
    min-height: 57.2vh;
    padding: 100px 0 100px;
}
/*---------------------------------*/
.railway-section__block {
    max-width: 1794px;
    line-height: 0;
    border-radius: 75px;
    overflow: hidden;
}
/*---------------------------------*/
.statistics-section--secondary {
    padding: 167px 0 198px;
}
.statistics-section--secondary .statistics-section___block-col:nth-child(1) {
    margin-top: 0;
}
/*---------------------------------*/
.post-item {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    padding: 56px 0 72px;
    -webkit-transition: padding var(--animation-default);
    -o-transition: padding var(--animation-default);
    transition: padding var(--animation-default);
}
.post-item__content {
    padding-left: 20px;
}
.post-item__title {
    font-size: 42px;
    min-height: 105px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
.post-item__info-block-title {
    color: #afb0b3;
    margin-bottom: 5px;
}
.post-item__info-block-title,
.post-item__info-block-content {
    font-size: 22px;
    letter-spacing: 0.02em;
}
.post-item__info-block:not(:last-child) {
    margin-bottom: 17px;
}
.post-item__pic {
    border-radius: 40px;
}
.post-item__info-block-content {
    line-height: 1.55;
}
.post-item__info-block-title-arrow {
    margin-left: 12px;
    width: 18px;
}
.post-item__info-block-content--mini {
    font-size: 20px;
    padding: 2px 0 0 0;
}
.post-item__infos,
.post-item__title {
    padding-right: 40px;
}
.post-item__info-block-content p {
    margin-bottom: 18px;
}
.post-item.active .post-item__info-block-title-arrow {
    -webkit-transform: rotate(180deg) translateY(1px);
    -ms-transform: rotate(180deg) translateY(1px);
    transform: rotate(180deg) translateY(1px);
}
.acc-item__title-js {
    cursor: pointer;
}
.acc-item__content-js {
    display: none;
}
/*---------------------------------*/
.s-hero-projects__list-item:not(:last-child) {
    margin-bottom: 23px;
}
.s-hero-projects__list-item__pic-wrap {
    line-height: 0;
    height: 0;
    border-radius: 0 0 30px 30px;
    background: #000000;
}
.s-hero-projects__list-item__title {
    font-size: 30px;
    letter-spacing: 0.02em;
    margin-bottom: 0;
    padding: 0 40px;
}
.s-hero-projects__list-item {
    border-radius: 40px;
    padding: 20px 25px 20px;
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), inset 0 -2px 1.5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), inset 0 -2px 1.5px rgba(0, 0, 0, 0.3);
    background: rgba(200, 200, 200, .2);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    z-index: 1;
}
.s-hero-projects__overlay:before {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 332px;
    background: -o-linear-gradient(bottom, rgba(22, 25, 34, .8) 0%, rgba(22, 25, 34, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 25, 34, .8)), to(rgba(22, 25, 34, 0)));
    background: linear-gradient(to top, rgba(22, 25, 34, .8) 0%, rgba(22, 25, 34, 0) 100%);
}

.s-hero-projects .s-hero-banner__overlay:after {
    background: rgba(12, 12, 14, 0.4);
}
@media (hover: hover) and (pointer: fine) {
    .s-hero-projects__list-item:hover .s-hero-projects__list-item__pic-wrap {
        margin-top: 14px;
        height: 178px;
    }
    .s-hero-projects__list-item:hover .s-hero-projects__list-item__icon {
        opacity: 1;
    }
}
.s-hero-projects__list-item__icon {
    top: 10px;
    right: 2px;
    width: 21px;
    opacity: 0;
}
.s-hero-projects__list {
    max-height: calc(100vh - 150px);
    overflow: auto;
    padding: 50px 0;
    width: 437px;
    max-width: 100%;
    margin-left: auto;
    margin-right: -30px;
}
.s-posts-list__title {
    color: #afb0b3;
    letter-spacing: 0.02em;
    margin-bottom: 123px;
}
.s-posts-list--secondary {
    padding-top: 148px;
}
.s-hero--secondary .s-hero__title {
    margin-bottom: 15px;
    font-size: 104px;
}
.s-hero--secondary .s-hero-item {
    -webkit-box-shadow: inset 3px 0 1px rgba(255, 255, 255, 0.15), inset -3px 0 1px rgba(12, 13, 14, 0.15);
    box-shadow: inset 3px 0 1px rgba(255, 255, 255, 0.15), inset -3px 0 1px rgba(12, 13, 14, 0.15);
    background: rgba(116, 117, 118, 0.6);
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.s-hero--secondary .s-hero__overlay:after {
    background: rgba(12, 13, 14, 0.35);
}
.s-hero--secondary .s-hero__row {
    min-height: 100%;
}
/*---------------------------------*/
.keys-section {
    padding: 226px 0 100px;
}
.keys-section__title {
    letter-spacing: 0.02em;
    font-size: 49px;
    color: #FFD700;
}
.keys-section__second-title {
    font-size: 32px;
    color: #30337A;
}
.keys-section__col-1 {
    padding-left: 25px;
}
.keys-section__col-2 {
    padding-left: 5%;
}
.keys-section__copy-wrap,
.keys-section__list {
    max-width: 730px;
}
.keys-section__copy-wrap,
.keys-section__list {
    font-size: 24px;
    letter-spacing: 0.02em;
}
.keys-section__list-item {
    padding-left: 77px;
    margin-bottom: 37px;
    color: #cdcdff;
}
.keys-section__list-item:before {
    content: "✔";
    position: absolute;
    top: 0;
    left: 0px;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    color: #FFD700;
    opacity: 0;
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
   
}
.global-line-anim-end.keys-section__list-item:before {
    opacity: 1;
}
.keys-section__list h3,
.keys-section__list h4,
.keys-section__list h5,
.keys-section__list h6 {
    color: #1e47c0;
}
.text-anim-js li:before {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
}
.text-anim-js li:not(.line-anim-end):before {
    opacity: 0;
}
.keys-section__col-2b,
.keys-section__col-1b {
    margin-top: 130px;
}
.keys-section__copy-wrap li {
    padding-left: 1.1em;
    margin-bottom: 6px;
}
.keys-section__copy-wrap li:before {
    left: 0;
}
.keys-section__col-2c {
    margin-top: 70px;
}
.banner-pic--secondary {
    padding: 109px 0 140px;
}
.banner-pic--secondary .banner-pic__pic-wrap {
    width: 100%;
}
.services-navigation__title {
    font-size: 29px;
    letter-spacing: 0.02em;
    margin-bottom: 20px;
}
.services-navigation__title div {
    text-align: right !important;
}
.services-navigation__col-1 {
    padding-right: 4.5%;
}
.services-navigation__btn-wrap {
    display: inline-block;
}
.services-navigation__btn-wrap:not(:last-child) {
    margin: 0 29px 20px 0
}
.services-navigation__btn .btn-anim-text {
    min-width: 252px;
}
.services-navigation {
    padding-bottom: 121px;
}
/*---------------------------------*/
.s-hero-banner-2__block-icon {
    height: 83px;
    margin-bottom: 53px;
}
.s-hero-banner-2--secondary .s-hero-banner-2__block-content {
    line-height: 1.35;
}
.s-hero-banner-2--secondary .s-hero-banner-2__block-content p {
    margin-bottom: 25px;
    line-height: 1.3;
    color: #ffffff;
    text-align: justify;
}
/*.s-hero-banner-2--secondary .s-hero-banner-2__block-content-wrap {*/
/*    align-items: flex-start !important;*/
/*}*/
.keys-section--secondary .keys-section__btn-wrap {
    margin-left: 104px;
}
/*---------------------------------*/
.s-hero-banner-2--third {
}
.s-accreditations-list {
    padding: 138px 0 75px;
}
.accreditation-item {
    border-radius: 40px;
    background: #1c1c20;
    padding: 20px;
}
.accreditation-item:not(:last-child) {
    margin-bottom: 19px;
}
.accreditation-item__pic-wrap {
    width: 453px;
    max-width: 100%;
    height: 155px;
    border-radius: 30px;
    background: #ffffff;
}
.accreditation-item__title {
    font-size: 26px;
    letter-spacing: 0.01em;
    line-height: 1.3;
}
.s-hero-banner-2--third .s-hero-banner-2__block {
    min-height: 55vh;
}
.s-hero-banner-2--third .s-hero-banner-2__block-icon {
    margin-bottom: 12.3vh;
}
.s-hero-banner-2--third .s-hero-banner-2__block-content {
    /*font-size: 30px;*/
    /*letter-spacing: 0.01em;*/
    padding: 90px 0 50px;
}
.s-hero-banner-2--third .s-hero-banner-2__block-content-wrap {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.accreditation-item__pic {
    max-height: 95%;
    max-width: 90%;
    width: var(--accreditation-logo-width);
}
.s-accreditations-list__items {
    max-width: 1608px;
    margin-left: auto;
}
.accreditation-item__col-2 {
    padding: 0 20px 0 42px;
}
.error-section {
    min-height: var(--window-height-mob);
    padding: max(150px, 28.7vh) 0 100px;
}
.error-section__title {
    font-size: 105px;
    margin-bottom: max(24px, 17.5vh);
}
.error-section__txt-wrap {
    font-size: 32px;
    letter-spacing: 0.03em;
    margin-bottom: 49px;
}
.error-section__btn .btn-anim-text {
    min-width: 267px;
}
.error404 .footer {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
    visibility: hidden;
}
/*---------------------------------*/
.s-text-simple-section {
    padding: 153px 0 267px;
}
.s-text-simple-section__text-logo-ticker {
    margin-bottom: 130px;
    padding: 0 !important;
}
.s-text-simple-section__copy-wrap {
    max-width: 1342px;
    font-size: 20px;
    letter-spacing: 0.02em;
    line-height: 1.35;
}
.s-text-simple-section__copy-wrap p {
    margin-bottom: 22px;
}
/*---------------------------------*/
.s-pdf-cards {
    padding: 100px 0;
    min-height: 72vh;
}
.s-pdf-cards__title {
    font-size: 49px;
    letter-spacing: 0;
}
.pdf-card {
    background: #1c1c20;
    border-radius: 35px;
    padding: 27px 22px 62px;
    height: 100%;
}
.pdf-card__title {
    font-size: 26px;
    letter-spacing: 0.01em;
    margin-bottom: 44px;
    line-height: 1.4;
}
.s-pdf-cards__row-cards {
    margin: 0 -32px;
}
.pdf-card__icon {
    height: 110px;
}
.s-pdf-cards__col-card {
    margin-bottom: 30px;
    padding: 0 32px;
}
.s-pdf-cards__col-1 {
    padding-left: 20px;
}
.s-pdf-cards__col-2 {
    padding-top: 11px;
    padding-left: 5.4%;
}
.pdf-card:hover {
    background: var(--color-3);
}
/*---------------------------------*/
.s-hero-banner-2__form-body {
    margin-bottom: 54px;
}
.s-hero-banner-2__form-title {
    font-size: 46px;
    letter-spacing: 0.01em;
    margin-bottom: 46px;
}
.s-hero-banner-2__contact-title {
    font-size: 34px;
    letter-spacing: 0;
    margin-bottom: 25px;
}
.s-hero-banner-2__form-body .connect-form {
    max-width: 372px;
    margin: auto;
}
.s-hero-banner-2__form-block {
    padding: 64px 0 65px 0;
}
.s-hero-banner-2__contact-items {
    font-size: 22px;
    letter-spacing: 0.02em;
}
.s-hero-banner-2--form {
    line-height: 1.5;
}
.s-hero-banner-2__contact-item {
    line-height: 1.35;
}
.s-hero-banner-2__contact-item:not(:last-child) {
    margin-bottom: 10px;
}
.s-hero-banner-2__contact-item-icon {
    margin-bottom: 6px;
}
.s-hero-banner-2--form .s-hero-banner__title {
    letter-spacing: 0;
}
.s-hero-banner-2--form .s-hero-banner-2__block {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}
/*---------------------------------*/
.s-hero-report {
    padding: 130px 0 0;
    min-height: var(--window-height-mob);
}
.s-hero-report__overlay:after {
    background: rgba(12, 12, 14, 0.37);
}
.s-hero-report__block {
    max-width: 747px;
    padding: 122px 60px 59px;
}
.s-hero-report__btn-wrap {
    margin-bottom: 38px;
}
.s-hero-report__block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    z-index: -1;
    border-radius: 40px 40px 0 0;
    -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.s-hero-report__block-title {
    font-size: 82px;
    margin-bottom: 35px;
}
.s-hero-report__block-sub-title {
    font-size: 38px;
    letter-spacing: 0.01em;
    margin-bottom: 70px;
}
.s-hero-report__block-text {
    font-size: 26px;
    letter-spacing: 0.01em;
    margin-bottom: 70px;
}
/*---------------------------------*/
.connect-form__btn-wrap .wpcf7-spinner {
    position: absolute;
    top: calc(50% - 12px);
    left: 0;
    background-color: #ffffff;
}
.connect-form__btn-wrap .btn-anim-text {
    min-width: 0;
}
.connect-form__btn-wrap .overlay-btn {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
}
.connect-form__form-block {
    margin-bottom: 10px;
}
.connect-form__btn-wrap br {
    display: none;
}
.connect-form__form-block p,
.connect-form__btn-wrap p {
    margin-bottom: 0 !important;
}
.s-connect__btn-wrap p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.s-connect__btn-wrap p .wpcf7-spinner {
    margin-top: .75rem;
}
.file-list div {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
}
.file-upload {
    display: none;
}
.file-upload-wrapper br {
    display: none;
}
.file-upload-wrapper {
    text-align: left;
    position: relative;
}
.file-upload-wrapper .wpcf7-form-control-wrap {
    position: static;
}
.file-upload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 2;
    display: block;
}
.wpcf7-not-valid-tip {
    margin-top: 5px;
    letter-spacing: .02em;
}
.wpcf7 form .wpcf7-response-output {
    border-radius: 10px;
}
/*---------------------------------*/
/*@media (hover: hover) and (pointer: fine) {*/
    html.lenis, html.lenis body {
        height: auto
    }
    .lenis.lenis-smooth {
        scroll-behavior: auto !important
    }
    .lenis.lenis-smooth [data-lenis-prevent] {
        -ms-scroll-chaining: none;
        overscroll-behavior: contain
    }
    .lenis.lenis-stopped {
        overflow: hidden
    }
    .lenis.lenis-scrolling iframe {
        pointer-events: none
    }
    .Lenis-init .scroll-container {
        overflow: scroll;
        height: 100vh;
    }
/*}*/
/* responsive-style.css */
@media (min-width: 576px) {
}
@media (min-width: 992px) {
    .swiper-lg-def-js .swiper-buttons {
        display: none !important;
    }
    .header__menu-item-anim {
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
    .footer-border-reset {
        border-radius: 0;
    }
    #text-section__container {
    min-height: 900px;
    }
    .text-section__tabs-content {
        position: relative;
    }
    .absolute-block {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .text-section__tab-content-js:not(:first-child) {
        opacity: 0;
        visibility: hidden;
    }
    .text-section__tab-content-js:nth-child(2) .title_anim_js {
        -webkit-transform: translateX(25%);
        -ms-transform: translateX(25%);
        transform: translateX(25%);
    }
    .text-section__tab-content-js:nth-child(2) .text-section_content_anim_js {
        -webkit-transform: translateX(-25%);
        -ms-transform: translateX(-25%);
        transform: translateX(-25%);
    }
    /*-------------------*/
    .page-template-home .scroll-container,
    .home-main {
        line-height: 0;
    }
    .home-main .s-hero-report,
    .page-template-home .footer {
        line-height: 1.5;
    }
    .page-template-home .scroll-container-content,
    .page-template-template-blog-posts .scroll-container-content {
        position: relative;
    }
    .page-template-home .header,
    .page-template-template-blog-posts .header {
        position: absolute !important;
    }
    /*-------------------*/
    .home-main + .footer {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        visibility: hidden;
    }
    .s-hero,
    .s-hero-banner,
    .s-hero-banner-2__container,
    .s-hero-projects__container,
    .error-section,
    .s-hero-report {
        min-height: 100vh;
    }
    .home-main .s-hero-wrap {
        height: calc(100vh + 2px);
        min-height: calc(100% + 2px);
    }
    .home-main .s-hero__overlay {
        height: calc(100% + 2px);
    }
    .s-hero-banner-2-wrap {
        height: 100%;
        min-height: calc(100vh + 400px);
    }
    .s-hero-banner-2-wrap--form,
    .s-hero-banner-2--form {
        min-height: 100vh;
        /*min-height: calc(100vh + 2px);*/
    }
    .post-item-wrap:not(:last-child) .post-item.active {
        padding-bottom: 101px;
    }
    .post-item__pic {
        width: 100%;
        height: calc(100% - 18px);
        min-height: 100%;
        margin-top: 8px;
        -webkit-transform: scale(.6);
        -ms-transform: scale(.6);
        transform: scale(.6);
        -webkit-transform-origin: right top;
        -ms-transform-origin: right top;
        transform-origin: right top;
    }
    .s-posts-list__title {
        font-size: 56px;
    }
    .s-hero--secondary .s-hero__overlay:before {
        bottom: 0;
        left: 0;
        width: 100%;
        height: 332px;
        content: "";
        position: absolute;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 25, 34, .2)), to(rgba(22, 25, 34, 0)));
        background: -o-linear-gradient(bottom, rgba(22, 25, 34, .2) 0%, rgba(22, 25, 34, 0) 100%);
        background: linear-gradient(to top, rgba(22, 25, 34, .2) 0%, rgba(22, 25, 34, 0) 100%);
    }
    .s-hero--secondary .s-hero-item__icon-wrap {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
    }
    .s-hero-banner-2--secondary .s-hero-banner-2__block {
        min-height: 54.8vh;
        padding-left: 20px;
        padding-right: 0;
    }
    .s-hero-banner-2--secondary .s-hero-banner-2__block-content {
        /*padding: 200px 0 75px;*/
        padding: 220px 0 100px;
    }
    .s-hero-banner-2--secondary .s-hero-banner-2__col-1,
    .s-hero-projects__col-1 {
        padding-bottom: 150px;
    }
    .s-hero-banner-2--fourth .s-hero-banner-2__block-content p {
        margin-bottom: 35px;
    }
    .s-hero-banner-2--fourth .s-hero-banner-2__block-content {
        line-height: 1.15;
    }
    .s-hero-banner-2--fourth .s-hero-banner-2__block-content {
        padding: 200px 0 50px;
    }
    .s-hero-banner-2--secondary .s-hero-banner-2__block-icon {
        position: absolute;
        top: 97px;
        left: 0;
    }
    .s-hero-banner-2--form .s-hero-banner-2__block:after {
        content: none;
    }
    .s-hero-banner-2--form .s-hero-banner-2__block-content-wrap:after {
        content: "";
        position: absolute;
        top: 0;
        left: calc(var(--left-margin-container) * -1 - 40px);
        width: calc(100% + (var(--left-margin-container) + 40px) * 2);
        height: 100%;
        background: rgba(0, 0, 0, .2);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        z-index: -1;
        border-radius: 70px 70px 0 0;
        -webkit-box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
        box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3);
    }
    .s-hero-projects__overlay:before {
        opacity: 0;
        -webkit-transition: var(--animation-default);
        -o-transition: var(--animation-default);
        transition: var(--animation-default);
    }
    .show-gradient .s-hero-projects__overlay:before {
        opacity: 1;
    }
}
@media (min-width: 1200px) {
    .s-hero__title {
        line-height: .9;
    }
    .trust-section--secondary .trust-section__col-1 {
        padding-left: 7.6%;
    }
    .trust-section--secondary .trust-section__row-logos {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .trust-section--secondary .trust-section__copy-wrap {
        max-width: 700px;
    }
    .statistics-section--secondary .statistics-section___block-col:nth-child(1) {
        padding-left: 1.6%;
    }
    .statistics-section--secondary .statistics-section___block-col:nth-child(2) {
        padding-right: 0;
    }
    .statistics-section--secondary .statistics-section___block-col:nth-child(3) {
        padding-left: 2.9%;
    }
    .statistics-section--secondary .statistics-section___block-col {
        margin-top: 138px;
    }
    .s-posts-list + .projects-nav-btn {
        padding: 187px 0 201px;
    }
    .s-posts-list + .projects-nav-btn .projects-nav-btn__row {
        max-width: 100%;
    }
    .s-hero-banner-2--secondary .s-hero-banner-2__block {
        padding-left: 43px;
        padding-right: 28px;
    }
}
@media (min-width: 1400px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1400px;
    }
    .s-hero-banner-2--secondary .s-hero-banner-2__block {
        padding-left: 52px;
    }
}
@media (min-width: 1800px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1838px;
    }
    .header__menu-item:nth-child(3) {
        margin-left: 83px;
    }
    .header__menu-item:nth-child(2) {
        margin-left: 78px;
    }
    .ticker__title,
    .s-cards__title {
        font-size: 84px;
    }
    .text-section--primary .text-section__col,
    .text-section--secondary .text-section__col,
    .services-navigation__col {
        width: 50%;
    }
    .letters-anim {
        padding: 240px 0 240px;
    }
    .s-hero-banner-2--secondary .s-hero-banner-2__block {
        padding-left: 83px;
    }
    .s-hero-banner-2--third .s-hero-banner__title {
        font-size: 100px;
    }
}
@media (min-width: 1900px) {
    .header__menu-wrap {
        position: relative;
        left: 25px;
        top: -6px;
    }
    .s-hero__row {
        margin-right: -35px;
        margin-left: -20px;
    }
}
@media (min-width: 2100px) {
    .s-hero-banner-2--form .s-hero-banner-2__block-content-wrap:after {
        left: -25%;
        width: 150%;
    }
}
/*---------------------------------*/
@media(max-width: 1840px) {
    .s-hero-banner-2--secondary .s-hero-banner-2__block-content br {
        display: none;
    }
}
@media (max-width: 1799px) {
    h1, .h1 {
        font-size: 70px;
    }
    h2, .h2 {
        font-size: 66px;
    }
    .s-hero--primary .s-hero__title {
        font-size: 52px;
    }
    :root {
        --def-item-height: 200px;
        --item-offset-bottom: 20px;
        --item-height: 71px;
    }
    .s-hero-item__title {
        font-size: 25px;
    }
    .s-hero-item__icon {
        height: 49px;
    }
    .header {
        font-size: 20px;
        padding: 35px 0;
    }
    .header__text-logo {
        width: 300px;
    }
    .header__logo {
        width: 90px;
    }
    /*.s-hero-item__title-icon {*/
    /*    top: 0.5em;*/
    /*}*/
    .footer__copy-list {
        margin-right: auto;
    }
    /*.s-hero-item__title-icon {*/
    /*    top: 0.45em;*/
    /*}*/
    .letters-anim {
        padding: 120px 0 120px;
    }
    .text-logo-ticker {
        padding: 140px 0 140px;
    }
    .ticker__row {
        margin-bottom: 100px;
    }
    .card__col {
        padding: 0 30px;
        margin-top: 100px;
    }
    .s-cards__btn-wrap {
        margin-top: 100px;
    }
    .modal-team__main-wrap {
        padding: 100px 80px;
    }
    .letter-anim-wrap--1 {
        width: 130px;
    }
    .letter-anim-wrap--2 {
        width: 109px;
    }
    .letter-anim-wrap--3 {
        width: 114px;
        margin-left: -34px;
    }
    .safari-browser .letter-anim-wrap--3 {
        margin-left: -35px;
    }
    .trust-section__col-logo {
        padding: 0 25px;
    }
    .trust-section__logo {
        width: calc(var(--trust-logo-width) * .7);
    }
    .trust-section__row-logos {
        margin: 0 -25px;
    }
    .s-hero-banner-2__block-content {
        padding: 30px;
        font-size: 23px;
    }
    .metro-section__map-marker {
        font-size: 28px;
        width: 190px;
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8);
    }
    .metro-section__map-marker:nth-child(3),
    .metro-section__map-marker:nth-child(2),
    .metro-section__map-marker:nth-child(4),
    .metro-section__map-marker:nth-child(1) {
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
    }
    .metro-section__map-marker:nth-child(6) {
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
    }
    .statistics-section {
        padding: 190px 0 190px;
    }
    .statistics-section__heading-col--2 {
        padding-left: 12px;
    }
    .statistic-block__number {
        font-size: 130px;
    }
    .statistics-section___block-col {
        margin-top: 90px;
    }
    .statistics-section__heading {
        margin-bottom: 80px;
    }
    .trust-section__col-2 {
        padding-left: 3.7%;
    }
    .s-hero-projects__list {
        margin-right: 0;
    }
    .s-posts-list__title {
        margin-bottom: 80px;
    }
    .s-posts-list--secondary {
        padding-top: 100px;
    }
    .keys-section {
        padding: 180px 0 100px;
    }
    .keys-section__list-item:before {
        width: 35px;
        height: 35px;
    }
    .keys-section__list-item {
        padding-left: 55px;
    }
    .keys-section__copy-wrap, .keys-section__list {
        font-size: 22px;
    }
    .services-navigation__col-2 {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .services-navigation__btn .btn-anim-text {
        min-width: 0;
        font-size: 18px;
    }
    .services-navigation__btn-wrap:not(:last-child) {
        margin: 0 10px 10px 0;
    }
    .s-hero-banner-2__block-icon {
        height: 70px;
        margin-bottom: 40px;
    }
    .keys-section--secondary .keys-section__btn-wrap {
        margin-left: 83px;
    }
    .s-hero-banner-2--third .s-hero-banner-2__block-content {
        padding: 90px 30px 50px;
    }
    .error-section__title {
        font-size: 100px;
        margin-bottom: max(24px, 9.5vh);
    }
    .s-text-simple-section {
        padding: 150px 0 150px;
    }
    .s-pdf-cards__col-card {
        padding: 0 15px;
    }
    .s-pdf-cards__row-cards {
        margin: 0 -15px;
    }
    .s-pdf-cards__col-2 {
        padding-top: 0;
        padding-left: 12px;
    }
    .pdf-card {
        padding-bottom: 40px;
    }
    .pdf-card__title {
        font-size: 22px;
    }
    .s-hero-banner__title, .s-hero-projects__title,
    .s-hero--secondary .s-hero__title {
        font-size: 90px;
    }
}
@media (max-width: 1399px) {
    .header__text-logo {
        width: 230px;
    }
    .header__logo {
        width: 80px;
        margin-right: 15px;
    }
    .header__menu-item:not(:first-child) {
        margin-left: 40px;
    }
    .header__menu-wrap {
        margin-top: -.5em;
    }
    :root {
        --def-item-height: 180px;
        --item-offset-bottom: 17px;
        --item-height: 58px;
    }
    .s-hero-item__title {
        font-size: 21px;
    }
    /*.s-hero-item__title-icon {*/
    /*    !*top: 0.4em;*!*/
    /*    width: 0.7em;*/
    /*}*/
    .s-hero-item__icon-wrap {
        margin-bottom: 15px;
    }
    .footer {
        padding: 80px 0 10px;
    }
    .footer__logo-wrap,
    .footer__links {
        margin-bottom: 50px;
    }
    .footer__links li:not(:last-child) {
        margin-right: 40px;
    }
    .footer__copy-item, .footer__social-item {
        margin-bottom: 20px !important;
    }
    .footer__copy-item:not(:last-child) {
        padding-right: 20px;
        margin-right: 20px;
    }
    .banner-pic,
    .s-cards {
        padding: 130px 0;
    }
    .card__col {
        padding: 0 15px;
        margin-top: 70px;
    }
    .s-cards__btn-wrap {
        margin-top: 70px;
    }
    .card {
        min-height: 470px;
    }
    .modal-team__pic-wrap {
        width: 400px;
        height: 500px;
    }
    .modal-team__close,
    .modal-metro__close {
        width: 30px;
    }
    .modal-team__main-wrap {
        padding: 70px 50px;
    }
    .modal-team__content {
        padding-left: 60px;
    }
    .s-hero-banner-2__title,
    .s-hero-projects__title {
        font-size: 85px;
    }
    .s-hero-banner-2__block-content {
        font-size: 21px;
    }
    .trust-section__copy-wrap,
    .statistics-section__heading,
    .statistic-block__title {
        font-size: 19px;
    }
    .statistics-section {
        padding: 140px 0 140px;
    }
    .statistics-section__heading {
        margin-bottom: 50px;
    }
    .statistic-block__number {
        font-size: 110px;
    }
    .trust-section__col-2 {
        padding-left: 49px;
    }
    .s-hero-item {
        padding-top: 17px;
    }
    .s-hero-banner-2__block-icon {
        margin-bottom: 30px;
    }
    .s-hero-banner-2--third .s-hero-banner-2__block-content {
        font-size: 25px;
    }
    .s-hero-banner-2--third .s-hero-banner__title {
        font-size: 76px;
    }
    .error-section__title {
        font-size: 90px;
        margin-bottom: max(24px, 8vh);
    }
    .error-section__txt-wrap {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .pdf-card__icon {
        height: 100px;
    }
    .pdf-card__title {
        margin-bottom: 30px;
    }
    .keys-section__title br {
        display: none;
    }
    .keys-section__col-1 {
        padding-left: 12px;
    }
}
@media (max-width: 1199px) {
    .header {
        font-size: 18px;
        padding: 30px 0;
    }
    .header__text-logo {
        width: 170px;
    }
    .header__logo {
        width: 120px;
        margin-right: 10px;
    }
    .header__menu-item:not(:first-child) {
        margin-left: 25px;
    }
    h1, .h1 {
        font-size: 55px;
    }
    .s-hero-item__title {
        font-size: 17px;
    }
    .s-hero-item__icon {
        height: 45px;
    }
    :root {
        --def-item-height: 160px;
        --item-offset-bottom: 14px;
        --item-height: 49px;
    }
    .footer__links {
        font-size: 18px;
    }
    .footer__links li:not(:last-child) {
        margin-right: 30px;
    }
    .footer__logo-wrap, .footer__links {
        margin-bottom: 30px;
    }
    .footer__line {
        margin-bottom: 40px;
    }
    .letters-anim {
        padding: 80px 0 80px;
    }
    .letter-anim-wrap--1 {
        width: 100px;
    }
    .letter-anim-wrap--2 {
        width: 84px;
    }
    .letter-anim-wrap--3 {
        width: 87px;
        margin-left: -27px;
    }
    .safari-browser .letter-anim-wrap--3 {
        margin-left: -27px;
    }
    .s-hero--secondary .s-hero__title,
    .error-section__title {
        font-size: 90px;
    }
    .s-hero__title br {
        display: none;
    }
    h2, .h2 {
        font-size: 55px;
    }
    .s-cards {
        padding: 100px 0;
    }
    .text-logo-ticker {
        padding: 100px 0 50px;
    }
    .banner-pic {
        padding: 100px 0 130px;
    }
    .banner-pic__pic-wrap {
        width: 700px;
        height: auto;
        max-height: 100%;
        pointer-events: none;
    }
    .ticker__slider-wrap--1 .box img {
        width: calc(var(--logo-width) * .9);
    }
    .ticker__slider-wrap--1 .box {
        margin: 0 50px;
    }
    .ticker__row {
        margin-bottom: 80px;
    }
    .modal-team__content {
        padding-left: 30px;
    }
    .modal-team__close,
    .modal-metro__close {
        top: 40px;
        right: 40px;
        width: 25px;
    }
    .s-cards__title {
        margin-bottom: 0;
    }
    .text-logo-ticker__box img {
        width: calc(var(--logo-width) * .8);
    }
    .text-logo-ticker__box {
        margin: 0 30px;
    }
    .text-section--secondary {
        padding-top: 80px;
    }
    .s-hero-banner-2__block-content {
        font-size: 19px;
    }
    .s-hero-banner__title,
    .s-hero-projects__title {
        font-size: 80px;
    }
    .trust-section__logo {
        width: calc(var(--trust-logo-width) * .5);
    }
    .trust-section {
        padding: 100px 0 100px;
    }
    .trust-section__copy-wrap, .statistics-section__heading, .statistic-block__title {
        font-size: 17px;
    }
    .trust-section__copy-wrap p {
        margin-bottom: 20px;
    }
    .metro-section__map {
        margin-bottom: 20px;
    }
    .metro-section__map-marker {
        position: static !important;
        -webkit-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }
    .metro-section__markers-wrap {
        position: relative;
        margin: 0 -12px;
        width: auto;
    }
    .metro-section__map-marker-col {
        position: static;
        padding: 0 12px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 25%;
        margin-top: 20px;
    }
    .metro-section__map-marker {
        position: static;
        width: 100%;
        background: #3d3e42;
        color: var(--color-1);
        padding: 20px 16px 20px 16px;
        font-size: 24px;
    }
    .metro-section__map-marker:hover {
        background: #8b8b91;
        color: #101014;
    }
    .metro-section__map {
        border-radius: 75px;
    }
    .metro-section__map-wrap {
        border-radius: 0;
        overflow: visible;
    }
    .modal-metro__main-wrap {
        padding: 50px 30px;
    }
    .modal-metro__pic-wrap {
        width: 400px;
        height: auto;
    }
    .modal-metro__content {
        padding-left: 30px;
    }
    .modal-metro__line-title-logo {
        width: 80px;
        margin-right: 20px;
    }
    .modal-metro__line-title {
        font-size: 38px;
    }
    .statistic-block__number {
        font-size: 90px;
    }
    .statistics-section___block-col {
        margin-top: 50px;
    }
    .statistics-section___block-col:nth-child(1),
    .statistics-section___block-col:nth-child(3) {
        padding-left: 12px;
    }
    .statistics-section___block-col:nth-child(2) {
        padding-right: 12px;
    }
    .projects-nav-btn,
    .cta-section {
        padding: 100px 0 100px;
    }
    .post-item__title {
        font-size: 35px;
    }
    .post-item__info-block-title, .post-item__info-block-content {
        font-size: 20px;
    }
    .post-item__info-block-content--mini {
        font-size: 18px;
    }
    .post-item__infos, .post-item__title {
        padding-right: 20px;
    }
    .s-posts-list__title {
        margin-bottom: 50px;
    }
    .s-hero-item {
        padding-top: 14px;
    }
    .keys-section__title {
        font-size: 45px;
    }
    .keys-section__col-2 {
        padding-left: 12px;
    }
    .keys-section__list-item:before {
        width: 20px;
        height: 20px;
        top: 5px;
    }
    .keys-section__list-item {
        padding-left: 40px;
        margin-bottom: 30px;
    }
    .keys-section__copy-wrap, .keys-section__list {
        font-size: 20px;
    }
    .s-hero-banner-2__block-icon {
        height: 60px;
        margin-bottom: 25px;
    }
    .services-navigation__title div {
        text-align: center !important;
    }
    .services-navigation__col-2 {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .services-navigation {
        padding-bottom: 90px;
    }
    .keys-section {
        padding-top: 120px;
    }
    .keys-section--secondary .keys-section__btn-wrap {
        margin-left: 74px;
    }
    .s-hero-banner-2--third .s-hero-banner__title {
        font-size: 65px;
    }
    .s-hero-banner-2--third .s-hero-banner-2__block-content {
        font-size: 20px;
    }
    .s-hero-banner-2--third .s-hero-banner-2__block-icon {
        margin-bottom: 10vh;
    }
    .accreditation-item__title {
        font-size: 22px;
    }
    .s-pdf-cards__col-card {
        margin: 30px 0 0;
    }
    .s-hero-banner-2__form-title {
        font-size: 40px;
    }
    .s-hero-report__block {
        padding: 80px 40px 60px;
    }
    .s-hero-report__block-title {
        font-size: 70px;
        margin-bottom: 25px;
    }
    .s-hero-report__block-sub-title {
        font-size: 33px;
        margin-bottom: 40px;
    }
    .s-hero-report__block-text {
        font-size: 22px;
        margin-bottom: 50px;
    }
    .text-section--primary {
        padding-bottom: 180px;
    }
    .s-hero--primary .anim-lines-wrap:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-height: 1200px) and (min-width: 992px) {
    .s-hero-projects__list-item__title {
        font-size: 26px;
    }
    .s-hero-projects__list-item:not(:last-child) {
        margin-bottom: 16px;
    }
    .s-hero-projects__list-item {
        padding: 13px 25px 13px;
    }
    .s-hero-projects__list {
        width: 400px;
    }
    .s-hero-projects__list-item__icon {
        top: 6px;
        width: 18px;
    }
    .connect-form__form-block .input-style {
        padding: 10px 20px;
        font-size: 16px;
    }
    .s-hero-banner-2__form-title {
        font-size: 42px;
        margin-bottom: 30px;
    }
    .connect-form__btn-wrap .btn-anim-text {
        padding-top: 17px;
        padding-bottom: 17px;
        font-size: 18px;
    }
    .connect-form__btn-wrap .btn-anim__icon-wrap {
        /*top: -.12em;*/
        width: 0.8em;
    }
    .s-hero-banner-2__form-body {
        margin-bottom: 40px;
    }
    .s-hero-banner-2__contact-title {
        font-size: 30px;
        margin-bottom: 17px;
    }
    .s-hero-banner-2__contact-items {
        font-size: 18px;
    }
    .s-hero-banner-2__form-block {
        padding: 50px 0 50px 0;
    }
    .s-hero-report__block-title {
        font-size: 75px;
        margin-bottom: 20px;
    }
    .s-hero-report__block-sub-title {
        font-size: 33px;
        margin-bottom: 50px;
    }
    .s-hero-report__block-text {
        font-size: 23px;
        margin-bottom: 40px;
    }
}
@media (max-height: 950px) and (min-width: 992px) {
    .s-hero-projects__list-item__title {
        font-size: 22px;
    }
    .s-hero-projects__list-item:not(:last-child) {
        margin-bottom: 13px;
    }
    .s-hero-projects__list {
        width: 350px;
    }
    .s-hero-projects__list-item__icon {
        width: 16px;
    }
    .s-hero-banner-2__form-title {
        font-size: 32px;
        margin-bottom: 20px;
    }
    .connect-form__form-block .input-style {
        padding: 9px 20px;
        font-size: 15px;
    }
    textarea.input-style {
        height: 85px;
    }
    .connect-form__btn-wrap .btn-anim-text {
        padding-top: 13px;
        padding-bottom: 13px;
        font-size: 16px;
    }
    .s-hero-banner-2__form-body {
        margin-bottom: 30px;
    }
    .s-hero-banner-2__contact-title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .s-hero-banner-2__contact-item-icon {
        margin-bottom: 5px;
        max-height: 18px;
        max-width: 19px;
    }
    .s-hero-banner-2__contact-items {
        font-size: 16px;
    }
    .s-hero-banner-2__contact-item .text-link__txt br:nth-of-type(1) {
        display: none;
    }
    .s-hero-report__block {
        padding-top: 80px;
    }
    .s-hero-report__block-title {
        font-size: 65px;
        margin-bottom: 15px;
    }
    .s-hero-report__block-sub-title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .s-hero-report__block-text {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .s-hero-report__btn-wrap .btn-anim-text {
        padding-top: 18px;
        padding-bottom: 18px;
        font-size: 18px;
    }
    .s-hero-report__btn-wrap {
        margin-bottom: 20px;
    }
}
@media (max-height: 860px) and (min-width: 992px) {
    .s-hero-projects__list-item__title {
        font-size: 19px;
    }
    .s-hero-projects__list-item {
        padding: 10px 25px 10px;
    }
    .s-hero-projects__list {
        width: 340px;
        padding: 30px 0;
    }
    .s-hero-projects__list-item:not(:last-child) {
        margin-bottom: 10px;
    }
    .s-hero-banner-2__contact-item .text-link > br {
        display: none;
    }
    .s-hero-banner-2__contact-item-icon {
        max-height: .9em;
        max-width: 1em;
        margin: 0 5px 2px 0;
    }
    .connect-form__form-block .input-style {
        padding: 8px 15px;
        font-size: 14px;
    }
    .s-hero-banner-2__form-title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .s-hero-banner-2__contact-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .s-hero-banner-2__contact-items {
        font-size: 14px;
    }
    .connect-form__btn-wrap .btn-anim-text {
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 15px;
    }
}
@media (max-height: 750px) and (min-width: 992px) {
    .s-hero-banner-2--form .s-hero-banner-2__col-1 {
        margin-top: 30vh;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .s-hero-banner-2--form .s-hero-banner-2__container {
        padding-top: 120px;
    }
}
@media (max-height: 550px) and (min-width: 992px) {
    .text-section__tabs-content .text-section__col {
        width: 100%;
        padding-left: 12px;
    }
    .text-section__tabs-content .text-section__copy-wrap {
        max-width: 100%;
        font-size: 18px;
    }
}
/*---------------------------------*/
@media (max-width: 991px) {
    .header__menu-wrap {
        position: absolute;
        top: calc(var(--window-height) * -1);
        left: 0;
        height: var(--window-height);
        width: 100%;
        background: var(--color-2);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        /*padding: 8rem 0 0;*/
        padding: 10rem 0 0;
        -webkit-transition: padding .3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: padding .3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        -o-transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1), padding .3s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1), padding .3s cubic-bezier(0.25, 0.1, 0.25, 1);
        transition: transform 1s cubic-bezier(0.25, 0.1, 0.25, 1), padding .3s cubic-bezier(0.25, 0.1, 0.25, 1), -webkit-transform 1s cubic-bezier(0.25, 0.1, 0.25, 1);
        margin-top: 0;
    }
    .is-offset-top .header__menu-wrap {
        padding: 8rem 0 0;
    }
    .menu-open .header__menu-wrap {
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    .header__menu-anim-wrap {
        overflow: hidden;
    }
    .header__menu {
        display: block;
        font-size: 35px;
    }
    .header__menu-link .text-link__txt {
        background: none;
    }
    .header__menu-item {
        margin: 0 0 15px 0 !important;
    }
    .header__menu-item:last-child {
        margin: 0 !important;
    }
    .header__burger {
        position: relative;
        width: 40px;
        height: 24px;
    }
    .header__burger-line {
        position: absolute;
        width: 100%;
        height: 3px;
        -webkit-transition: opacity var(--animation-primary), -webkit-transform var(--animation-primary);
        transition: opacity var(--animation-primary), -webkit-transform var(--animation-primary);
        -o-transition: transform var(--animation-primary), opacity var(--animation-primary);
        transition: transform var(--animation-primary), opacity var(--animation-primary);
        transition: transform var(--animation-primary), opacity var(--animation-primary), -webkit-transform var(--animation-primary);
    }
    .header__burger-line-bg {
        width: 100%;
        height: 100%;
        background: currentColor;
        display: block;
        -webkit-transition: var(--animation-primary);
        -o-transition: var(--animation-primary);
        transition: var(--animation-primary);
    }
    .header__burger-line--1,
    .header__burger-line--2 {
        top: 0;
    }
    .header__burger-line--1 .header__burger-line-bg,
    .header__burger-line--3 .header__burger-line-bg {
        width: 50%;
    }
    .header__burger-line--3 .header__burger-line-bg {
        margin-left: auto;
    }
    .header__burger-line--2 {
        margin: auto;
    }
    .header__burger-line--3,
    .header__burger-line--2 {
        bottom: 0;
    }
    .menu-open .header__burger-line--2 {
        opacity: 0;
    }
    .menu-open .header__burger-line--1 .header__burger-line-bg,
    .menu-open .header__burger-line--3 .header__burger-line-bg {
        width: 100% !important;
    }
    .menu-open .header__burger-line--1 {
        -webkit-transform: translate(0em, 0.6em) rotate(45deg);
        -ms-transform: translate(0em, 0.6em) rotate(45deg);
        transform: translate(0em, 0.6em) rotate(45deg);
    }
    .menu-open .header__burger-line--3 {
        -webkit-transform: translate(0em, -0.6em) rotate(-45deg);
        -ms-transform: translate(0em, -0.6em) rotate(-45deg);
        transform: translate(0em, -0.6em) rotate(-45deg);
    }
    .header__burger:hover .header__burger-line--1 .header__burger-line-bg,
    .header__burger:hover .header__burger-line--3 .header__burger-line-bg {
        width: 70%;
    }
    /*-------------------------*/
    .swiper-lg-def-js .swiper-wrapper {
        width: 100% !important;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
    }
    .swiper-lg-def-js .swiper-slide {
        width: 21.875rem;
        height: auto;
        max-width: calc(100% - 3rem);
        margin-bottom: 0;
        padding: 0;
    }
    /*-------------------------*/
    .checkbox-block__label-check {
        margin-right: 2.6rem;
    }
    .section-height-screen-half {
        min-height: 0;
        padding: clamp(60px, 4vw, 100px) 0 clamp(112px, 4vw, 120px);
    }
    /*-------------------------*/
    .header {
        padding: 20px 0;
    }
    .header__menu-footer {
        border-radius: 50px 50px 0 0;
        background: #1b1d22;
        padding: 38px 0 25px;
        font-size: 16px;
        width: 100%;
        margin-top: 52px;
    }
    /*-------------------------*/
    .s-hero__title br {
        display: none;
    }
    .s-hero--primary .s-hero__title br {
        display: block;
    }
    h1, .h1,
    .s-hero--primary .s-hero__title {
        font-size: 50px;
    }
    .s-hero__overlay {
        height: var(--window-height-mob);
    }
    .s-hero__overlay:before,
    .s-hero-banner__overlay:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 30%;
        background: -o-linear-gradient(top, rgba(16, 16, 20, 0) 0%, #101014 90%);
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 20, 0)), color-stop(90%, #101014));
        background: linear-gradient(to bottom, rgba(16, 16, 20, 0) 0%, #101014 90%);
        z-index: 3;
    }
    .s-hero {
        padding: 0 0 60px;
        min-height: 0;
    }
    .s-hero__title-wrap {
        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;
        padding: 150px 0 38px;
        min-height: var(--window-height-mob);
    }
    .s-hero__row {
        height: auto;
    }
    .s-hero__col {
        margin-bottom: 30px;
    }
    .footer__copy-item:last-child {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        visibility: hidden;
    }
    .footer__copy-item:nth-last-child(2):after {
        content: none !important;
    }
    .footer__last-item {
        color: rgba(255, 255, 255, 0.3);
    }
    .footer {
        padding-bottom: 20px;
    }
    .s-hero-item {
        height: auto;
        padding: 20px;
    }
    .s-hero-item:before,
    .s-hero-projects__list-item:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 40px;
        width: 100%;
        height: 100%;
        background: rgba(200, 200, 200, .2);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        z-index: 1;
    }
    .s-hero-projects__list-item:before {
        z-index: -1;
        background: rgba(16, 16, 20, 0.6);
    }
    .s-hero-item,
    .s-hero-projects__list-item {
        background-image: var(--bg-image);
        background-size: 1714px;
        background-repeat: no-repeat;
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
    }
    .s-hero-projects__list-item {
        background-position: 50% 50%;
    }
    .s-hero-projects__list-item:nth-child(1),
    .s-hero-projects__list-item:nth-child(6) {
        background-position: 20% 20%;
    }
    .s-hero-projects__list-item:nth-child(2),
    .s-hero-projects__list-item:nth-child(7) {
        background-position: 30% 50%;
    }
    .s-hero-projects__list-item:nth-child(3),
    .s-hero-projects__list-item:nth-child(8) {
        background-position: 70% 20%;
    }
    .s-hero-projects__list-item:nth-child(4),
    .s-hero-projects__list-item:nth-child(9) {
        background-position: 30% 30%;
    }
    .s-hero-projects__list-item:nth-child(5),
    .s-hero-projects__list-item:nth-child(10) {
        background-position: 70% 50%;
    }
    .s-hero__col:nth-child(1) .s-hero-item {
        background-position: 30% 100%;
    }
    .s-hero__col:nth-child(2) .s-hero-item {
        background-position: 50% 100%;
    }
    .s-hero__col:nth-child(3) .s-hero-item {
        background-position: 90% 100%;
    }
    .s-hero__col:nth-child(4) .s-hero-item {
        background-position: 70% 100%;
    }
    .s-hero-item__icon-wrap {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1;
    }
    .s-hero-banner__title,
    .error-section__title,
    .s-hero--secondary .s-hero__title {
        font-size: 80px;
    }
    .text-section--primary {
        padding-top: 0 !important;
    }
    /*.letters-anim {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 0;*/
    /*    height: 0;*/
    /*    overflow: hidden;*/
    /*    z-index: -1;*/
    /*    visibility: hidden;*/
    /*}*/
    .text-section,
    .banner-pic {
        padding: 70px 0 70px;
    }
    .text-section__tab-content:not(:last-child) {
        margin-bottom: 100px;
    }
    h2, .h2 {
        font-size: 50px;
    }
    h4, .h4 {
        font-size: 24px;
    }
    .text-section__copy-wrap h4 {
        margin-bottom: 30px;
    }
    .text-section__copy-wrap {
        font-size: 18px;
    }
    .banner-pic__pic-wrap {
        width: 500px;
    }
    ul li {
        padding-left: 2em;
    }
    ul li:before {
        left: 1em;
    }
    .text-logo-ticker__box img {
        width: calc(var(--logo-width) * .6);
    }
    .text-logo-ticker__box {
        margin: 0 20px;
    }
    .text-logo-ticker {
        padding: 75px 0 0;
    }
    .ticker {
        padding: 70px 0;
    }
    .ticker__col-2 {
        padding: 0 12px 0 12px;
    }
    .ticker__col-1 {
        padding-left: 12px;
    }
    .ticker__row {
        margin-bottom: 50px;
    }
    .ticker__slider-wrap--1 .box {
        margin: 0 40px;
    }
    .ticker__slider-wrap--1 .box img {
        width: calc(var(--logo-width) * .8);
    }
    .s-cards {
        padding: 70px 0 100px;
    }
    .card {
        min-height: 430px;
    }
    .card__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .card__info-label {
        font-size: 18px;
    }
    .modal-metro__main-wrap,
    .modal-team__main-wrap {
        padding: 50px 30px 50px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }
    .modal-team__pic-wrap {
        width: 300px;
        height: auto;
        margin: 0 auto 30px;
    }
    .text-section__col-2 {
        padding: 20px 12px 0 12px;
    }
    .text-section__col-1 {
        padding-left: 12px;
    }
    .modal-team__content {
        padding-left: 0;
    }
    .banner-pic__pic {
        /*-webkit-transform: scale(1);*/
        /*-ms-transform: scale(1);*/
        /*transform: scale(1);*/
        border-radius: 50px;
    }
    .s-hero-banner-2__overlay,
    .s-hero-projects__overlay {
        height: var(--window-height-mob);
    }
    .s-hero-banner-2__col-1,
    .s-hero-projects__col-1 {
        padding-top: 150px;
        padding-bottom: 150px;
        min-height: var(--window-height-mob);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-hero-banner-2__container,
    .s-hero-projects__container {
        padding-top: 0;
    }
    .s-hero-banner-2__block:after {
        background: rgba(0, 0, 0, .5);
        width: 100%;
    }
    .s-hero-banner-2__block:after,
    .s-hero-banner-2__block:before {
        border-radius: 30px;
    }
    .s-hero-banner-2__block:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: var(--bg-image) center center/1459px no-repeat;
        z-index: -1;
    }
    .s-hero-banner-2__block {
        min-height: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        justify-content: center !important;
    }
    .s-hero-banner-2__col-2,
    .s-hero-projects__col-2 {
        margin-top: 64px;
    }
    .s-hero-banner-2__block-content {
        padding: 80px 30px;
        text-align: center;
    }
    .trust-section__col-1 {
        padding-left: 12px;
    }
    .modal-metro__pic-wrap {
        width: 100%;
        margin-bottom: 30px;
    }
    .modal-metro__close {
        top: 20px;
        right: 20px;
    }
    .modal-metro__main-wrap {
        padding-top: 60px;
    }
    .trust-section {
        min-height: 0;
    }
    .metro-section__map-marker-col {
        width: 33.3%;
    }
    .modal-metro__line-title {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .statistics-section__heading-col--1 {
        padding-right: 12px;
        margin-bottom: 20px;
    }
    .statistic-block__number {
        font-size: 70px;
    }
    .trust-section__col-2 {
        padding-left: 12px;
        padding-right: 12px;
        text-align: center;
    }
    .modal-metro__content {
        padding-left: 0;
    }
    .statistics-section__heading {
        text-align: center;
    }
    .post-item__pic {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    .post-item__title {
        min-height: 0;
    }
    .post-item__infos, .post-item__title {
        padding-right: 0;
    }
    .post-item {
        text-align: center;
    }
    .post-item-wrap:last-child .post-item {
        padding-bottom: 0;
    }
    .s-hero-projects__list {
        max-height: 100%;
        overflow: visible;
        margin: auto;
        padding: 0;
    }
    .s-hero-projects {
        padding-bottom: 58px;
    }
    .s-hero-projects__btn-wrap {
        margin-top: 58px;
    }
    .s-hero-projects__list-item {
        padding: 15px 25px 15px;
    }
    .s-hero-projects__list-item__title {
        font-size: 25px;
    }
    .s-hero--secondary .s-hero__title {
        margin-bottom: 0;
    }
    .keys-section__col-1b {
        margin-top: 40px;
    }
    .keys-section {
        padding: 120px 0 60px;
    }
    .keys-section__title {
        font-size: 40px;
    }
    .keys-section__col-2b {
        margin-top: 0;
    }
    .keys-section--secondary .keys-section__btn-wrap {
        margin-left: 0;
    }
    .accreditation-item {
        text-align: center;
    }
    .accreditation-item__pic-wrap {
        margin: 0 auto 33px;
    }
    .accreditation-item__col-2 {
        padding: 0 12px 0 12px;
    }
    .accreditation-item:not(:last-child) {
        margin-bottom: 27px;
    }
    .s-hero-banner-2--third .s-hero-banner-2__block-icon {
        margin-bottom: 60px;
        height: 83px;
    }
    .s-hero-banner-2--third .s-hero-banner-2__block-content {
        font-size: 24px;
    }
    .accreditation-item__title {
        line-height: 1.25;
    }
    .accreditation-item {
        padding-bottom: 72px;
    }
    .s-accreditations-list__btn-wrap {
        margin-top: 100px;
    }
    .error-section__txt-wrap {
        font-size: 24px;
    }
    .error-section__overlay {
        overflow: hidden;
        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;
    }
    .error-section__overlay-pic {
        height: auto;
        width: 150vw;
        max-width: none;
    }
    .s-text-simple-section {
        padding: 100px 0 100px;
    }
    .s-text-simple-section__text-logo-ticker {
        margin-bottom: 100px;
    }
    .s-text-simple-section__copy-wrap {
        font-size: 18px;
    }
    .s-pdf-cards__title div {
        text-align: center !important;
    }
    .s-pdf-cards__col-1 {
        padding-left: 12px;
    }
    .s-hero-banner-2-wrap--form .s-hero-banner-2__block {
        padding: 50px;
    }
    .s-hero-banner-2__form-block {
        padding: 0;
    }
    .s-hero-banner-2-wrap--form .s-hero-banner-2__block-content-wrap {
        width: 100%;
        display: block !important;
    }
    .s-hero-banner-2--form {
        padding-bottom: 100px;
    }
    .s-hero-banner-2--form .s-hero-banner-2__block:before {
        background-size: cover;
    }
    .s-hero-report__block-title {
        font-size: 60px;
        margin-bottom: 20px;
    }
    .s-hero-report__block-sub-title {
        margin-bottom: 20px;
    }
    .s-hero-report__block-text {
        margin-bottom: 30px;
    }
    .s-hero-report .s-hero-banner-2__contact-title,
    .s-hero-report__block-sub-title {
        font-size: 30px;
    }
    .s-hero-report .s-hero-banner-2__contact-items,
    .s-hero-report__block-text {
        font-size: 20px;
    }
    .s-hero-report__block {
        padding: 60px 30px 60px;
    }
    .s-hero-banner-2--secondary .s-hero-banner-2__block:after {
        left: 0;
    }
    .s-posts-list__title {
        text-align: center;
    }
}
/*---------------------------------*/
@media (max-width: 767px) {
    h1, .h1,.s-hero--primary .s-hero__title {
        font-size: 40px;
    }
    .s-hero__overlay:after {
        background: rgba(0, 0, 0, 0.4);
    }
    .footer__copy-item:not(:last-child):after {
        content: none;
    }
    .footer__copy-item:not(:last-child) {
        margin-right: 0;
        padding: 0;
        width: 100%
    }
    .footer__copy-item {
        margin-bottom: 10px !important;
    }
    .footer__copy-list {
        padding: 0 12px;
        margin: 0 0 20px;
    }
    .s-hero-banner__title,
    .s-hero-projects__title,
    .error-section__title,
    .s-hero--secondary .s-hero__title {
        font-size: 70px;
    }
    h2, .h2 {
        font-size: 40px;
    }
    h3, .h3 {
        font-size: 38px;
    }
    h4, .h4 {
        font-size: 22px;
    }
    .text-section__copy-wrap {
        font-size: 16px;
    }
    .text-section__copy-wrap p {
        margin-bottom: 20px;
    }
    .text-logo-ticker__box img {
        width: calc(var(--logo-width) * .5);
    }
    .modal-team__title {
        font-size: 35px;
    }
    .modal-team__pos {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .modal-team__copy-wrap {
        font-size: 16px;
    }
    p {
        margin-bottom: 20px;
    }
    .modal-team__btn .btn-anim-text {
        font-size: 16px;
        padding: 18px 20px 18px 20px;
    }
    .metro-section__map-marker-col {
        width: 50%;
    }
    .modal-metro__line-title-logo {
        width: 50px;
        margin-right: 15px;
    }
    .modal-metro__line-title {
        font-size: 33px;
    }
    .statistics-section {
        padding-top: 100px;
    }
    .statistic-block__number {
        font-size: 55px;
    }
    .metro-section__map {
        border-radius: 30px;
    }
    .projects-nav-btn__btn .btn-anim-text {
        min-width: 123px;
    }
    .post-item__title {
        font-size: 30px;
    }
    .post-item__info-block-title, .post-item__info-block-content {
        font-size: 18px;
    }
    .post-item__info-block-title-arrow {
        width: 16px;
    }
    .post-item__info-block-content--mini {
        font-size: 16px;
        padding-top: 10px;
    }
    .keys-section__title {
        font-size: 35px;
    }
    .keys-section__copy-wrap, .keys-section__list {
        font-size: 18px;
    }
    .keys-section__list-item {
        padding-left: 35px;
        margin-bottom: 20px;
    }
    .keys-section__second-title {
        font-size: 28px;
    }
    .error-section__txt-wrap {
        max-width: 400px;
        margin: 0 auto 30px;
    }
    .s-hero-report__block-title {
        font-size: 50px;
    }
    .s-hero-report .s-hero-banner-2__contact-title, .s-hero-report__block-sub-title {
        font-size: 25px;
    }
    .s-hero-report .s-hero-banner-2__contact-items, .s-hero-report__block-text {
        font-size: 18px;
    }
    .railway-section__block {
        border-radius: 30px;
    }
}
/*---------------------------------*/
@media (max-width: 575px) {
    .block-br-sm-hide br {
        display: none;
    }
    .mr-1-not-last-btn-wrap:not(:last-child) {
        margin-right: 1rem;
    }
    .container {
        padding: 0 28px;
    }
    .header__text-logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        visibility: hidden;
    }
    .header__logo {
        width: 149px;
        margin-right: 0;
    }
    .header__burger-wrap {
        margin-top: -10px;
    }
    .s-hero-item {
        height: auto;
        min-height: 210px;
    }
    .s-hero-item__title {
        font-size: 25px;
    }
    .s-hero-item__icon {
        height: 50px;
    }
    .s-hero__btn-wrap {
        margin-top: 22px;
    }
    .btn-anim-text {
        padding: 17px 45px 17px 35px;
        min-width: 171px;
        font-size: 16px;
    }
    .footer__links,
    .footer__line {
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        overflow: hidden;
        z-index: -1;
        visibility: hidden;
    }
    .header__logo {
        -webkit-transition: var(--animation-default);
        -o-transition: var(--animation-default);
        transition: var(--animation-default);
    }
    .is-offset-top .header {
        padding: 15px 0;
    }
    .is-offset-top .header__logo {
        width: 110px;
    }
    .footer {
        border-radius: 35px 35px 0 0;
    }
    .footer__logo-wrap {
        width: 135px;
        margin-bottom: 58px;
    }
    .footer__bottom-row {
        font-size: 14px;
    }
    .footer__social-item-link, .header__social-item-link {
        width: 45px;
        height: 45px;
    }
    .footer__social-list {
        margin-bottom: 28px;
    }
    .header__menu-item {
        margin: 0 0 21px 0 !important;
    }
    .header__menu-footer-contacts {
        max-width: 260px;
        margin: 0 auto 12px;
        font-size: 14px;
        line-height: 1.25;
    }
    .s-hero-banner__title,
    .s-hero-projects__title,
    .s-hero--secondary .s-hero__title,
    .error-section__title {
        font-size: 50px;
    }
    .text-section--primary {
        padding-top: 100px;
    }
    .s-hero--primary .s-hero__title {
        font-size: 30px;
    }
    h2, .h2 {
        font-size: 36px;
    }
    h3, .h3 {
        font-size: 32px;
    }
    h4, .h4 {
        font-size: 19px;
    }
    .text-section__col-2 {
        padding-top: 64px;
    }
    .text-section__copy-wrap {
        font-size: 14px;
    }
    .text-section__tab-content:not(:last-child) {
        margin-bottom: 70px;
    }
    .banner-pic__pic {
        border-radius: 40px;
    }
    .text-section--secondary .text-section__col-2 {
        padding-top: 74px;
    }
    .text-logo-ticker__box img {
        width: calc(var(--logo-width) * .45);
    }
    .text-logo-ticker {
        padding-bottom: 82px;
    }
    .ticker {
        padding: 107px 0 100px;
    }
    .ticker__copy-wrap {
        font-size: 15px;
        line-height: 1.5;
    }
    .ticker__title {
        font-size: 38px;
    }
    .ticker__slider--mob {
        padding: 0 28px;
    }
    .ticker__slide--mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -15px;
    }
    .ticker__box--mob {
        margin: 60px 0 0 !important;
        padding: 0 15px;
        width: 50%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        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;
    }
    .ticker__box--mob img {
        max-width: 100% !important;
        width: calc(var(--logo-width) * .9);
        max-height: 55px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .ticker__row {
        margin-bottom: 20px;
    }
    .s-cards__title {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .card__col {
        margin-top: 30px;
    }
    .s-cards__btn-wrap {
        margin-top: 55px;
    }
    .card, .card__pic-wrap {
        border-radius: 30px;
    }
    .card {
        min-height: 369px;
        max-width: 291px;
        margin: auto;
    }
    .card__title {
        margin-bottom: 15px;
    }
    .card__title,
    .card__info-label {
        font-size: 16px;
    }
    .card__title-btn {
        min-width: 178px;
        padding: 8px 15px;
    }
    .modal-metro__main-wrap,
    .modal-team__main-wrap {
        padding: 50px 20px 50px;
    }
    .modal-team__close,
    .modal-metro__close {
        top: 20px;
        right: 30px;
        width: 20px;
    }
    .s-hero-banner-2__block:after, .s-hero-banner-2__block:before {
        border-radius: 50px;
    }
    .trust-section__row-logos {
        margin: 0 -12px;
    }
    .trust-section__col-logo {
        padding: 0 12px;
        width: 100%;
        text-align: center;
        margin-bottom: 40px;
    }
    .trust-section__logo {
        width: calc(var(--trust-logo-width) * .7);
    }
    .trust-section__col-1 {
        margin-bottom: 34px;
    }
    .trust-section__copy-wrap {
        font-size: 18px;
    }
    .metro-section__map-marker-logo {
        width: 54px;
        margin: 0 auto 10px;
    }
    .metro-section__map-marker {
        font-size: 18px;
        padding: 16px;
    }
    .statistics-section {
        padding-top: 140px;
    }
    .statistics-section__heading {
        margin-bottom: 27px;
    }
    .statistic-block__number {
        font-size: 20vw;
    }
    .pic-slider__block-pic {
        border-radius: 30px;
    }
    .projects-nav-btn__btn--prev .btn-anim-text {
        padding: 17px 35px 17px 45px;
    }
    .projects-nav-btn, .cta-section {
        padding: 50px 0;
    }
    .statistics-section__heading {
        margin-left: -12px;
        margin-right: -12px;
    }
    .pic-slider__container {
        padding: 0;
    }
    .metro-section {
        overflow: hidden;
    }
    .metro-section__map {
        margin-left: -25px;
        width: calc(100% + 50px);
        max-width: none;
    }
    .post-item__title {
        font-size: 25px;
    }
    .post-item__info-block-title, .post-item__info-block-content {
        font-size: 16px;
    }
    .post-item__info-block-title-arrow {
        width: 14px;
        margin-left: 8px;
    }
    .post-item__info-block-content--mini {
        font-size: 14px;
    }
    .s-hero-projects__list-item:not(:last-child) {
        margin-bottom: 29px;
    }
    .s-hero-banner-2--secondary .s-hero-banner-2__block-content {
        padding: 43px 30px;
        line-height: 1.3;
    }
    .s-hero-banner-2__block-icon {
        height: 70px;
        margin-bottom: 34px;
    }
    .keys-section__copy-wrap, .keys-section__list {
        font-size: 16px;
    }
    .keys-section__title {
        font-size: 30px;
    }
    .keys-section__list-item:before {
        width: 18px;
        height: 18px;
        top: 2px;
    }
    .keys-section__list-item {
        padding-left: 30px;
        margin-bottom: 15px;
    }
    .keys-section__second-title {
        font-size: 25px;
    }
    .keys-section__copy-wrap li {
        margin-bottom: 0;
    }
    .keys-section__col-2c {
        margin-top: 50px;
    }
    .banner-pic--secondary {
        padding: 50px 0 60px;
    }
    .banner-pic--secondary .banner-pic__pic-wrap {
        height: 512px;
        max-height: 100vh;
    }
    .services-navigation__title {
        margin-bottom: 31px;
    }
    .services-navigation__btn-wrap:not(:last-child) {
        margin: 0 0 9px 0;
    }
    .services-navigation__btn-wrap {
        display: block;
        text-align: center;
    }
    .services-navigation__btn .btn-anim-text {
        min-width: 220px;
    }
    .services-navigation {
        padding-bottom: 100px;
    }
    .banner-pic__container {
        padding: 0;
    }
    .s-hero-banner-2--third .s-hero-banner__title {
        font-size: 49px;
    }
    .s-accreditations-list {
        padding: 70px 0 75px;
    }
    .accreditation-item__pic-wrap {
        height: 107px;
        border-radius: 20px;
    }
    .accreditation-item__pic {
        width: calc(var(--accreditation-logo-width) * .7);
    }
    .error-section__txt-wrap {
        font-size: 20px;
    }
    .error-section__btn .btn-anim-text {
        min-width: 200px;
    }
    .s-text-simple-section__copy-wrap {
        font-size: 16px;
    }
    .s-text-simple-section {
        padding: 70px 0 100px;
    }
    .s-text-simple-section__text-logo-ticker {
        margin-bottom: 70px;
    }
    .pdf-card__title {
        font-size: 20px;
    }
    .pdf-card__icon {
        height: 80px;
    }
    .pdf-card {
        padding: 27px 15px 32px;
    }
    .s-pdf-cards__title {
        font-size: 36px;
    }
    .input-style {
        font-size: 14px;
        padding: 12px 23px;
    }
    .connect-form__btn-wrap .btn-anim-text {
        min-width: 162px;
    }
    /*.s-hero-banner-2__form-title,*/
    /*.s-hero-banner-2__contact-title {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 0;*/
    /*    height: 0;*/
    /*    overflow: hidden;*/
    /*    z-index: -1;*/
    /*    visibility: hidden;*/
    /*}*/
    /*.s-hero-banner-2__form-block {*/
    /*    display: -webkit-box;*/
    /*    display: -ms-flexbox;*/
    /*    display: flex;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-box-direction: reverse;*/
    /*    -ms-flex-direction: column-reverse;*/
    /*    flex-direction: column-reverse;*/
    /*}*/
    /*.s-hero-banner-2__form-body {*/
    /*    margin-bottom: 0;*/
    /*}*/
    /*.s-hero-banner-2__form-footer {*/
    /*    margin-bottom: 39px;*/
    /*}*/
    .s-hero-banner-2-wrap--form .s-hero-banner-2__block:after,
    .s-hero-banner-2-wrap--form .s-hero-banner-2__block:before {
        border-radius: 45px;
    }
    .s-hero-banner-2-wrap--form .s-hero-banner-2__block {
        padding: 85px 30px 90px;
    }
    .s-hero-banner-2__form-logo {
        width: 161px;
        margin: 0 auto 72px;
    }
    .s-hero-banner-2__contact-item:not(:last-child) {
        margin-bottom: 13px;
    }
    .s-hero-banner-2__contact-items {
        font-size: 20px;
    }
    .s-hero-report__container {
        padding: 0;
    }
    .s-hero-report__block-title {
        font-size: 40px;
    }
    .s-hero-report .s-hero-banner-2__contact-title, .s-hero-report__block-sub-title {
        font-size: 22px;
    }
    .s-hero--primary .anim-lines-wrap:not(:last-child) {
        margin-bottom: 8px;
    }
    .s-hero-report .s-hero-banner-2__form-footer {
        margin-bottom: 0;
    }
    .s-hero-report__block {
        padding: 60px 20px 60px;
    }
    .s-hero__title span {
        max-width: 300px;
        width: 100%;
    }
    .s-hero__title br {
        display: block;
    }
    .modal-team__pos {
        line-height: 1.15;
    }
    .modal-team__title {
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .s-hero-projects__list-item__icon {
        display: none;
    }
    .s-hero-projects__list-item__title {
        padding: 0;
    }
    .railway-section__container {
        padding: 0;
    }
    .railway-section__block-svg {
        max-width: none;
        width: calc(100% + 300px);
        margin-left: -150px;
    }
    .statistic-block__title {
        max-width: 330px;
        margin: auto;
    }
    .header__menu-footer-contact-item-icon {
        width: 0.8em;
        margin: 0 auto 6px;
    }
    .header__menu-footer-contacts-item {
        margin-bottom: 11px !important;
    }
    .header__social-item-icon {
        width: 35%;
    }
    .header__menu-footer-container {
        padding: 0 20px;
    }
    .header__social-list {
        margin-bottom: 0;
    }
    .s-cards {
        padding-bottom: 70px;
    }
}
@media (max-width: 390px) {
    .s-hero-banner-2__block-content {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 370px) {
    .projects-nav-btn__btn .btn-anim-text {
        min-width: 100px;
        font-size: 14px;
    }
    .s-hero-item__title {
        font-size: 22px;
    }
}

.parallex1{

    background: url('https://t4.ftcdn.net/jpg/05/45/42/81/360_F_545428173_uyYWJoR9n5uJFYIWfDa2C49AzIECcU20.jpg') no-repeat center center/cover;
    height: 100vh; /* Adjust as needed */
    align-items: center;
    justify-content: center;
    color: white;
    text-align: center;
    background-attachment: fixed; /* This creates the parallax effect */

}
/* Stellar Testimonial Showcase - Performance Optimized */
.stellar-testimonial-showcase {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    padding: 100px 20px;
    background: linear-gradient(90deg, #F0E68C, #dfbd00, #dbab26);
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    display: flex;
    align-items: center;
    will-change: transform;
}

.stellar-ts-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 2;
}

.stellar-ts-header {
    text-align: center;
    margin-bottom: 60px;
}

.stellar-ts-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: rgba(50, 50, 124, 1);
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    font-family: 'Great Vibes', cursive;
}

.stellar-ts-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.2);
}

.stellar-ts-subtitle {
    font-size: 1.1rem;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.stellar-ts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    align-items: stretch;
}

.stellar-ts-card {
    background: rgba(15, 12, 41, 0.7);
    border-radius: 20px;
    padding: 35px;
    position: relative;
    overflow: visible;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    min-height: 400px;
    display: flex;
    flex-direction: column;
    will-change: transform;
}

.stellar-ts-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 100%);
    z-index: -1;
    border-radius: inherit;
}

.stellar-ts-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.25);
    background: rgba(48, 43, 99, 0.85);
}

.stellar-ts-quote-icon {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 4rem;
    color: rgba(0, 242, 254, 0.1);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.stellar-ts-avatar-container {
    width: 90px;
    height: 90px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 1;
}

.stellar-ts-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid rgba(0, 242, 254, 0.3);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 2;
}

.stellar-ts-card:hover .stellar-ts-avatar {
    transform: scale(1.03);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.35);
}

.stellar-ts-avatar-shadow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 20px;
    background: radial-gradient(ellipse at center, rgba(0, 242, 254, 0.4) 0%, transparent 80%);
    filter: blur(8px);
    z-index: 1;
    opacity: 0.7;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.stellar-ts-card:hover .stellar-ts-avatar-shadow {
    transform: translateX(-50%) scale(1.05);
    opacity: 0.9;
}

.stellar-ts-content {
    position: relative;
    z-index: 3;
    text-align: center;
    color: #fff;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.stellar-ts-quote {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    font-style: italic;
    position: relative;
    flex-grow: 1;
}

.stellar-ts-quote::before,
.stellar-ts-quote::after {
    content: '"';
    font-size: 2rem;
    color: rgba(0, 242, 254, 0.3);
    position: absolute;
    line-height: 1;
}

.stellar-ts-quote::before {
    top: -15px;
    left: -5px;
}

.stellar-ts-quote::after {
    bottom: -30px;
    right: -5px;
}

.stellar-ts-author {
    font-weight: 600;
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: #fff;
}

.stellar-ts-position {
    font-size: 0.9rem;
    color: rgba(0, 242, 254, 0.8);
    margin-bottom: 15px;
    font-weight: 300;
}

.stellar-ts-rating {
    display: flex;
    justify-content: center;
    gap: 5px;
    margin-top: auto;
}

.stellar-ts-star {
    width: 18px;
    height: 18px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%2300f2fe"><path d="M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z"/></svg>') no-repeat center;
    background-size: contain;
}

@media (max-width: 992px) {
    .stellar-ts-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    }

    .stellar-ts-card {
        min-height: 380px;
    }
}

@media (max-width: 768px) {
    .stellar-testimonial-showcase {
        padding: 80px 20px;
    }

    .stellar-ts-title {
        font-size: 2.2rem;
    }

    .stellar-ts-subtitle {
        font-size: 1rem;
    }

    .stellar-ts-grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}
