@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Space Grotesk';
    src: url('../fonts/SpaceGrotesk-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Be Vietnam Pro';
    src: url('../fonts/BeVietnamPro-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
/*-----------------------------*/
.preloader {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}
.is-preloader-hide .preloader {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}
.preloader__circle-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: clamp(100vw, 100vh, 100vh);
    height: clamp(100vw, 100vh, 100vh);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.preloader__circle {
    background: var(--circle-bg);
    width: 100%;
    height: 100%;
}
/*body:after {*/
/*    content: "";*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    z-index: 100000;*/
/*    background: var(--color-4);*/
/*    pointer-events: none;*/
/*    opacity: 0;*/
/*}*/
/*body.show-after:after {*/
/*    opacity: 1;*/
/*}*/
/*-----------------------------*/
/*!
 * 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;
}
input {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    width: 100%;
    display: block;
    background: none;
    border: 1px solid currentColor;
    border-radius: 10px !important;
    color: #ffffff;
    background: #000000;
    padding: 14px 19px;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
input:focus::-moz-placeholder {
    opacity: 0;
}
input:focus:-ms-input-placeholder {
    opacity: 0;
}
input:focus::-ms-input-placeholder {
    opacity: 0;
}
input:focus::placeholder {
    opacity: 0;
}
input::-webkit-input-placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #888888 !important;
}
input::-moz-placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    -moz-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #888888 !important;
}
input:-ms-input-placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    -ms-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #888888 !important;
}
input::-ms-input-placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    -ms-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #888888 !important;
}
input::placeholder {
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
    color: #888888 !important;
}
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 {
    width: 100%;
    padding: 0;
}
::-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;
}
::-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;
}
/*!
 * 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)
 */
:root {
    --container-padding: 16px;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: var(--container-padding);
    padding-left: var(--container-padding);
    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: 1310px;
    }
}
@media (max-height: 801px) and (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1060px;
    }
}
.row {
    --bs-gutter-x: 16px;
    --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;
}
@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;
    }
}
@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;
    }
}
@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;
    }
}
@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;
    }
}
@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;
    }
}
@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;
    }
}
/*---------------------------------------------*/
:root {
    --animation-default: .25s ease-in-out;
    --animation-primary: .4s cubic-bezier(.7, 0, .3, 1);
    --animation-fast: .15s 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;
}
:root {
    --font-family: "Be Vietnam Pro", sans-serif;
    --second-family: "Space Grotesk", sans-serif;
    --body-fz: 16px;
    --body-lh: 1.4;
    --color-1: #ffffff;
    --color-2: #bfbfbf;
    --color-3: #f74902;
    --color-4: #0f0f0f;
    --color-5: #000000;
    --color-6: #232323;
    --color-7: #808080;
    --title-color: var(--color-1);
    --body-color: var(--color-2);
    --crypto-color: #3de82d;
    --indices-color: #e5c6aa;
    --stock-color: #33eafe;
    --commodities-color: #ef2b2d;
}
@media (max-height: 801px) and (min-width: 1200px) {
    :root {
        --body-fz: 14px;
    }
}
/*---------------------------------------------*/
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: 400;
    font-size: var(--body-fz);
    line-height: var(--body-lh);
    color: var(--body-color);
    background: var(--color-4);
    position: relative;
    letter-spacing: -0.02em;
}
main {
    min-height: 50vh;
}
[role="button"] {
    outline: none !important;
}
img, video, svg {
    max-width: 100%;
    height: auto;
}
iframe {
    max-width: 100%;
}
h1,
h2 {
    margin-bottom: 40px;
}
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    font-family: var(--second-family);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    color: var(--title-color);
    text-transform: none;
}
h1, .h1 {
    font-size: 56px;
}
h2, .h2 {
    font-size: 40px;
}
h3, .h3 {
    font-size: 24px;
}
h4, .h4 {
    font-size: 20px;
}
h5, .h5 {
    font-size: 18px;
}
h6, .h6 {
    font-size: 16px;
}
p {
    margin-bottom: 16px;
}
ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 24px;
}
ul li {
    list-style: none;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 0;
}
ul li:before {
    content: "";
    border-radius: 50%;
    background: currentColor;
    width: .3em;
    height: .3em;
    position: absolute;
    left: 1.7em;
    top: 0.6em;
}
blockquote {
    margin-bottom: 32px;
}
blockquote p:last-of-type:after {
    content: "”";
}
blockquote p:first-of-type: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 100%;
    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;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
    background-size: 0 2px;
}
a:hover {
    color: var(--color-3);
    background-position: 100% 100%;
    background-size: 0 1px;
}
hr {
    opacity: 1;
    background: currentColor;
}
@media (max-height: 801px) and (min-width: 1200px) {
    h1, .h1 {
        font-size: 44px;
    }
    h2, .h2 {
        font-size: 32px;
    }
    h1,
    h2 {
        margin-bottom: 30px;
    }
    h3, .h3 {
        font-size: 20px;
    }
}
@media (max-width: 1199px) {
    h1, .h1 {
        font-size: 46px;
    }
    h2, .h2 {
        font-size: 38px;
    }
}
@media (max-width: 991px) {
    h1, .h1 {
        font-size: 40px;
    }
    h2, .h2 {
        font-size: 32px;
    }
}
@media (max-width: 399px) {
    h1, .h1 {
        font-size: 32px;
    }
    h2, .h2 {
        font-size: 26px;
    }
}
/*---------------------------------------------*/
.body-content-wrap {
    position: relative;
    z-index: 1;
}
.Scrollbar-init body {
    height: 100%;
    width: 100%;
    overflow: hidden
}
.Scrollbar-init .body-content-wrap {
    height: 100vh;
    z-index: 1;
    backface-visibility: hidden;
}
.body-content-wrap > .scrollbar-track-y {
    opacity: 1;
}
.Scrollbar-init .scroll-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.hide-scrollbar .scrollbar-track {
    display: none !important;
}
.scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 1;
    background: #242424;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s ease-out;
}
.scrollbar-track.show,
.scrollbar-track:hover {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}
.scrollbar-track-y {
    top: 0;
    right: 0;
    width: 4px;
    height: 100%;
}
.scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 0;
}
.smooth-scroll-css {
    scroll-behavior: smooth;
}
/*------------------------------*/
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 .body-content-wrap {
    overflow: scroll;
    height: 100vh;
    overflow-x: hidden;
}
/*---------------------------------------------*/
.body-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}
/*-------------------helpers.css--------------------------*/
.section-def-settings {
    padding: clamp(50px, 11.76vh, 100px) 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.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;
}
.flex-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}
.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;
}
.mh-mob-100vh {
    min-height: var(--window-height-mob, 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);
}
.ff-secondary {
    font-family: var(--second-family);
}
.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;
}
.transition-fast {
    -webkit-transition: var(--animation-fast) !important;
    -o-transition: var(--animation-fast) !important;
    transition: var(--animation-fast) !important;
}
.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;
}
.fz-middle-md {
    font-size: 24px;
}
.fz-middle-sm {
    font-size: 20px;
}
.fz-middle-xs {
    font-size: 18px;
}
.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;
}
.mr-1-not-last-btn-wrap:not(:last-child) {
    margin-right: 3rem;
    margin-bottom: .75rem;
}
.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;
}
.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.hide-object {
    opacity: 0;
    visibility: hidden;
}
.mw-icon {
    max-width: 60%;
}
.mh-icon {
    max-height: 60%;
}
.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;
}
.clip-overflow {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
}
.section-padding-def {
    padding: 100px 0;
}
@media (max-width: 1439px) {
    .fz-middle-sm {
        font-size: 18px;
    }
    .fz-middle-xs {
        font-size: 16px;
    }
}
@media (max-height: 801px) and (min-width: 1200px) {
    .fz-middle-xs {
        font-size: 14px;
    }
    .section-padding-def {
        padding: 80px 0;
    }
    .fz-middle-md {
        font-size: 19px;
    }
}
@media (max-width: 1199px) {
    .section-padding-def {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .fz-middle-md {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .mr-1-not-last-btn-wrap {
        width: 100%;
        margin-right: 0 !important;
        text-align: center;
    }
    .section-padding-def {
        padding: 70px 0;
    }
}
/*---------------------------------------------*/
.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% 100%;
    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 100%;
}
.text-link:hover .text-link__txt,
.text-link.is-active .text-link__txt,
.text-link.active .text-link__txt {
    background-position: 0 100%;
    background-size: 100% 1px;
    color: var(--color-3);
}
.text-link.is-active {
    pointer-events: none;
}
.text-link:hover .text-link-icon__path {
    stroke: var(--color-3);
}
.text-link--reverse:hover .text-link__txt {
    background-position: 100% 100%;
    background-size: 0 1px;
}
.text-link {
    display: inline-block;
    text-decoration: none !important;
    background: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.text-link:not(.color-2) {
    color: currentColor !important;
}
.text-link-icon {
    background: #0000 !important;
    margin-right: 7px;
}
.text-link--bottom-offset .text-link__txt {
    padding-bottom: 9px;
}
.text-link--bold-line .text-link__txt {
    background-size: 0 2px;
}
.text-link--bold-line:hover .text-link__txt {
    background-size: 100% 2px;
}
@media (max-width: 1199px) {
    .text-link--bottom-offset .text-link__txt {
        padding-bottom: 5px;
    }
}
/*---------------------------------------------*/
.container-header-anim-js,
.container-hero-anim-js,
.container-anim-js {
    opacity: 0;
}
/*---------------------------------------------*/
.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);
}
/*---------------------------------------------*/
.scroll-slider-js {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
}
#s-slider__slider-1,
#s-slider__slider-3,
#s-slider__slider-1 .box,
#s-slider__slider-3 .box {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.scroll-slider-js.reverse-dir {
    -webkit-animation-name: scroll_reverse;
    animation-name: scroll_reverse;
}
.scroll-slider__slide-js {
    padding: 0 1px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}
.box {
    position: relative;
}
.scroll-slider-js .box {
    position: relative;
    margin: 0 32px;
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}
@-webkit-keyframes scroll_reverse {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
@keyframes scroll_reverse {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
}
.scroll-slider-js,
.active-browser .scroll-slider-js.active:hover,
.active-browser .scroll-slider-js.active-2:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}
.active-browser .scroll-slider-js.active,
.active-browser .scroll-slider-js.active-2 {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
/*---------------------------------------------*/
:root {
    --btn-border-radius: 9999px;
    --btn-color: var(--color-1);
    --btn-color-hover: var(--color-1);
    --btn-bg: linear-gradient(230deg, #f74902 34.5%, #ef2b2d 66.32%, #1f0d06 100%);
    --btn-bg-hover: linear-gradient(230deg, #1f0d06 0%, #ef2b2d 33.68%, #f74902 65.5%);
    --btn-box-shadow-hover: 0 0 22px 0 #f74902;
    --btn-box-shadow: 0 0 0 0 #0000;
    --btn-border-width: 2px;
    --btn-border-color: #f74902;
}
.btn {
    display: inline-block;
    border: 0;
    outline: 0;
    color: var(--btn-color) !important;
    background: none !important;
    text-decoration: none;
    position: relative;
    z-index: 1;
    -webkit-transition: color var(--animation-fast) !important;
    -o-transition: color var(--animation-fast) !important;
    transition: color var(--animation-fast) !important;
    border-radius: var(--btn-border-radius);
    padding: 10px 24px;
    cursor: pointer;
}
.btn__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-bg);
    border-radius: var(--btn-border-radius);
    box-shadow: var(--btn-box-shadow);
    z-index: 1;
}
.btn__bg--hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    background: var(--btn-bg-hover);
    box-shadow: var(--btn-box-shadow-hover);
    -webkit-transition: opacity var(--animation-fast), visibility var(--animation-fast);
    -o-transition: opacity var(--animation-fast), visibility var(--animation-fast);
    transition: opacity var(--animation-fast), visibility var(--animation-fast);
}
.btn__content {
    position: relative;
    z-index: 2;
}
.btn:hover,
.btn.is-active {
    z-index: 2;
}
.btn.is-active {
    pointer-events: none;
}
.btn:hover .btn__bg--hover,
.btn.is-active .btn__bg--hover {
    opacity: 1;
    visibility: visible;
}
.s-hero-short__nav-item .btn.is-active.hide-active-state .btn__bg--hover:after {
    will-change: opacity;
}
.btn--secondary {
    --btn-box-shadow: 0 0 12px 0 #f74902;
    --btn-bg: #000000;
    --btn-bg-hover: #000000;
    --btn-box-shadow-hover: 0 0 22px 0 #f74902;
}
.btn--secondary .btn__bg:after,
.btn--secondary .btn__bg--hover:after,
.btn--third .btn__bg--hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--btn-border-radius);
    -webkit-box-shadow: inset 0 0 0 .5px var(--btn-border-color);
    box-shadow: inset 0 0 0 .5px var(--btn-border-color);
    z-index: 1;
}
.btn--secondary .btn__bg--hover:after,
.btn--third .btn__bg--hover:after {
    -webkit-box-shadow: inset 0 0 0 1px var(--btn-border-color);
    box-shadow: inset 0 0 0 1px var(--btn-border-color);
}
.btn--third {
    --btn-box-shadow: none;
    --btn-bg: var(--color-6);
    --btn-bg-hover: #000000;
    --btn-box-shadow-hover: 0 0 22px 0 #f74902;
}
.btn--markets-crypto {
    --btn-border-color: var(--crypto-color);
    --btn-box-shadow-hover: 0 0 22px 0 var(--crypto-color);
}
.btn--markets-indices {
    --btn-border-color: #e5c6aa;
    --btn-box-shadow-hover: 0 0 22px 0 #e5c6aa;
}
.btn--markets-stock {
    --btn-border-color: #33eafe;
    --btn-box-shadow-hover: 0 0 22px 0 #33eafe;
}
.btn--markets-commodities {
    --btn-border-color: #ef2b2d;
    --btn-box-shadow-hover: 0 0 22px 0 #ef2b2d;
}
.btn--transparent {
    --btn-border-color: var(--color-1);
    --btn-bg-hover: var(--color-4);
    --btn-color: var(--color-2);
}
.btn--transparent .btn__bg--hover {
    -webkit-box-shadow: inset 0 0 0 1px var(--btn-border-color);
    box-shadow: inset 0 0 0 1px var(--btn-border-color);
}
.btn--transparent .btn__bg:not(.btn__bg--hover) {
    display: none;
}
.btn--transparent:hover,
.btn--transparent.is-active {
    color: var(--btn-color-hover) !important;
}
.btn--transparent-2 {
    --btn-bg-hover: var(--color-6);
}
.btn__icon {
    width: 0.8125em;
    margin-left: 8px;
    position: relative;
    top: -.05em;
}
.btn__icon--prev {
    margin: 0 8px 0 0;
}
.btn--md-size {
    font-size: 24px;
    padding: 7px 18px;
}
.btn--md-size .btn__icon {
    width: 0.65em;
}
.btn--fourth {
    --btn-border-color: var(--color-1);
    --btn-bg-hover: var(--color-6);
    --btn-color: var(--color-2);
}
.btn--fourth .btn__bg--hover {
    border: .5px solid currentColor;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .btn {
        padding: 7px 15px;
    }
}
@media (max-width: 1199px) {
    .btn--md-size {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .btn--md-size {
        font-size: 16px;
        padding: 10px 23px;
    }
}
/*---------------------------------------------*/
.dropdown-block {
    display: inline-block;
    position: relative;
    padding: 5px 0;
    z-index: 2;
}
.dropdown-block__btn {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    background: none !important;
}
.dropdown-block__icon {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.dropdown-block__txt-overflow {
    max-width: 50px;
}
.dropdown-block__content {
    position: absolute;
    /*top: calc(100% - 2px);*/
    z-index: 2;
    /*right: 0;*/
    top: calc(100% + 11px);
    left: -18px;
    max-height: 150px;
    overflow: auto;
    overflow-x: hidden;
    min-width: 100%;
    color: #bfbfbf;
    font-size: 16px;
    display: none;
    opacity: 0;
    width: 308px;
    text-align: left;
    border: 1px solid #515151;
    border-radius: 8px;
    backdrop-filter: blur(36px);
    background: rgba(0, 0, 0, 0.2);
    padding: 16px;
}
.dropdown-block__content::-webkit-scrollbar {
    width: 4px;
}
.dropdown-block__content::-webkit-scrollbar-thumb {
    background: #cccccc;
    border-radius: 10px;
}
.dropdown-block__arrow {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.dropdown-block.open .dropdown-block__arrow {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.dropdown-block.top-position .dropdown-block__content {
    top: auto;
    bottom: 100%;
}
.dropdown-block__item-link {
    padding: 0 !important;
    color: #bfbfbf !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.dropdown-block__item-link:hover {
    color: var(--color-3) !important;
}
.dropdown-block__item-link-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.dropdown-block__item:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 16px;
}
.dropdown-block__item {
    width: 50%;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .dropdown-block__icon {
        width: 20px;
        height: 20px;
    }
    .dropdown-block__content {
        max-height: 110px;
        width: 250px;
        padding: 12px 10px 10px;
        font-size: 12px;
        left: -12px;
    }
    .dropdown-block__item-link-icon {
        width: 20px;
        height: 20px;
        margin-right: 6px;
    }
    .dropdown-block__items {
        margin: 0 -5px;
    }
    .dropdown-block__item {
        padding: 0 5px;
    }
    .dropdown-block__item:not(:nth-child(1)):not(:nth-child(2)) {
        margin-top: 12px;
    }
}
@media (max-width: 575px) {
    .dropdown-block__content {
        width: 200px;
    }
    .dropdown-block__item {
        width: 100%;
    }
    .dropdown-block__item:not(:nth-child(1)) {
        margin-top: 16px;
    }
}
/*---------------------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 24px 0 16px;
    -webkit-transition: padding-top var(--animation-smooth) !important;
    -o-transition: padding-top var(--animation-smooth) !important;
    transition: padding-top var(--animation-smooth) !important;
    z-index: 999;
    pointer-events: none;
}
/*.header--with-gradient.active {*/
/*    background-color: var(--color-4);*/
/*}*/
/*.header:before,*/
.header:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    width: 100%;
    -webkit-transition: opacity var(--animation-smooth), height var(--animation-smooth);
    -o-transition: opacity var(--animation-smooth), height var(--animation-smooth);
    transition: opacity var(--animation-smooth), height var(--animation-smooth);
    opacity: 0;
}
/*.header:before {*/
/*    top: 0;*/
/*    height: 100%;*/
/*    background-color: var(--color-4);*/
/*}*/
.header:after {
    top: 0;
    height: calc(100% + 50px);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 15, 15, 0)), to(rgba(15, 15, 15, .4)));
    background: -o-linear-gradient(bottom, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, .4) 100%);
    background: linear-gradient(to top, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, .4) 100%);
}
/*.is-offset-top .header.header--hide-gradient:after {*/
/*    height: 50px;*/
/*}*/
/*.is-offset-top .header:before,*/
.is-offset-top .header:after
    /*.header--with-gradient.active:after */
{
    opacity: 1;
}
.header__container,
.header-menu {
    pointer-events: auto;
}
.is-offset-top .header {
    padding-top: 16px;
}
.header__col-1 {
    margin-right: 5%;
}
.header__col-3 {
    margin-left: auto;
}
.header__nav li:not(:last-child) {
    margin-right: 24px;
}
.header__links li:not(:last-child) {
    margin-right: 21px;
}
.header__links li:first-child {
    margin-right: 51px;
}
.header__links li .dropdown-block {
    top: 4px;
}
:root {
    --header-height: 86px;
}
.header__logo {
    width: 258px;
}
.header__burger {
    position: relative;
    width: 2rem;
    height: 1rem;
    pointer-events: auto;
    cursor: pointer;
}
.header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4px;
    background: #ffffff;
    -webkit-transition: var(--animation-default);
    -o-transition: var(--animation-default);
    transition: var(--animation-default);
}
.header__burger span:nth-of-type(1) {
    top: 0;
}
.header__burger span:nth-of-type(2) {
    bottom: 0;
}
.menu-active .header__burger span:nth-of-type(1) {
    -webkit-transform: translateY(0.4rem) rotate(-45deg);
    -ms-transform: translateY(0.4rem) rotate(-45deg);
    transform: translateY(0.4rem) rotate(-45deg);
}
.menu-active .header__burger span:nth-of-type(2) {
    -webkit-transform: translateY(-0.45rem) rotate(45deg);
    -ms-transform: translateY(-0.45rem) rotate(45deg);
    transform: translateY(-0.45rem) rotate(45deg);
}
.header-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--window-height, 100vh);
    background: #000000;
    padding: var(--header-height) 0 50px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity var(--animation-smooth);
    -o-transition: opacity var(--animation-smooth);
    transition: opacity var(--animation-smooth);
    z-index: 1;
    text-align: center;
}
.menu-active .header-menu {
    opacity: 1;
    pointer-events: auto;
}
.header-menu__container-2 {
    margin-top: 53px;
}
/*@media (max-height: 899px) {*/
/*    .header--with-gradient:after {*/
/*        height: 150px;*/
/*    }*/
/*}*/
/*@media (max-height: 699px) {*/
/*    .header--with-gradient:after {*/
/*        height: 80px;*/
/*    }*/
/*}*/
/*@media (max-height: 599px) {*/
/*    .header--with-gradient:after {*/
/*        height: 50px;*/
/*    }*/
/*}*/
@media (max-height: 801px) and (min-width: 1200px) {
    .header__logo {
        width: 200px;
    }
    .header__nav li:not(:last-child) {
        margin-right: 22px;
    }
    .header__links li:first-child {
        margin-right: 30px;
    }
    .header {
        padding-top: 20px;
    }
}
@media (max-width: 1199px) {
    /*.header--with-gradient:before {*/
    /*    height: 150px;*/
    /*}*/
    .header__links-item-wrap .dropdown-block .dropdown-block__content {
        top: auto;
        bottom: 100%;
    }
    .header__links li:first-child .header__links-item-wrap.menu-item-anim-2 {
        position: relative;
        z-index: 2;
    }
}
/*@media (max-width: 1199px) and (max-height: 899px) {*/
/*    .header--with-gradient:before {*/
/*        height: 100px;*/
/*    }*/
/*}*/
/*@media (max-width: 1199px) and (max-height: 699px) {*/
/*    .header--with-gradient:before {*/
/*        height: 50px;*/
/*    }*/
/*}*/
/*@media (max-width: 1199px) and (max-height: 599px) {*/
/*    .header--with-gradient:before {*/
/*        height: 30px;*/
/*    }*/
/*}*/
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1200px) {
    .menu-item-anim-2,
    .menu-item-anim-1 {
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}
@media (max-width: 1439px) {
    .header__nav li:not(:last-child) {
        margin-right: 20px;
    }
    .header__col-1 {
        margin-right: 15px;
    }
    .header__logo {
        width: 200px;
    }
    .header__links-link {
        font-size: 14px;
    }
    .header__links li:not(:last-child) {
        margin-right: 20px;
    }
    .header__links li:first-child {
        margin-right: 30px;
    }
}
@media (max-width: 1199px) {
    .header__col-2,
    .header__col-3 {
        display: none;
    }
    .header__nav {
        display: block;
        font-size: 30px;
    }
    .header__nav li {
        overflow: hidden;
    }
    .header__nav li:not(:last-child) {
        margin: 0 0 clamp(20px, 3.91vh, 33px) !important;
    }
    .header-menu__container-1 {
        margin: auto;
    }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 575px) {
    .header__logo {
        width: 176px;
    }
    .header__links li {
        width: 100%;
    }
    .header__links li:not(:last-child) {
        margin: 0 0 clamp(20px, 2.84vh, 24px) !important;
    }
    .header__nav,
    .header__links {
        font-size: clamp(20px, 2.84vh, 24px);
    }
    .header__nav .btn {
        padding: clamp(8px, 1.42vh, 12px) clamp(16px, 2.84vh, 24px);
    }
    .header-menu {
        padding-bottom: clamp(30px, 8.88vh, 75px);
    }
    .header__container,
    .header-menu__container-1,
    .header-menu__container-2 {
        padding: 0 24px;
    }
    .header__nav li:not(:last-child) {
        margin: 0 0 clamp(20px, 4.62vh, 39px) !important;
    }
    .header__links-item-wrap .dropdown-block__icon {
        width: 32px;
        height: 32px;
        margin-right: 16px;
    }
    .header__links .btn {
        padding: 10px 16px;
    }
}
@media (max-width: 375px) {
}
/*---------------------------------------------*/
.footer {
    padding: 64px 0;
}
.footer__brands {
    justify-content: space-between;
    margin: 0 calc(clamp(16px, 3.47vw, 50px) * -1) 37px;
}
.footer__brand {
    padding: 0 clamp(16px, 3.47vw, 50px);
    margin-bottom: 24px;
}
.footer__logo {
    width: 260px;
}
.footer__content {
    margin: 0 -24px;
}
.footer__col {
    padding: 0 24px;
}
.footer__col-1 {
    width: 25%;
    margin-right: auto;
}
.footer__col-b {
    width: 13.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.footer__block-title {
    margin-bottom: 17px;
}
.footer__block-title .btn {
    margin-left: -26px;
    color: var(--color-1) !important;
}
.footer__block {
    margin-bottom: 20px;
}
.footer__copy {
    margin-top: 36px;
    font-size: 12px;
    line-height: 1.1;
    color: var(--color-7);
}
.footer__copy p {
    margin-bottom: 8px;
}
.footer__block-list {
    line-height: 1.3;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .footer__brand {
        padding: 0 clamp(16px, 3.3vw, 50px);
    }
    .footer__brand img {
        width: calc(var(--logo-width) * .75) !important;
    }
    .footer__brands {
        margin-bottom: 27px;
    }
    .footer__logo {
        width: 205px;
    }
    .footer__block-title .btn {
        margin-left: -17px;
    }
    .footer {
        padding-bottom: 44px;
    }
}
@media (max-width: 1199px) {
    .footer {
        padding: 56px 0 50px;
    }
    .footer__col-b {
        width: 18%;
    }
    .footer__brands {
        margin: 0 -25px 37px;
    }
    .footer__brand {
        padding: 0 25px;
    }
    .footer__copy {
        margin-top: 24px;
    }
}
@media (max-width: 991px) {
    .footer {
        padding: 56px 0 30px;
    }
    .footer__logo-link-wrap {
        text-align: center;
        margin-bottom: 85px;
    }
    .footer__col-b {
        width: 25%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .footer__brands {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media (max-width: 767px) {
    .footer__brand {
        padding: 0 12px;
    }
    .footer__brands {
        margin: 0 -12px 37px;
    }
    .footer__content {
        margin: 0 -16px;
    }
    .footer__col-b {
        width: 100%;
        padding: 0 16px;
    }
    .footer__block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
    }
    .footer__block-title {
        width: 40%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .footer__block-title .btn {
        margin-top: -10px;
    }
    .footer__block-list {
        width: 107px;
    }
}
@media (max-width: 399px) {
    .footer__logo {
        width: 234px;
    }
    .footer__brand img {
        width: calc(var(--logo-width) * .8) !important;
    }
    .footer__block-title {
        font-size: 16px;
    }
    .footer__block-list {
        padding-top: 8px;
        font-size: 18px;
    }
    .footer__block {
        margin-bottom: 3px;
    }
    .footer__copy {
        margin-top: 50px;
    }
}
/*---------------------------------------------*/
.s-hero__pic-wrap {
    position: relative;
    height: clamp(150px, 42.22vh, 380px);
    width: auto;
    margin-bottom: clamp(27px, 4.9vh, 52px);
}
.s-hero__pic--absolute,
.s-slider-2__pic--absolute,
.s-banner__pic--absolute {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 190%;
    width: auto;
    max-width: none;
    pointer-events: none;
}
.s-hero--video-fix-3 .s-hero__pic--absolute {
    height: 200%;
    top: 55%;
}
.s-hero--video-fix-5 .s-hero__pic--absolute {
    height: 200%;
}
.s-hero__title span,
.s-hero__title-slider {
    --border-color: var(--color-3);
    --box-shadow-color-1: var(--color-3);
    --box-shadow-color-2: rgba(247, 73, 2, 0.5);
    position: relative;
    z-index: -1;
    left: 0.25em;
    display: inline-block;
    padding: 0.14em 0.36em 0.21em 0.36em;
    border: 1px solid var(--border-color);
    border-radius: 153.23em;
    -webkit-box-shadow: 0 0 1.23em 0 var(--box-shadow-color-1), inset 0 0 0.375em 0 var(--box-shadow-color-2);
    box-shadow: 0 0 1.23em 0 var(--box-shadow-color-1), inset 0 0 0.375em 0 var(--box-shadow-color-2);
    background: var(--color-5);
}
.s-hero__title,
.s-hero__title-2 {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}
.s-hero__pics-slide {
    height: 190%;
    width: 100%;
}
.s-hero__pics-slide:not(.s-hero__pics-slide--1) {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
    transform: translate(-50%, -50%) scale(.5);
    /*will-change: transform;*/
}
/*.s-hero__pics-slide-pic-js {*/
/*    -webkit-transition: -webkit-transform .7s ease-out;*/
/*    transition: -webkit-transform .7s ease-out;*/
/*    -o-transition: transform .7s ease-out;*/
/*    transition: transform .7s ease-out;*/
/*    transition: transform .7s ease-out, -webkit-transform .7s ease-out;*/
/*}*/
/*@media(min-width: 1200px) {*/
/*    .safari-browser .s-hero__pics-slide:not(.slide-disable-safari-duration) .s-hero__pics-slide-pic-js {*/
/*        -webkit-transition-duration: 1.5s;*/
/*        -o-transition-duration: 1.5s;*/
/*        transition-duration: 1.5s;*/
/*    }*/
/*}*/
/*.s-hero__pics-slide:not(.slide-active) .s-hero__pics-slide-pic-js {*/
/*    -webkit-transform: scale(.5);*/
/*    -ms-transform: scale(.5);*/
/*    transform: scale(.5);*/
/*}*/
.s-hero__pics-slide--3 {
    top: 55%;
}
.s-hero__pics-slide--3,
.s-hero__pics-slide--5 {
    height: 200%;
}
.s-hero__pics-slide-video,
.s-hero__pics-slide-pic {
    top: 0;
    left: 0;
    z-index: 1;
}
.s-hero__title-slider {
    padding: 0;
    line-height: 0;
    white-space: nowrap;
}
.s-hero__title-slider-wrap {
    overflow: hidden;
    line-height: 1;
    max-width: 100%;
    border-radius: 153.23em;
}
.s-hero__title-slide {
    display: inline-block;
    padding: 0.14em 0.36em 0.21em 0.36em;
}
.s-hero__title-slide:not(.s-hero__title-slide--1) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
/*---------scale--------------*/
@media (max-height: 801px) and (min-width: 1200px) {
    .s-hero__pic-wrap {
        height: clamp(150px, 39vh, 380px);
    }
}
@media (max-width: 767px) {
    .s-hero__title,
    .s-hero__title-2 {
        line-height: 1.4;
    }
    .s-hero__title span {
        line-height: 1;
        left: 0;
    }
    .s-hero__title-slider {
        left: 0;
    }
    .s-hero__pic-wrap {
        height: clamp(150px, 36vh, 380px);
    }
}
@media (max-width: 575px) {
    .s-hero__title,
    .s-hero__title-2 {
        font-size: clamp(30px, 8vh, 40px);
    }
    .s-hero__pic-wrap {
        margin-bottom: clamp(16px, 5.4vh, 27px);
    }
    .s-hero__pics-slide {
        top: 60%;
    }
    .s-hero__pics-slide--3,
    .s-hero__pics-slide--5 {
        top: 70%;
    }
    .s-hero__pics-slide--6 {
        top: 65%;
    }
}
@media (max-width: 399px) {
    .s-hero__title,
    .s-hero__title-2 {
        font-size: clamp(28px, 8vh, 32px);
        margin-bottom: clamp(16px, 5.6vh, 38px);
    }
    .s-hero__pic-wrap {
        height: clamp(150px, 36vh, 230px);
    }
    .s-hero__pic-wrap {
        margin-bottom: clamp(16px, 5.4vh, 45px);
    }
}
/*---------------------------------------------*/
.s-slider__title span:not(.s-slider__title-txt) {
    color: #ef2b2d;
}
@supports (-webkit-background-clip: text) {
    .s-slider__title span:not(.s-slider__title-txt) {
        background: linear-gradient(199deg, #1f0d06 0%, #ef2b2d 56.3%, #f74902 86.82%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: transparent;
    }
}
.s-slider__title {
    margin-bottom: clamp(20px, 5.2vh, 48px);
}
.s-slider__heading {
    margin-bottom: 40px;
}
:root {
    --s-slider__box-padding: 16px 24px;
}
.s-slider__box {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    padding: var(--s-slider__box-padding);
    width: 220px;
    background: rgba(35, 35, 35, 0.6);
    margin: 0 8px !important;
    min-height: clamp(40px, 10.67vh, 96px);
    height: 100%;
    font-weight: 300;
    font-size: clamp(16px, 2.67vh, 24px);
    line-height: 1;
    color: var(--color-1);
    font-family: var(--second-family);
}
.s-slider__box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 22px 0 #f74902;
    box-shadow: 0 0 22px 0 #f74902;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all var(--animation-default);
    -o-transition: all var(--animation-default);
    transition: all var(--animation-default);
    z-index: -1;
    pointer-events: none;
}
.s-slider__box:hover:after {
    opacity: .5;
    visibility: visible;
}
.s-slider__slider .scroll-slider__slide-js {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
/*.s-slider__nav-list-wrap {*/
/*    margin-top: clamp(32px, 8.67vh, 78px);*/
/*}*/
.s-slider__slider:not(:last-child) {
    margin-bottom: 16px;
}
.s-slider__nav-list {
    margin: 0 -12px;
}
.s-slider__nav-item {
    margin-top: 6px;
    padding: 0 12px !important;
}
/*.s-slider__slider:nth-child(1) {*/
/*    margin-left: -150px;*/
/*}*/
/*.s-slider__slider:nth-child(2) {*/
/*    margin-left: -200px;*/
/*}*/
/*.s-slider__slider:nth-child(3) {*/
/*    margin-left: -100px;*/
/*}*/
.s-slider__box-icons img {
    max-width: 24px;
    max-height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.s-slider__box-icons img + img {
    margin-left: 8px;
}
.s-slider__nav-list-buffer {
    height: 100vh;
    max-height: 900px;
}
/*-----------------------------------*/
.s-slider__title,
.s-slider__txt-wrap {
    position: relative;
}
.s-slider__title-txt {
    display: block;
}
.s-slider__title-txt:not(.s-slider__title-txt--1),
.s-slider__txt-wrap-inner:not(.s-slider__txt-wrap-inner--1),
.s-slider__box-content:not(.s-slider__box-content--1) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.s-slider__title-txt:not(.is-active),
.s-slider__txt-wrap-inner:not(.is-active),
.s-slider__box-content:not(.is-active) {
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: var(--animation-smooth);*/
    /*-o-transition: var(--animation-smooth);*/
    /*transition: var(--animation-smooth);*/
}
/*.s-slider__title-txt.is-active,*/
/*.s-slider__txt-wrap-inner.is-active,*/
/*.s-slider__box-content.is-active {*/
/*    opacity: 1;*/
/*    visibility: visible;*/
/*}*/
.s-slider__box-content:not(.s-slider__box-content--1) {
    padding: var(--s-slider__box-padding);
}
/*-----------------------------------*/
/*---------scale--------------*/
@media (max-height: 801px) and (min-width: 1200px) {
    :root {
        --s-slider__box-padding: 14px 18px;
    }
    .s-slider__title {
        margin-bottom: 20px;
    }
    .s-slider__heading {
        margin-bottom: 35px;
    }
    .s-slider__box {
        width: 175px;
        font-size: clamp(14px, 2.4vh, 24px);
        min-height: clamp(30px, 9vh, 96px);
        margin: 0 7px !important;
    }
    .s-slider__box-icons img {
        max-width: 18px;
        max-height: 18px;
    }
    .s-slider__box-icons img + img {
        margin-left: 5px;
    }
    .s-slider__slider:not(:last-child) {
        margin-bottom: 14px;
    }
    /*.s-slider__nav-list-wrap {*/
    /*    margin-top: clamp(32px, 8vh, 78px);*/
    /*}*/
}
@media (min-width: 1200px) {
    .s-slider__nav-item .btn--md-size {
        font-size: clamp(16px, 2.67vh, 24px);
    }
}
@media (max-width: 1199px) {
    .s-slider {
        min-height: 0;
    }
    /*.s-slider__heading {*/
    /*    margin-bottom: 50px;*/
    /*}*/
    :root {
        --s-slider__box-padding: 16px;
    }
    .s-slider__box {
        width: 189px;
        min-height: 66px;
        font-size: 16px;
    }
    /*.s-slider__slider:nth-child(1) {*/
    /*    margin-left: -25px;*/
    /*}*/
    /*.s-slider__slider:nth-child(2) {*/
    /*    margin-left: -100px;*/
    /*}*/
    /*.s-slider__slider:nth-child(3) {*/
    /*    margin-left: -75px;*/
    /*}*/
}
@media (max-width: 767px) {
    .s-slider {
        padding-bottom: 50px;
    }
    .s-slider__nav-list {
        margin: 0 -3px;
    }
    .s-slider__nav-item {
        padding: 0 3px !important;
    }
}
@media (max-width: 575px) {
    .s-slider__txt-wrap br {
        display: none;
    }
    .s-slider__slider:not(:last-child) {
        margin-bottom: 12px;
    }
}
@media (max-width: 399px) {
    .s-slider__title {
        line-height: .9;
        margin-bottom: 20px;
    }
}
@media (max-width: 360px) {
    .s-slider__nav-btn {
        font-size: 14px;
    }
}
@media (max-height: 650px) {
    .s-slider__heading {
        margin-bottom: 30px;
    }
    /*.s-slider__nav-list-wrap {*/
    /*    margin-top: 30px;*/
    /*}*/
    .s-slider__nav-btn {
        font-size: 14px;
    }
    /*.s-slider__title {*/
    /*    margin-bottom: 20px;*/
    /*}*/
}
@media (max-height: 550px) {
    .s-slider__slider:not(:last-child) {
        margin-bottom: 10px;
    }
}
@media (max-height: 600px) and (max-width: 767px) {
    .s-slider__title {
        font-size: 27px;
        max-width: 300px;
        margin: 0 auto 20px;
    }
    .s-slider__txt-wrap {
        font-size: 14px;
    }
    .s-slider__box-icons img {
        max-width: 18px;
        max-height: 18px;
    }
    :root {
        --s-slider__box-padding: 10px 15px;
    }
    .s-slider__box {
        min-height: 50px;
        font-size: 14px;
    }
    .s-slider__nav-btn {
        font-size: 14px;
        padding: 8px 16px;
    }
}
/*---------------------------------------------*/
.s-slider-2__title {
    margin-bottom: clamp(50px, 10.67vh, 96px);
}
.s-slider-2__cards-buffer {
    height: 1800px;
    min-height: 200vh;
}
.s-slider-2__cards-buffer--secondary {
    height: 1200px;
    min-height: 150vh;
}
.s-slider-2__cards-buffer--additional-space .s-slider-2__cards-buffer-inside {
    height: 200vh;
}
.s-slider-2__cards-buffer-inside {
    height: 100vh;
    min-height: 1200px;
}
.s-slider-2__cards-buffer .s-slider-2__cards-buffer-inside {
    min-height: 0;
}
.slider-2__slide {
    width: 410px;
    max-width: calc(100vw - 32px);
    padding: 0;
}
.slider-2__slide:not(:last-child) {
    margin-right: 24px;
}
.simple-card,
.big-card {
    position: relative;
    z-index: 1;
    height: 100%;
    min-height: clamp(150px, 27.89vh, 251px);
    border-radius: 24px;
    padding: clamp(20px, 4.67vh, 42px) clamp(24px, 2.5vw, 48px) clamp(20px, 4.56vh, 41px);
}
.simple-card__bg,
.simple-card__bg-2,
.big-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
    border-radius: 20px;
}
.simple-card__title {
    padding-right: 56px;
    margin-bottom: 13px;
}
.simple-card__title-icon {
    top: .1em;
    right: 0;
    width: 32px;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.s-slider-2__progress-bar {
    height: 8px;
    background: #515151;
    width: 150px;
    border-radius: 20px;
    margin: clamp(50px, 19vh, 171px) auto 0;
    overflow: hidden;
}
.s-slider-2__progress-thumb {
    top: 0;
    left: 0;
    width: 28%;
    height: 100%;
    border-radius: 20px;
    background: var(--color-1);
}
.s-slider-2__pic-wrap {
    display: inline-block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 76%;
    height: 100vh;
    max-height: 900px;
    width: auto;
}
.s-slider-2__pic {
    top: 0;
    left: 0;
    max-width: none;
}
img.s-slider-2__pic {
    display: block !important;
    visibility: hidden !important;
    position: static;
}
.s-slider-2__pic--absolute {
    height: 170%;
    top: 48%;
    left: 50%;
}
@media (min-width: 1200px) {
    .simple-card__title {
        font-size: clamp(26px, 4.3vh, 40px);
    }
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-slider-2__title {
        margin-bottom: clamp(50px, 9.2vh, 96px);
    }
    .simple-card__title {
        font-size: clamp(26px, 4.4vh, 40px);
        margin-bottom: 9px;
        padding-right: 40px;
    }
    .slider-2__slide {
        width: 328px;
    }
    .simple-card__txt-wrap.fz-middle-xs {
        font-size: 14px;
    }
    .simple-card {
        min-height: clamp(0px, 27vh, 251px);
    }
    .slider-2__slide:not(:last-child) {
        margin-right: 18px;
    }
    .s-slider-2__progress-bar {
        width: 120px;
        height: 6px;
        margin: clamp(50px, 18vh, 171px) auto 0;
    }
}
@media (min-width: 1200px) and (max-height: 650px) {
    .s-slider-2__progress-bar {
        margin: clamp(50px, 15vh, 171px) auto 0;
    }
    .s-slider-2__title {
        margin-bottom: clamp(50px, 10vh, 70px);
    }
}
@media (max-width: 1199px) {
    .s-slider-2__cards-buffer-inside {
        height: 100vh;
        min-height: 1800px;
    }
    .s-slider-2__progress-bar {
        margin: clamp(50px, 10vh, 100px) auto 0;
    }
    .s-slider-2__title {
        /*margin-bottom: clamp(50px, 10vh, 100px);*/
        margin-bottom: clamp(50px, 10vh, 70px);
    }
    /*.s-slider-2 {*/
    /*    min-height: 0;*/
    /*}*/
    .s-slider-2__pic-wrap {
        max-height: 100%;
    }
    .s-slider-2__cards-buffer {
        height: 2800px;
        min-height: 200vh;
    }
    .s-slider-2__cards-buffer--secondary {
        height: 1800px;
    }
    /*.s-slider-2__cards-buffer-inside {*/
    /*    min-height: 2000px;*/
    /*}*/
}
@media (max-width: 1199px) and (min-width: 991px) {
    .simple-card__title {
        font-size: clamp(26px, 4.44vh, 28px);
    }
}
@media (max-width: 991px) and (min-width: 400px) {
    .simple-card__title {
        font-size: clamp(26px, 4.44vh, 33px);
    }
}
@media (max-width: 575px) {
    .s-slider-2__title {
        margin-bottom: clamp(42px, 8.375vh, 67px);
    }
    .simple-card {
        min-height: 187px;
        padding: 28px 32px 28px;
    }
    .simple-card__title-icon {
        right: -6px;
    }
    .s-slider-2__progress-bar {
        margin: 42px auto 0;
    }
    .s-slider-2__pic--absolute {
        left: 35%;
    }
    /*.s-slider-2 {*/
    /*    padding: 50px 0;*/
    /*}*/
}
/*---------------------------------------------*/
.s-cards__title {
    margin-bottom: 38px;
}
.s-cards__row {
    margin: 0 auto;
    max-width: 1063px;
}
.s-cards__col {
    padding: 0 12px;
    margin-bottom: 24px;
}
.s-cards__buttons {
    margin-top: 24px;
}
.big-card {
    min-height: 0;
    padding: 27px 32px 30px;
}
.big-card__bg {
    -webkit-backdrop-filter: blur(144px);
    backdrop-filter: blur(144px);
}
.big-card__title {
    font-weight: 300;
    margin-bottom: 18px;
}
.big-card__table {
    border-top: 1px solid var(--color-1);
    line-height: 1.3;
}
.big-card__table-row {
    padding: 12px 0;
}
.big-card__table-row {
    padding: 6px 0;
}
.big-card__table-row-child {
    padding: 1px 0;
}
.big-card__table-row:not(:last-child) {
    border-bottom: 1px solid var(--color-1);
}
.big-card__table-row:last-child .big-card__table-row-child:last-child {
    padding-bottom: 0;
}
.big-card__table-col--1 {
    padding: 0 10px 0 0;
    margin-right: auto;
}
.big-card__table-col--2 {
    padding-right: 0;
    text-align: right;
}
.big-card__table-col-row {
    margin: 0 -7px;
    padding-left: 20px;
}
.big-card__table-col-row-col {
    padding: 0 7px;
}
.big-card__table-row--last {
    padding-top: 9px;
    padding-bottom: 1px;
    line-height: 1;
}
.s-cards--third {
    padding: 50px 0 92px;
}
.s-cards--third .s-cards__title {
    margin-bottom: 58px;
}
.s-cards--third .s-cards__buttons {
    margin-top: 41px;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-cards__title {
        margin-bottom: 32px;
    }
    .big-card {
        padding: 21px 27px 21px;
    }
    .s-cards__row {
        max-width: 858px;
    }
    .big-card__title {
        margin-bottom: 15px;
    }
    .big-card__table-col-check-icon {
        width: 16px;
    }
    .big-card__table-col-row-col img {
        width: calc(var(--logo-width) * .8) !important;
    }
    .big-card__table-col-row-col {
        padding: 0 5px;
    }
    .s-cards__buttons {
        margin-top: 16px;
    }
    .s-cards--secondary .s-cards__title {
        font-size: 30px;
    }
    .s-cards--third {
        padding: 38px 0 42px;
    }
    .s-cards--third .s-cards__title {
        margin-bottom: 46px;
    }
    .s-cards--third .s-cards__buttons {
        margin-top: 30px;
    }
}
@media (max-width: 1199px) {
    .big-card__table-col-row-col img {
        width: calc(var(--logo-width) * .9) !important;
    }
    .s-cards {
        min-height: 0;
    }
}
@media (max-width: 991px) {
    .s-cards__col {
        margin: 0 auto 24px;
        max-width: 450px;
    }
    .big-card__table-col-row-col img {
        width: calc(var(--logo-width) * .8) !important;
    }
}
@media (max-width: 575px) {
    .big-card__table-col-row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 9px -7px 0;
        padding-left: 0;
    }
    .big-card__table-col-row-col img {
        width: calc(var(--logo-width) * 1) !important;
    }
    .s-cards {
        padding: 50px 0;
    }
    .s-cards--third {
        padding-bottom: 70px;
    }
}
@media (max-width: 399px) {
    .s-cards__title {
        margin: 0 auto 42px;
        font-size: 26px;
        max-width: 250px;
    }
    .big-card {
        padding: 21px 20px 25px;
    }
    .big-card__title {
        margin-bottom: 20px;
    }
    .big-card__table {
        line-height: 1.4;
    }
    .big-card__table-row-child {
        flex-wrap: wrap;
    }
    .big-card__table-col--1,
    .big-card__table-col--2 {
        width: auto;
    }
    .big-card__table-col-row-col img {
        width: calc(var(--logo-width) * .9) !important;
    }
    .s-cards--third .s-cards__title {
        margin-bottom: 45px;
    }
    .s-cards--third .s-cards__buttons {
        margin-top: 24px;
    }
}
@media (max-width: 375px) {
    .big-card__table-col-check-icon {
        width: 15px;
    }
    .big-card__table-col-row-col img {
        width: calc(var(--logo-width) * .8) !important;
    }
    .big-card__table {
        font-size: 14px;
    }
}
@media (max-width: 339px) {
    .big-card__table-col-row-col img {
        width: calc(var(--logo-width) * .7) !important;
    }
}
/*---------------------------------------------*/
.s-banner-wrap {
    pointer-events: none;
}
.s-banner-wrap .s-banner {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.s-banner-wrap .s-banner__title,
.s-banner-wrap .s-banner__title-2 {
    pointer-events: auto;
}
.s-banner {
    position: relative;
    z-index: 1;
}
.s-banner__title {
    margin-bottom: clamp(40px, 10.67vh, 96px);
}
.s-banner__pic-wrap {
    height: clamp(150px, 42.78vh, 385px);
}
.s-banner__pic--absolute {
    top: 50%;
    left: 50%;
    height: 180%;
}
.s-banner__title-2 {
    margin: clamp(40px, 9.56vh, 86px) 0 0;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-banner__title-2 {
        margin: clamp(40px, 9vh, 86px) 0 0;
    }
}
@media (max-width: 1199px) {
    /*.s-banner {*/
    /*    min-height: 0;*/
    /*}*/
}
@media (max-width: 399px) {
    .s-banner__title {
        margin-bottom: clamp(30px, 6.75vh, 54px);
    }
    .s-banner__pic-wrap {
        height: clamp(150px, 26.75vh, 214px);
    }
    .s-banner__title-2 {
        margin-top: clamp(30px, 6vh, 48px);
    }
}
/*---------------------------------------------*/
.s-cta {
    padding: 144px 0;
    z-index: 0 !important;
}
.s-cta--fourth {
    padding-bottom: 85px;
}
.s-cta:after,
.s-cta:before {
    height: 70px;
    width: 100%;
    z-index: 0;
}
.s-cta:before {
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
    background: -o-linear-gradient(bottom, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
    background: linear-gradient(to top, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
.s-cta:after {
    bottom: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
    background: -o-linear-gradient(top, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
}
.s-cta__btn-wrap {
    margin-top: 39px;
}
.s-cta__btn-child-wrap:not(:last-child) {
    margin: 0 24px 0 0;
}
.s-cta__txt-wrap {
    max-width: 880px;
    width: 100%;
    margin: 0 auto 40px;
}
@media (min-width: 1200px) {
    .s-cta--fourth .s-cta__title {
        margin-bottom: 37px;
    }
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-cta__btn-wrap {
        margin-top: 33px;
    }
    .s-cta--fourth .s-cta__title {
        margin-bottom: 30px;
    }
    .s-cta--fourth .s-cta__btn-wrap {
        margin-top: 23px;
    }
    .s-cta__txt-wrap {
        max-width: 680px;
        margin: 0 auto 34px;
    }
    .s-cta--fourth {
        padding-bottom: 58px;
    }
}
@media (max-width: 1199px) {
    .s-cta {
        padding: 100px 0;
    }
}
@media (max-width: 991px) {
    .s-cta {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .s-cta {
        padding: 70px 0;
    }
    .s-cta__title {
        line-height: 1.2;
        margin-bottom: 20px;
    }
    .s-cta__btn-wrap {
        margin-top: 20px;
    }
}
@media (max-width: 575px) {
    .s-cta {
        padding: 50px 0;
    }
    .s-cta__btn-child-wrap:not(:last-child) {
        margin: 0 auto 16px;
        display: block !important;
    }
}
@media (max-width: 399px) {
    .s-cta__title {
        max-width: 300px;
        margin: 0 auto 20px;
    }
}
/*---------------------------------------------*/
.orb-canvas-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
    z-index: 0;
}
.orb-canvas {
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.orb-canvas--in-section {
    top: 0;
    left: 0;
    position: absolute;
    z-index: -1;
}
.orb-canvas--banner-js {
    opacity: .4;
}
/*---------------------------------------------*/
.s-hero-simple-wrap {
    min-height: var(--window-height-mob, 100vh);
}
.s-hero--simple {
    position: relative;
    z-index: 1;
}
.s-hero--simple-2:after,
.s-hero-short:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), to(#0f0f0f));
    background: -o-linear-gradient(top, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, #0f0f0f 100%);
    z-index: 0;
}
.s-hero--simple-2 .s-hero__container {
    position: relative;
    z-index: 1;
}
section:not(.s-hero--simple) {
    position: relative;
    z-index: 2;
}
.s-hero--simple .s-hero__title span {
    left: 0;
}
.s-hero__fixed-nav {
    position: fixed;
    bottom: 0;
    padding-bottom: 20px;
    left: 0;
    width: 100%;
    z-index: 99;
    pointer-events: none;
}
.s-hero__fixed-nav-container-wrap {
    -webkit-transition-property: opacity, visibility !important;
    -o-transition-property: opacity, visibility !important;
    transition-property: opacity, visibility !important;
}
.hide-nav .s-hero__fixed-nav-container-wrap {
    opacity: 0;
    visibility: visible;
}
/*.hide-nav.s-hero__fixed-nav:after,*/
.hide-nav.s-hero__fixed-nav:before {
    opacity: 0 !important;
}
/*.s-hero__fixed-nav:after {*/
/*    bottom: 0;*/
/*    height: 100%;*/
/*    background: var(--color-4);*/
/*}*/
/*.s-hero__fixed-nav:after,*/
.s-hero__fixed-nav:before {
    content: "";
    position: absolute;
    z-index: -1;
    opacity: 0;
    width: 100%;
    -webkit-transition: opacity var(--animation-fast);
    -o-transition: opacity var(--animation-fast);
    transition: opacity var(--animation-fast);
    left: 0;
}
.s-hero__fixed-nav:before {
    bottom: 0;
    height: calc(100% + 50px);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 15, 15, 0)), to(rgba(15, 15, 15, .4)));
    background: -o-linear-gradient(top, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, .4) 100%);
    background: linear-gradient(to bottom, rgba(15, 15, 15, 0) 0%, rgba(15, 15, 15, .4) 100%);
}
.s-hero__fixed-nav.active:before,
.s-hero__fixed-nav.active:after,
.is-offset-top .s-hero__fixed-nav:before
    /*.is-offset-top .s-hero__fixed-nav:after */
{
    opacity: 1;
}
.s-hero__nav-item {
    pointer-events: auto;
}
.s-hero__nav-list {
    margin: 0 -12px;
}
.s-hero__nav-item {
    margin-top: 6px;
    padding: 0 12px !important;
}
.s-hero__btn-spec-wrap {
    margin-top: clamp(50px, 10.67vh, 96px);
}
.s-hero--simple-3 .s-hero__title {
    line-height: 1.2;
}
.s-hero--simple-3 .s-hero__container {
    position: static;
}
/*@media (max-height: 899px) {*/
/*    .s-hero__fixed-nav:before {*/
/*        height: 150px;*/
/*    }*/
/*}*/
/*@media (max-height: 699px) {*/
/*    .s-hero__fixed-nav:before {*/
/*        height: 80px;*/
/*    }*/
/*}*/
/*@media (max-height: 599px) {*/
/*    .s-hero__fixed-nav:before {*/
/*        height: 50px;*/
/*    }*/
/*}*/
/*@media (max-width: 1199px) {*/
/*    .s-hero__fixed-nav:before {*/
/*        height: 150px;*/
/*    }*/
/*}*/
/*@media (max-width: 1199px) and (max-height: 899px) {*/
/*    .s-hero__fixed-nav:before {*/
/*        height: 100px;*/
/*    }*/
/*}*/
/*@media (max-width: 1199px) and (max-height: 699px) {*/
/*    .s-hero__fixed-nav:before {*/
/*        height: 50px;*/
/*    }*/
/*}*/
/*@media (max-width: 1199px) and (max-height: 599px) {*/
/*    .s-hero__fixed-nav:before {*/
/*        height: 30px;*/
/*    }*/
/*}*/
@media (max-width: 767px) {
    .s-hero__nav-list {
        margin: 0 auto;
        max-width: 408px;
    }
    .s-hero__nav-item {
        padding: 0 3px !important;
    }
}
@media (max-width: 575px) {
    .s-hero--simple-3 {
        padding: 120px 0;
    }
    .s-hero__btn-spec-wrap {
        margin-top: 0;
        position: absolute;
        bottom: clamp(30px, 7.75vh, 62px);
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 2;
    }
}
@media (max-width: 767px) and (max-height: 799px) {
    .s-hero__nav-item .btn--third {
        padding: 7px 15px;
    }
    .s-hero__nav-list {
        max-width: 330px;
    }
}
@media (max-width: 767px) and (max-height: 599px) {
    .s-hero__nav-item .btn--third {
        padding: 6px 12px;
        font-size: 14px;
    }
    .s-hero__nav-list {
        max-width: 250px;
    }
}
@media (max-width: 767px) and (max-height: 499px) {
    .s-hero__nav-item .btn--third {
        padding: 5px 9px;
        font-size: 12px;
    }
    .s-hero__nav-list {
        max-width: 100%;
    }
}
/*---------------------------------------------*/
.s-stacked-cards__title {
    margin-bottom: 58px;
}
.s-stacked-cards__slide {
    -webkit-transition-property: margin-right;
    -o-transition-property: margin-right;
    transition-property: margin-right;
    position: relative;
    z-index: 1;
    width: 480px;
    max-width: calc(100vw - 32px);
    padding: 0;
}
.simple-card--secondary .simple-card__bg,
.simple-card--secondary .simple-card__bg-2 {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}
.simple-card--secondary .simple-card__bg {
    z-index: -2;
}
.simple-card--secondary {
    min-height: 0;
    padding-top: clamp(24px, 2.5vw, 48px);
}
.simple-card__second-title {
    margin-bottom: 18px;
}
.simple-card__icons-wrap {
    margin: 0 -6px clamp(15px, 6.555vh, 59px);
}
.simple-card__icon-col {
    margin-bottom: 10px;
    padding: 0 6px;
}
.simple-card__icon-pic {
    max-width: 48px;
}
.s-stacked-cards__progress-bar {
    height: 8px;
    background: #515151;
    width: 150px;
    border-radius: 20px;
    margin: 50px auto 0;
    overflow: hidden;
    display: none;
}
.s-stacked-cards__progress-thumb {
    top: 0;
    left: 0;
    width: 28%;
    height: 100%;
    border-radius: 20px;
    background: var(--color-1);
}
.update-responsive-scroll-slider .s-stacked-cards-buffer {
    height: 100vh;
    min-height: 1800px;
}
.update-responsive-scroll-slider .s-stacked-cards-buffer-inner {
    height: 100vh;
}
.update-responsive-scroll-slider .s-stacked-cards__progress-bar {
    display: block;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .simple-card__icon-pic {
        max-width: 40px;
    }
}
@media (max-height: 699px) {
    .simple-card__icons-wrap {
        margin-bottom: 15px;
    }
    .simple-card__icon-pic {
        max-width: 40px;
    }
    .simple-card__second-title {
        font-size: 30px;
    }
    .s-stacked-cards__title {
        margin-bottom: 35px;
    }
}
@media (max-height: 599px) {
    .simple-card__icons-wrap {
        display: none;
    }
    .simple-card--secondary .simple-card__bg, .simple-card--secondary .simple-card__bg-2 {
        border: 1px solid #ffffff;
    }
}
@media (max-height: 499px) and (max-width: 1279px) {
    .s-stacked-cards__slider {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        padding-bottom: 24px;
        scrollbar-width: thin;
        scrollbar-color: #888888 #f1f1f1;
    }
    .s-stacked-cards__slider::-webkit-scrollbar {
        height: 8px;
    }
    .s-stacked-cards__slider::-webkit-scrollbar-thumb {
        background-color: #888888;
        border-radius: 4px;
    }
    .s-stacked-cards__slider::-webkit-scrollbar-thumb:hover {
        background-color: #555555;
    }
    .s-stacked-cards__slider::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    .simple-card--secondary {
        padding: 25px;
    }
    .s-stacked-cards__slide {
        max-width: calc(100vw - 100px);
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}
@media (min-width: 1280px) {
    .s-stacked-cards__slide:not(:last-child) {
        margin-right: -280px;
    }
    .s-stacked-cards__slide:hover {
        margin-right: 24px;
    }
    .simple-card--secondary .simple-card__bg-2 {
        opacity: 0;
        visibility: hidden;
    }
    .s-stacked-cards__slide:first-child .simple-card__bg-2,
    .s-stacked-cards__slide:hover + .s-stacked-cards__slide .simple-card__bg-2 {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-width: 1279px) {
    .s-stacked-cards__slide:not(:last-child) {
        margin-right: 16px;
    }
    .simple-card--secondary .simple-card__bg {
        display: none;
    }
    body:not(.update-responsive-scroll-slider) .s-stacked-cards__slider {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100% !important;
        padding-bottom: 24px;
        scrollbar-width: thin;
        scrollbar-color: #888888 #f1f1f1;
    }
    body:not(.update-responsive-scroll-slider) .s-stacked-cards__slider::-webkit-scrollbar {
        height: 8px;
    }
    body:not(.update-responsive-scroll-slider) .s-stacked-cards__slider::-webkit-scrollbar-thumb {
        background-color: #888888;
        border-radius: 4px;
    }
    body:not(.update-responsive-scroll-slider) .s-stacked-cards__slider::-webkit-scrollbar-thumb:hover {
        background-color: #555555;
    }
    body:not(.update-responsive-scroll-slider) .s-stacked-cards__slider::-webkit-scrollbar-track {
        background: #f1f1f1;
        border-radius: 4px;
    }
    body:not(.update-responsive-scroll-slider) .s-stacked-cards__slide {
        max-width: calc(100vw - 100px);
        opacity: 1 !important;
        visibility: visible !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }
}
@media (max-width: 1199px) {
    .update-responsive-scroll-slider .s-stacked-cards-buffer {
        min-height: 2000px;
    }
}
@media (max-width: 575px) {
    .s-stacked-cards__title {
        margin-bottom: 27px;
    }
    .simple-card--secondary {
        padding-top: 31px;
        padding-bottom: 23px;
    }
    .simple-card__icons-wrap {
        margin: 0 -6px clamp(20px, 10vh, 80px);
    }
    .simple-card__second-title {
        margin-bottom: 22px;
    }
    .s-stacked-cards__progress-bar {
        margin-top: 28px;
    }
}
@media (max-width: 575px) and (max-height: 799px) {
    .simple-card__icons-wrap {
        margin: 0 -6px clamp(20px, 4vh, 40px);
    }
}
@media (max-width: 575px) and (max-height: 599px) {
    .simple-card--secondary .simple-card__bg-2 {
        border: none;
    }
}
@media (max-width: 575px) and (max-height: 499px) {
    .simple-card--secondary {
        padding: 20px 15px;
    }
    .simple-card--secondary .simple-card__txt-wrap {
        font-size: 14px;
    }
}
@media (max-width: 399px) {
    .simple-card__second-title {
        font-size: 26px;
    }
}
/*---------------------------------------------*/
.simple-card--third {
    -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
    background: var(--color-6);
}
.s-slider-2--secondary .s-slider-2__progress-bar {
    margin-top: 60px;
}
.s-slider-2--secondary .s-slider-2__progress-thumb {
    width: 65%;
}
.s-slider-2--secondary .s-slider-2__title {
    margin-bottom: 58px;
}
.s-slider-2-ticker__slider {
    margin-top: 60px;
}
.s-slider-2-ticker__slider .s-slider__box:after {
    content: none;
}
.s-slider-2-ticker__slider .scroll-slider__slide-js {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.active-browser .s-slider-2-ticker__slider .scroll-slider-js.active:hover,
.active-browser .s-slider-2-ticker__slider .scroll-slider-js.active-2:hover {
    -webkit-animation-play-state: running;
    animation-play-state: running;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-slider-2--secondary .s-slider-2__progress-bar {
        margin-top: 46px;
    }
    .s-slider-2-ticker__slider {
        margin-top: 46px;
    }
}
@media (max-width: 575px) {
    .s-slider-2--secondary .s-slider-2__progress-bar {
        margin-top: 28px;
    }
    .s-slider-2-ticker__slider {
        margin-top: 27px;
    }
    .s-slider-2--secondary .s-slider-2__title {
        margin-bottom: 30px;
    }
    .simple-card--third .simple-card__title-icon {
        top: 0;
    }
}
/*---------------------------------------------*/
.markets-crypto-page .s-hero__title span {
    --border-color: var(--crypto-color);
    --box-shadow-color-1: var(--crypto-color);
    --box-shadow-color-2: rgba(61, 232, 45, 0.5);
}
.markets-indices-page .s-hero__title span {
    --border-color: var(--indices-color);
    --box-shadow-color-1: var(--indices-color);
    --box-shadow-color-2: rgba(229, 198, 170, 0.5);
}
.markets-stock-page .s-hero__title span {
    --border-color: var(--stock-color);
    --box-shadow-color-1: var(--stock-color);
    --box-shadow-color-2: rgba(51, 234, 254, 0.5);
}
.markets-commodities-page .s-hero__title span {
    --border-color: var(--commodities-color);
    --box-shadow-color-1: var(--commodities-color);
    --box-shadow-color-2: rgba(239, 43, 45, 0.5);
}
/*---------------------------------------------*/
.s-hero-platforms__pic-wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 118vh;
    bottom: -48vh;
    z-index: -1;
}
.s-hero-platforms__pic {
    max-width: none;
}
.s-hero-platforms__content {
    padding-top: 46vh;
}
.s-hero-platforms__btn-wrap {
    /*position: absolute;*/
    /*z-index: 2;*/
    /*bottom: clamp(20px, 3.7777vh, 100px);*/
    /*left: 0;*/
    /*width: 100%;*/
}
@media (max-height: 630px) and (min-width: 992px) {
    .s-hero-platforms__content {
        padding-top: 30vh;
    }
}
@media (max-height: 499px) and (min-width: 992px) {
    .s-hero-platforms__content {
        padding-top: 15vh;
    }
}
@media (max-width: 991px) {
    .s-hero-platforms__content {
        padding-top: 0;
    }
    .s-hero-platforms {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .s-hero-platforms__pic-wrap {
        top: calc(50% + 30px);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        height: calc(100% - 100px);
        bottom: 0;
    }
    /*.s-hero-platforms__btn-wrap {*/
    /*    bottom: 13%;*/
    /*}*/
    /*.s-hero-platforms .s-hero__title {*/
    /*    margin: 36px 0;*/
    /*}*/
}
@media (max-width: 399px) {
    /*.s-hero-platforms__btn-wrap {*/
    /*    bottom: 10%;*/
    /*}*/
}
/*---------------------------------------------*/
.s-downloads {
    padding: 180px 0 100px;
}
.s-downloads__title,
.s-text-cards__title {
    margin-bottom: 18px;
}
.s-downloads__col,
.s-text-cards__col {
    margin-top: 24px;
    width: 50%;
}
.s-downloads__col:first-child,
.s-text-cards__col:first-child {
    width: 100%;
}
.download-item {
    -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
    border-radius: 24px;
}
.download-item,
.text-card {
    position: relative;
    z-index: 1;
    padding: clamp(24px, 2.5vw, 45px) clamp(24px, 2.5vw, 48px) clamp(24px, 2.5vw, 48px);
}
.download-item__bg,
.text-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.download-item__title {
    margin-bottom: 44px;
}
.download-item__label {
    --box-shadow-color: #0000;
    color: var(--color-1);
    background: var(--color-6);
    border-radius: 9999px;
    padding: 7px 20px 7px;
    font-size: 24px;
    border: 1px solid var(--color-6);
    box-shadow: 0 0 22px 0 var(--box-shadow-color);
}
.download-item__label-icon {
    margin-right: 10px;
    max-width: 27px;
    margin-top: -.1em;
}
.download-item:hover .download-item__label {
    --box-shadow-color: var(--color-3);
    background: var(--color-4);
    border-color: var(--color-3);
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-downloads__title {
        margin-bottom: 11px;
    }
    .download-item {
        padding: clamp(24px, 2.8vw, 45px) clamp(24px, 3vw, 48px) clamp(24px, 2.2vw, 48px);
    }
    .download-item__label {
        padding: 5px 15px 5px;
        font-size: 16px;
    }
    .s-downloads__col {
        padding: 0 10px;
        margin-top: 20px;
    }
    .download-item__label-icon {
        max-width: 17px;
    }
    .s-downloads__row {
        margin: 0 -10px;
    }
    .s-downloads {
        padding: 160px 0 80px;
    }
}
@media (max-width: 991px) {
    .s-downloads {
        padding: 100px 0 80px;
    }
    .s-downloads__col,
    .s-text-cards__col {
        width: 100%;
    }
    .download-item__label {
        font-size: 20px;
    }
}
@media (max-width: 575px) {
    .download-item,
    .download-item__title,
    .text-card {
        text-align: center !important;
    }
    .download-item__title {
        margin-bottom: 32px;
    }
}
@media (max-width: 399px) {
    .s-downloads__title {
        margin: 0 auto 4px;
        max-width: 300px;
    }
    .download-item__label {
        font-size: 16px;
    }
    .download-item__label-icon {
        margin-right: 10px;
        max-width: 1.1em;
        max-height: 1em;
        margin-top: -.1em;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .download-item {
        padding: 30px 20px 33px;
    }
}
@media (max-width: 375px) {
    .s-downloads {
        padding: 100px 0 50px;
    }
}
/*---------------------------------------------*/
.s-single-card {
    padding: 89px 0;
}
.single-card {
    position: relative;
    z-index: 1;
    padding: clamp(24px, 2.5vw, 45px) clamp(24px, 2.5vw, 48px) clamp(24px, 2.5vw, 43px);
    max-width: 840px;
    margin: auto;
}
.single-card__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.single-card__title {
    margin-bottom: 33px;
}
.single-card__txt-wrap p {
    margin-bottom: 16px;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-single-card {
        padding: 70px 0;
    }
    .single-card {
        max-width: 670px;
    }
}
@media (max-width: 991px) {
    .s-single-card {
        padding: 80px 0;
    }
}
@media (max-width: 767px) {
    .single-card {
        max-width: 400px;
    }
}
@media (max-width: 575px) {
    .s-single-card {
        padding: 64px 0;
    }
    .single-card {
        padding: 29px clamp(16px, 0.78vw, 30px) 26px;
    }
    .single-card__title {
        margin-bottom: 22px;
        font-size: 24px;
    }
}
@media (max-width: 375px) {
    .s-single-card {
        padding: 50px 0;
    }
}
/*---------------------------------------------*/
.s-slider-2--third .s-slider-2__title {
    margin-bottom: clamp(20px, 6.4444vh, 58px);
}
.s-slider-2--third .s-slider-2__progress-bar {
    margin: clamp(20px, 6.4444vh, 58px) auto 0;
}
/*---------------------------------------------*/
.s-text-cards {
    padding: 85px 0;
}
.text-card__title {
    margin-bottom: 18px;
}
.text-card {
    padding: 44px 40px 42px 48px;
    min-height: 218px;
}
.text-card__bg--static:before,
.text-card__bg--static:after {
    content: "";
    position: absolute;
    border-radius: 24px;
}
.text-card__bg--static:before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: -o-linear-gradient(40deg, #232323 0%, #191919 100%);
    background: linear-gradient(50deg, #232323 0%, #191919 100%);
}
.text-card__bg--static:after {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#ffffff));
    background: -o-linear-gradient(top, #707070 0%, #ffffff 100%);
    background: linear-gradient(180deg, #707070 0%, #ffffff 100%);
    z-index: 0;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .text-card {
        padding: 31px 42px 33px 40px;
        min-height: 176px;
    }
    .s-text-cards__col {
        margin-top: 22px;
    }
    .s-text-cards {
        padding: 70px 0;
    }
    .s-text-cards__title {
        margin-bottom: 11px;
    }
}
@media (max-width: 1199px) {
    .s-text-cards {
        padding: 80px 0;
    }
    .text-card {
        padding: 30px 20px 30px;
    }
}
@media (max-width: 991px) {
    .s-text-cards {
        padding: 70px 0;
    }
    .text-card {
        min-height: 0;
    }
}
@media (max-width: 575px) {
    .s-text-cards {
        padding: 50px 0;
    }
}
/*---------------------------------------------*/
.s-text-simple {
    padding: 100px 0;
}
.s-text-simple__title {
    margin-bottom: 48px;
}
.s-text-simple__txt-wrap {
    max-width: 1200px;
    margin: auto;
}
.s-text-simple__title {
    margin-bottom: 37px;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-text-simple {
        padding: 78px 0;
    }
    .s-text-simple__title {
        margin-bottom: 30px;
    }
    .s-text-simple__txt-wrap {
        max-width: 960px;
    }
}
@media (max-width: 1199px) {
    .s-text-simple {
        padding: 60px 0;
    }
}
@media (max-width: 991px) {
    .s-text-simple {
        padding: 50px 0;
    }
}
/*---------------------------------------------*/
.s-small-cards {
    padding: 78px 0 138px;
}
.s-small-cards__title {
    margin-bottom: 35px;
}
.s-small-cards__col {
    margin-top: 24px;
}
.s-small-cards__card {
    min-height: 0;
    height: 100%;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-small-cards {
        padding: 65px 0 80px;
    }
    .simple-card--third .s-small-cards__title {
        margin-bottom: 20px;
    }
    .simple-card--third .simple-card__title {
        font-size: clamp(26px, 4.7vh, 40px);
    }
    .simple-card--third .simple-card__title-icon {
        width: 28px;
    }
}
@media (max-width: 1199px) {
    .s-small-cards {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .s-small-cards {
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .s-small-cards__title {
        margin-bottom: 20px;
    }
}
/*---------------------------------------------*/
.s-simple-cards {
    padding: 100px 0;
}
.s-simple-cards__title {
    margin-bottom: 52px;
}
.s-simple-cards__txt-wrap {
    margin-bottom: 32px;
}
.s-simple-cards__col {
    margin-top: 24px;
    width: 33.3%;
}
.simple-card-2 {
    padding: 47px 48px 44px 44px;
    background: var(--color-6);
    border-radius: 24px;
}
.simple-card-2__title {
    line-height: 1;
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-simple-cards__title {
        margin-bottom: 41px;
    }
    .s-simple-cards__txt-wrap {
        margin-bottom: 22px;
    }
    .simple-card-2 {
        padding: 38px 41px 38px 41px;
    }
    .s-simple-cards__col {
        margin-top: 15px;
        padding: 0 10px;
    }
    .s-simple-cards__row {
        margin: 0 -10px;
    }
}
@media (max-width: 1199px) {
    .simple-card-2 {
        padding: 30px clamp(20px, 8.59vw, 33px) 30px;
    }
    .s-simple-cards {
        padding: 80px 0;
    }
}
@media (max-width: 991px) {
    .s-simple-cards__row {
        margin: 0 -8px;
    }
    .s-simple-cards__col {
        margin-top: 16px;
        width: 50%;
        padding: 0 8px;
    }
    .s-simple-cards__col:nth-child(1) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .s-simple-cards__col:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .s-simple-cards__col:nth-child(3) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .s-simple-cards__col:nth-child(4) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .s-simple-cards__col:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .s-simple-cards__col:nth-child(6) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .s-simple-cards__col:nth-child(7) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .s-simple-cards__col:nth-child(8) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .s-simple-cards__col:nth-child(9) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .s-simple-cards__col:nth-child(4),
    .s-simple-cards__col:nth-child(5),
    .s-simple-cards__col:nth-child(8) {
        width: 100%;
    }
    .s-simple-cards {
        padding: 70px 0;
    }
}
@media (max-width: 767px) {
    .s-simple-cards {
        padding: 50px 0;
    }
}
@media (max-width: 575px) {
    .simple-card-2__title {
        font-size: 20px;
    }
    .s-simple-cards__title {
        margin-bottom: 24px;
    }
    .s-simple-cards__txt-wrap {
        margin-bottom: 10px;
    }
    .simple-card-2 {
        border-radius: 16px;
    }
    .s-simple-cards__col {
        margin-top: 14px;
    }
}
@media (max-width: 375px) {
    .simple-card-2 {
        padding: 25px 20px;
    }
}
/*---------------------------------------------*/
#s-slider + #s-slider__nav-list-buffer,
#s-slider + #s-slider__nav-list-buffer + #s-slider-2-trigger {
    display: none;
}
/*---------------------------------------------*/
.s-hero-short {
    padding: 207px 0 80px;
}
.s-hero-short--third {
    padding-bottom: 39px;
}
.s-hero-short__title {
    margin-bottom: 83px;
}
.s-hero-short__nav-list {
    margin: 0 -12px;
}
.s-hero-short__nav-item {
    margin-top: 6px;
    padding: 0 12px !important;
}
.s-hero-short__txt-wrap {
    font-size: 18px;
    margin: 43px auto 0;
}
@media (min-width: 1200px) {
    .s-hero-short__txt-wrap {
        max-width: 1185px;
    }
    .s-hero-short__txt-wrap br {
        display: none;
    }
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-hero-short {
        padding: 165px 0 60px;
    }
    .s-hero-short__title {
        margin-bottom: 70px;
    }
    .s-hero-short__txt-wrap {
        font-size: 16px;
        margin: 32px auto 0;
        max-width: 950px;
    }
}
@media (max-width: 1199px) {
    .s-hero-short {
        padding: 122px 0 50px;
    }
}
@media (max-width: 991px) {
    .s-hero-short__title {
        margin-bottom: 50px;
    }
    .s-hero-short__nav-item {
        padding: 0 4px !important;
    }
    .s-hero-short__nav-list {
        margin: 0 -4px;
    }
    .s-hero-short__nav-wrap {
        padding: 25px 0;
        overflow: auto;
    }
    .s-hero-short__nav-list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        width: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0 16px;
        min-width: -webkit-max-content;
        min-width: -moz-max-content;
        min-width: max-content;
    }
    .s-hero-short__title {
        margin-bottom: 34px;
    }
    .s-hero-short__nav-wrap-container {
        padding: 0;
    }
    .s-hero-short__txt-wrap {
        margin: 15px auto 0;
    }
}
@media (max-width: 767px) {

}
@media (max-width: 575px) {
    .s-hero-short--secondary .s-hero-short__title {
        margin-bottom: 17px;
        line-height: 1.3;
    }
    .s-hero-short--secondary .s-hero-short__txt-wrap {
        font-size: 16px;
    }
    .s-hero-short--secondary,
    .s-hero-short--third {
        padding-bottom: 0;
    }
}
@media (max-width: 399px) {
    .s-hero-short__txt-wrap {
        max-width: 360px;
    }
}
/*---------------------------------------------*/
.s-cards-2 {
    padding: 36px 0 90px;
}
.s-cards-2--secondary {
    padding: 51px 0 65px;
}
.s-cards-2__row {
    margin: 0 -12px;
}
.s-cards-2__col {
    margin-top: 24px;
    width: 50%;
    padding: 0 12px;
}
.s-cards-2--secondary .s-cards-2__col:nth-last-child(-n+3) {
    width: 33.3%;
}
.text-card:hover .btn__bg--hover {
    opacity: 1;
    visibility: visible;
}
.text-card--secondary {
    min-height: 0;
}
.text-card--secondary .text-card__title {
    font-size: 40px;
    margin-bottom: 19px;
}
.text-card--secondary .text-card__txt-wrap {
    font-size: 18px;
}
.s-cards-2__title {
    margin-bottom: 48px;
}
.text-card-2 {
    position: relative;
    padding: 48px 48px 40px;
    font-size: 18px;
}
.text-card-2__title-icons {
    padding-left: 16px;
}
.text-card-2__title-icon + .text-card-2__title-icon {
    margin-left: 16px;
}
.text-card-2__title {
    margin-bottom: 41px;
}
.s-cards-2__brands {
    margin: 48px calc(clamp(16px, 3.47vw, 50px) * -1) 0;
}
.text-card-2__txt-wrap {
    line-height: 1.21;
}
.s-cards-2__mini-txt-wrap {
    font-size: 12px;
    line-height: 1.1;
}
.s-cards-2__mini-txt-wrap-col {
    margin-top: 15px;
}
.s-cards-2__mini-txt-wrap p {
    margin-bottom: 8px;
}
.s-cards-2--third .s-cards-2__title {
    margin-bottom: 19px;
}
@media (min-width: 576px) {
    .s-hero-short__title br {
        display: none;
    }
}
@media (min-width: 1200px) {
    .s-cards-2__mini-txt-wrap-col--2 {
        padding-left: 23px;
    }
}
@media (min-width: 1280px) {
    .s-cards-2--third .text-card-2 {
        padding-bottom: 44px;
    }
}
@media (max-width: 1279px) {
    .text-card-2 {
        padding: 35px;
        font-size: 16px;
    }
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-cards-2__col {
        margin-top: 18px;
    }
    .s-cards-2 {
        padding: 32px 0 44px;
    }
    .text-card--secondary .text-card__title {
        font-size: 32px;
        margin-bottom: 18px;
    }
    .text-card--secondary .text-card__txt-wrap {
        font-size: 16px;
    }
    .s-cards-2--secondary {
        padding: 45px 0 22px;
    }
    .s-cards-2--secondary .s-cards-2__title {
        margin-bottom: 16px;
    }
    .s-cards-2--secondary .s-cards-2__col {
        margin-top: 20px;
    }
    .text-card-2 {
        padding: 37px 40px 33px;
        font-size: 14px;
    }
    .text-card-2__title-icon {
        width: calc(var(--card-logo-width) * .75) !important;
    }
    .text-card-2__title {
        margin-bottom: 35px;
    }
    .s-cards-2__brands {
        margin: 38px calc(clamp(16px, 3.47vw, 50px) * -1) 0;
    }
    .s-cards-2--third {
        padding: 12px 0 34px;
    }
    .s-cards-2--third .text-card-2 {
        padding-bottom: 35px;
    }
}
@media (max-width: 1199px) {
    .s-cards-2__title {
        margin-bottom: 30px;
    }
    .text-card-2__title {
        margin-bottom: 30px;
        font-size: 34px;
    }
    .s-cards-2--secondary .s-cards-2__col:nth-last-child(-n+3) {
        width: 50%;
    }
    .s-cards-2--third .text-card-2__title {
        margin-bottom: 28px;
    }
}
@media (max-width: 991px) {
    .text-card__col-2 {
        margin: 32px 0 0 auto;
    }
    .s-cards-2--secondary .s-cards-2__col {
        width: 100% !important;
    }
    .s-cards-2__mini-txt-wrap {
        margin-top: 29px;
    }
}
@media (max-width: 767px) {
    .s-cards-2__col {
        width: 100%;
    }
    .text-card__col-1 {
        width: 100%;
    }
    .s-cards-2__title {
        margin-bottom: 20px;
    }
}
@media (max-width: 575px) {
    .text-card--secondary {
        text-align: left !important;
        padding: 26px 33px 30px;
    }
    .s-cards-2 {
        padding: 21px 0 62px;
    }
    .text-card__col-2 {
        margin: 26px 0 0 auto;
    }
    .text-card-2__title {
        font-size: 26px;
    }
    .s-cards-2__col:nth-child(1) .text-card-2__title-icon {
        width: calc(var(--card-logo-width) * .6) !important;
    }
    .text-card-2__title-icon {
        width: calc(var(--card-logo-width) * .8) !important;
        max-height: 32px;
        max-width: 97px;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .text-card-2 {
        padding: 32px 30px 32px 30px;
    }
    .text-card-2__txt-wrap {
        line-height: 1.24;
    }
    .s-cards-2__brands {
        margin-top: 70px;
    }
    .s-cards-2--secondary {
        padding: 40px 0 8px;
    }
    .s-cards-2--third {
        padding: 17px 0 51px;
    }
    .s-cards-2--third .text-card-2 {
        padding-bottom: 27px;
    }
}
@media (max-width: 360px) {
    .text-card-2 {
        padding: 30px 20px;
    }
}
/*---------------------------------------------*/
[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit;
}
.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto !important;
    height: auto !important;
    z-index: 0;
}
.simplebar-offset {
    direction: inherit !important;
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    resize: none !important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    position: relative;
    display: block;
    height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
    width: auto;
    max-width: 100%; /* Not required for horizontal scroll to trigger */
    max-height: 100%; /* Needed for vertical scroll to trigger */
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}
.simplebar-content:before,
.simplebar-content:after {
    content: ' ';
    display: table;
}
.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none;
}
.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
}
.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1;
}
.simplebar-track {
    z-index: 1;
    position: absolute;
    /*right: 0;*/
    right: 6px;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
}
[data-simplebar].simplebar-dragging {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all;
}
.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px;
}
.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    /*background: black;*/
    background: #edeef1;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    /*opacity: 0;*/
    opacity: 1;
    -webkit-transition: opacity 0.2s 0.5s linear;
    -o-transition: opacity 0.2s 0.5s linear;
    transition: opacity 0.2s 0.5s linear;
}
.simplebar-scrollbar.simplebar-visible:before {
    /*opacity: 0.5;*/
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px;
}
.simplebar-scrollbar:before {
    /*top: 2px;*/
    /*bottom: 2px;*/
    top: 8px;
    bottom: 8px;
    left: 2px;
    right: 2px;
}
.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 0;
    bottom: 0;
    min-height: 0;
    min-width: 10px;
    width: auto;
}
/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0;
}
.simplebar-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
    width: 200%;
    height: 200%;
    margin: 10px 0;
}
.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
/*--------------------------------------*/
.simplebar-track.simplebar-vertical {
    width: 8px;
    right: 8px;
    -webkit-transform: scaleY(.88);
    -ms-transform: scaleY(.88);
    transform: scaleY(.88);
    background: #515151;
    border-radius: 8px;
}
.simplebar-scrollbar:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    background: #bfbfbf;
}
/*--------------------------------------*/
.s-faq {
    padding: 56px 0 100px;
}
.s-faq__block {
    background: var(--color-6);
    border-radius: 24px;
    padding: 0 35px 0 48px;
    margin: 0;
}
.s-faq__items {
    padding-bottom: 48px;
}
.s-faq__block-list {
    margin-bottom: 40px;
}
.s-faq__block-container {
    padding: 48px 60px 0 0;
    max-height: 718px;
}
.s-faq__item-wrap:not(:last-child) {
    margin-bottom: 12px;
}
.s-faq__item {
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.1);
}
.s-faq__item-title-icon {
    right: 24px;
    top: 1.1em;
    width: 14px;
    height: 9px;
}
.open .s-faq__item-title-icon {
    -webkit-transform: rotate(180deg) translateY(.15em);
    -ms-transform: rotate(180deg) translateY(.15em);
    transform: rotate(180deg) translateY(.15em);
}
.open .s-faq__item-title {
    padding-bottom: 11px;
}
.s-faq__item-content {
    display: none;
    max-width: 740px;
    padding: 0 24px 12px;
}
.s-faq__block-tip {
    margin-top: auto;
    padding-left: 20px;
}
.s-faq__item-title {
    padding: 18px 54px 18px 24px;
    margin-bottom: 0;
    letter-spacing: 0;
    -webkit-transition-property: padding-bottom;
    -o-transition-property: padding-bottom;
    transition-property: padding-bottom;
}
.s-faq__block-list li:not(:last-child) {
    margin-bottom: 24px;
}
.s-faq__block-col--1 {
    width: 26.7%;
    padding: 48px 0 60px;
    border-right: 1px solid var(--color-7);
}
.s-faq__block-col--2 {
    width: 73.3%;
    padding: 0 0 0 48px;
}
@media (min-width: 992px) {
    .s-faq__block-height-block {
        height: 718px;
    }
    .s-faq__block-container-secondary {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-transition: var(--animation-smooth);
        -o-transition: var(--animation-smooth);
        transition: var(--animation-smooth);
        -webkit-transition-property: opacity, visibility;
        -o-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
        opacity: 0;
        visibility: hidden;
    }
    .s-faq__block-container-secondary.is-active {
        opacity: 1;
        visibility: visible;
    }
}
@media (max-height: 801px) and (min-width: 1200px) {
    .s-faq {
        padding: 15px 0 40px;
    }
    .s-faq__block-col--1 {
        padding: 38px 0 52px;
    }
    .s-faq__block {
        padding: 0 30px 0 38px;
    }
    .s-faq__block-list li:not(:last-child) {
        margin-bottom: 20px;
    }
    .s-faq__block-col--2 {
        padding: 0 0 0 38px;
    }
    .s-faq__block-container {
        padding: 40px 55px 0 0;
    }
    .s-faq__item-title {
        padding: 11px 46px 11px 21px;
    }
    .s-faq__item-title-icon {
        right: 13px;
        top: 1em;
        width: 12px;
        height: 7px;
    }
}
@media (max-width: 1199px) {
    .s-faq__block {
        padding: 0 30px 0 30px;
    }
}
@media (max-width: 991px) {
    .s-faq__block-col--1 {
        width: 100%;
        border: none;
    }
    .s-faq__block-col--2 {
        width: 100%;
        padding: 0;
    }
    .s-faq__item-title-icon {
        top: 1.2em;
    }
    .s-faq {
        padding: 0 0 50px;
    }
    .s-faq__items {
        padding-bottom: 0;
    }
    .s-faq__block-tip--mobile {
        padding-left: 0;
        margin-top: 20px;
    }
    .s-faq__block-list {
        margin-bottom: 0;
    }
    .s-faq__block-col--1 {
        padding: 24px 0;
    }
    /*    ----------------------------------   */
    .s-faq__block-container {
        height: 100%;
    }
    .s-faq__block-height-block {
        position: static !important;
    }
    .s-faq__block {
        display: block;
        position: relative;
        padding: 0;
    }
    .s-faq__block-col--1,
    .s-faq__block-container {
        padding: 24px 24px;
    }
    .s-faq__block-col--1 {
        min-height: 533px;
    }
    .s-faq__block-col--2,
    .s-faq__block-container-secondary {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: absolute;
    }
    .s-faq__block-col--2 {
        pointer-events: none;
        top: 65px;
        height: calc(100% - 65px);
    }
    .s-faq__block-container-secondary,
    .s-faq__block-headings-txt-title,
    .s-faq__block-col--1 {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: var(--animation-smooth);
        -o-transition: var(--animation-smooth);
        transition: var(--animation-smooth);
        -webkit-transition-property: opacity, visibility;
        -o-transition-property: opacity, visibility;
        transition-property: opacity, visibility;
    }
    .s-faq__block-container-secondary {
        pointer-events: auto;
    }
    .s-faq__block-container-secondary-2 {
        height: 100%;
    }
    .s-faq__block-headings {
        font-size: 16px;
        border-bottom: 1px solid #808080;
        padding: 12px 70px 12px 24px;
        z-index: 5;
        margin-bottom: 0;
    }
    .s-faq__block-headings-icon {
        top: 0;
        bottom: 0;
        right: 32px;
        width: 14px;
        height: 8px;
        margin: auto;
    }
    .s-faq__block-headings.pointer-event-none .s-faq__block-headings-icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .is-active.s-faq__block-item-js {
        pointer-events: auto;
    }
    .s-faq__block-headings-txt {
        white-space: nowrap;
        height: 40px;
        display: block;
    }
    .s-faq__block-headings-txt-title {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .s-faq__block-headings-txt-title.is-active-2,
    .s-faq__block-container-secondary.is-active-2,
    .s-faq__block-col--1.is-active-2 {
        opacity: 1;
        visibility: visible;
    }
    .s-faq__block-col--1 {
        padding-bottom: 20px;
    }
    .s-faq__block-tip {
        padding-left: 0;
    }
    /*    .s-faq__block-container {*/
    /*        max-height: 100%;*/
    /*        padding: 0;*/
    /*    }*/
    /*    .s-faq__block-col--1 {*/
    /*        display: none !important;*/
    /*    }*/
    /*    .s-faq__block {*/
    /*        background: none;*/
    /*        padding: 0;*/
    /*    }*/
    /*    .s-faq__block-container-secondary {*/
    /*        background: #232323;*/
    /*        border-radius: 16px;*/
    /*        margin-bottom: 24px;*/
    /*        overflow: hidden;*/
    /*    }*/
    /*    .s-faq__block-container-secondary-2 {*/
    /*        padding: 0 24px 0 24px;*/
    /*    }*/
    /*.s-faq__block-container-secondary:not(:first-child) .s-faq__block-container-secondary-2:not(.init-acc) {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: auto;*/
    /*    opacity: 0;*/
    /*    pointer-events: none;*/
    /*}*/
    /*.s-faq__block-container-secondary-2.init-acc {*/
    /*    display: none;*/
    /*}*/
    /*.s-faq__block-container-secondary:not(:first-child) .s-faq__block-container-secondary-2 {*/
    /*    display: none;*/
    /*}*/
    /*.s-faq__block-tip--mobile {*/
    /*    padding-bottom: 16px;*/
    /*}*/
    /*.s-faq__block-container-secondary-2-title {*/
    /*    font-weight: 400;*/
    /*    margin-bottom: 0;*/
    /*    border-bottom: 1px solid #0000;*/
    /*    transition: var(--animation-default);*/
    /*    transition-property: border-color, border-radius;*/
    /*    border-radius: 16px;*/
    /*}*/
    /*.is-active .s-faq__block-container-secondary-2-title {*/
    /*    border-color: #808080;*/
    /*    border-radius: 0;*/
    /*}*/
    /*.is-active .s-faq__block-container-secondary-2-title-icon {*/
    /*    transform: rotate(180deg);*/
    /*}*/
    /*.s-faq__block-container-secondary-2-title-icon {*/
    /*    top: 0;*/
    /*    bottom: 0;*/
    /*    width: 14px;*/
    /*    height: 9px;*/
    /*    right: 24px;*/
    /*    margin: auto;*/
    /*}*/
    /*.s-faq__items {*/
    /*    padding-top: 24px;*/
    /*}*/
}
@media (max-width: 575px) {
    .s-faq__block {
        border-radius: 16px;
    }
    .s-faq__block-container {
        padding: 24px 16px;
    }
    .s-faq__block-headings {
        padding-left: 30px;
    }
    .s-faq {
        padding-top: 41px;
    }
    .s-faq__item-title {
        padding: 16px 54px 16px 24px;
    }
    .open .s-faq__item-title {
        padding-bottom: 14px;
    }
    .s-faq__item-wrap:not(:last-child) {
        margin-bottom: 10px;
    }
    /*.s-faq__block {*/
    /*    padding: 0 16px;*/
    /*}*/
    /*.s-faq__item-title {*/
    /*    padding: 17px 54px 17px 24px;*/
    /*}*/
    /*.s-faq__item-wrap:not(:last-child) {*/
    /*    margin-bottom: 11px;*/
    /*}*/
    /*.s-faq__item-content {*/
    /*    padding: 0 16px 12px 24px;*/
    /*}*/
    /*.s-faq__block-container-secondary-2 {*/
    /*    padding: 0 16px 0 16px;*/
    /*}*/
}
/*-------------------------------------*/
[data-scrollbar][data-lenis-prevent] {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
[data-scrollbar][data-lenis-prevent]::-webkit-scrollbar {
    display: none;
}
[data-scrollbar][data-lenis-prevent] .scrollbar-track-y {
    opacity: 1;
    background: #515151;
    border-radius: 8px;
    -webkit-transform: scaleY(.88);
    -ms-transform: scaleY(.88);
    transform: scaleY(.88);
}
[data-scrollbar][data-lenis-prevent] .scrollbar-thumb {
    background: #bfbfbf;
}
/*-------------------------------------*/
.cookie-block {
    position: fixed;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-backdrop-filter: blur(36px);
    backdrop-filter: blur(36px);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid #515151;
    border-bottom: none;
    border-radius: 16px 16px 0 0;
    width: 800px;
    max-width: calc(100% - 30px);
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity var(--animation-smooth);
    -o-transition: opacity var(--animation-smooth);
    transition: opacity var(--animation-smooth);
    overflow: hidden;
}
.cookie-block__scroll-wrap {
    padding: 32px 32px 16px;
    max-height: var(--window-height);
}
.cookie-block.visible {
    opacity: 1;
    pointer-events: auto;
}
.cookie-block--secondary .cookie-block__scroll-wrap {
    padding: 24px;
}
.cookie-block__pic {
    width: 156px;
    height: 153px;
}
.cookie-block__title {
    letter-spacing: 0;
    margin-bottom: 15px;
}
.cookie-block__txt-wrap {
    margin-bottom: 39px;
}
.cookie-block__col-1 {
    width: 30%;
}
.cookie-block__col-2 {
    width: 70%;
}
.cookie-block__btns-wrap {
    margin: 0 -12px;
}
.cookie-block__btn-wrap {
    padding: 0 12px !important;
    margin-bottom: 16px !important;
}
.cookie-block--secondary .cookie-block__title {
    margin-bottom: 24px;
}
.cookie-block--secondary .cookie-block__row {
    margin: 0;
}
.cookie-block__col-b {
    width: 25%;
    margin-bottom: 32px;
}
.cookie-block__item {
    position: relative;
    min-height: 125px;
    height: 100%;
}
.cookie-block__item-title {
    margin-bottom: 12px;
}
.cookie-block__item-txt-wrap {
    font-size: 12px;
    margin-bottom: 12px;
}
.cookie-block__label {
    cursor: pointer;
}
.cookie-block__item-input {
    display: none;
}
.cookie-block__item-btn {
    position: relative;
    margin: auto;
    border-radius: 100px;
    width: 40px;
    height: 22px;
    background-color: var(--color-7);
    -webkit-transition: background-color var(--animation-smooth);
    -o-transition: background-color var(--animation-smooth);
    transition: background-color var(--animation-smooth);
}
.cookie-block__item-btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 4px;
    border-radius: 100px;
    width: 18px;
    height: 18px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(39, 39, 39, 0.1);
    box-shadow: 0 2px 4px 0 rgba(39, 39, 39, 0.1);
    background: #ffffff;
    -webkit-transition: var(--animation-smooth);
    -o-transition: var(--animation-smooth);
    transition: var(--animation-smooth);
}
.cookie-block__item-input:checked + .cookie-block__item-btn {
    background-color: var(--color-3);
}
.cookie-block__item-input:checked + .cookie-block__item-btn:after {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
@media (max-height: 801px) and (min-width: 1200px) {
    .cookie-block__title {
        margin-bottom: 12px;
    }
    .cookie-block {
        width: 640px;
    }
    .cookie-block__scroll-wrap {
        padding: 23px 32px 9px;
    }
    .cookie-block__txt-wrap {
        margin-bottom: 32px;
    }
    .cookie-block--secondary .cookie-block__scroll-wrap {
        padding: 16px 24px 14px;
    }
    .cookie-block__col-b {
        margin-bottom: 30px;
    }
    .cookie-block__item-btn {
        width: 34px;
        height: 18px;
    }
    .cookie-block__item-txt-wrap br {
        display: none;
    }
    .cookie-block__item-btn:after {
        width: 19px;
        height: 18px;
    }
    .cookie-block__item-input:checked + .cookie-block__item-btn:after {
        -webkit-transform: translateX(15px);
        -ms-transform: translateX(15px);
        transform: translateX(15px);
    }
    .cookie-block__item-title {
        margin-bottom: 6px;
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .cookie-block__item {
        min-height: 0;
    }
    .cookie-block__item-txt-wrap br {
        display: none;
    }
}
@media (max-width: 767px) {
    .cookie-block__col-1 {
        width: 100%;
        margin-bottom: 24px;
    }
    .cookie-block__col-2 {
        width: 100%;
        text-align: center;
    }
    .cookie-block__col-b {
        width: 50%;
        margin-bottom: 24px;
    }
    .cookie-block__item-txt-wrap br {
        display: block;
    }
}
@media (max-width: 575px) {
    .cookie-block__col-b {
        width: 100%;
        margin-bottom: 20px;
    }
    .cookie-block__item {
        text-align: left;
    }
    .cookie-block__pic {
        width: 120px;
        height: auto;
    }
    .cookie-block__txt-wrap {
        margin-bottom: 18px;
    }
    .cookie-block__scroll-wrap {
        padding: 11px 24px 11px;
    }
    .cookie-block__btn-wrap:nth-child(1) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .cookie-block__btn-wrap:nth-child(2) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .cookie-block__btn-wrap:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .cookie-block__item-title {
        margin-bottom: 7px;
        font-size: 16px;
    }
    .cookie-block__item-txt-wrap {
        margin-bottom: 0;
    }
    .cookie-block__btn-wrap-2 {
        margin-top: 19px;
    }
    .cookie-block--secondary .cookie-block__scroll-wrap {
        padding: 24px 32px;
    }
}
@media (max-width: 399px) {
    .cookie-block__title {
        font-size: 20px;
    }
}
@media (max-width: 399px) {
    .cookie-block__scroll-wrap,
    .cookie-block--secondary .cookie-block__scroll-wrap {
        padding: 20px;
    }
}
/*-------------------------------------*/
.s-cards-3 {
    padding: 52px 0 46px;
}
.s-cards-3__title {
    margin-bottom: 36px;
}
.s-cards-3__txt-wrap {
    max-width: 884px;
    margin-bottom: 48px;
}
.s-cards-3__heading {
    margin-bottom: 40px;
}
.s-cards-3__col {
    margin-bottom: 24px;
}
.s-cards-3__row {
    margin-bottom: 24px;
}
.s-cards-3__row + .s-cards-3__row {
    margin-bottom: 0;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.s-cards-3__txt-wrap {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.02em;
}
.download-item--secondary .download-item__title {
    letter-spacing: 0;
}
.download-item--secondary .download-item__label {
    font-size: 16px;
}
@media(max-width: 576px) {
    .s-cards-3__txt-wrap {
        font-size: 16px;
    }
    .s-cards-3__title {
        margin-bottom: 20px;
    }
    .s-cards-3 {
        padding-bottom: 20px;
    }
}