button {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
}

.bg-image img,
.bg-image picture,
.bg-image picture img, .covered, .cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.covered-pointer {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.d-flex-cc,
.d-flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

body {
    font-size: 16px;
    line-height: 1.5;
    font-feature-settings: "cv06" 1, "cv12" 1, "cv13" 1, "liga" 1, "calt" 1, "ss01" 1;
}

.text--xl, .text--2xl, .text--3xl, .text--4xl, .text--5xl, .text--6xl {
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.text--6xl {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 1511px) {
    .text--6xl {
        font-size: 54px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--6xl {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--6xl {
        font-size: 42px;
        letter-spacing: -0.2px;
    }
}
@media only screen and (max-width: 767px) {
    .text--6xl {
        font-size: 36px;
    }
}

.text--5xl {
    font-size: 48px;
    line-height: 1;
}
@media only screen and (max-width: 1511px) {
    .text--5xl {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--5xl {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--5xl {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .text--5xl {
        font-size: 32px;
    }
}

.text--4xl {
    font-size: 36px;
}
@media only screen and (max-width: 1200px) {
    .text--4xl {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .text--4xl {
        font-size: 28px;
    }
}

.text--3xl {
    font-size: 30px;
}
@media only screen and (max-width: 1200px) {
    .text--3xl {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .text--3xl {
        font-size: 26px;
    }
}

.text--2xl {
    font-size: 24px;
}
@media only screen and (max-width: 1200px) {
    .text--2xl {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .text--2xl {
        font-size: 20px;
    }
}

.text--xl {
    font-size: 20px;
}

.text--9xl {
    font-size: 128px;
    line-height: 1;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 1511px) {
    .text--9xl {
        font-size: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--9xl {
        font-size: 90px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--9xl {
        font-size: 96px;
    }
}

.text--8xl {
    font-size: 96px;
    line-height: 1;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 1022px) {
    .text--8xl {
        font-size: 72px;
    }
}

.text--7xl {
    font-size: 72px;
    line-height: 1;
    letter-spacing: -1.6px;
}
@media only screen and (max-width: 1511px) {
    .text--7xl {
        font-size: 66px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--7xl {
        font-size: 50px;
        letter-spacing: -1px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--7xl {
        font-size: 48px;
    }
}

.text--20 {
    font-size: 20px;
}

.text--18 {
    font-size: 18px;
}

.text--16 {
    font-size: 16px;
    letter-spacing: 0.33px;
}

.text--14 {
    font-size: 14px;
}

.text--12 {
    font-size: 12px;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.focus-visible:focus-visible,
.focus-within:focus-visible {
    outline-color: var(--color-focus);
    outline-style: solid;
    outline-offset: 0;
    outline-width: 2.5px;
    transition: outline-offset 0.2s linear;
}

.text *,
.title *,
.title-main * {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

.overflow-backface {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}

.bg-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #000;
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-gray-50: #fafafa;
    --color-gray-100: #f5f5f5;
    --color-gray-200: #e5e5e5;
    --color-gray-300: #d4d4d4;
    --color-gray-400: #a3a3a3;
    --color-gray-500: #737373;
    --color-gray-600: #525252;
    --color-gray-700: #404040;
    --color-gray-800: #262626;
    --color-gray-900: #171717;
    --color-gray-950: #0a0a0a;
    --color-blue-50: #f0f9ff;
    --color-blue-100: #e0f4ff;
    --color-blue-200: #b8e8ff;
    --color-blue-300: #75d8ff;
    --color-blue-400: #2ec7ff;
    --color-blue-500: #00a1e6;
    --color-dark-blue-100: #091920;
    --color-dark-blue-200: #082835;
    --color-dark-blue-300: #064661;
    --color-dark-blue-400: #0282b8;
    --color-dark-blue-500: #00a0e3;
    --color-dark-blue-900: #043149;
    --color-warning: #ffa726;
    --color-error: #d52b29;
    --color-success: #66bb6a;
    --color-validation-failed: #d52b29;
    --font-primary: InterDisplay, sans-serif;
    --easing-ease-in-out: cubic-bezier(0.55, 0, 0.45, 1);
    --easing-slow-down: cubic-bezier(0.25, 0.49, 0.31, 1);
    --easing-long-slow-down: cubic-bezier(0.13, 0.63, 0.4, 0.97);
    --easing-ease-motion: cubic-bezier(0.66, 0.19, 0.29, 0.79);
    --easing-expressive-in-out: cubic-bezier(0.76, 0.09, 0.03, 0.96);
    --easing-fly-in: cubic-bezier(0.08, 0.69, 0.07, 1);
    --easing-fly-out: cubic-bezier(0.54, 0.01, 0.99, 0.26);
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 1rem;
}

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

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

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: 700;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
}
a:hover, a:focus {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 1rem;
}

button {
    border-radius: 0;
    text-transform: none;
    cursor: pointer;
    -webkit-appearance: button;
}

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

select {
    word-wrap: normal;
    text-transform: none;
}

input {
    overflow: visible;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }
    .text-xs-left {
        text-align: left;
    }
    .text-xs-right {
        text-align: right;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-flex {
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1023px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1201px) {
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1511px) {
    .text-xl-center {
        text-align: center;
    }
    .text-xl-left {
        text-align: left;
    }
    .text-xl-right {
        text-align: right;
    }
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

.container {
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 40px);
    padding: 0;
    width: 100%;
}

.row {
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.row.reverse {
    -ms-flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
}

.col.reverse {
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
}

[class*=col-] {
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.col-xs-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
}

.col-xs-2 {
    -ms-flex-preferred-size: 16.666667%;
    flex-basis: 16.666667%;
    max-width: 16.666667%;
}

.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
}

.col-xs-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
}

.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
}

.col-xs-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
}

.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
}

.col-xs-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
}

.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-1 {
    margin-left: 8.333%;
}

.col-xs-offset-2 {
    margin-left: 16.666667%;
}

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

.col-xs-offset-4 {
    margin-left: 33.333%;
}

.col-xs-offset-5 {
    margin-left: 41.667%;
}

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

.col-xs-offset-7 {
    margin-left: 58.333%;
}

.col-xs-offset-8 {
    margin-left: 66.667%;
}

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

.col-xs-offset-10 {
    margin-left: 83.333%;
}

.col-xs-offset-11 {
    margin-left: 91.667%;
}

.start-xs {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
}

.center-xs {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.end-xs {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
}

.top-xs {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.middle-xs {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.bottom-xs {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.between-xs {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.first-xs {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
}

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

@media only screen and (min-width: 768px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .container {
        max-width: calc(100% - 40px);
    }
    .col-sm,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-sm {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.667%;
    }
    .start-sm {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-sm {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-sm {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-sm {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-sm {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1023px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .container {
        max-width: 990px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-md {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.333%;
    }
    .col-md-offset-2 {
        margin-left: 16.666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.333%;
    }
    .col-md-offset-5 {
        margin-left: 41.667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.333%;
    }
    .col-md-offset-8 {
        margin-left: 66.667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.333%;
    }
    .col-md-offset-11 {
        margin-left: 91.667%;
    }
    .start-md {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-md {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-md {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-md {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1201px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .container {
        max-width: 1240px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-lg,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-lg {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.667%;
    }
    .start-lg {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-lg {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-lg {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-lg {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-lg {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
@media only screen and (min-width: 1512px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .container {
        max-width: 1460px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xl,
    .col-xl-1,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12 {
        box-sizing: border-box;
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
    }
    [class*=col-] {
        padding-left: 10px;
        padding-right: 10px;
    }
    .col-xl {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-xl-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-xl-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-xl-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-xl-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .col-xl-offset-1 {
        margin-left: 8.333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.667%;
    }
    .start-xl {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-xl {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-xl {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-xl {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-xl {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-xl {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-xl {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-xl {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
:focus {
    outline: none;
}

a,
button,
.btn,
.focus-visible,
.focus-within {
    outline-offset: 6px;
}
.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

@keyframes floatBeans {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-1.2rem);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes floatBeansMobile {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-0.75rem);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes scaleHeroImage {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
@keyframes animateIngredient1 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(-1rem, -1rem);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes animateIngredient2 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(1rem, -1rem);
    }
    to {
        transform: translate(0, 0);
    }
}
@keyframes animateIngredient3 {
    0% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(1rem, -0.5rem);
    }
    to {
        transform: translate(0, 0);
    }
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */
@font-face {
    font-family: "swiper-icons";
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
    /*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
    display: block;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
    touch-action: pan-y;
}

.swiper-vertical {
    touch-action: pan-x;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}

.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
    transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* Slide styles end */
.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

:root {
    /*
    --swiper-pagination-color: var(--swiper-theme-color);
    --swiper-pagination-left: auto;
    --swiper-pagination-right: 8px;
    --swiper-pagination-bottom: 8px;
    --swiper-pagination-top: auto;
    --swiper-pagination-fraction-color: inherit;
    --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
    --swiper-pagination-progressbar-size: 4px;
    --swiper-pagination-bullet-size: 8px;
    --swiper-pagination-bullet-width: 8px;
    --swiper-pagination-bullet-height: 8px;
    --swiper-pagination-bullet-border-radius: 50%;
    --swiper-pagination-bullet-inactive-color: #000;
    --swiper-pagination-bullet-inactive-opacity: 0.2;
    --swiper-pagination-bullet-opacity: 1;
    --swiper-pagination-bullet-horizontal-gap: 4px;
    --swiper-pagination-bullet-vertical-gap: 6px;
    */
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}

.swiper-pagination-lock {
    display: none;
}

/* stylelint-disable */
.splitting .word,
.splitting .char {
    display: inline-block;
}

.splitting .char {
    position: relative;
}

.splitting .char::before,
.splitting .char::after {
    content: attr(data-char);
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: inherit;
    user-select: none;
}

.splitting {
    --word-center: calc((var(--word-total) - 1) / 2);
    --char-center: calc((var(--char-total) - 1) / 2);
    --line-center: calc((var(--line-total) - 1) / 2);
}

.splitting .word {
    --word-percent: calc(var(--word-index) / var(--word-total));
    --line-percent: calc(var(--line-index) / var(--line-total));
}

.splitting .char {
    --char-percent: calc(var(--char-index) / var(--char-total));
    --char-offset: calc(var(--char-index) - var(--char-center));
    --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
    --distance-sine: calc(var(--char-offset) / var(--char-center));
    --distance-percent: calc((var(--distance) / var(--char-center)));
}

.splitting.cells img {
    width: 100%;
    display: block;
}

@supports (display: grid) {
    .splitting.cells {
        position: relative;
        overflow: hidden;
        background-size: cover;
        visibility: hidden;
    }
    .splitting .cell-grid {
        background: inherit;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: grid;
        grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr);
    }
    .splitting .cell {
        background: inherit;
        position: relative;
        overflow: hidden;
    }
    .splitting .cell-inner {
        background: inherit;
        position: absolute;
        visibility: visible;
        width: calc(100% * var(--col-total));
        height: calc(100% * var(--row-total));
        left: calc(-100% * var(--col-index));
        top: calc(-100% * var(--row-index));
    }
    .splitting .cell {
        --center-x: calc((var(--col-total) - 1) / 2);
        --center-y: calc((var(--row-total) - 1) / 2);
        --offset-x: calc(var(--col-index) - var(--center-x));
        --offset-y: calc(var(--row-index) - var(--center-y));
        --distance-x: calc((var(--offset-x) * var(--offset-x)) / var(--center-x));
        --distance-y: calc((var(--offset-y) * var(--offset-y)) / var(--center-y));
    }
}
/* stylelint-enable */
@font-face {
    font-family: "InterDisplay";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url("../fonts/InterDisplay-Light.woff2") format("woff2");
}
@font-face {
    font-family: "InterDisplay";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/InterDisplay-Regular.woff2") format("woff2");
}
@font-face {
    font-family: "InterDisplay";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url("../fonts/InterDisplay-Medium.woff2") format("woff2");
}
@font-face {
    font-family: "InterDisplay";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("../fonts/InterDisplay-SemiBold.woff2") format("woff2");
}
html,
body {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

::selection {
    background-color: var(--color-gray-800);
    color: var(--color-white);
}

body {
    color: var(--color-gray-800);
    font-family: var(--font-primary);
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
}
body.body-scroll-locked, body.is-open-menu, body.is-open-search, body.is-open-mega-menu, body.noscroll {
    overflow: hidden;
    padding-right: var(--scroll-width, 0px);
}

.noselect,
.noselect * {
    -webkit-user-select: none;
    user-select: none;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease, border 0.3s ease;
}

i,
em {
    font-style: italic;
}

strong {
    font-weight: 500;
    color: var(--color-gray-800);
}

/* stylelint-disable-next-line */
h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

/* stylelint-disable-next-line */
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

img {
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: cover;
}

figure img {
    margin: 0;
}

.sc-general {
    width: 100%;
    position: relative;
}

.swiper:not(.swiper-initialized) .swiper-pagination,
.swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type) {
    display: none !important;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 0 !important;
}

form select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}

input:invalid:not(:focus) {
    outline: none;
}

textarea::-ms-clear,
input::-ms-clear {
    display: none;
}

main {
    width: 100%;
    flex: 1 0 auto;
}
main > .sc-text-module:first-child {
    padding-top: 100px;
}
@media only screen and (min-width: 1201px) {
    main > .sc-text-module:first-child {
        padding-top: 130px;
    }
}
@media only screen and (min-width: 1512px) {
    main > .sc-text-module:first-child {
        padding-top: 168px;
    }
}
main.with-sidebar {
    display: grid;
    padding-top: 100px;
}
@media only screen and (min-width: 1023px) {
    main.with-sidebar {
        grid-gap: 0 50px;
        grid-template-columns: 300px 1fr;
    }
}
@media only screen and (min-width: 1201px) {
    main.with-sidebar {
        grid-gap: 0 80px;
        padding-top: 130px;
    }
}
@media only screen and (min-width: 1512px) {
    main.with-sidebar {
        grid-gap: 0 142px;
        padding-top: 168px;
        grid-template-columns: 345px 1fr;
    }
}
main.with-sidebar .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}
@media only screen and (min-width: 1023px) {
    main.with-sidebar .container .row {
        margin: 0;
    }
    main.with-sidebar .container [class*=col-] {
        padding: 0;
        max-width: 100%;
        flex: auto;
    }
}
main.with-sidebar .sc-general:not(.sc-sidebar-navigation):first-of-type {
    order: -1;
    grid-row-start: 1;
}
main.with-sidebar .sc-general:not(.sc-sidebar-navigation):first-of-type.sc-text-module {
    padding-top: 0;
}

.sdt-env__badge {
    position: fixed;
    display: block;
    right: 40px; /* same as height */
    height: 40px;
    line-height: 40px;
    transform-origin: 100% 0;
    background-color: #1a2e44;
    padding: 0 35px;
    border-radius: 15px 15px 0 0;
    transform: rotate(270deg);
    z-index: 99999;
    font-weight: bold;
    color: white;
    font-size: 13px;
    font-family: sans-serif;
}
.sdt-env__badge .icon {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNDAuNjMiIGhlaWdodD0iMTU5LjQ0IiB2aWV3Qm94PSIwIDAgMTQwLjYzIDE1OS40NCI+PHBhdGggZD0iTTI1LjUxLDI5LjgzYy00LjMtMi40OC0yLjQ4LTMuNTMsMS4yNC01LjczUzY0LjQ1LDIuNjIsNjcuMjIsMS4xczQuMzktMS42Miw4LjU5LC43NiwzNy40MiwyMS4zOCw0MC4xOSwyMi44MiwyLjQ4LDMuMTUsMCw0LjU4LTguNzgsNS4xNS0xMC45OCw2LjExLTYuNzgsLjY3LTkuNjQtMS4wNS0xNC43LTguNS0xOC45LTExLjM2LTcuMzUtMi42Ny0xMi4zMSwuMTktMTcuMjgsMTAuMDItMjAuMDUsMTEuNDYtNi40OSwyLjM5LTEwLjEyLC40OC04LjUtNS4yNS04LjUtNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PHBhdGggZD0iTTI0Ljk4LDY0LjQ5YzIuNzcsMS40MywzNS45OSwyMC40Myw0MC4xOSwyMi44MnM1LjgyLDIuMjksOC41OSwuNzYsMzYuNzUtMjAuODEsNDAuNDgtMjMuMDFsNy4wNS0zLjY3djQ3LjM1czExLjQ2LDYuMzYsMTQuNzYsOC41NCw0LjU4LS45LDQuNTgtNC4yMVY0Ni4xMmMwLTEwLjE4LTguNC0xMi4yMi0xNS4yNy04LjY2cy0yOC40OSwxNy4xLTI4LjQ5LDE3LjFjLTIuNzcsMS40My0xNS4wOCw4LjU5LTIwLjA1LDExLjQ2cy04LjExLDMuMDUtMTIuMzEsLjE5LTE2LjA0LTkuNjQtMTguOS0xMS4zNmMwLDAtMjAuOC0xMi41NS0yOC42OS0xNi42MlMuMTEsMzcuNDcsLjExLDQ1LjM2LS4xNCwxMDguNzUsLjExLDExMi41NnMyLjA1LDYuMDgsNi44NywzLjU2YzcuMjItMy43NiwxMi43My03LjM4LDEyLjczLTcuMzhsLjc2LTQ2LjU5LDQuNTEsMi4zM1oiIHN0eWxlPSJmaWxsOiMyMmQxNzI7Ii8+PHBhdGggZD0iTTEyNS40OCwxMjMuNjFjNC4zLDIuNDgsMi40OCwzLjUzLTEuMjQsNS43M3MtNDcuNzEsMjcuNDgtNTAuNDgsMjkuMDEtNC4zOSwxLjYyLTguNTktLjc2LTQ3LjQyLTI3LjM4LTUwLjE5LTI4LjgyLTIuNDgtMy4xNSwwLTQuNTgsOC43OC01LjE1LDEwLjk4LTYuMTEsNi43OC0uNjcsOS42NCwxLjA1LDI0LjcsMTQuNSwyOC45LDE3LjM2LDcuMzUsMi42NywxMi4zMS0uMTksMjcuMjgtMTYuMDIsMzAuMDUtMTcuNDYsNi40OS0yLjM5LDEwLjEyLS40OCw4LjUsNS4yNSw4LjUsNS4yNVoiIHN0eWxlPSJmaWxsOiNmZmY7Ii8+PC9zdmc+") !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    float: right;
    width: 20px;
    height: 30px;
    margin-left: 10px;
}
.sdt-env__badge .icon::before {
    background-color: transparent;
}
.sdt-env__badge .mailtrap-unread-email {
    display: inline-block;
    box-sizing: border-box;
    margin: 12px 0 0 25px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    background-color: #d63638;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}
.sdt-env__badge.local {
    background-color: #fdb833;
    color: #2b2b2b;
}
.sdt-env__badge.staging {
    background-color: #ea3546;
}
.sdt-env__badge.production {
    background-color: #1789fc;
}

img.lazyload,
img.lazyloaded {
    transition: opacity 0.1s ease, transform 0.3s ease, scale 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.grecaptcha-badge,
.g-captcha,
.g-recaptcha {
    position: absolute !important;
    right: 100vw !important;
    top: -100vh !important;
}

html.lenis,
html.lenis body {
    height: auto;
}

.lenis.lenis-smooth {
    scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
    overscroll-behavior: contain;
}

.lenis.lenis-stopped {
    overflow: hidden;
}

.lenis.lenis-smooth iframe {
    pointer-events: none;
}

.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}
.bg-image img,
.bg-image picture,
.bg-image picture img {
    max-height: initial;
}
.bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.bg-gray-950 {
    background-color: var(--color-gray-950);
    color: var(--color-white);
}
.bg-gray-100 {
    background-color: var(--color-gray-100);
}

.overflow-h {
    overflow: hidden;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

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

.text--white {
    color: var(--color-white);
}
.text--gray-50 {
    color: var(--color-gray-50);
}
.text--gray-100 {
    color: var(--color-gray-100);
}
.text--gray-200 {
    color: var(--color-gray-200);
}
.text--gray-300 {
    color: var(--color-gray-300);
}
.text--gray-400 {
    color: var(--color-gray-400);
}
.text--gray-500 {
    color: var(--color-gray-500);
}
.text--gray-600 {
    color: var(--color-gray-600);
}
.text--gray-700 {
    color: var(--color-gray-700);
}
.text--gray-800 {
    color: var(--color-gray-800);
}
.text--gray-900 {
    color: var(--color-gray-900);
}
.text--gray-950 {
    color: var(--color-gray-950);
}
.text--lt {
    font-weight: 300;
}
.text--reg {
    font-weight: 400;
}
.text--md {
    font-weight: 500;
}
.text--sb {
    font-weight: 600;
}
.text--bold {
    font-weight: 700;
}
.text--uppercase {
    text-transform: uppercase;
}
.stretched-link {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
}
.stretched-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

@media only screen and (min-width: 1023px) {
    .container {
        max-width: calc(100% - 72px);
        padding-left: 0;
        padding-right: 0;
    }
}
@media (min-width: 1992px) {
    .container {
        max-width: 1920px;
    }
}
.container--large {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 24px);
    padding: 0;
}
@media only screen and (max-width: 1200px) {
    .container--large {
        max-width: calc(100% - 12px);
    }
}
@media only screen and (max-width: 1022px) {
    .container--full-mobile {
        max-width: calc(100% - 12px);
    }
}

.f-auto {
    display: flex;
    flex-direction: column;
    flex: auto;
}

.p-0 {
    padding: 0 !important;
}

.p-none {
    pointer-events: none;
}

.p-relative {
    position: relative;
}

.mx-auto {
    margin: 0 auto;
    width: 100%;
    display: block;
}

.overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-black);
    opacity: 0.9;
    mix-blend-mode: multiply;
}

.animation-wrap {
    overflow: hidden;
}
.animation-wrap__item {
    transform: translate(0, 100%);
}

.rounded-16 {
    border-radius: 16px;
}
.rounded-20 {
    border-radius: 20px;
}
.rounded-24 {
    border-radius: 24px;
}
.rounded-36 {
    border-radius: 36px;
}
@media only screen and (max-width: 1022px) {
    .rounded-36 {
        border-radius: 32px;
    }
}

.swiper {
    -webkit-user-select: none;
    user-select: none;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    position: relative;
    background-color: var(--color-gray-200);
    height: 2px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--color-gray-900);
}

[data-fittext-container] {
    width: 100%;
    overflow: hidden;
}

.active-indicator {
    background-color: var(--color-gray-950);
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 30px;
    z-index: -1;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

.h-100 {
    height: 100%;
}

.mt-160 {
    margin-top: 160px;
}
@media only screen and (max-width: 1200px) {
    .mt-160 {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-160 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-160 {
        margin-top: 60px;
    }
}
.mt-150 {
    margin-top: 150px;
}
@media only screen and (max-width: 1200px) {
    .mt-150 {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-150 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-150 {
        margin-top: 60px;
    }
}
.mt-120 {
    margin-top: 120px;
}
@media only screen and (max-width: 1511px) {
    .mt-120 {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .mt-120 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-120 {
        margin-top: 60px;
    }
}
.mt-100 {
    margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
    .mt-100 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 60px;
    }
}
.mt-96 {
    margin-top: 96px;
}
@media only screen and (max-width: 1200px) {
    .mt-96 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-96 {
        margin-top: 60px;
    }
}
.mt-90 {
    margin-top: 90px;
}
@media only screen and (max-width: 1200px) {
    .mt-90 {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 60px;
    }
}
.mt-80 {
    margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
    .mt-80 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-80 {
        margin-top: 40px;
    }
}
.mt-70 {
    margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
    .mt-70 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-70 {
        margin-top: 40px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
    .mt-60 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-60 {
        margin-top: 30px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
    .mt-50 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mt-44 {
    margin-top: 44px;
}
@media only screen and (max-width: 1200px) {
    .mt-44 {
        margin-top: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-44 {
        margin-top: 24px;
    }
}
.mt-40 {
    margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
    .mt-40 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-40 {
        margin-top: 20px;
    }
}
.mt-32 {
    margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
    .mt-32 {
        margin-top: 20px;
    }
}
.mt-30 {
    margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
    .mt-30 {
        margin-top: 20px;
    }
}
.mt-24 {
    margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
    .mt-24 {
        margin-top: 15px;
    }
}
.mt-20 {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .mt-20 {
        margin-top: 12px;
    }
}
.mt-16 {
    margin-top: 16px;
}
@media only screen and (max-width: 767px) {
    .mt-16 {
        margin-top: 8px;
    }
}

.mb-160 {
    margin-bottom: 160px;
}
@media only screen and (max-width: 1200px) {
    .mb-160 {
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-160 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-160 {
        margin-bottom: 60px;
    }
}
.mb-150 {
    margin-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
    .mb-150 {
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-150 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-150 {
        margin-bottom: 60px;
    }
}
.mb-120 {
    margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}
.mb-100 {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 60px;
    }
}
.mb-96 {
    margin-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
    .mb-96 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-96 {
        margin-bottom: 60px;
    }
}
.mb-90 {
    margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
    .mb-90 {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-90 {
        margin-bottom: 60px;
    }
}
.mb-80 {
    margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
    .mb-80 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}
.mb-70 {
    margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}
.mb-60 {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}
.mb-50 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}
.mb-44 {
    margin-bottom: 44px;
}
@media only screen and (max-width: 1200px) {
    .mb-44 {
        margin-bottom: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-44 {
        margin-bottom: 24px;
    }
}
.mb-40 {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1200px) {
    .mb-40 {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-40 {
        margin-bottom: 20px;
    }
}
.mb-32 {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1200px) {
    .mb-32 {
        margin-bottom: 20px;
    }
}
.mb-30 {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
    .mb-30 {
        margin-bottom: 20px;
    }
}
.mb-24 {
    margin-bottom: 24px;
}
@media only screen and (max-width: 1200px) {
    .mb-24 {
        margin-bottom: 15px;
    }
}
.mb-20 {
    margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
    .mb-20 {
        margin-bottom: 12px;
    }
}
.mb-16 {
    margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
    .mb-16 {
        margin-bottom: 8px;
    }
}

#wp-admin-bar-sp-role-switcher span.on {
    background-color: #d63638;
    display: inline-block;
    box-sizing: border-box;
    margin: 1px 0 -1px 2px;
    padding: 0 5px;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    color: #fff;
    font-size: 11px;
    line-height: 1.6;
    text-align: center;
    z-index: 26;
}
#wp-admin-bar-sp-role-switcher span.on:before {
    content: "\f177";
    font-family: "Dashicons"; /* stylelint-disable-line */
}
#wp-admin-bar-sp-role-switcher span.off:before {
    content: "\f530";
    font-family: Dashicons; /* stylelint-disable-line */
}

#wp-admin-bar-sp-role-switcher.menupop.hover ul li.sp-switch-back a {
    color: #d63638;
}

.editable-section {
    position: relative;
    cursor: pointer;
    outline: 1px dashed rgba(80, 80, 80, 0.4);
    background-color: rgba(0, 0, 0, 0.02);
    transition: background-color 0.5s ease, outline-color 0.5s ease;
}
.editable-section:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.editable-section:hover::before {
    content: "Edit this module";
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(3px);
    font-size: 0.95rem;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.4);
    pointer-events: none;
    z-index: 1000;
    text-align: center;
    border-radius: 4px;
    opacity: 0;
    animation: classyFade 0.6s ease forwards;
}

@keyframes classyFade {
    from {
        opacity: 0;
        transform: scale(0.985);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.development-error--active {
    overflow: hidden;
}

.development-error__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    z-index: 100000000000000000;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10vh 15px 0;
}
@media (max-height: 812px) {
    .development-error__wrapper {
        padding: 15px 15px 0;
    }
}
.development-error__wrapper.is-hidden {
    display: none;
}

.development-error {
    --size-gap-half: 4px;
    --size-gap: 8px;
    --size-gap-double: 16px;
    --size-gap-triple: 24px;
    --size-gap-quad: 32px;
    --size-font-small: 14px;
    --size-font: 16px;
    --size-font-big: 20px;
    --size-font-bigger: 24px;
    --color-accents-1: #808080;
    --color-accents-2: #222222;
    --color-accents-3: #404040;
    --font-stack-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    --color-ansi-selection: rgba(95, 126, 151, 0.48);
    --color-ansi-bg: #111111;
    --color-ansi-fg: #cccccc;
    --color-ansi-white: #777777;
    --color-ansi-black: #141414;
    --color-ansi-blue: #00aaff;
    --color-ansi-cyan: #88ddff;
    --color-ansi-green: #98ec65;
    --color-ansi-magenta: #aa88ff;
    --color-ansi-red: #ff5555;
    --color-ansi-yellow: #ffcc33;
    --color-ansi-bright-white: #ffffff;
    --color-ansi-bright-black: #777777;
    --color-ansi-bright-blue: #33bbff;
    --color-ansi-bright-cyan: #bbecff;
    --color-ansi-bright-green: #b6f292;
    --color-ansi-bright-magenta: #cebbff;
    --color-ansi-bright-red: #ff8888;
    --color-ansi-bright-yellow: #ffd966;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    outline: none;
    background: white;
    border-radius: var(--size-gap);
    box-shadow: 0 var(--size-gap-half) var(--size-gap-double) rgba(0, 0, 0, 0.25);
    max-height: calc(100% - 56px);
    overflow-y: hidden;
}
@media (min-width: 576px) {
    .development-error {
        max-width: 540px;
        box-shadow: 0 var(--size-gap) var(--size-gap-quad) rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 768px) {
    .development-error {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .development-error {
        max-width: 960px;
    }
}
.development-error small {
    font-size: 80%;
    color: #757575;
}
.development-error__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.2);
    pointer-events: all;
    cursor: not-allowed;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: -1;
}
.development-error__banner {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top-width: var(--size-gap-half);
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color-ansi-red);
}
.development-error__header {
    position: relative;
    margin-bottom: var(--size-gap-double);
}
.development-error__header button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
    font-size: 24px;
}
.development-error__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
}
.development-error__content {
    position: relative;
    overflow-y: auto;
    border: none;
    margin: 0;
    padding: calc(var(--size-gap-double) + var(--size-gap-half)) var(--size-gap-double);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.development-error__body {
    position: relative;
    flex: 1 1 auto;
}
.development-error__terminal {
    border-radius: var(--size-gap-half);
    background-color: var(--color-ansi-bg);
    color: var(--color-ansi-fg);
}
.development-error__terminal * {
    color: inherit;
    background-color: transparent;
    font-family: var(--font-stack-monospace);
}
.development-error__terminal > * {
    margin: 0;
    padding: calc(var(--size-gap) + var(--size-gap-half)) calc(var(--size-gap-double) + var(--size-gap-half));
}
.development-error__terminal pre {
    white-space: pre-wrap;
    word-break: break-word;
}
.development-error__terminal pre b {
    color: var(--color-ansi-cyan);
}
.development-error footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--size-gap);
}
.development-error footer button small {
    color: black;
    font-weight: 500;
}
.development-error footer small span {
    color: black;
}
.btn--glass-dark::before, .btn--glass::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.btn {
    cursor: pointer;
    font-family: var(--font-primary);
    font-size: 16px;
    min-height: 44px;
    line-height: 1.5;
    padding: 8px 20px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    gap: 8px;
    color: var(--color-blue-50);
    border-radius: 100px;
    background-color: var(--color-blue-500);
    border: 0;
    position: relative;
    transition: background-color 80ms cubic-bezier(0.4, 0, 0.2, 1), color 80ms cubic-bezier(0.4, 0, 0.2, 1), border 80ms cubic-bezier(0.4, 0, 0.2, 1), transform 80ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn__text {
    display: block;
    pointer-events: none;
    transition: transform 80ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 3;
}
.btn:focus, .btn:active, .btn:hover {
    color: var(--color-blue-50);
    background-color: var(--color-blue-400);
}
.btn:active {
    transform: scale(0.9);
}
.btn__icon {
    flex-shrink: 0;
    position: relative;
    top: 0;
    pointer-events: none;
}
.btn .icon {
    transition: transform 80ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn .icon::before {
    background-color: currentColor;
}
.btn--dark {
    background-color: var(--color-gray-950);
    color: var(--color-white);
}
.btn--dark:focus, .btn--dark:active, .btn--dark:hover {
    background-color: var(--color-gray-700);
    color: var(--color-white);
}
.btn--glass {
    will-change: backdrop-filter;
    color: var(--color-gray-50);
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.btn--glass::before {
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    inset: 0;
    padding: 0.5px;
    border-radius: 50px;
}
.btn--glass:focus, .btn--glass:active, .btn--glass:hover {
    background-color: rgba(255, 255, 255, 0.35);
    color: var(--color-white);
}
.btn--glass-dark {
    will-change: backdrop-filter;
    color: var(--color-gray-50);
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.btn--glass-dark::before {
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    inset: 0;
    padding: 0.5px;
    border-radius: 50px;
}
.btn--glass-dark:focus, .btn--glass-dark:active, .btn--glass-dark:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: var(--color-white);
}
.btn--left-icon .btn__icon {
    order: -1;
}
.btn[disabled], .btn--disabled {
    cursor: not-allowed;
    transition: none;
    pointer-events: none;
    opacity: 0.4;
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
    transform: none !important;
}
.btn--small {
    min-height: 38px;
    padding: 4px 16px;
    font-size: 14px;
}
.btn.hide, .btn.d-none {
    display: none;
}
.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.checkbox {
    font-size: 14px;
    user-select: none;
    line-height: 1.5;
}
.checkbox__label {
    color: var(--color-gray-400);
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    margin: 0;
    display: flex;
    flex-direction: column;
    transition: color 0.3s ease;
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 20px;
    border-radius: 100%;
}
.checkbox__label:before {
    border: 1px solid var(--color-gray-200);
    background-color: var(--color-white);
    transition: background-color 0.3s ease, border 0.3s ease;
}
.checkbox__label::after {
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: url("data:image/svg+xml, %3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 1 5.5 10.167 1.333 6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/8px auto;
}
.checkbox:hover .checkbox__label::before {
    border-color: var(--color-gray-400);
}
.checkbox input:checked ~ label {
    color: var(--color-gray-800);
}
.checkbox input:checked ~ label::before {
    border-color: var(--color-gray-800);
    background-color: var(--color-gray-800);
}
.checkbox input:checked ~ label::after {
    transform: scale(1);
}
.checkbox input:checked ~ label:hover::before {
    border-color: var(--color-gray-800);
}
.checkbox a {
    text-decoration: underline;
}
.checkbox a:hover {
    color: var(--color-blue-500);
    text-decoration: none;
}
.checkbox.is-validation-failed .checkbox__label::before, .is-validation-failed .checkbox .checkbox__label::before {
    border-color: var(--color-validation-failed);
}
.checkbox .fv-plugins-message-container {
    text-align: left;
    padding-left: 28px;
}
.checkbox.is-disabled {
    pointer-events: none;
}
.checkbox.is-disabled input {
    pointer-events: none;
}
.checkbox.is-disabled .checkbox__label::before {
    border-color: var(--color-gray-300);
}
.checkbox.is-disabled .checkbox__label,
.checkbox.is-disabled .checkbox__text {
    color: var(--color-gray-300);
}
.drag-cursor {
    min-width: 108px;
    background-color: var(--color-blue-500);
    border-radius: 30px;
    color: var(--color-blue-50);
    display: inline-flex;
    align-items: center;
    gap: 4px;
    min-height: 44px;
    padding: 5px 12px;
    font-weight: 500;
    letter-spacing: normal;
    position: fixed;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 9;
    pointer-events: none;
    will-change: transform, opacity;
}
@media only screen and (max-width: 1022px) {
    .drag-cursor {
        display: none;
    }
}
.drag-cursor__arrow {
    width: 20px;
    height: 20px;
}
.drag-cursor .icon::before {
    background-color: currentColor;
}
.drag-cursor.hide {
    display: none;
}

[data-grab-cursor-parent] .swiper {
    cursor: none;
}
.dropdown {
    width: 100%;
    position: relative;
    max-width: 400px;
}
.dropdown__label {
    position: relative;
    margin: 0 0 6px;
    display: block;
    z-index: 4;
    color: var(--color-gray-400);
}
.dropdown__placeholder {
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    width: 100%;
    height: 48px;
    border: 0.33px solid var(--color-gray-200);
    background-color: var(--color-white);
    border-radius: 50px;
    outline: none;
    z-index: 1;
    font-size: 14px;
    font-family: var(--font-primary);
    color: var(--color-gray-400);
    padding: 8px 20px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    font-weight: 400;
    align-items: center;
    display: flex;
    cursor: pointer;
}
.dropdown__placeholder .icon {
    width: 14px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -4px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.dropdown__placeholder .icon::before {
    background-color: var(--color-gray-800);
}
.dropdown__placeholder-text {
    transition: transform 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 40px;
}
.dropdown__list {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    width: 100%;
    z-index: 9;
    left: 0;
    overflow: hidden;
    background-color: var(--color-white);
    border: 0.33px solid var(--color-gray-200);
    pointer-events: none;
    border-radius: 0 0 24px 24px;
    opacity: 0;
    visibility: hidden;
}
.dropdown__list-item {
    position: relative;
    border-bottom: 0.33px solid var(--color-gray-200);
}
.dropdown__list-item:last-child {
    border-bottom: 0;
}
.dropdown__list-inner {
    overflow: auto;
    max-height: 345px;
}
@media (min-width: 1024px) and (max-height: 550px) {
    .dropdown__list-inner {
        max-height: calc(100vh - 178px);
        min-height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .dropdown__list-inner {
        max-height: 270px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown__list-inner {
        max-height: 242px;
    }
}
@media only screen and (min-width: 1023px) {
    .dropdown__list-inner {
        scrollbar-track-color: rgba(229, 229, 229, 0.2);
        scrollbar-face-color: #e5e5e5;
        scrollbar-arrow-color: #e5e5e5;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .dropdown__list-inner::-webkit-scrollbar {
        width: 2px;
    }
    .dropdown__list-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(229, 229, 229, 0.2);
    }
    .dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(229, 229, 229, 0.6);
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb {
        background: #e5e5e5;
        width: 2px;
        border-radius: 0;
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(229, 229, 229, 0.84);
    }
    .dropdown__list-inner ::-webkit-scrollbar {
        width: 2px;
    }
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option {
    color: var(--color-gray-800);
    font-weight: 500;
    background-color: var(--color-gray-100);
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option::after {
    opacity: 1;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option:hover {
    background-color: var(--color-gray-300);
}
.dropdown__list-option {
    position: relative;
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 14px 20px;
    color: var(--color-gray-400);
    background-color: transparent;
    transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .dropdown__list-option {
        padding: 8px;
    }
}
.dropdown__list-option:hover {
    background-color: var(--color-gray-100);
}
.dropdown__list-option.is-disabled {
    background-color: var(--color-gray-200);
    pointer-events: none;
}
.dropdown__search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px;
    z-index: 3;
    opacity: 0;
    border-bottom: 0.33px solid var(--color-gray-200);
    pointer-events: none;
    background-color: var(--color-white);
}
.dropdown__search input {
    background-color: var(--color-white);
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 0 10px;
    outline: none;
    color: var(--color-gray-800);
    font-size: 16px;
    border: 0.33px solid var(--color-gray-200);
    transition: border-color 0.3s ease;
}
.dropdown:hover .dropdown__placeholder {
    border-color: var(--color-gray-500);
}
.dropdown.is-open .dropdown__placeholder {
    border-radius: 24px 24px 0 0;
}
.dropdown.is-open .icon {
    transform: scaleY(-1);
}
.dropdown.is-open .dropdown__list {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}
.dropdown.is-open:hover .dropdown__placeholder {
    border-color: var(--color-gray-300);
}
.dropdown--search .dropdown__list {
    padding-top: 58px;
}
.dropdown--search .dropdown__search {
    opacity: 1;
    pointer-events: all;
}
.dropdown.is-validation-failed .dropdown__placeholder {
    border-color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .fv-plugins-message-container {
    margin-top: 4px;
}
.dropdown.is-selected .dropdown__placeholder-text {
    color: var(--color-gray-800);
}
.dropdown.hide {
    display: none;
}
.dropdown--multiselect .dropdown__list input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option {
    background-color: var(--color-white);
    color: inherit;
    font-weight: 400;
}
.dropdown--multiselect .dropdown__list input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option::after {
    opacity: 1;
}
.dropdown--multiselect .dropdown__list input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option:hover {
    background-color: var(--color-white);
}
.dropdown--multiselect .dropdown__list-option {
    padding: 10px 10px 10px 38px;
}
@media only screen and (max-width: 767px) {
    .dropdown--multiselect .dropdown__list-option {
        padding: 8px 8px 8px 38px;
    }
}
.dropdown--multiselect .dropdown__list-option::after, .dropdown--multiselect .dropdown__list-option:before {
    content: "";
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    transform-origin: center center;
    pointer-events: none;
    width: 18px;
    height: 18px;
}
.dropdown--multiselect .dropdown__list-option:before {
    border: 0.33px solid var(--color-gray-200);
    transition: background-color 0.3s ease, border 0.3s ease;
}
.dropdown--multiselect .dropdown__list-option::after {
    opacity: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: url("data:image/svg+xml, %3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 1 5.5 10.167 1.333 6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/10px;
}
.icon::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.icon {
    display: block;
    position: relative;
}
.icon::before {
    background-color: currentColor;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    transition: background-color 0.3s ease;
}
.icon-chevron-up, .icon-chevron-down {
    width: 10px;
    height: 10px;
}
.icon-chevron-up:before, .icon-chevron-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.55078 5.19922L0.800781 1.44922C0.546875 1.21484 0.546875 0.804687 0.800781 0.570312C1.03516 0.316406 1.44531 0.316406 1.67969 0.570312L5 3.87109L8.30078 0.570312C8.53516 0.316406 8.94531 0.316406 9.17969 0.570312C9.43359 0.804687 9.43359 1.21484 9.17969 1.44922L5.42969 5.19922C5.19531 5.45312 4.78516 5.45312 4.55078 5.19922Z' fill='%23F0F9FF'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.55078 5.19922L0.800781 1.44922C0.546875 1.21484 0.546875 0.804687 0.800781 0.570312C1.03516 0.316406 1.44531 0.316406 1.67969 0.570312L5 3.87109L8.30078 0.570312C8.53516 0.316406 8.94531 0.316406 9.17969 0.570312C9.43359 0.804687 9.43359 1.21484 9.17969 1.44922L5.42969 5.19922C5.19531 5.45312 4.78516 5.45312 4.55078 5.19922Z' fill='%23F0F9FF'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left, .icon-chevron-right {
    width: 8px;
    height: 14px;
}
.icon-chevron-left:before, .icon-chevron-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.96484 6.28516C7.21094 6.55859 7.21094 6.96875 6.96484 7.21484L1.71484 12.4648C1.44141 12.7383 1.03125 12.7383 0.785156 12.4648C0.511719 12.2187 0.511719 11.8086 0.785156 11.5625L5.57031 6.77734L0.785156 1.96484C0.511719 1.71875 0.511719 1.30859 0.785156 1.0625C1.03125 0.789062 1.44141 0.789062 1.6875 1.0625L6.96484 6.28516Z' fill='%23F0F9FF'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='8' height='13' viewBox='0 0 8 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.96484 6.28516C7.21094 6.55859 7.21094 6.96875 6.96484 7.21484L1.71484 12.4648C1.44141 12.7383 1.03125 12.7383 0.785156 12.4648C0.511719 12.2187 0.511719 11.8086 0.785156 11.5625L5.57031 6.77734L0.785156 1.96484C0.511719 1.71875 0.511719 1.30859 0.785156 1.0625C1.03125 0.789062 1.44141 0.789062 1.6875 1.0625L6.96484 6.28516Z' fill='%23F0F9FF'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right, .icon-arrow-left {
    width: 18px;
    height: 12px;
}
.icon-arrow-right:before, .icon-arrow-left:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 9.5L17 5.5L13 1.5' stroke='%23008200' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5.5H17' stroke='%23008200' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 9.5L17 5.5L13 1.5' stroke='%23008200' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 5.5H17' stroke='%23008200' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-up, .icon-arrow-down {
    width: 12px;
    height: 12px;
}
.icon-arrow-up:before, .icon-arrow-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.07813 11.0859L1.14063 6.96094C0.929688 6.72656 0.929688 6.375 1.16406 6.16406C1.39844 5.95312 1.75 5.95312 1.96094 6.1875L4.9375 9.30469V1.3125C4.9375 1.00781 5.17188 0.75 5.5 0.75C5.80469 0.75 6.0625 1.00781 6.0625 1.3125V9.30469L9.01563 6.1875C9.22656 5.95312 9.60156 5.95312 9.8125 6.16406C10.0469 6.375 10.0469 6.72656 9.83594 6.96094L5.89844 11.0859C5.78125 11.2031 5.64063 11.25 5.5 11.25C5.33594 11.25 5.19531 11.2031 5.07813 11.0859Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.07813 11.0859L1.14063 6.96094C0.929688 6.72656 0.929688 6.375 1.16406 6.16406C1.39844 5.95312 1.75 5.95312 1.96094 6.1875L4.9375 9.30469V1.3125C4.9375 1.00781 5.17188 0.75 5.5 0.75C5.80469 0.75 6.0625 1.00781 6.0625 1.3125V9.30469L9.01563 6.1875C9.22656 5.95312 9.60156 5.95312 9.8125 6.16406C10.0469 6.375 10.0469 6.72656 9.83594 6.96094L5.89844 11.0859C5.78125 11.2031 5.64063 11.25 5.5 11.25C5.33594 11.25 5.19531 11.2031 5.07813 11.0859Z' fill='white'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left:before, .icon-arrow-up:before, .icon-chevron-up:before, .icon-arrow-left:before {
    transform: scale(-1);
}
.icon-close {
    width: 20px;
    height: 20px;
}
.icon-close:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.18359 1.49609L5.90234 4.77734L9.15625 8.03125C9.42969 8.27734 9.42969 8.6875 9.15625 8.93359C8.91016 9.20703 8.5 9.20703 8.25391 8.93359L4.97266 5.67969L1.71875 8.93359C1.47266 9.20703 1.0625 9.20703 0.816406 8.93359C0.542969 8.6875 0.542969 8.27734 0.816406 8.00391L4.07031 4.75L0.816406 1.49609C0.542969 1.25 0.542969 0.839844 0.816406 0.566406C1.0625 0.320312 1.47266 0.320312 1.74609 0.566406L5 3.84766L8.25391 0.59375C8.5 0.320312 8.91016 0.320312 9.18359 0.59375C9.42969 0.839844 9.42969 1.25 9.18359 1.49609Z' fill='%23171717'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.18359 1.49609L5.90234 4.77734L9.15625 8.03125C9.42969 8.27734 9.42969 8.6875 9.15625 8.93359C8.91016 9.20703 8.5 9.20703 8.25391 8.93359L4.97266 5.67969L1.71875 8.93359C1.47266 9.20703 1.0625 9.20703 0.816406 8.93359C0.542969 8.6875 0.542969 8.27734 0.816406 8.00391L4.07031 4.75L0.816406 1.49609C0.542969 1.25 0.542969 0.839844 0.816406 0.566406C1.0625 0.320312 1.47266 0.320312 1.74609 0.566406L5 3.84766L8.25391 0.59375C8.5 0.320312 8.91016 0.320312 9.18359 0.59375C9.42969 0.839844 9.42969 1.25 9.18359 1.49609Z' fill='%23171717'/%3E%3C/svg%3E%0A");
}
.icon-close-light {
    width: 24px;
    height: 24px;
}
.icon-close-light:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:exclusion'%3E%3Cpath d='M19.25 20.25L11 11.9375L2.6875 20.25C2.3125 20.625 1.6875 20.625 1.25 20.25C0.875 19.8125 0.875 19.1875 1.25 18.8125L9.5625 10.5L1.3125 2.25C0.875 1.875 0.875 1.25 1.3125 0.8125C1.6875 0.4375 2.3125 0.4375 2.6875 0.8125L11 9.125L19.25 0.8125C19.625 0.4375 20.25 0.4375 20.6875 0.8125C21.0625 1.25 21.0625 1.875 20.6875 2.25L12.375 10.5L20.6875 18.8125C21.0625 19.1875 21.0625 19.8125 20.6875 20.25C20.25 20.625 19.625 20.625 19.25 20.25Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:exclusion'%3E%3Cpath d='M19.25 20.25L11 11.9375L2.6875 20.25C2.3125 20.625 1.6875 20.625 1.25 20.25C0.875 19.8125 0.875 19.1875 1.25 18.8125L9.5625 10.5L1.3125 2.25C0.875 1.875 0.875 1.25 1.3125 0.8125C1.6875 0.4375 2.3125 0.4375 2.6875 0.8125L11 9.125L19.25 0.8125C19.625 0.4375 20.25 0.4375 20.6875 0.8125C21.0625 1.25 21.0625 1.875 20.6875 2.25L12.375 10.5L20.6875 18.8125C21.0625 19.1875 21.0625 19.8125 20.6875 20.25C20.25 20.625 19.625 20.625 19.25 20.25Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-check {
    width: 16px;
    height: 12px;
}
.icon-check:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 1 5.5 10.167 1.333 6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 1 5.5 10.167 1.333 6' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.icon-plus {
    width: 10px;
    height: 10px;
}
.icon-plus:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5625 1.1875V4.9375H9.3125C9.61719 4.9375 9.875 5.19531 9.875 5.5C9.875 5.82812 9.61719 6.0625 9.3125 6.0625H5.5625V9.8125C5.5625 10.1406 5.30469 10.375 5 10.375C4.67188 10.375 4.4375 10.1406 4.4375 9.8125V6.0625H0.6875C0.359375 6.0625 0.125 5.82812 0.125 5.5C0.125 5.19531 0.359375 4.9375 0.6875 4.9375H4.4375V1.1875C4.4375 0.882812 4.67188 0.625 5 0.625C5.30469 0.625 5.5625 0.882812 5.5625 1.1875Z' fill='%23262626'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.5625 1.1875V4.9375H9.3125C9.61719 4.9375 9.875 5.19531 9.875 5.5C9.875 5.82812 9.61719 6.0625 9.3125 6.0625H5.5625V9.8125C5.5625 10.1406 5.30469 10.375 5 10.375C4.67188 10.375 4.4375 10.1406 4.4375 9.8125V6.0625H0.6875C0.359375 6.0625 0.125 5.82812 0.125 5.5C0.125 5.19531 0.359375 4.9375 0.6875 4.9375H4.4375V1.1875C4.4375 0.882812 4.67188 0.625 5 0.625C5.30469 0.625 5.5625 0.882812 5.5625 1.1875Z' fill='%23262626'/%3E%3C/svg%3E%0A");
}
.icon-facebook {
    width: 16px;
    height: 16px;
}
.icon-facebook:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8c0 4.094-3.094 7.469-7.031 7.969v-5.5h2.156L11.563 8H8.969v-.844c0-1.312.5-1.812 1.812-1.812.406 0 .719.031.906.031V3.187c-.343-.124-1.218-.218-1.718-.218-2.688 0-3.906 1.281-3.906 4V8H4.405v2.469h1.657v5.312A8.012 8.012 0 0 1 0 8c0-4.406 3.563-8 8-8 4.406 0 8 3.594 8 8Z' fill='%23737373'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8c0 4.094-3.094 7.469-7.031 7.969v-5.5h2.156L11.563 8H8.969v-.844c0-1.312.5-1.812 1.812-1.812.406 0 .719.031.906.031V3.187c-.343-.124-1.218-.218-1.718-.218-2.688 0-3.906 1.281-3.906 4V8H4.405v2.469h1.657v5.312A8.012 8.012 0 0 1 0 8c0-4.406 3.563-8 8-8 4.406 0 8 3.594 8 8Z' fill='%23737373'/%3E%3C/svg%3E");
}
.icon-linkedin {
    width: 14px;
    height: 14px;
}
.icon-linkedin:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0c.531 0 1 .469 1 1.031V13c0 .563-.469 1-1 1H.969A.98.98 0 0 1 0 13V1.031C0 .47.438 0 .969 0H13ZM4.219 12V5.344H2.156V12H4.22ZM3.187 4.406c.657 0 1.188-.531 1.188-1.187S3.844 2 3.187 2A1.22 1.22 0 0 0 1.97 3.219c0 .656.531 1.187 1.218 1.187ZM12 12V8.344c0-1.781-.406-3.188-2.5-3.188-1 0-1.688.563-1.969 1.094H7.5v-.906H5.531V12h2.063V8.719C7.594 7.844 7.75 7 8.844 7c1.062 0 1.062 1 1.062 1.75V12H12Z' fill='%23737373'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 0c.531 0 1 .469 1 1.031V13c0 .563-.469 1-1 1H.969A.98.98 0 0 1 0 13V1.031C0 .47.438 0 .969 0H13ZM4.219 12V5.344H2.156V12H4.22ZM3.187 4.406c.657 0 1.188-.531 1.188-1.187S3.844 2 3.187 2A1.22 1.22 0 0 0 1.97 3.219c0 .656.531 1.187 1.218 1.187ZM12 12V8.344c0-1.781-.406-3.188-2.5-3.188-1 0-1.688.563-1.969 1.094H7.5v-.906H5.531V12h2.063V8.719C7.594 7.844 7.75 7 8.844 7c1.062 0 1.062 1 1.062 1.75V12H12Z' fill='%23737373'/%3E%3C/svg%3E");
}
.icon-instagram {
    width: 14px;
    height: 14px;
}
.icon-instagram:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3.406c1.969 0 3.594 1.625 3.594 3.594 0 2-1.625 3.594-3.594 3.594C6 10.594 4.406 9 4.406 7A3.594 3.594 0 0 1 8 3.406Zm0 5.938c1.281 0 2.313-1.031 2.313-2.344A2.307 2.307 0 0 0 8 4.687C6.687 4.688 5.656 5.72 5.656 7A2.34 2.34 0 0 0 8 9.344Zm4.563-6.063a.84.84 0 0 0-.844-.844.84.84 0 0 0-.844.844.84.84 0 0 0 .844.844.84.84 0 0 0 .844-.844Zm2.374.844c.063 1.156.063 4.625 0 5.781-.062 1.125-.312 2.094-1.124 2.938-.813.812-1.813 1.062-2.938 1.125-1.156.062-4.625.062-5.781 0-1.125-.063-2.094-.313-2.938-1.125C1.344 12 1.094 11.03 1.031 9.906.97 8.75.97 5.281 1.031 4.125 1.094 3 1.344 2 2.156 1.187 3 .375 3.97.125 5.094.063 6.25 0 9.719 0 10.875.063 12 .126 13 .376 13.813 1.188 14.624 2 14.874 3 14.937 4.126Zm-1.5 7c.376-.906.282-3.094.282-4.125 0-1 .094-3.188-.281-4.125-.25-.594-.72-1.094-1.313-1.313C11.187 1.188 9 1.282 8 1.282c-1.031 0-3.219-.095-4.125.28a2.41 2.41 0 0 0-1.344 1.313C2.156 3.813 2.25 6 2.25 7c0 1.031-.094 3.219.281 4.125a2.37 2.37 0 0 0 1.344 1.344c.906.375 3.094.281 4.125.281 1 0 3.188.094 4.125-.281.594-.25 1.094-.719 1.313-1.344Z' fill='%23737373'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='15' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 3.406c1.969 0 3.594 1.625 3.594 3.594 0 2-1.625 3.594-3.594 3.594C6 10.594 4.406 9 4.406 7A3.594 3.594 0 0 1 8 3.406Zm0 5.938c1.281 0 2.313-1.031 2.313-2.344A2.307 2.307 0 0 0 8 4.687C6.687 4.688 5.656 5.72 5.656 7A2.34 2.34 0 0 0 8 9.344Zm4.563-6.063a.84.84 0 0 0-.844-.844.84.84 0 0 0-.844.844.84.84 0 0 0 .844.844.84.84 0 0 0 .844-.844Zm2.374.844c.063 1.156.063 4.625 0 5.781-.062 1.125-.312 2.094-1.124 2.938-.813.812-1.813 1.062-2.938 1.125-1.156.062-4.625.062-5.781 0-1.125-.063-2.094-.313-2.938-1.125C1.344 12 1.094 11.03 1.031 9.906.97 8.75.97 5.281 1.031 4.125 1.094 3 1.344 2 2.156 1.187 3 .375 3.97.125 5.094.063 6.25 0 9.719 0 10.875.063 12 .126 13 .376 13.813 1.188 14.624 2 14.874 3 14.937 4.126Zm-1.5 7c.376-.906.282-3.094.282-4.125 0-1 .094-3.188-.281-4.125-.25-.594-.72-1.094-1.313-1.313C11.187 1.188 9 1.282 8 1.282c-1.031 0-3.219-.095-4.125.28a2.41 2.41 0 0 0-1.344 1.313C2.156 3.813 2.25 6 2.25 7c0 1.031-.094 3.219.281 4.125a2.37 2.37 0 0 0 1.344 1.344c.906.375 3.094.281 4.125.281 1 0 3.188.094 4.125-.281.594-.25 1.094-.719 1.313-1.344Z' fill='%23737373'/%3E%3C/svg%3E");
}
.icon-front-bed {
    width: 15px;
    height: 12px;
}
.icon-front-bed:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M1.125.813v6.562H6.75V3.812c0-.703.586-1.312 1.313-1.312h4.124A2.82 2.82 0 0 1 15 5.313v4.875a.554.554 0 0 1-.563.562.543.543 0 0 1-.562-.563V8.5H1.125v1.688a.555.555 0 0 1-.563.562.542.542 0 0 1-.562-.563V.813C0 .508.234.25.563.25a.57.57 0 0 1 .562.563Zm12.75 4.5a1.71 1.71 0 0 0-1.688-1.688H8.064a.185.185 0 0 0-.188.188v3.562h6V5.312l-.001.001ZM3 4.563c0 .351.164.656.469.82a.954.954 0 0 0 .937 0 .945.945 0 0 0 .469-.82.936.936 0 0 0-1.406-.797.889.889 0 0 0-.47.796v.001Zm3 0c0 .75-.398 1.43-1.031 1.804a2.148 2.148 0 0 1-2.063 0 2.047 2.047 0 0 1-1.031-1.804c0-.727.375-1.407 1.03-1.782a2.148 2.148 0 0 1 2.064 0 2.087 2.087 0 0 1 1.03 1.781v.001Z' fill='%23171717'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h15v11H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='15' height='11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M1.125.813v6.562H6.75V3.812c0-.703.586-1.312 1.313-1.312h4.124A2.82 2.82 0 0 1 15 5.313v4.875a.554.554 0 0 1-.563.562.543.543 0 0 1-.562-.563V8.5H1.125v1.688a.555.555 0 0 1-.563.562.542.542 0 0 1-.562-.563V.813C0 .508.234.25.563.25a.57.57 0 0 1 .562.563Zm12.75 4.5a1.71 1.71 0 0 0-1.688-1.688H8.064a.185.185 0 0 0-.188.188v3.562h6V5.312l-.001.001ZM3 4.563c0 .351.164.656.469.82a.954.954 0 0 0 .937 0 .945.945 0 0 0 .469-.82.936.936 0 0 0-1.406-.797.889.889 0 0 0-.47.796v.001Zm3 0c0 .75-.398 1.43-1.031 1.804a2.148 2.148 0 0 1-2.063 0 2.047 2.047 0 0 1-1.031-1.804c0-.727.375-1.407 1.03-1.782a2.148 2.148 0 0 1 2.064 0 2.087 2.087 0 0 1 1.03 1.781v.001Z' fill='%23171717'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h15v11H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-rear-bed {
    width: 12px;
    height: 12px;
}
.icon-rear-bed:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 1.375C0.75 0.765625 1.24219 0.25 1.875 0.25H10.125C10.7344 0.25 11.25 0.765625 11.25 1.375V4.32812C10.8984 4.16406 10.5234 4.04688 10.125 4.02344V4V3.25C10.125 2.85156 9.77344 2.5 9.375 2.5H7.125C6.70312 2.5 6.375 2.85156 6.375 3.25V4H5.625V3.25C5.625 2.85156 5.27344 2.5 4.875 2.5H2.625C2.20312 2.5 1.875 2.85156 1.875 3.25V4V4.02344C1.45312 4.04688 1.07812 4.16406 0.75 4.32812V1.375ZM2.0625 4.75H9.9375C11.0625 4.75 12 5.6875 12 6.8125V8.6875V10.1875C12 10.5156 11.7422 10.75 11.4375 10.75C11.1094 10.75 10.875 10.5156 10.875 10.1875V9.25H1.125V10.1875C1.125 10.5156 0.867188 10.75 0.5625 10.75C0.234375 10.75 0 10.5156 0 10.1875V8.6875V6.8125C0 5.6875 0.914062 4.75 2.0625 4.75ZM10.875 8.125V6.8125C10.875 6.29688 10.4531 5.875 9.9375 5.875H2.0625C1.52344 5.875 1.125 6.29688 1.125 6.8125V8.125H10.875Z' fill='%23171717'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='12' height='11' viewBox='0 0 12 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.75 1.375C0.75 0.765625 1.24219 0.25 1.875 0.25H10.125C10.7344 0.25 11.25 0.765625 11.25 1.375V4.32812C10.8984 4.16406 10.5234 4.04688 10.125 4.02344V4V3.25C10.125 2.85156 9.77344 2.5 9.375 2.5H7.125C6.70312 2.5 6.375 2.85156 6.375 3.25V4H5.625V3.25C5.625 2.85156 5.27344 2.5 4.875 2.5H2.625C2.20312 2.5 1.875 2.85156 1.875 3.25V4V4.02344C1.45312 4.04688 1.07812 4.16406 0.75 4.32812V1.375ZM2.0625 4.75H9.9375C11.0625 4.75 12 5.6875 12 6.8125V8.6875V10.1875C12 10.5156 11.7422 10.75 11.4375 10.75C11.1094 10.75 10.875 10.5156 10.875 10.1875V9.25H1.125V10.1875C1.125 10.5156 0.867188 10.75 0.5625 10.75C0.234375 10.75 0 10.5156 0 10.1875V8.6875V6.8125C0 5.6875 0.914062 4.75 2.0625 4.75ZM10.875 8.125V6.8125C10.875 6.29688 10.4531 5.875 9.9375 5.875H2.0625C1.52344 5.875 1.125 6.29688 1.125 6.8125V8.125H10.875Z' fill='%23171717'/%3E%3C/svg%3E%0A");
}
.icon-bunk-bed {
    width: 14px;
    height: 14px;
}
.icon-bunk-bed:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.813.5a.57.57 0 0 1 .562.563V4.25H6.25V1.437c0-.515.398-.937.938-.937h3.75a2.82 2.82 0 0 1 2.812 2.813v8.624a.555.555 0 0 1-.563.563.542.542 0 0 1-.562-.563v-.562H1.375v.563a.555.555 0 0 1-.563.562.542.542 0 0 1-.562-.563V1.063C.25.758.484.5.813.5Zm5.437 9.75V7.437c0-.515.398-.937.938-.937h5.437V5.375H1.375v4.875H6.25Zm6.375-6v-.938c0-.914-.773-1.687-1.688-1.687H7.376V4.25h5.25Zm0 3.375h-5.25v2.625h5.25V7.625ZM2.5 8.188c0-.47.234-.891.656-1.126a1.313 1.313 0 1 1 0 2.274C2.734 9.102 2.5 8.68 2.5 8.187ZM3.813.875a1.313 1.313 0 0 1 1.125 1.969 1.262 1.262 0 0 1-1.126.656c-.492 0-.914-.234-1.148-.656A1.313 1.313 0 0 1 3.812.875Z' fill='%23171717'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='14' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.813.5a.57.57 0 0 1 .562.563V4.25H6.25V1.437c0-.515.398-.937.938-.937h3.75a2.82 2.82 0 0 1 2.812 2.813v8.624a.555.555 0 0 1-.563.563.542.542 0 0 1-.562-.563v-.562H1.375v.563a.555.555 0 0 1-.563.562.542.542 0 0 1-.562-.563V1.063C.25.758.484.5.813.5Zm5.437 9.75V7.437c0-.515.398-.937.938-.937h5.437V5.375H1.375v4.875H6.25Zm6.375-6v-.938c0-.914-.773-1.687-1.688-1.687H7.376V4.25h5.25Zm0 3.375h-5.25v2.625h5.25V7.625ZM2.5 8.188c0-.47.234-.891.656-1.126a1.313 1.313 0 1 1 0 2.274C2.734 9.102 2.5 8.68 2.5 8.187ZM3.813.875a1.313 1.313 0 0 1 1.125 1.969 1.262 1.262 0 0 1-1.126.656c-.492 0-.914-.234-1.148-.656A1.313 1.313 0 0 1 3.812.875Z' fill='%23171717'/%3E%3C/svg%3E");
}
.icon-pop-off-roof {
    width: 16px;
    height: 14px;
}
.icon-pop-off-roof:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 4.75V7h3V4.375H2a.385.385 0 0 0-.375.375Zm0 3.375V10c0 .21.164.375.375.375h.281A2.315 2.315 0 0 1 4.25 9.25c.82 0 1.547.469 1.945 1.125h3.586A2.315 2.315 0 0 1 11.75 9.25c.82 0 1.547.469 1.945 1.125H14a.385.385 0 0 0 .375-.375V8.125H1.625ZM5.75 7h2.625V4.375H5.75V7ZM9.5 7h4.219l-2.18-2.555c-.047-.047-.094-.07-.14-.07H9.5V7Zm6 3c0 .844-.68 1.5-1.5 1.5a2.25 2.25 0 0 1-4.5 0h-3a2.25 2.25 0 0 1-4.5 0A1.48 1.48 0 0 1 .5 10V4.75c0-.82.656-1.5 1.5-1.5h9.398c.375 0 .75.188.985.469L15.172 7c.21.234.328.54.328.844V10Zm-2.625 1.5c0-.398-.234-.75-.563-.96a1.079 1.079 0 0 0-1.124 0 1.122 1.122 0 0 0 0 1.945c.328.21.773.21 1.124 0 .329-.212.563-.563.563-.985ZM4.25 12.625c.398 0 .75-.21.96-.563.212-.328.212-.773 0-1.124-.21-.329-.562-.563-.96-.563-.422 0-.773.234-.984.563-.211.351-.211.796 0 1.124.21.352.562.563.984.563Z' fill='%23171717'/%3E%3Cpath d='M2 1.5h8' stroke='%23171717' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.625 4.75V7h3V4.375H2a.385.385 0 0 0-.375.375Zm0 3.375V10c0 .21.164.375.375.375h.281A2.315 2.315 0 0 1 4.25 9.25c.82 0 1.547.469 1.945 1.125h3.586A2.315 2.315 0 0 1 11.75 9.25c.82 0 1.547.469 1.945 1.125H14a.385.385 0 0 0 .375-.375V8.125H1.625ZM5.75 7h2.625V4.375H5.75V7ZM9.5 7h4.219l-2.18-2.555c-.047-.047-.094-.07-.14-.07H9.5V7Zm6 3c0 .844-.68 1.5-1.5 1.5a2.25 2.25 0 0 1-4.5 0h-3a2.25 2.25 0 0 1-4.5 0A1.48 1.48 0 0 1 .5 10V4.75c0-.82.656-1.5 1.5-1.5h9.398c.375 0 .75.188.985.469L15.172 7c.21.234.328.54.328.844V10Zm-2.625 1.5c0-.398-.234-.75-.563-.96a1.079 1.079 0 0 0-1.124 0 1.122 1.122 0 0 0 0 1.945c.328.21.773.21 1.124 0 .329-.212.563-.563.563-.985ZM4.25 12.625c.398 0 .75-.21.96-.563.212-.328.212-.773 0-1.124-.21-.329-.562-.563-.96-.563-.422 0-.773.234-.984.563-.211.351-.211.796 0 1.124.21.352.562.563.984.563Z' fill='%23171717'/%3E%3Cpath d='M2 1.5h8' stroke='%23171717' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
}
.icon-beds {
    width: 15px;
    height: 14px;
}
.icon-beds:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375 1.438c0-.711.574-1.313 1.313-1.313h9.624c.711 0 1.313.602 1.313 1.313v3.445a3.603 3.603 0 0 0-1.313-.356v-.902a.9.9 0 0 0-.874-.875H8.812a.881.881 0 0 0-.874.875V4.5h-.875v-.875a.9.9 0 0 0-.875-.875H3.563a.881.881 0 0 0-.876.875v.902c-.492.028-.93.164-1.312.356V1.437Zm1.531 3.937h9.188A2.428 2.428 0 0 1 14.5 7.781v3.938c0 .383-.3.656-.656.656a.632.632 0 0 1-.656-.656v-1.094H1.812v1.094c0 .383-.3.656-.656.656a.632.632 0 0 1-.656-.656V7.78a2.41 2.41 0 0 1 2.406-2.406Zm10.281 3.938V7.78c0-.601-.492-1.093-1.093-1.093H2.906A1.08 1.08 0 0 0 1.812 7.78v1.532h11.376Z' fill='%23171717'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='15' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.375 1.438c0-.711.574-1.313 1.313-1.313h9.624c.711 0 1.313.602 1.313 1.313v3.445a3.603 3.603 0 0 0-1.313-.356v-.902a.9.9 0 0 0-.874-.875H8.812a.881.881 0 0 0-.874.875V4.5h-.875v-.875a.9.9 0 0 0-.875-.875H3.563a.881.881 0 0 0-.876.875v.902c-.492.028-.93.164-1.312.356V1.437Zm1.531 3.937h9.188A2.428 2.428 0 0 1 14.5 7.781v3.938c0 .383-.3.656-.656.656a.632.632 0 0 1-.656-.656v-1.094H1.812v1.094c0 .383-.3.656-.656.656a.632.632 0 0 1-.656-.656V7.78a2.41 2.41 0 0 1 2.406-2.406Zm10.281 3.938V7.78c0-.601-.492-1.093-1.093-1.093H2.906A1.08 1.08 0 0 0 1.812 7.78v1.532h11.376Z' fill='%23171717'/%3E%3C/svg%3E");
}
.icon-seats {
    width: 14px;
    height: 14px;
}
.icon-seats:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.313.125c.464 0 .875.273 1.12.656.247.41.247.93 0 1.313-.245.41-.656.656-1.12.656a1.31 1.31 0 0 1-1.149-.656c-.246-.383-.246-.903 0-1.313C3.41.398 3.82.125 4.312.125ZM4.75 5.32l.465 2.078c.027.11.11.192.219.192h.464l-.546-2.406c-.028-.137-.165-.22-.301-.22a.303.303 0 0 0-.301.356Zm1.887-.41v.055h1.832c.355 0 .656.273.656.656 0 .356-.3.656-.656.656H6.938l.3 1.313h.957c.82 0 1.559.492 1.86 1.258l.765 2.078.957-.274a.685.685 0 0 1 .82.465.684.684 0 0 1-.464.82l-1.531.438c-.329.082-.684-.082-.793-.41l-.985-2.652a.69.69 0 0 0-.629-.41H5.434c-.711 0-1.34-.52-1.504-1.204l-.438-2.105c-.246-.985.547-1.969 1.559-1.969.765 0 1.422.547 1.586 1.285ZM1.66 3.297l.93 5.277c.164.93.984 1.614 1.941 1.614h2.625c.356 0 .657.3.657.656 0 .383-.301.656-.657.656H4.531a3.258 3.258 0 0 1-3.226-2.707l-.93-5.25c-.055-.356.164-.711.52-.766.355-.054.71.164.765.52Z' fill='%23171717'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='13' height='13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.313.125c.464 0 .875.273 1.12.656.247.41.247.93 0 1.313-.245.41-.656.656-1.12.656a1.31 1.31 0 0 1-1.149-.656c-.246-.383-.246-.903 0-1.313C3.41.398 3.82.125 4.312.125ZM4.75 5.32l.465 2.078c.027.11.11.192.219.192h.464l-.546-2.406c-.028-.137-.165-.22-.301-.22a.303.303 0 0 0-.301.356Zm1.887-.41v.055h1.832c.355 0 .656.273.656.656 0 .356-.3.656-.656.656H6.938l.3 1.313h.957c.82 0 1.559.492 1.86 1.258l.765 2.078.957-.274a.685.685 0 0 1 .82.465.684.684 0 0 1-.464.82l-1.531.438c-.329.082-.684-.082-.793-.41l-.985-2.652a.69.69 0 0 0-.629-.41H5.434c-.711 0-1.34-.52-1.504-1.204l-.438-2.105c-.246-.985.547-1.969 1.559-1.969.765 0 1.422.547 1.586 1.285ZM1.66 3.297l.93 5.277c.164.93.984 1.614 1.941 1.614h2.625c.356 0 .657.3.657.656 0 .383-.301.656-.657.656H4.531a3.258 3.258 0 0 1-3.226-2.707l-.93-5.25c-.055-.356.164-.711.52-.766.355-.054.71.164.765.52Z' fill='%23171717'/%3E%3C/svg%3E");
}
.icon-kitchen-area {
    width: 16px;
    height: 16px;
}
.icon-kitchen-area:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.188 4.188c0-.93-.52-1.778-1.313-2.27a2.645 2.645 0 0 0-2.625 0c-.82.492-1.313 1.34-1.313 2.27A2.65 2.65 0 0 0 3.25 6.483a2.645 2.645 0 0 0 2.625 0c.793-.492 1.313-1.34 1.313-2.296Zm1.257.656a3.936 3.936 0 0 1-3.883 3.281A3.921 3.921 0 0 1 .626 4.187C.625 2.027 2.375.25 4.563.25c1.94 0 3.554 1.422 3.882 3.281h1.805a1.35 1.35 0 0 1 1.313-1.094h2.624c.711 0 1.313.602 1.313 1.313v.875c0 .738-.602 1.313-1.313 1.313h-2.624a1.324 1.324 0 0 1-1.313-1.094H8.445Zm-5.633-.657c0-.601.329-1.175.876-1.503.519-.301 1.203-.301 1.75 0 .519.328.875.902.875 1.503 0 .63-.356 1.204-.875 1.532-.547.3-1.231.3-1.75 0a1.778 1.778 0 0 1-.876-1.532Zm8.094 3.282c0-.356.274-.657.656-.657.356 0 .657.301.657.657v.218h2.624c.356 0 .657.301.657.657 0 .383-.3.656-.656.656h-.219v3.938c0 .738-.602 1.312-1.313 1.312h-3.5A1.296 1.296 0 0 1 8.5 12.937V9h-.219a.632.632 0 0 1-.656-.656c0-.356.273-.656.656-.656h2.625v-.22ZM9.812 9v3.938h3.5V9h-3.5ZM1.5 9.438A.45.45 0 0 1 1.938 9h3.5c.71 0 1.312.602 1.312 1.313 0 .738-.602 1.312-1.313 1.312H5c0 .492-.41.875-.875.875h-1.75a.864.864 0 0 1-.875-.875V9.437ZM5 10.75h.438a.45.45 0 0 0 .437-.438.47.47 0 0 0-.438-.437H5v.875ZM.625 13.594c0-.356.273-.656.656-.656h4.813c.355 0 .656.3.656.656 0 .383-.3.656-.656.656H1.28a.632.632 0 0 1-.656-.656ZM11.563 3.75v.875h2.624V3.75h-2.624Z' fill='%23171717'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.188 4.188c0-.93-.52-1.778-1.313-2.27a2.645 2.645 0 0 0-2.625 0c-.82.492-1.313 1.34-1.313 2.27A2.65 2.65 0 0 0 3.25 6.483a2.645 2.645 0 0 0 2.625 0c.793-.492 1.313-1.34 1.313-2.296Zm1.257.656a3.936 3.936 0 0 1-3.883 3.281A3.921 3.921 0 0 1 .626 4.187C.625 2.027 2.375.25 4.563.25c1.94 0 3.554 1.422 3.882 3.281h1.805a1.35 1.35 0 0 1 1.313-1.094h2.624c.711 0 1.313.602 1.313 1.313v.875c0 .738-.602 1.313-1.313 1.313h-2.624a1.324 1.324 0 0 1-1.313-1.094H8.445Zm-5.633-.657c0-.601.329-1.175.876-1.503.519-.301 1.203-.301 1.75 0 .519.328.875.902.875 1.503 0 .63-.356 1.204-.875 1.532-.547.3-1.231.3-1.75 0a1.778 1.778 0 0 1-.876-1.532Zm8.094 3.282c0-.356.274-.657.656-.657.356 0 .657.301.657.657v.218h2.624c.356 0 .657.301.657.657 0 .383-.3.656-.656.656h-.219v3.938c0 .738-.602 1.312-1.313 1.312h-3.5A1.296 1.296 0 0 1 8.5 12.937V9h-.219a.632.632 0 0 1-.656-.656c0-.356.273-.656.656-.656h2.625v-.22ZM9.812 9v3.938h3.5V9h-3.5ZM1.5 9.438A.45.45 0 0 1 1.938 9h3.5c.71 0 1.312.602 1.312 1.313 0 .738-.602 1.312-1.313 1.312H5c0 .492-.41.875-.875.875h-1.75a.864.864 0 0 1-.875-.875V9.437ZM5 10.75h.438a.45.45 0 0 0 .437-.438.47.47 0 0 0-.438-.437H5v.875ZM.625 13.594c0-.356.273-.656.656-.656h4.813c.355 0 .656.3.656.656 0 .383-.3.656-.656.656H1.28a.632.632 0 0 1-.656-.656ZM11.563 3.75v.875h2.624V3.75h-2.624Z' fill='%23171717'/%3E%3C/svg%3E");
}
.icon-bathroom {
    width: 14px;
    height: 15px;
}
.icon-bathroom:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.375.906c0-.355.273-.656.656-.656H11.97c.355 0 .656.3.656.656 0 .383-.3.656-.656.656H1.03A.632.632 0 0 1 .375.906ZM2.59 5.254c1.039-.3 2.433-.41 3.91-.41 1.45 0 2.844.11 3.883.41l.055.027V2.438h1.312v3.5c.383.328.656.765.656 1.312 0 1.996-.93 3.309-2.16 4.074-.055.028-.082.055-.137.082l.602 1.121c.11.164.164.356.164.547 0 .656-.547 1.176-1.203 1.176H3.3c-.656 0-1.176-.52-1.176-1.176 0-.191.027-.383.137-.547l.601-1.12c-.054-.028-.082-.055-.136-.083C1.497 10.56.594 9.246.594 7.25c0-.547.246-.984.629-1.313h.027v-3.5h1.313v2.844l.027-.027Zm7.984 3.937c-.054.028-.136.055-.191.082-1.04.274-2.434.383-3.883.383-1.477 0-2.871-.11-3.91-.383-.055-.027-.137-.054-.192-.082.274.438.63.766 1.012 1.012.93.574 2.106.766 3.09.766.957 0 2.16-.192 3.063-.766.382-.246.765-.574 1.011-1.012ZM1.906 7.25c0 .11.028.219.164.328.164.164.465.3.875.41.875.246 2.106.356 3.555.356 1.422 0 2.652-.11 3.527-.328.41-.137.711-.274.875-.41.137-.137.164-.247.164-.329a.385.385 0 0 0-.164-.328c-.164-.164-.464-.3-.875-.41-.875-.273-2.105-.383-3.527-.383-1.45 0-2.68.11-3.555.356-.41.136-.71.273-.875.41-.136.137-.164.246-.164.328Zm7 4.676a7.897 7.897 0 0 1-2.406.355c-.738 0-1.586-.082-2.434-.355l-.546 1.011h5.933l-.547-1.011ZM3.875 2.437h1.313a.47.47 0 0 1 .437.438.45.45 0 0 1-.438.438H3.875a.432.432 0 0 1-.438-.438.45.45 0 0 1 .438-.438Z' fill='%23171717'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='13' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M.375.906c0-.355.273-.656.656-.656H11.97c.355 0 .656.3.656.656 0 .383-.3.656-.656.656H1.03A.632.632 0 0 1 .375.906ZM2.59 5.254c1.039-.3 2.433-.41 3.91-.41 1.45 0 2.844.11 3.883.41l.055.027V2.438h1.312v3.5c.383.328.656.765.656 1.312 0 1.996-.93 3.309-2.16 4.074-.055.028-.082.055-.137.082l.602 1.121c.11.164.164.356.164.547 0 .656-.547 1.176-1.203 1.176H3.3c-.656 0-1.176-.52-1.176-1.176 0-.191.027-.383.137-.547l.601-1.12c-.054-.028-.082-.055-.136-.083C1.497 10.56.594 9.246.594 7.25c0-.547.246-.984.629-1.313h.027v-3.5h1.313v2.844l.027-.027Zm7.984 3.937c-.054.028-.136.055-.191.082-1.04.274-2.434.383-3.883.383-1.477 0-2.871-.11-3.91-.383-.055-.027-.137-.054-.192-.082.274.438.63.766 1.012 1.012.93.574 2.106.766 3.09.766.957 0 2.16-.192 3.063-.766.382-.246.765-.574 1.011-1.012ZM1.906 7.25c0 .11.028.219.164.328.164.164.465.3.875.41.875.246 2.106.356 3.555.356 1.422 0 2.652-.11 3.527-.328.41-.137.711-.274.875-.41.137-.137.164-.247.164-.329a.385.385 0 0 0-.164-.328c-.164-.164-.464-.3-.875-.41-.875-.273-2.105-.383-3.527-.383-1.45 0-2.68.11-3.555.356-.41.136-.71.273-.875.41-.136.137-.164.246-.164.328Zm7 4.676a7.897 7.897 0 0 1-2.406.355c-.738 0-1.586-.082-2.434-.355l-.546 1.011h5.933l-.547-1.011ZM3.875 2.437h1.313a.47.47 0 0 1 .437.438.45.45 0 0 1-.438.438H3.875a.432.432 0 0 1-.438-.438.45.45 0 0 1 .438-.438Z' fill='%23171717'/%3E%3C/svg%3E");
}
.icon-freezer {
    width: 12px;
    height: 15px;
}
.icon-freezer:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='11' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.125 1.563h-5.25c-.738 0-1.313.601-1.313 1.312v1.75h5.25V3.531c0-.355.274-.656.657-.656.355 0 .656.3.656.656v1.094h1.313v-1.75a1.33 1.33 0 0 0-1.313-1.313ZM6.812 5.938h-5.25V12.5c0 .246.192.438.438.438h7a.45.45 0 0 0 .438-.438V5.937H8.124v3.72c0 .382-.3.655-.656.655a.632.632 0 0 1-.657-.656V5.937ZM2.876.25h5.25a2.626 2.626 0 0 1 2.625 2.625V12.5c0 .984-.793 1.75-1.75 1.75H2c-.984 0-1.75-.766-1.75-1.75V2.875A2.626 2.626 0 0 1 2.875.25Z' fill='%23171717'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='11' height='15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.125 1.563h-5.25c-.738 0-1.313.601-1.313 1.312v1.75h5.25V3.531c0-.355.274-.656.657-.656.355 0 .656.3.656.656v1.094h1.313v-1.75a1.33 1.33 0 0 0-1.313-1.313ZM6.812 5.938h-5.25V12.5c0 .246.192.438.438.438h7a.45.45 0 0 0 .438-.438V5.937H8.124v3.72c0 .382-.3.655-.656.655a.632.632 0 0 1-.657-.656V5.937ZM2.876.25h5.25a2.626 2.626 0 0 1 2.625 2.625V12.5c0 .984-.793 1.75-1.75 1.75H2c-.984 0-1.75-.766-1.75-1.75V2.875A2.626 2.626 0 0 1 2.875.25Z' fill='%23171717'/%3E%3C/svg%3E");
}
.icon-sun {
    width: 16px;
    height: 16px;
}
.icon-sun:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0c.25 0 .5.25.5.5V3c0 .281-.25.5-.5.5a.494.494 0 0 1-.5-.5V.5c0-.25.219-.5.5-.5ZM0 8c0-.25.219-.5.5-.5H3c.25 0 .5.25.5.5 0 .281-.25.5-.5.5H.5A.494.494 0 0 1 0 8Zm12.5 0c0-.25.219-.5.5-.5h2.5c.25 0 .5.25.5.5 0 .281-.25.5-.5.5H13a.494.494 0 0 1-.5-.5ZM8 12.5c.25 0 .5.25.5.5v2.5c0 .281-.25.5-.5.5a.494.494 0 0 1-.5-.5V13c0-.25.219-.5.5-.5ZM2.344 2.344a.49.49 0 0 1 .687 0l1.781 1.781c.188.188.188.5 0 .719a.53.53 0 0 1-.718 0l-1.75-1.782c-.219-.187-.219-.5 0-.718Zm0 11.312a.442.442 0 0 1 0-.687l1.75-1.781a.53.53 0 0 1 .718 0 .53.53 0 0 1 0 .718l-1.78 1.75a.442.442 0 0 1-.688 0Zm8.812-8.812c-.187-.219-.187-.532 0-.719l1.781-1.781c.188-.188.5-.188.72 0 .187.219.187.531 0 .719l-1.782 1.78c-.188.188-.5.188-.719 0Zm0 6.343c.219-.187.531-.187.719 0l1.781 1.782a.49.49 0 0 1 0 .687c-.219.219-.531.219-.719 0l-1.78-1.75a.53.53 0 0 1 0-.719ZM10.5 8c0-.875-.5-1.688-1.25-2.156-.781-.438-1.75-.438-2.5 0C5.969 6.312 5.5 7.125 5.5 8c0 .906.469 1.719 1.25 2.188.75.437 1.719.437 2.5 0C10 9.717 10.5 8.905 10.5 8Zm-6 0c0-1.25.656-2.375 1.75-3 1.063-.656 2.406-.656 3.5 0 1.063.625 1.75 1.75 1.75 3a3.505 3.505 0 0 1-1.75 3.031c-1.094.656-2.438.656-3.5 0A3.441 3.441 0 0 1 4.5 8Z' fill='%23fff'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0c.25 0 .5.25.5.5V3c0 .281-.25.5-.5.5a.494.494 0 0 1-.5-.5V.5c0-.25.219-.5.5-.5ZM0 8c0-.25.219-.5.5-.5H3c.25 0 .5.25.5.5 0 .281-.25.5-.5.5H.5A.494.494 0 0 1 0 8Zm12.5 0c0-.25.219-.5.5-.5h2.5c.25 0 .5.25.5.5 0 .281-.25.5-.5.5H13a.494.494 0 0 1-.5-.5ZM8 12.5c.25 0 .5.25.5.5v2.5c0 .281-.25.5-.5.5a.494.494 0 0 1-.5-.5V13c0-.25.219-.5.5-.5ZM2.344 2.344a.49.49 0 0 1 .687 0l1.781 1.781c.188.188.188.5 0 .719a.53.53 0 0 1-.718 0l-1.75-1.782c-.219-.187-.219-.5 0-.718Zm0 11.312a.442.442 0 0 1 0-.687l1.75-1.781a.53.53 0 0 1 .718 0 .53.53 0 0 1 0 .718l-1.78 1.75a.442.442 0 0 1-.688 0Zm8.812-8.812c-.187-.219-.187-.532 0-.719l1.781-1.781c.188-.188.5-.188.72 0 .187.219.187.531 0 .719l-1.782 1.78c-.188.188-.5.188-.719 0Zm0 6.343c.219-.187.531-.187.719 0l1.781 1.782a.49.49 0 0 1 0 .687c-.219.219-.531.219-.719 0l-1.78-1.75a.53.53 0 0 1 0-.719ZM10.5 8c0-.875-.5-1.688-1.25-2.156-.781-.438-1.75-.438-2.5 0C5.969 6.312 5.5 7.125 5.5 8c0 .906.469 1.719 1.25 2.188.75.437 1.719.437 2.5 0C10 9.717 10.5 8.905 10.5 8Zm-6 0c0-1.25.656-2.375 1.75-3 1.063-.656 2.406-.656 3.5 0 1.063.625 1.75 1.75 1.75 3a3.505 3.505 0 0 1-1.75 3.031c-1.094.656-2.438.656-3.5 0A3.441 3.441 0 0 1 4.5 8Z' fill='%23fff'/%3E%3C/svg%3E");
}
.icon-moon {
    width: 14px;
    height: 14px;
}
.icon-moon:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.438 1.094A6.006 6.006 0 0 0 1.5 7c0 3.344 2.656 6 5.969 6a6.212 6.212 0 0 0 2.937-.75c-3.312-.281-5.937-3.094-5.937-6.5 0-1.813.75-3.469 1.968-4.656ZM8.5.437a.447.447 0 0 1-.219.532A5.488 5.488 0 0 0 10.97 11.25c.312 0 .625 0 .937-.063.219-.03.438.063.531.25.094.22.063.438-.093.594A6.952 6.952 0 0 1 7.469 14C3.625 14 .5 10.875.5 7c0-3.844 3.125-7 6.969-7 .187 0 .406.031.593.031.22.032.407.188.438.406Z' fill='%23fff'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='13' height='14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.438 1.094A6.006 6.006 0 0 0 1.5 7c0 3.344 2.656 6 5.969 6a6.212 6.212 0 0 0 2.937-.75c-3.312-.281-5.937-3.094-5.937-6.5 0-1.813.75-3.469 1.968-4.656ZM8.5.437a.447.447 0 0 1-.219.532A5.488 5.488 0 0 0 10.97 11.25c.312 0 .625 0 .937-.063.219-.03.438.063.531.25.094.22.063.438-.093.594A6.952 6.952 0 0 1 7.469 14C3.625 14 .5 10.875.5 7c0-3.844 3.125-7 6.969-7 .187 0 .406.031.593.031.22.032.407.188.438.406Z' fill='%23fff'/%3E%3C/svg%3E");
}
.icon-person {
    width: 9px;
    height: 12px;
}
.icon-person:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='9' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.469 1.906c0-.365.193-.687.515-.88a.989.989 0 0 1 1.032 0c.3.193.515.515.515.88 0 .387-.215.71-.515.903a.989.989 0 0 1-1.032 0 1.029 1.029 0 0 1-.515-.903Zm.86 6.532v2.75a.692.692 0 0 1-.688.687.679.679 0 0 1-.688-.688v-4.79l-.623 1.03a.695.695 0 0 1-.945.237.695.695 0 0 1-.237-.945l1.247-2.084a2.1 2.1 0 0 1 1.783-1.01H4.8a2.1 2.1 0 0 1 1.783 1.01L7.83 6.719a.695.695 0 0 1-.236.945.695.695 0 0 1-.946-.236l-.601-1.032v4.792a.692.692 0 0 1-.688.687.679.679 0 0 1-.687-.688v-2.75h-.344Z' fill='%23D4D4D4'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='9' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.469 1.906c0-.365.193-.687.515-.88a.989.989 0 0 1 1.032 0c.3.193.515.515.515.88 0 .387-.215.71-.515.903a.989.989 0 0 1-1.032 0 1.029 1.029 0 0 1-.515-.903Zm.86 6.532v2.75a.692.692 0 0 1-.688.687.679.679 0 0 1-.688-.688v-4.79l-.623 1.03a.695.695 0 0 1-.945.237.695.695 0 0 1-.237-.945l1.247-2.084a2.1 2.1 0 0 1 1.783-1.01H4.8a2.1 2.1 0 0 1 1.783 1.01L7.83 6.719a.695.695 0 0 1-.236.945.695.695 0 0 1-.946-.236l-.601-1.032v4.792a.692.692 0 0 1-.688.687.679.679 0 0 1-.687-.688v-2.75h-.344Z' fill='%23D4D4D4'/%3E%3C/svg%3E");
}
.icon-snowflake {
    width: 14px;
    height: 16px;
}
.icon-snowflake:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.51389 0.5V2.8125L8.63889 1.65625C8.82639 1.46875 9.17014 1.46875 9.35764 1.65625C9.54514 1.84375 9.54514 2.1875 9.35764 2.375L7.51389 4.21875V7.15625L10.0451 5.6875L10.7014 3.15625C10.7951 2.875 11.0451 2.71875 11.3264 2.8125C11.5764 2.875 11.7639 3.15625 11.6701 3.40625L11.2639 4.96875L13.2326 3.84375C13.4826 3.6875 13.7951 3.78125 13.9201 4C14.0764 4.25 13.9826 4.5625 13.7326 4.6875L11.7639 5.84375L13.3264 6.25C13.5764 6.34375 13.7639 6.625 13.6701 6.875C13.6076 7.15625 13.3264 7.3125 13.0764 7.21875L10.5451 6.5625L8.01389 8L10.5451 9.46875L13.0764 8.8125C13.3264 8.71875 13.6076 8.875 13.6701 9.15625C13.7639 9.40625 13.5764 9.6875 13.3264 9.75L11.7639 10.1875L13.7326 11.3125C13.9826 11.4688 14.0764 11.7812 13.9201 12C13.7951 12.25 13.4826 12.3438 13.2326 12.1875L11.2639 11.0625L11.6701 12.625C11.7639 12.875 11.5764 13.1562 11.3264 13.2188C11.0451 13.3125 10.7951 13.125 10.7014 12.875L10.0451 10.3438L7.51389 8.875V11.8125L9.35764 13.6562C9.54514 13.8438 9.54514 14.1875 9.35764 14.375C9.17014 14.5625 8.82639 14.5625 8.63889 14.375L7.51389 13.2188V15.5C7.51389 15.7812 7.26389 16 7.01389 16C6.73264 16 6.51389 15.7812 6.51389 15.5V13.2188L5.35764 14.375C5.17014 14.5625 4.82639 14.5625 4.63889 14.375C4.45139 14.1875 4.45139 13.8438 4.63889 13.6562L6.51389 11.8125V8.875L3.95139 10.3438L3.29514 12.875C3.20139 13.1562 2.95139 13.3125 2.67014 13.2188C2.42014 13.1562 2.26389 12.875 2.32639 12.625L2.73264 11.0625L0.763889 12.1875C0.513889 12.3438 0.201389 12.25 0.0763889 12C-0.0798611 11.7812 0.0138889 11.4688 0.263889 11.3438L2.23264 10.1875L0.670139 9.75C0.420139 9.6875 0.263889 9.40625 0.326389 9.15625C0.388889 8.875 0.670139 8.71875 0.920139 8.8125L3.45139 9.46875L6.01389 8L3.45139 6.5625L0.920139 7.21875C0.670139 7.3125 0.388889 7.15625 0.326389 6.875C0.263889 6.59375 0.420139 6.34375 0.670139 6.25L2.23264 5.84375L0.263889 4.6875C0.0138889 4.5625 -0.0798611 4.25 0.0763889 4C0.201389 3.78125 0.513889 3.6875 0.763889 3.84375L2.73264 4.96875L2.32639 3.40625C2.26389 3.15625 2.42014 2.875 2.67014 2.8125C2.95139 2.71875 3.20139 2.875 3.29514 3.15625L3.95139 5.6875L6.51389 7.15625V4.21875L4.63889 2.375C4.45139 2.1875 4.45139 1.84375 4.63889 1.65625C4.82639 1.46875 5.17014 1.46875 5.35764 1.65625L6.51389 2.8125V0.5C6.51389 0.25 6.73264 0 7.01389 0C7.26389 0 7.51389 0.25 7.51389 0.5Z' fill='%23171717'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.51389 0.5V2.8125L8.63889 1.65625C8.82639 1.46875 9.17014 1.46875 9.35764 1.65625C9.54514 1.84375 9.54514 2.1875 9.35764 2.375L7.51389 4.21875V7.15625L10.0451 5.6875L10.7014 3.15625C10.7951 2.875 11.0451 2.71875 11.3264 2.8125C11.5764 2.875 11.7639 3.15625 11.6701 3.40625L11.2639 4.96875L13.2326 3.84375C13.4826 3.6875 13.7951 3.78125 13.9201 4C14.0764 4.25 13.9826 4.5625 13.7326 4.6875L11.7639 5.84375L13.3264 6.25C13.5764 6.34375 13.7639 6.625 13.6701 6.875C13.6076 7.15625 13.3264 7.3125 13.0764 7.21875L10.5451 6.5625L8.01389 8L10.5451 9.46875L13.0764 8.8125C13.3264 8.71875 13.6076 8.875 13.6701 9.15625C13.7639 9.40625 13.5764 9.6875 13.3264 9.75L11.7639 10.1875L13.7326 11.3125C13.9826 11.4688 14.0764 11.7812 13.9201 12C13.7951 12.25 13.4826 12.3438 13.2326 12.1875L11.2639 11.0625L11.6701 12.625C11.7639 12.875 11.5764 13.1562 11.3264 13.2188C11.0451 13.3125 10.7951 13.125 10.7014 12.875L10.0451 10.3438L7.51389 8.875V11.8125L9.35764 13.6562C9.54514 13.8438 9.54514 14.1875 9.35764 14.375C9.17014 14.5625 8.82639 14.5625 8.63889 14.375L7.51389 13.2188V15.5C7.51389 15.7812 7.26389 16 7.01389 16C6.73264 16 6.51389 15.7812 6.51389 15.5V13.2188L5.35764 14.375C5.17014 14.5625 4.82639 14.5625 4.63889 14.375C4.45139 14.1875 4.45139 13.8438 4.63889 13.6562L6.51389 11.8125V8.875L3.95139 10.3438L3.29514 12.875C3.20139 13.1562 2.95139 13.3125 2.67014 13.2188C2.42014 13.1562 2.26389 12.875 2.32639 12.625L2.73264 11.0625L0.763889 12.1875C0.513889 12.3438 0.201389 12.25 0.0763889 12C-0.0798611 11.7812 0.0138889 11.4688 0.263889 11.3438L2.23264 10.1875L0.670139 9.75C0.420139 9.6875 0.263889 9.40625 0.326389 9.15625C0.388889 8.875 0.670139 8.71875 0.920139 8.8125L3.45139 9.46875L6.01389 8L3.45139 6.5625L0.920139 7.21875C0.670139 7.3125 0.388889 7.15625 0.326389 6.875C0.263889 6.59375 0.420139 6.34375 0.670139 6.25L2.23264 5.84375L0.263889 4.6875C0.0138889 4.5625 -0.0798611 4.25 0.0763889 4C0.201389 3.78125 0.513889 3.6875 0.763889 3.84375L2.73264 4.96875L2.32639 3.40625C2.26389 3.15625 2.42014 2.875 2.67014 2.8125C2.95139 2.71875 3.20139 2.875 3.29514 3.15625L3.95139 5.6875L6.51389 7.15625V4.21875L4.63889 2.375C4.45139 2.1875 4.45139 1.84375 4.63889 1.65625C4.82639 1.46875 5.17014 1.46875 5.35764 1.65625L6.51389 2.8125V0.5C6.51389 0.25 6.73264 0 7.01389 0C7.26389 0 7.51389 0.25 7.51389 0.5Z' fill='%23171717'/%3E%3C/svg%3E%0A");
}
.image-tag {
    background-color: var(--color-white);
    padding: 2px 8px 2px 2px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    min-height: 32px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
.image-tag__image {
    width: 28px;
    height: 28px;
    border-radius: 100%;
    border: 2px solid var(--color-white);
    position: relative;
    margin-left: -18px;
    transition: border-color 0.3s ease;
}
.image-tag__image-list {
    display: flex;
}
.image-tag__image--1 {
    margin-left: 0;
}
.image-tag__image--1 {
    z-index: 5;
}
.image-tag__image--2 {
    z-index: 4;
}
.image-tag__image--3 {
    z-index: 3;
}
.image-tag__image--4 {
    z-index: 2;
}
.image-tag__image--5 {
    z-index: 1;
}
.image-tag:hover {
    background-color: var(--color-gray-200);
}
.image-tag:hover .image-tag__image {
    border-color: var(--color-gray-200);
}
.is-active .image-tag {
    background-color: transparent;
    color: var(--color-white);
}
.is-active .image-tag .image-tag__image {
    border-color: var(--color-gray-950);
}
.mod-input__label {
    font-size: 14px;
}

.mod-input {
    width: 100%;
    position: relative;
    max-width: 638px;
    margin: 0 auto;
}
.mod-input ::-webkit-input-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.mod-input :-ms-input-placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.mod-input ::placeholder {
    color: #a3a3a3;
    opacity: 1;
}
.mod-input__label {
    position: relative;
    margin: 0 0 8px;
    padding: 0 20px;
    display: block;
    z-index: 4;
    color: var(--color-gray-400);
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 50px;
    border: 1px solid var(--color-gray-200);
    border-radius: 50px;
    background: var(--color-white);
    outline: none;
    z-index: 1;
    font-size: 16px;
    font-family: var(--font-primary);
    padding: 4px 20px;
    color: var(--color-gray-800);
    transition: border-color 0.3s ease;
}
.mod-input__field:focus {
    border-color: var(--color-gray-800);
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: var(--color-validation-failed);
    border-color: var(--color-validation-failed);
}
.mod-input__field:-webkit-autofill {
    color: var(--color-gray-800) !important;
    -webkit-text-fill-color: var(--color-gray-800) !important;
}
.mod-input__field:-webkit-autofill::selection {
    background-color: transparent !important;
    -webkit-text-fill-color: var(--color-gray-800) !important;
}
.mod-input__field::placeholder {
    font-size: 14px;
}
.mod-input__inner {
    position: relative;
}
.mod-input textarea {
    resize: vertical;
    min-height: 200px;
    padding: 10px 20px;
    border-radius: 24px;
}
.mod-input.is-disabled {
    opacity: 0.5;
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
}
.mod-input.is-validation-failed label {
    color: var(--color-validation-failed);
}
.mod-input.is-focused .mod-input__password-validation {
    display: grid;
}

[data-validator] + [data-validator] {
    display: none;
}

.fv-plugins-message-container,
.validation-message {
    color: var(--color-validation-failed);
    position: relative;
    font-size: 12px;
    line-height: 1.5;
    padding: 0 20px;
}
.fv-plugins-message-container div,
.validation-message div {
    margin-top: 4px;
}

.validation-message {
    display: none;
}
.is-validation-failed .validation-message {
    display: block;
}

.form-success-message,
.form-error-message {
    margin: 10px 0;
    padding: 8px 16px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 4px;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .form-success-message,
    .form-error-message {
        font-size: 14px;
        padding: 5px 10px;
    }
}
.form-success-message.is-hidden,
.form-error-message.is-hidden {
    display: none;
}

.form-error-message {
    background-color: rgba(213, 43, 41, 0.5);
    border: 1px solid var(--color-validation-failed);
}

.form-success-message {
    background-color: rgba(102, 187, 106, 0.5);
    border: 1px solid var(--color-success);
}
.margin {
    display: block;
    width: 100%;
}
.margin--320 {
    height: 320px;
}
@media only screen and (max-width: 1919px) {
    .margin--320 {
        height: 240px;
    }
}
@media only screen and (max-width: 1511px) {
    .margin--320 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--320 {
        height: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--320 {
        height: 90px;
    }
}
.margin--300 {
    height: 300px;
}
@media only screen and (max-width: 1919px) {
    .margin--300 {
        height: 240px;
    }
}
@media only screen and (max-width: 1511px) {
    .margin--300 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--300 {
        height: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--300 {
        height: 90px;
    }
}
.margin--280 {
    height: 280px;
}
@media only screen and (max-width: 1511px) {
    .margin--280 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--280 {
        height: 150px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--280 {
        height: 92px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--280 {
        height: 55px;
    }
}
.margin--270 {
    height: 270px;
}
@media only screen and (max-width: 1919px) {
    .margin--270 {
        height: 200px;
    }
}
@media only screen and (max-width: 1511px) {
    .margin--270 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--270 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--270 {
        height: 80px;
    }
}
.margin--260 {
    height: 260px;
}
@media only screen and (max-width: 1919px) {
    .margin--260 {
        height: 200px;
    }
}
@media only screen and (max-width: 1511px) {
    .margin--260 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--260 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--260 {
        height: 80px;
    }
}
.margin--240 {
    height: 240px;
}
@media only screen and (max-width: 1919px) {
    .margin--240 {
        height: 200px;
    }
}
@media only screen and (max-width: 1511px) {
    .margin--240 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--240 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--240 {
        height: 128px;
    }
}
.margin--220 {
    height: 220px;
}
@media only screen and (max-width: 1511px) {
    .margin--220 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--220 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--220 {
        height: 80px;
    }
}
.margin--200 {
    height: 200px;
}
@media only screen and (max-width: 1511px) {
    .margin--200 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--200 {
        height: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--200 {
        height: 128px;
    }
}
.margin--180 {
    height: 180px;
}
@media only screen and (max-width: 1511px) {
    .margin--180 {
        height: 150px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--180 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--180 {
        height: 80px;
    }
}
.margin--168 {
    height: 168px;
}
@media only screen and (max-width: 1919px) {
    .margin--168 {
        height: 140px;
    }
}
@media only screen and (max-width: 1511px) {
    .margin--168 {
        height: 120px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--168 {
        height: 80px;
    }
}
.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1511px) {
    .margin--160 {
        height: 128px;
    }
}
.margin--150 {
    height: 150px;
}
@media only screen and (max-width: 1919px) {
    .margin--150 {
        height: 130px;
    }
}
@media only screen and (max-width: 1511px) {
    .margin--150 {
        height: 110px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--150 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--150 {
        height: 70px;
    }
}
.margin--140 {
    height: 140px;
}
@media only screen and (max-width: 1511px) {
    .margin--140 {
        height: 128px;
    }
}
.margin--130 {
    height: 130px;
}
@media only screen and (max-width: 1511px) {
    .margin--130 {
        height: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--130 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--130 {
        height: 70px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (max-width: 1511px) {
    .margin--120 {
        height: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 54px;
    }
}
.margin--108 {
    height: 108px;
}
@media only screen and (max-width: 1511px) {
    .margin--108 {
        height: 90px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--108 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--108 {
        height: 70px;
    }
}
.margin--104 {
    height: 104px;
}
@media only screen and (max-width: 1511px) {
    .margin--104 {
        height: 90px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--104 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--104 {
        height: 70px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (max-width: 1200px) {
    .margin--100 {
        height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--100 {
        height: 60px;
    }
}
.margin--96 {
    height: 96px;
}
@media only screen and (max-width: 1200px) {
    .margin--96 {
        height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--96 {
        height: 60px;
    }
}
.margin--90 {
    height: 90px;
}
@media only screen and (max-width: 1511px) {
    .margin--90 {
        height: 70px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--90 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--90 {
        height: 50px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (max-width: 1511px) {
    .margin--80 {
        height: 70px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--80 {
        height: 60px;
    }
}
.margin--70 {
    height: 70px;
}
@media only screen and (max-width: 1511px) {
    .margin--70 {
        height: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--70 {
        height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--70 {
        height: 40px;
    }
}
.margin--64 {
    height: 64px;
}
@media only screen and (max-width: 1200px) {
    .margin--64 {
        height: 44px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--64 {
        height: 36px;
    }
}
.margin--60 {
    height: 60px;
}
@media only screen and (max-width: 1200px) {
    .margin--60 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--60 {
        height: 30px;
    }
}
.margin--50 {
    height: 50px;
}
@media only screen and (max-width: 1200px) {
    .margin--50 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--50 {
        height: 30px;
    }
}
.margin--40 {
    height: 40px;
}
@media only screen and (max-width: 1200px) {
    .margin--40 {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 24px;
    }
}
.margin--36 {
    height: 36px;
}
@media only screen and (max-width: 1200px) {
    .margin--36 {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--36 {
        height: 24px;
    }
}
.margin--32 {
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 24px;
    }
}
.margin--30 {
    height: 30px;
}
@media only screen and (max-width: 767px) {
    .margin--30 {
        height: 24px;
    }
}
.margin--24 {
    height: 24px;
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}
.mod-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 30;
    background-color: var(--color-white);
}
.show-loader .mod-loader {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.mod-loader svg {
    width: 120px;
    height: 120px;
}
.mod-loader__spinner {
    border: 5px solid var(--color-blue-500);
    border-radius: 50%;
    border-top: 5px solid transparent;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* stylelint-disable */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* stylelint-enable */
.radio-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.radio-button {
    font-size: 14px;
    user-select: none;
    line-height: 1.5;
    transition: opacity 0.3s ease, color 0.3s ease;
}
.radio-button__label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    margin: 0;
    transition: color 0.3s ease;
    display: flex;
    flex-direction: column;
    color: var(--color-gray-400);
}
.radio-button__label::after, .radio-button__label:before {
    content: "";
    left: 0;
    top: 1px;
    position: absolute;
    pointer-events: none;
    width: 18px;
    height: 18px;
    border-radius: 100%;
}
.radio-button__label:before {
    border: 1px solid var(--color-gray-200);
    transition: background-color 0.3s ease, border 0.3s ease;
}
.radio-button__label::after {
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 10px;
    height: 10px;
    left: 4px;
    top: 5px;
    background-color: var(--color-gray-800);
}
.radio-button__image {
    margin-right: 8px;
}
.radio-button:hover .radio-button__label::before {
    border-color: var(--color-gray-400);
}
.radio-button input:checked ~ label {
    color: var(--color-gray-800);
}
.radio-button input:checked ~ label::before {
    border-color: var(--color-gray-800);
}
.radio-button input:checked ~ label::after {
    transform: scale(1);
}
.radio-button input:checked ~ label:hover::before {
    border-color: var(--color-gray-800);
}
.radio-button a {
    text-decoration: underline;
}
.radio-button a:hover {
    color: var(--color-blackish);
}
.radio-button.is-validation-failed .radio-button__label::before, .is-validation-failed .radio-button .radio-button__label::before {
    border-color: var(--color-validation-failed);
}
.radio-button .fv-plugins-message-container {
    text-align: left;
    padding-left: 34px;
}
.radio-button.is-disabled {
    pointer-events: none;
}
.radio-button.is-disabled input {
    pointer-events: none;
}
.radio-button.is-disabled .radio-button__label::before {
    border-color: var(--color-gray-300);
}
.radio-button.is-disabled .radio-button__label,
.radio-button.is-disabled .radio-button__text {
    color: var(--color-gray-300);
}

.mod-tag--dark::before, .mod-tag::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.mod-tag {
    color: var(--color-white);
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.mod-tag::before {
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    inset: 0;
    padding: 0.5px;
    border-radius: 100%;
}

.mod-tag--dark {
    color: var(--color-white);
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.mod-tag--dark::before {
    z-index: 2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.2) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    inset: 0;
    padding: 0.5px;
    border-radius: 100%;
}

.mod-tag {
    line-height: 1;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
    padding: 4px 12px;
    border-radius: 40px;
}
.mod-tag::before {
    border-radius: 40px;
}
.mod-tag span {
    position: relative;
    z-index: 3;
}
.mod-tag--white {
    background-color: var(--color-white);
    border: 0.5px solid var(--color-gray-200);
    color: var(--color-gray-800);
    transition: 0.3s ease;
}
.mod-tag--white::before {
    display: none;
}
.mod-tag--white[href]:hover {
    background-color: var(--color-gray-100);
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.title--h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 1511px) {
    .title--h1 {
        font-size: 54px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h1 {
        font-size: 42px;
        letter-spacing: -0.2px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 36px;
    }
}

.title--h2 {
    font-size: 48px;
    line-height: 1;
}
@media only screen and (max-width: 1511px) {
    .title--h2 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 32px;
    }
}

.title--h3 {
    font-size: 36px;
}
@media only screen and (max-width: 1200px) {
    .title--h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h3 {
        font-size: 28px;
    }
}

.title--h4 {
    font-size: 30px;
}
@media only screen and (max-width: 1200px) {
    .title--h4 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h4 {
        font-size: 26px;
    }
}

.title--h5 {
    font-size: 24px;
}
@media only screen and (max-width: 1200px) {
    .title--h5 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h5 {
        font-size: 20px;
    }
}

.title--h6 {
    font-size: 20px;
}

.title strong {
    font-style: italic;
    font-weight: 300;
}
.mod-toggle {
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.mod-toggle__label {
    margin-bottom: 0;
}
.mod-toggle__switch {
    position: relative;
    display: flex;
    align-items: center;
    width: 38px;
    height: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .mod-toggle__switch {
        width: 30px;
        height: 20px;
    }
}
.mod-toggle__switch::before, .mod-toggle__switch::after {
    position: absolute;
    display: block;
    content: "";
}
.mod-toggle__switch:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: gray;
    border-radius: 20px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.mod-toggle__switch::after {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: var(--color-white);
    border-radius: 50%;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .mod-toggle__switch::after {
        width: 16px;
        height: 16px;
    }
}
.mod-toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::before {
    background-color: var(--color-gray-800);
}
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
    transform: translate(14px, 0);
}
@media only screen and (max-width: 767px) {
    .mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
        transform: translate(10px, 0);
    }
}
.mod-toggle.is-disabled .mod-toggle__switch {
    cursor: not-allowed;
}
.mod-toggle.is-disabled .mod-toggle__switch::before {
    background-color: rgba(0, 0, 0, 0.05);
}
.mod-toggle.is-disabled .mod-toggle__switch::after {
    background-color: rgba(0, 0, 0, 0.3);
}
.toggle-switch {
    position: relative;
}
.toggle-switch__switch {
    width: 64px;
    height: 34px;
    border-radius: 30px;
    border: 0.33px solid var(--color-gray-200);
    padding: 6px 6px 6px 7px;
    background-color: var(--color-white);
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: opacity 0.3s ease;
}
.toggle-switch__ball {
    position: absolute;
    left: 4px;
    top: 50%;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    background-color: var(--color-dark-blue-900);
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}
.toggle-switch__icon {
    width: 20px;
    height: 20px;
    position: relative;
    z-index: 2;
}
.toggle-switch__icon .icon::before {
    background-color: var(--color-white);
}
.toggle-switch__icon .icon-moon::before {
    background-color: var(--color-gray-300);
}
.toggle-switch__text {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.toggle-switch__text--day {
    opacity: 1;
}
.toggle-switch__label {
    position: relative;
    margin: 0;
    padding-bottom: 30px;
}
.toggle-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}
.toggle-switch input:checked + .toggle-switch__label .toggle-switch__ball {
    transform: translate(30px, -50%);
}
.toggle-switch input:checked + .toggle-switch__label .icon-sun::before {
    background-color: var(--color-gray-300);
}
.toggle-switch input:checked + .toggle-switch__label .icon-moon::before {
    background-color: var(--color-white);
}
.toggle-switch input:checked + .toggle-switch__label .toggle-switch__text--day {
    opacity: 0;
}
.toggle-switch input:checked + .toggle-switch__label .toggle-switch__text--night {
    opacity: 1;
}
.toggle-switch input[disabled] + .toggle-switch__label .toggle-switch__switch {
    cursor: not-allowed;
    opacity: 0.5;
}
.checkbox-group__label {
    margin-bottom: 16px;
}
.checkbox-group__list {
    display: grid;
    grid-gap: 12px;
}
.checkbox-group .checkbox .fv-plugins-message-container,
.checkbox-group .checkbox .validation-message {
    display: none;
}
.checkbox-group .fv-plugins-message-container,
.checkbox-group .validation-message {
    display: none;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.checkbox-group.failed .fv-plugins-message-container.group-error,
.checkbox-group.failed .validation-message {
    display: block;
    margin-top: 16px;
}
.checkbox-group.failed .checkbox__label::before {
    border-color: var(--color-validation-failed);
}
.mod-card {
    max-width: 404px;
    width: 100%;
    position: relative;
}
.mod-card__image {
    position: relative;
    padding-bottom: 74.5%;
    margin: 0 0 16px 0;
}
.mod-card__image img {
    transform: scale(1.0001);
    transition: transform 0.3s ease;
}
.mod-card__date {
    margin-bottom: 10px;
}
.mod-card__title {
    transition: color 0.3s ease;
}
.mod-card:has(.stretched-link):hover .mod-card__image img {
    transform: scale(1.03);
}
.mod-card:has(.stretched-link):hover .mod-card__title {
    color: var(--color-blue-500);
}
.configuration-tabs {
    max-width: 468px;
    width: 100%;
    position: relative;
}
.configuration-tabs__item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-gray-200);
}
.configuration-tabs__icon {
    width: 20px;
    height: 20px;
}
.configuration-tabs__color-box {
    display: block;
    flex-shrink: 0;
    margin-left: auto;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    border: 0.33px solid var(--color-gray-400);
}
.configuration-tabs__color-box.is-beds {
    background-color: #bcdeef;
}
.configuration-tabs__color-box.is-seats {
    background-color: #a7a9ac;
}
.configuration-tabs__color-box.is-kitchen-area {
    background-color: #f2d9b8;
}
.configuration-tabs__color-box.is-bathroom {
    background-color: #e5e5e5;
}
.configuration-tabs__color-box.is-freezer {
    background-color: #e2ecf1;
}
.configuration-tabs__tab {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    width: 100%;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
.configuration-tabs__tab.is-active {
    background-color: var(--color-gray-100);
}
@media only screen and (min-width: 1023px) {
    .configuration-tabs__tab:hover {
        background-color: var(--color-gray-100);
    }
}
.cookie-banner {
    position: fixed;
    right: 24px;
    bottom: 24px;
    max-width: 308px;
    width: 100%;
    z-index: 998;
    background-color: var(--color-gray-100);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0705882353), 0px 10px 10px 0px rgba(0, 0, 0, 0.0588235294), 0px 24px 14px 0px rgba(0, 0, 0, 0.0392156863), 0px 42px 17px 0px rgba(0, 0, 0, 0.0117647059), 0px 65px 18px 0px rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    border-radius: 24px;
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s, transform 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .cookie-banner {
        right: 18px;
        bottom: 18px;
    }
}
@media (max-width: 359px) {
    .cookie-banner {
        max-width: calc(100% - 36px);
    }
}
.cookie-banner.cookie-not-set {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear, transform 0.3s ease;
}
.cookie-banner__text {
    opacity: 0.75;
    padding: 14px;
}
.cookie-banner__button {
    flex-shrink: 0;
    margin-left: auto;
}
.cookie-banner__button .btn {
    font-size: 14px;
    min-height: 36px;
    padding: 8px 16px;
}
.cookie-banner__link {
    text-decoration: underline;
}
.cookie-banner__link:hover {
    color: var(--color-blue-500);
    text-decoration: underline;
}
.cookie-banner__inner {
    position: relative;
    line-height: 1.5;
}
.cookie-banner__footer {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding-left: 14px;
    margin-top: 6px;
}
.form-component {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
}
@media only screen and (max-width: 1022px) {
    .form-component {
        max-width: 100%;
    }
}
.form-component__body {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 10px;
}
@media only screen and (max-width: 767px) {
    .form-component__body {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
}
.form-component__item.has-title {
    margin-top: 22px;
}
.form-component__item.full-width {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .form-component__item.full-width {
        grid-column: span 1;
    }
}
.form-component__separator {
    width: 100%;
    height: 1px;
    display: block;
    background-color: var(--color-gray-200);
    margin: 20px 0;
}
.form-component__form {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}
.form-component__submit {
    margin-top: 28px;
}
.form-component__alert {
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    text-align: left;
    margin-top: 20px;
    border: 1px solid currentColor;
    font-size: 16px;
}
.form-component__alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.form-component__alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.form-component .editor-text {
    margin: 15px 0 20px;
    color: var(--color-gray-400);
}
.form-component .editor-text a {
    text-decoration: underline;
}
.form-component__success {
    display: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    min-height: 100%;
    align-items: center;
    flex: auto;
}
.form-component__success-title {
    margin-bottom: 10px;
}
.form-component__success .editor-text {
    margin: 0;
}
.form-component__info-text {
    margin-top: 12px;
    line-height: 1.3;
}
.form-component__title {
    margin-bottom: 24px;
}
.form-component .mod-input {
    max-width: 100%;
}
.form-component.show-thankyou .form-component__form {
    display: none;
}
.form-component.show-thankyou .form-component__success {
    display: flex;
}
.form-component--newsletter .form-component__title {
    margin-bottom: 16px;
}
.form-component--newsletter .form-component__body {
    grid-template-columns: 1fr;
}
.form-component--newsletter .mod-loader {
    background-color: var(--color-gray-950);
}
.form-component--newsletter .form-component__success {
    min-height: 1px;
    justify-content: flex-start;
    align-items: flex-start;
}
.form-component--newsletter .form-component__success-title {
    font-size: 16px;
    color: var(--color-white);
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: normal;
    padding-top: 14px;
}
.form-component--newsletter .form-component__success-text {
    font-size: 14px;
    margin: 15px 0 20px;
}
.form-component--newsletter .form-component__item {
    display: flex;
    align-items: flex-start;
    grid-gap: 0;
    grid-template-columns: 1fr;
    gap: 6px;
}
.form-component--newsletter .mod-input {
    width: 100%;
    margin: 0;
}
.form-component--newsletter .mod-input__field {
    height: 40px;
    width: 100%;
    background-color: var(--color-gray-800);
    border-color: var(--color-gray-700);
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .form-component--newsletter .mod-input__field {
        height: 44px;
    }
}
.form-component--newsletter .mod-input__field:focus {
    border-color: var(--color-white);
}
.form-component--newsletter .mod-input.is-validation-failed .mod-input__field {
    color: var(--color-validation-failed);
    border-color: var(--color-validation-failed);
}
.form-component--newsletter .form-component__submit {
    margin-top: 0;
    flex-shrink: 0;
}
.form-component--newsletter .form-component__submit .btn {
    font-size: 14px;
    min-height: 40px;
    padding: 8px 16px;
}
@media only screen and (max-width: 767px) {
    .form-component--newsletter .form-component__submit .btn {
        min-height: 1px;
        height: 44px;
        width: 44px;
        padding: 0 0 0 2px;
    }
}
@media only screen and (max-width: 767px) {
    .form-component--newsletter .form-component__submit .btn__text {
        display: none;
    }
}
.form-component--newsletter .checkbox__label {
    padding-left: 28px;
    color: var(--color-gray-500);
}
.form-component--newsletter .checkbox__label::before {
    background-color: var(--color-gray-800);
    border-color: var(--color-gray-700);
}
.form-component--newsletter .checkbox__label::after {
    background-size: 12px;
}
.form-component--newsletter .checkbox input:checked ~ label {
    color: var(--color-gray-500);
}

[data-validator] + [data-validator] {
    display: none;
}
.language-switch {
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: all;
}
@media only screen and (min-width: 1023px) {
    .language-switch {
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    }
    .is-open-language .language-switch {
        opacity: 1;
        visibility: visible;
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch {
        z-index: 3;
        align-items: flex-start;
        background-color: var(--color-white);
        padding: 96px 0 20px;
        overflow: auto;
        font-size: 16px;
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transform: translate(100%, 0);
    }
    .is-open-language .language-switch {
        transform: translate(0, 0);
    }
}
.language-switch__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
@media only screen and (max-width: 1022px) {
    .language-switch__overlay {
        display: none;
    }
}
.language-switch__header {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    min-height: 72px;
    padding: 8px 24px;
    border-bottom: 0.5px solid var(--color-gray-200);
}
@media only screen and (max-width: 1022px) {
    .language-switch__header {
        min-height: 1px;
        padding: 0;
        gap: 0;
    }
}
@media only screen and (min-width: 1023px) {
    .language-switch__list {
        background-color: var(--color-white);
        position: relative;
        z-index: 2;
        margin: auto;
        width: 100%;
        max-width: 466px;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0px 4px 8px 0px rgba(2, 22, 34, 0.0196078431), 0px 15px 15px 0px rgba(2, 22, 34, 0.0196078431), 0px 34px 20px 0px rgba(2, 22, 34, 0.0117647059), 0px 60px 24px 0px rgba(2, 22, 34, 0), 0px 93px 26px 0px rgba(2, 22, 34, 0);
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch__list {
        width: 100%;
    }
}
.language-switch__list-container {
    display: grid;
}
@media only screen and (min-width: 1023px) {
    .language-switch__list-container {
        grid-gap: 10px;
        padding: 10px 8px;
        overflow: auto;
        max-height: 476px;
        scrollbar-track-color: #e5e5e5;
        scrollbar-face-color: #e5e5e5;
        scrollbar-arrow-color: #e5e5e5;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .language-switch__list-container::-webkit-scrollbar {
        width: 0;
    }
    .language-switch__list-container ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #e5e5e5;
    }
    .language-switch__list-container ::-webkit-scrollbar-thumb:window-inactive {
        background: #e5e5e5;
    }
    .language-switch__list-container::-webkit-scrollbar-thumb {
        background: #e5e5e5;
        width: 0;
        border-radius: 0;
    }
    .language-switch__list-container::-webkit-scrollbar-thumb:hover {
        background: #e5e5e5;
    }
    .language-switch__list-container ::-webkit-scrollbar {
        width: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .language-switch__list-container {
        padding: 0 20px;
    }
}
.language-switch__list-item {
    padding-bottom: 10px;
    border-bottom: 0.5px solid var(--color-gray-200);
}
@media only screen and (max-width: 1022px) {
    .language-switch__list-item {
        padding-bottom: 0;
    }
}
.language-switch__list-link {
    justify-content: flex-start;
    gap: 8px;
    min-height: 52px;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    text-align: left;
    padding: 8px 16px;
    font-weight: 400;
    border-radius: 10px;
}
@media only screen and (max-width: 1022px) {
    .language-switch__list-link {
        border-radius: 0;
        min-height: 68px;
    }
}
.language-switch__list-link .icon {
    flex-shrink: 0;
    margin-left: auto;
}
.language-switch__list-link:hover {
    background-color: var(--color-gray-100);
}
.language-switch__list-link.is-active {
    color: var(--color-blue-500);
    font-weight: 500;
}
.language-switch__list-image {
    position: relative;
    width: 18px;
    height: 12px;
    overflow: hidden;
    border-radius: 2px;
}
.language-switch__back {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 8px 25px;
    gap: 16px;
    min-height: 56px;
}
.language-switch__close {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}
.language-switch__close .icon {
    width: 10px;
    height: 10px;
}
.gallery-modal {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow: hidden;
    transition: transform 800ms cubic-bezier(0.25, 1, 0.5, 1);
    transform: translate(0, 100%);
    z-index: 999;
}
@media only screen and (max-width: 1022px) {
    .gallery-modal {
        display: flex;
        align-items: flex-end;
        background-color: transparent;
        transform: translate(0, 0);
        pointer-events: none;
    }
}
.gallery-modal.is-open-modal {
    transform: translate(0, 0);
}
@media only screen and (max-width: 1022px) {
    .gallery-modal.is-open-modal {
        visibility: visible;
        opacity: 1;
        pointer-events: all;
    }
    .gallery-modal.is-open-modal .gallery-modal__inner-wrapper {
        top: 0;
    }
    .gallery-modal.is-open-modal .gallery-modal__close-wrapper {
        top: 106px;
    }
    .gallery-modal.is-open-modal .gallery-modal__overlay {
        visibility: visible;
        opacity: 1;
    }
}
.gallery-modal__overlay {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__overlay {
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0, 0, 0, 0.7);
        transition: opacity 500ms cubic-bezier(0.25, 1, 0.5, 1), visibility 500ms cubic-bezier(0.25, 1, 0.5, 1);
    }
}
.gallery-modal .container {
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1022px) {
    .gallery-modal .container {
        max-width: calc(100% - 12px);
    }
}
.gallery-modal__inner {
    display: grid;
    grid-gap: 55px;
    padding-bottom: 30px;
}
.gallery-modal__inner-wrapper {
    height: 100%;
    overflow: auto;
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__inner-wrapper {
        width: 100%;
        height: calc(100dvh - 80px);
        border-radius: 24px 24px 0 0;
        top: 100%;
        position: relative;
        background-color: var(--color-gray-950);
        transition: top 500ms cubic-bezier(0.25, 1, 0.5, 1);
    }
}
.gallery-modal__header {
    display: flex;
    gap: 10px;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 5;
    padding: 32px 50px 32px 0;
    background-color: var(--color-gray-950);
}
@media only screen and (max-width: 1200px) {
    .gallery-modal__header {
        padding: 25px 50px 25px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__header {
        padding: 22px 50px 30px 14px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-modal__header {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__header .text--4xl {
        font-size: 24px;
    }
}
.gallery-modal__header .image-tag {
    background-color: var(--color-gray-800);
    border: 0.33px solid var(--color-gray-700);
    padding: 1px 8px 1px 0;
    min-height: 28px;
    pointer-events: none;
    color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .gallery-modal__header .image-tag {
        min-height: 25px;
        padding-left: 2px;
    }
}
.gallery-modal__header .image-tag__image {
    border-color: var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .gallery-modal__header .image-tag__image {
        width: 20px;
        height: 20px;
        border-width: 1px;
    }
    .gallery-modal__header .image-tag__image:not(:first-child) {
        margin-left: -14px;
    }
}
.gallery-modal__close {
    width: 32px;
    height: 32px;
    margin-left: auto;
    pointer-events: all;
}
@media only screen and (max-width: 767px) {
    .gallery-modal__close {
        width: 18px;
        height: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-modal__close .icon {
        width: 18px;
        height: 18px;
    }
}
.gallery-modal__close-wrapper {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    z-index: 9;
    pointer-events: none;
}
@media only screen and (max-width: 1200px) {
    .gallery-modal__close-wrapper {
        top: 26px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__close-wrapper {
        padding-right: 22px;
        top: 110vh;
        transition: top 500ms cubic-bezier(0.25, 1, 0.5, 1);
    }
}
.gallery-modal__row {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
    .gallery-modal__row {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
.gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+6), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+6), .gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+5), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+5), .gallery-modal .gallery-modal__item {
    padding-bottom: 61.37%;
}
@media only screen and (max-width: 767px) {
    .gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+6), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+6), .gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+5), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+5), .gallery-modal .gallery-modal__item {
        padding-bottom: 125%;
    }
}
.gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+7), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+7), .gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+4), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+4), .gallery-modal .gallery-modal__item:nth-child(7n+6), .gallery-modal .gallery-modal__item:nth-child(7n+2) {
    padding-bottom: 125.38%;
}
@media only screen and (max-width: 767px) {
    .gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+7), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+7), .gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+4), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+4), .gallery-modal .gallery-modal__item:nth-child(7n+6), .gallery-modal .gallery-modal__item:nth-child(7n+2) {
        padding-bottom: 125%;
    }
}
.gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+1), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+1), .gallery-modal .gallery-modal__item:nth-child(7n+3) {
    padding-bottom: 50%;
}
.gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+2), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+2), .gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+3), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+3), .gallery-modal .gallery-modal__item:nth-child(7n+5), .gallery-modal .gallery-modal__item:nth-child(7n+4) {
    padding-bottom: 125%;
}
@media only screen and (max-width: 767px) {
    .gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+2), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+2), .gallery-modal .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+3), .gallery-modal__group:first-child .gallery-modal .gallery-modal__item:nth-child(7n+3), .gallery-modal .gallery-modal__item:nth-child(7n+5), .gallery-modal .gallery-modal__item:nth-child(7n+4) {
        padding-bottom: 125%;
    }
}
.gallery-modal__item {
    height: 0;
    width: 100%;
    overflow: hidden;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .gallery-modal__item {
        border-radius: 16px;
    }
}
.gallery-modal__item .btn {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 4;
    min-height: 26px;
    font-size: 12px;
    padding: 4px 10px;
    background-color: rgba(0, 0, 0, 0.4);
}
.gallery-modal__item:nth-child(7n+7), .gallery-modal__item:nth-child(7n+1) {
    grid-column: span 4;
}
@media only screen and (max-width: 767px) {
    .gallery-modal__item:nth-child(7n+7), .gallery-modal__item:nth-child(7n+1) {
        grid-column: span 1;
    }
}
.gallery-modal__item:nth-child(7n+6), .gallery-modal__item:nth-child(7n+2) {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .gallery-modal__item:nth-child(7n+6), .gallery-modal__item:nth-child(7n+2) {
        grid-column: span 1;
    }
}
.gallery-modal__item:nth-child(7n+3) {
    grid-column: span 6;
}
@media only screen and (max-width: 767px) {
    .gallery-modal__item:nth-child(7n+3) {
        grid-column: span 1;
    }
}
.gallery-modal__item:nth-child(7n+5), .gallery-modal__item:nth-child(7n+4) {
    grid-column: span 3;
}
@media only screen and (max-width: 767px) {
    .gallery-modal__item:nth-child(7n+5), .gallery-modal__item:nth-child(7n+4) {
        grid-column: span 1;
    }
}
.gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+1) {
    grid-column: span 6;
}
@media only screen and (max-width: 767px) {
    .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+1) {
        grid-column: span 1;
    }
}
.gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+2), .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+3) {
    grid-column: span 3;
}
@media only screen and (max-width: 767px) {
    .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+2), .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+3) {
        grid-column: span 1;
    }
}
.gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+7), .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+4) {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+7), .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+4) {
        grid-column: span 1;
    }
}
.gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+6), .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+5) {
    grid-column: span 4;
}
@media only screen and (max-width: 767px) {
    .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+6), .gallery-modal__group:first-child .gallery-modal__item:nth-child(7n+5) {
        grid-column: span 1;
    }
}
.layout-button {
    position: relative;
    display: inline-block;
}
.layout-button .btn {
    min-height: 28px;
    font-size: 12px;
    letter-spacing: -0.2px;
    padding: 4px 12px;
}
.layout-button .btn .icon {
    width: 12px;
    height: 12px;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout-button__btn {
    position: relative;
    z-index: 3;
}
.layout-button__list .btn {
    min-height: 26px;
    padding: 4px 12px;
    opacity: 0;
    white-space: nowrap;
    min-width: 45px;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1), border 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.layout-button__list-item {
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.4s ease;
}
.layout-button__list-item:nth-child(2) {
    transition-delay: 0.05s;
}
.layout-button__list-item:nth-child(3) {
    transition-delay: 0.1s;
}
.layout-button__list-item:nth-child(4) {
    transition-delay: 0.15s;
}
.layout-button:hover .btn .icon {
    transform: rotate(135deg);
}
.layout-button:hover .layout-button__list-item .btn {
    opacity: 1;
}
.layout-button:hover .layout-button__list-item:nth-child(1) {
    transform: translate(10px, calc(-100% - 10px));
}
.layout-button:hover .layout-button__list-item:nth-child(2) {
    transform: translate(calc(-100% + 3px), calc(-100% - 5px));
}
.layout-button:hover .layout-button__list-item:nth-child(3) {
    transform: translate(calc(-100% - 10px), 6%);
}
.layout-button--reverse .layout-button__list-item {
    left: initial;
    right: 0;
}
.layout-button--reverse:hover .layout-button__list-item:nth-child(1) {
    transform: translate(-10px, calc(-100% - 10px));
}
.layout-button--reverse:hover .layout-button__list-item:nth-child(2) {
    transform: translate(calc(100% - 3px), calc(-100% - 5px));
}
.layout-button--reverse:hover .layout-button__list-item:nth-child(3) {
    transform: translate(calc(100% + 10px), 6%);
}
.location-details {
    position: relative;
    max-width: 450px;
    width: 100%;
    border-radius: 16px;
    padding: 14px;
    background-color: var(--color-white);
    transition: background-color 0.3s ease, color 0.3s ease;
}
.location-details:hover {
    background-color: var(--color-gray-100);
}
.location-details.is-active {
    color: var(--color-gray-50);
    background-color: var(--color-gray-900);
}
.location-details.is-active .location-details__tag {
    background-color: var(--color-white);
    color: var(--color-gray-950);
}
.location-details.is-active .location-details__info-title {
    color: var(--color-gray-300);
}
.location-details__trigger {
    pointer-events: all;
}
.location-details__tag {
    font-size: 10px;
    line-height: 1.5;
    border-radius: 30px;
    background-color: var(--color-gray-900);
    color: var(--color-gray-50);
    padding: 2px 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6px;
    transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .location-details__title {
        font-size: 18px;
    }
}
.location-details__header {
    margin-bottom: 36px;
}
@media only screen and (max-width: 767px) {
    .location-details__header {
        margin-bottom: 10px;
    }
}
.location-details__content {
    display: grid;
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .location-details__content {
        grid-gap: 10px;
        font-size: 12px;
    }
}
.location-details address {
    margin: 0;
}
.location-details__info {
    display: grid;
    grid-template-columns: 36% 1fr;
    align-items: flex-start;
    grid-gap: 20px;
    line-height: 1.8;
}
@media only screen and (max-width: 767px) {
    .location-details__info {
        grid-template-columns: 1fr;
        grid-gap: 5px;
    }
}
.location-details__contact {
    display: grid;
    grid-gap: 4px;
}
.location-details__contact a {
    text-decoration: underline;
    position: relative;
    z-index: 4;
    transition: color 0s ease;
}
.location-details__contact a:hover {
    text-decoration: none;
}
.mega-menu__modals-image::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

@media only screen and (min-width: 1023px) {
    .mega-menu {
        position: fixed;
        z-index: 1;
        left: 0;
        top: 0;
        background-color: var(--color-white);
        height: 100%;
        padding: 88px 16px 16px 36px;
        font-weight: 500;
        line-height: 1.5;
        width: 100%;
        display: flex;
        flex-direction: column;
        transform: translateY(-100%);
        transition: transform 800ms cubic-bezier(0.25, 1, 0.5, 1);
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu {
        margin-bottom: 40px;
    }
}
.mega-menu__modals-item, .mega-menu__footer, .mega-menu__title {
    transform: translateX(-100%);
    transition: transform 600ms cubic-bezier(0.25, 1, 0.5, 1);
}
.is-closed .mega-menu__modals-item, .is-closed .mega-menu__footer, .is-closed .mega-menu__title {
    transform: translate(0, 0);
}
@media only screen and (max-width: 1022px) {
    .mega-menu__modals-item, .mega-menu__footer, .mega-menu__title {
        transform: translateX(100%);
    }
    .is-open-menu .mega-menu__modals-item, .is-open-menu .mega-menu__footer, .is-open-menu .mega-menu__title {
        transform: translate(0, 0);
    }
}
.mega-menu__body {
    flex: auto;
}
.mega-menu__row {
    height: 100%;
    display: grid;
    grid-gap: 92px;
    grid-template-columns: 1fr 70%;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__row {
        grid-gap: 0;
        grid-template-columns: 1fr;
    }
}
.mega-menu__left {
    display: flex;
    flex-direction: column;
    padding: 22px 0;
    gap: 16px;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__left {
        padding: 0;
        gap: 0;
    }
}
@media (min-width: 1200px) and (max-height: 982px) {
    .mega-menu__left {
        gap: 0;
    }
}
.mega-menu__title {
    margin-bottom: 36px;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__title {
        margin-bottom: 12px;
    }
}
@media (min-width: 1200px) and (max-height: 695px) {
    .mega-menu__title {
        margin-bottom: 12px;
    }
}
.mega-menu__default {
    flex: auto;
}
.mega-menu__footer {
    display: grid;
    grid-gap: 12px;
    transition-delay: 0.2s;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__footer {
        text-align: right;
        margin-top: 8px;
        grid-gap: 8px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__footer .btn {
        min-height: 36px;
        font-size: 14px;
        padding: 4px 16px;
    }
}
.mega-menu__modals {
    display: grid;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__modals {
        grid-gap: 6px;
    }
}
.mega-menu__modals-item {
    cursor: pointer;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 64px;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 1200px) {
    .mega-menu__modals-item {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__modals-item {
        justify-content: center;
        min-height: 96px;
        padding: 16px;
        color: var(--color-white);
        background-color: var(--color-gray-800);
        border-radius: 16px;
        overflow: hidden;
    }
}
@media (min-width: 1200px) and (max-height: 982px) {
    .mega-menu__modals-item {
        padding-bottom: 20px;
    }
}
.mega-menu__modals-item:nth-child(2) {
    transition-delay: 0.1s;
}
.mega-menu__modals-item:nth-child(3) {
    transition-delay: 0.2s;
}
.mega-menu__modals-item .icon-chevron-right {
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%);
    pointer-events: none;
}
@media only screen and (min-width: 1023px) {
    .mega-menu__modals-item.is-active .mega-menu__modals-title, .mega-menu__modals-item:hover .mega-menu__modals-title {
        color: var(--color-gray-800);
        transform: scale(0.75);
    }
}
@media only screen and (min-width: 1023px) {
    .mega-menu__modals-item.is-active .mega-menu__modals-layouts, .mega-menu__modals-item:hover .mega-menu__modals-layouts {
        transform: translate(18px, 0);
    }
}
@media only screen and (max-width: 1511px) {
    .mega-menu__modals-item.is-active .mega-menu__modals-layouts, .mega-menu__modals-item:hover .mega-menu__modals-layouts {
        transform: translate(38px, 0);
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__modals-item.is-active .mega-menu__modals-layouts, .mega-menu__modals-item:hover .mega-menu__modals-layouts {
        transform: translate(0, 0);
    }
}
@media (min-width: 1200px) and (max-height: 695px) {
    .mega-menu__modals-item.is-active .mega-menu__modals-layouts, .mega-menu__modals-item:hover .mega-menu__modals-layouts {
        transform: translate(100%, 0);
        opacity: 1;
    }
}
@media only screen and (min-width: 1023px) {
    .mega-menu__modals-item.is-active .mega-menu__modals-tags, .mega-menu__modals-item:hover .mega-menu__modals-tags {
        transform: translate(6px, -16px);
        opacity: 1;
    }
}
@media only screen and (max-width: 1200px) {
    .mega-menu__modals-item.is-active .mega-menu__modals-tags, .mega-menu__modals-item:hover .mega-menu__modals-tags {
        transform: translate(6px, -8px);
    }
}
@media (min-width: 1200px) and (max-height: 695px) {
    .mega-menu__modals-item.is-active .mega-menu__modals-tags, .mega-menu__modals-item:hover .mega-menu__modals-tags {
        transform: translate(6px, -6px);
    }
}
@media only screen and (min-width: 1023px) {
    .mega-menu__modals-title {
        transform-origin: left top;
        background-color: var(--color-white);
        position: relative;
        z-index: 3;
        line-height: 0.8;
        transition: transform 0.4s var(--easing-ease-motion), color 0.4s var(--easing-ease-motion);
        letter-spacing: -2px;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__modals-title {
        letter-spacing: 0;
        font-size: 48px;
        font-weight: 400;
        color: inherit;
    }
}
@media (min-width: 1200px) and (max-height: 982px) {
    .mega-menu__modals-title {
        font-size: 100px;
        line-height: 1;
    }
}
@media (min-width: 1200px) and (max-height: 695px) {
    .mega-menu__modals-title {
        font-size: 50px;
    }
}
.mega-menu__modals-link {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
    opacity: 0;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__modals-header {
        display: flex;
        position: relative;
        z-index: 3;
        align-items: flex-start;
        gap: 10px;
    }
}
.mega-menu__modals-layouts {
    display: flex;
    align-items: center;
    gap: 8px;
}
@media only screen and (min-width: 1023px) {
    .mega-menu__modals-layouts {
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1;
        transform: translate(-100%, 0);
        transition: transform 0.4s var(--easing-ease-motion), opacity 0.4s var(--easing-ease-motion);
    }
}
@media (min-width: 1200px) and (max-height: 982px) {
    .mega-menu__modals-layouts {
        right: -6px;
    }
}
@media (min-width: 1200px) and (max-height: 695px) {
    .mega-menu__modals-layouts {
        right: 0;
        opacity: 0;
    }
}
.mega-menu__modals-image::before {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
}
@media only screen and (min-width: 1023px) {
    .mega-menu__modals-tags {
        display: flex;
        gap: 4px;
        transform: translate(6px, 100%);
        transition: transform 0.4s var(--easing-ease-motion), opacity 0.4s var(--easing-ease-motion);
        opacity: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .mega-menu__modals-tags {
        display: none;
    }
}
.mega-menu__modals-tag {
    display: flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 12px;
    border: 0.5px solid var(--color-gray-200);
    border-radius: 50px;
}
@media (min-width: 1200px) and (max-height: 695px) {
    .mega-menu__modals-tag {
        min-height: 22px;
        padding: 4px 8px;
        font-size: 10px;
    }
}
.mega-menu__right {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
@media only screen and (max-width: 1022px) {
    .mega-menu__right {
        display: none;
    }
}
.mega-menu__right-top, .mega-menu__right-bottom {
    overflow: hidden;
    border-radius: 24px;
}
.mega-menu__right-top {
    flex: 0 0 56%;
}
.mega-menu__right-top .swiper {
    position: absolute;
}
.mega-menu__right-bottom {
    flex: auto;
}
.mega-menu__right-row {
    display: flex;
}
.mega-menu__right-row.col-2 {
    padding: 0;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mega-menu__right-row.is-active {
    transform: translate(0, 0) !important;
}
.mega-menu__right .btn {
    min-height: 28px;
    font-size: 12px;
    padding: 4px 12px;
    position: absolute;
    z-index: 3;
    bottom: 20px;
    right: 20px;
}
.mega-menu__image {
    position: relative;
    flex: auto;
    overflow: hidden;
    border-radius: 24px;
}
.mega-menu__image-link {
    font-size: 0;
    position: absolute;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mega-menu__image img {
    transition: scale 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.mega-menu__image:hover img {
    scale: 1.06;
}
.location-popup {
    position: relative;
    max-width: 466px;
    width: 100%;
    border-radius: 24px;
    overflow: hidden;
    height: 748px;
    background-color: var(--color-white);
    box-shadow: 0px 4px 8px 0px rgba(2, 22, 34, 0.0196078431), 0px 15px 15px 0px rgba(2, 22, 34, 0.0196078431), 0px 34px 20px 0px rgba(2, 22, 34, 0.0117647059), 0px 60px 24px 0px rgba(2, 22, 34, 0), 0px 93px 26px 0px rgba(2, 22, 34, 0);
    display: flex;
    flex-direction: column;
    transition: transform 0.4s var(--easing-ease-motion);
}
@media only screen and (max-width: 1022px) {
    .location-popup {
        transform: translateY(calc(100% + 24px));
    }
    .location-popup.is-open {
        transform: translateY(0);
    }
}
@media only screen and (max-width: 767px) {
    .location-popup {
        border-radius: 18px;
    }
}
.location-popup__body {
    flex: auto;
    overflow: hidden;
    position: relative;
}
.location-popup__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.4s var(--easing-ease-motion);
}
.location-popup__header {
    min-height: 72px;
    padding: 8px 24px;
    border-bottom: 1px solid var(--color-gray-200);
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .location-popup__header {
        min-height: 60px;
        font-size: 18px;
    }
}
.location-popup__close {
    width: 16px;
    height: 16px;
    margin-left: auto;
}
.location-popup__close .icon {
    width: 16px;
    height: 16px;
}
.location-popup__nav {
    flex: auto;
    overflow: auto;
    max-height: 100%;
    padding: 8px 10px;
}
@media only screen and (min-width: 1023px) {
    .location-popup__nav {
        scrollbar-track-color: #e5e5e5;
        scrollbar-face-color: #e5e5e5;
        scrollbar-arrow-color: #e5e5e5;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .location-popup__nav::-webkit-scrollbar {
        width: 0;
    }
    .location-popup__nav ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #e5e5e5;
    }
    .location-popup__nav ::-webkit-scrollbar-thumb:window-inactive {
        background: #e5e5e5;
    }
    .location-popup__nav::-webkit-scrollbar-thumb {
        background: #e5e5e5;
        width: 0;
        border-radius: 0;
    }
    .location-popup__nav::-webkit-scrollbar-thumb:hover {
        background: #e5e5e5;
    }
    .location-popup__nav ::-webkit-scrollbar {
        width: 0;
    }
}
.location-popup__nav-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-gray-200);
}
@media only screen and (max-width: 767px) {
    .location-popup__nav-item:not(:last-child) {
        margin-bottom: 5px;
        padding-bottom: 5px;
    }
}
.location-popup__nav-item.is-active .location-popup__link {
    background-color: var(--color-gray-100);
}
.location-popup__nav-item.is-active .location-popup__dropdown {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
@media only screen and (min-width: 768px) {
    .location-popup__nav-item.is-active .location-popup__dropdown {
        transition: opacity 0s var(--easing-ease-motion), visibility 0s var(--easing-ease-motion);
    }
}
@media only screen and (max-width: 767px) {
    .location-popup__nav-item.is-active .location-popup__dropdown {
        transform: translate(0, 0);
    }
}
.location-popup__link {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    cursor: pointer;
    padding: 16px;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .location-popup__link {
        padding: 10px;
    }
}
.location-popup__link:hover {
    background-color: var(--color-gray-100);
}
.location-popup__link .icon {
    margin-left: auto;
    flex-shrink: 0;
}
.location-popup__link-flag {
    width: 18px;
    height: 12px;
    flex-shrink: 0;
}
.location-popup__link-flag img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.location-popup__dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s var(--easing-ease-motion), visibility 0.5s var(--easing-ease-motion), transform 0.5s var(--easing-ease-motion);
    transition-delay: 1s;
}
@media only screen and (max-width: 767px) {
    .location-popup__dropdown {
        transform: translate(0, 100%);
        transition: opacity 0.3s var(--easing-ease-motion), visibility 0.3s var(--easing-ease-motion), transform 0.3s var(--easing-ease-motion);
    }
}
.location-popup__dropdown-header {
    min-height: 72px;
    padding: 8px 24px;
    border-bottom: 1px solid var(--color-gray-200);
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .location-popup__dropdown-header {
        min-height: 60px;
    }
}
.location-popup__dropdown-header .location-popup__close {
    margin: 0;
}
.location-popup__dropdown-country {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .location-popup__dropdown-country {
        font-size: 16px;
        margin-left: auto;
    }
}
.location-popup__dropdown-body {
    flex: auto;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.location-popup__dropdown-inner {
    padding: 8px 10px;
    flex: auto;
    overflow: auto;
    max-height: 100%;
}
@media only screen and (min-width: 1023px) {
    .location-popup__dropdown-inner {
        scrollbar-track-color: #e5e5e5;
        scrollbar-face-color: #e5e5e5;
        scrollbar-arrow-color: #e5e5e5;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .location-popup__dropdown-inner::-webkit-scrollbar {
        width: 0;
    }
    .location-popup__dropdown-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: #e5e5e5;
    }
    .location-popup__dropdown-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: #e5e5e5;
    }
    .location-popup__dropdown-inner::-webkit-scrollbar-thumb {
        background: #e5e5e5;
        width: 0;
        border-radius: 0;
    }
    .location-popup__dropdown-inner::-webkit-scrollbar-thumb:hover {
        background: #e5e5e5;
    }
    .location-popup__dropdown-inner ::-webkit-scrollbar {
        width: 0;
    }
}
.location-popup__dropdown-item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-gray-200);
}
.location-popup .location-details {
    max-width: 100%;
}
.location-popup__back-button {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
.location-popup__footer {
    padding: 10px;
    border-top: 1px solid var(--color-gray-200);
}
.location-popup__footer form {
    display: flex;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 2;
}
.location-popup__footer .mod-input {
    width: 100%;
}
.location-popup__footer .mod-input__field {
    height: 40px;
    background-color: var(--color-gray-100);
}
.location-popup__not-found {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    background-color: var(--color-white);
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s var(--easing-ease-motion), visibility 0.3s var(--easing-ease-motion);
}
.location-popup__not-found-header {
    min-height: 72px;
    padding: 8px 24px;
    border-bottom: 1px solid var(--color-gray-200);
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (max-width: 767px) {
    .location-popup__not-found-header {
        min-height: 60px;
    }
}
.location-popup__not-found-body {
    padding: 10px 10px 20px;
    flex: auto;
}
.location-popup__not-found-back {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media only screen and (min-width: 768px) {
    .location-popup.is-items-open .location-popup__content {
        transform: translateX(-100%);
    }
}
.location-popup.no-result-found .location-popup__not-found {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
@media only screen and (max-width: 1022px) {
    .menu {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        color: var(--color-gray-800);
        transform: translateX(100%);
        background-color: var(--color-white);
        transition: transform 800ms cubic-bezier(0.25, 1, 0.5, 1);
    }
    .is-open-menu .menu {
        transform: translateX(0);
    }
}
.menu__inner {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .menu__inner-wrapper {
        padding: 96px 20px 20px;
        height: 100%;
        overflow: auto;
    }
    .menu__inner-wrapper::-webkit-scrollbar {
        display: none;
    }
}
.menu__list {
    gap: 24px;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .menu__list {
        gap: 0;
        display: grid;
        align-items: flex-start;
    }
}
.menu__item {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .menu__item {
        border-bottom: 0.5px solid var(--color-gray-200);
    }
}
@media only screen and (max-width: 1022px) {
    .menu__item.has-sub .menu__link {
        display: none;
    }
}
.menu__item.has-sub .menu__link .icon {
    display: flex;
}
@media only screen and (max-width: 1022px) {
    .menu__item.has-sub .menu__link .icon {
        display: none;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item:hover .menu__link.level-1 {
        color: var(--color-blue-400);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item.is-open-submenu .mega-menu__modals-item,
    .menu__item.is-open-submenu .mega-menu__footer,
    .menu__item.is-open-submenu .mega-menu__title,
    .menu__item.is-open-submenu .mega-menu {
        transform: translate(0, 0);
    }
}
.menu__item.is-open-submenu .menu__link .icon {
    transform: rotate(-180deg);
}
@media only screen and (max-width: 1022px) {
    .menu__item.level-1 {
        transition: transform 600ms cubic-bezier(0.25, 1, 0.5, 1);
        transform: translateX(100%);
        /* stylelint-disable-next-line */
        /* stylelint-disable-next-line */
        /* stylelint-disable-next-line */
        /* stylelint-disable-next-line */
        /* stylelint-disable-next-line */
        /* stylelint-disable-next-line */
    }
    .is-closed .menu__item.level-1, .is-open-menu .menu__item.level-1 {
        transform: translateX(0);
    }
    .menu__item.level-1:nth-child(1) {
        transition-delay: calc(1 * 0.1s);
    }
    .menu__item.level-1:nth-child(2) {
        transition-delay: calc(2 * 0.1s);
    }
    .menu__item.level-1:nth-child(3) {
        transition-delay: calc(3 * 0.1s);
    }
    .menu__item.level-1:nth-child(4) {
        transition-delay: calc(4 * 0.1s);
    }
    .menu__item.level-1:nth-child(5) {
        transition-delay: calc(5 * 0.1s);
    }
    .menu__item.level-1:nth-child(6) {
        transition-delay: calc(6 * 0.1s);
    }
    .menu__item.level-1:first-child {
        transition-delay: 0s;
    }
}
.menu__link {
    display: flex;
    align-items: center;
}
@media only screen and (min-width: 1023px) {
    .menu__link {
        position: relative;
        line-height: normal;
        z-index: 5;
        gap: 6px;
        font-size: 14px;
        font-weight: 500;
        color: var(--color-white);
        transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    }
}
@media only screen and (max-width: 1022px) {
    .menu__link {
        font-size: 16px;
        min-height: 56px;
        justify-content: space-between;
        padding: 4px 16px;
        width: 100%;
    }
}
.menu__link .icon {
    flex-shrink: 0;
    top: 1px;
    display: none;
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1022px) {
    .menu__link .icon {
        transform: rotate(-90deg);
        top: 0;
        width: 12px;
        height: 12px;
        display: flex;
    }
}
.menu__link-text {
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1022px) {
    .menu__footer {
        transition: transform 600ms cubic-bezier(0.25, 1, 0.5, 1);
        transform: translateX(100%);
        transition-delay: 0.35s;
    }
    .is-closed .menu__footer, .is-open-menu .menu__footer {
        transform: translateX(0);
    }
}
.menu__footer .site-header__language-btn {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    min-height: 56px;
    gap: 8px;
    padding: 0 16px;
}
.menu__footer .site-header__language-btn img {
    width: auto;
    height: 100%;
    max-width: 18px;
    max-height: 12px;
}
.menu__footer .site-header__language-btn-text {
    font-size: 16px;
    margin-right: auto;
    opacity: 1;
    position: relative;
}
.menu__arrow {
    position: absolute;
    z-index: 7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.mod-cta {
    position: relative;
    min-height: 512px;
    max-width: 1488px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    padding: 16px;
}
@media (min-width: 1920px) {
    .mod-cta {
        min-height: 640px;
    }
}
@media only screen and (max-width: 1200px) {
    .mod-cta {
        min-height: 400px;
        padding: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .mod-cta {
        min-height: 320px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-cta {
        min-height: 635px;
        padding: 8px;
        align-items: flex-end;
    }
}
.mod-cta .container {
    max-width: 100%;
}
.mod-cta__content {
    max-width: 480px;
    width: 100%;
    min-height: 100%;
    background-color: var(--color-white);
    position: relative;
    z-index: 3;
    border-radius: 20px;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
@media only screen and (max-width: 1511px) {
    .mod-cta__content {
        max-width: 360px;
        padding: 24px;
    }
}
@media only screen and (max-width: 1200px) {
    .mod-cta__content {
        max-width: 280px;
        padding: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .mod-cta__content {
        max-width: 240px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-cta__content {
        min-height: 1px;
        padding: 24px;
        gap: 16px;
        border-radius: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-cta__content {
        max-width: 100%;
    }
}
.mod-cta__title {
    margin-bottom: auto;
}
@media only screen and (max-width: 767px) {
    .mod-cta__title {
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 1511px) {
    .mod-cta__title.title--h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .mod-cta__title.title--h1 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-cta__title.title--h1 {
        font-size: 40px;
    }
}
.mod-cta__text {
    opacity: 0.75;
    letter-spacing: normal;
}
@media only screen and (max-width: 767px) {
    .mod-cta__text {
        font-size: 14px;
    }
}
.mod-image {
    position: relative;
    width: 100%;
}
.mod-image__init {
    position: relative;
    height: 0;
    padding-bottom: 57%;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    will-change: width, height;
}
@media only screen and (max-width: 767px) {
    .mod-image__init {
        padding-bottom: 80%;
    }
}
.mod-image__sticky {
    height: 32vh;
}
@media only screen and (min-width: 1023px) {
    .mod-image img {
        width: 100vw;
        max-width: 100vw;
        height: 100vh;
        max-height: 100vh;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
.product-card__image::after, .product-card__image::before, .product-card::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.product-card {
    position: relative;
    width: 100%;
    max-width: 474px;
    overflow: hidden;
    border-radius: 24px;
    color: var(--color-white);
    padding-bottom: 97.2%;
}
.product-card__body {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    padding: 24px;
    display: flex;
    flex-direction: column;
}
.product-card::before {
    z-index: 1;
    border-radius: 24px;
    border: 1px solid transparent;
    border-image-source: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08));
    border-image-slice: 1;
}
.product-card__image {
    background-color: var(--color-blue-200);
}
.product-card__image::after, .product-card__image::before {
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card__image::after {
    display: none;
}
.product-card__image img {
    transform: scale(1.00001);
    transition: scale 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-card__content, .product-card__logo {
    position: relative;
    z-index: 3;
}
.product-card__logo img {
    width: auto;
    height: auto;
    max-height: 40px;
    object-fit: contain;
}
.product-card__content {
    display: flex;
    align-items: flex-end;
    gap: 16px;
    margin-top: auto;
    justify-content: space-between;
}
.product-card__title {
    line-height: 0.8;
    letter-spacing: -1.6px;
}
@media only screen and (max-width: 1200px) {
    .product-card__title {
        font-size: 48px;
    }
}
.product-card__link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.product-card__info-bar {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 3;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    backdrop-filter: blur(6px);
    display: flex;
    align-items: center;
    max-width: calc(100% - 28px);
    gap: 16px;
    padding: 5px 12px;
    border: 0.33px solid rgba(255, 255, 255, 0.2);
    overflow: auto;
}
.product-card__info-bar::-webkit-scrollbar {
    display: none;
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .product-card__info-bar {
        gap: 5px;
    }
}
.product-card__info-bar-item {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}
.product-card__info-bar-divider {
    height: 10px;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    flex-shrink: 0;
}
.product-card__info-bar-icon {
    width: 16px;
    height: 16px;
}
.product-card:has(.product-card__link):hover .product-card__image::before {
    opacity: 1;
}
.product-card:has(.product-card__link):hover .product-card__image img {
    scale: 1.04;
}
.product-card:hover .layout-button__btn {
    background-color: rgba(255, 255, 255, 0.35);
    color: var(--color-white);
}
.product-card:hover .layout-button__btn .icon {
    transform: rotate(135deg);
}
.product-card:hover .layout-button__btn.btn--glass-dark {
    background-color: rgba(0, 0, 0, 0.4);
}
.product-card:hover .layout-button__list-item .btn {
    opacity: 1;
}
.product-card:hover .layout-button__list-item:nth-child(1) {
    transform: translate(10px, calc(-100% - 10px));
}
.product-card:hover .layout-button__list-item:nth-child(2) {
    transform: translate(calc(-100% + 3px), calc(-100% - 5px));
}
.product-card:hover .layout-button__list-item:nth-child(3) {
    transform: translate(calc(-100% - 10px), 6%);
}
.product-card.is-active .layout-button__btn {
    background-color: rgba(255, 255, 255, 0.35);
    color: var(--color-white);
}
.product-card.is-active .layout-button__btn .icon {
    transform: rotate(135deg);
}
.product-card.is-active .layout-button__list-item .btn {
    opacity: 1;
}
.product-card.is-active .layout-button__list-item:nth-child(1) {
    transform: translate(10px, calc(-100% - 10px));
}
.product-card.is-active .layout-button__list-item:nth-child(2) {
    transform: translate(calc(-100% + 3px), calc(-100% - 5px));
}
.product-card.is-active .layout-button__list-item:nth-child(3) {
    transform: translate(calc(-100% - 10px), 6%);
}
.product-card--secondary {
    padding-bottom: 106.2%;
}
.product-card--secondary::before {
    border: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.product-card--secondary .product-card__content {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 0;
    height: 100%;
}
.product-card--secondary .product-card__title {
    line-height: 1.2;
    letter-spacing: -1px;
}
@media only screen and (max-width: 1200px) {
    .product-card--secondary .product-card__title {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card--secondary .product-card__title {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1201px) {
    .product-card--secondary .product-card__body {
        padding: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .product-card--tertiary {
        padding-bottom: 100%;
    }
}
.product-card--tertiary .product-card__image::before {
    opacity: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 71.2%, rgba(0, 0, 0, 0.5) 100%);
}
.product-configuration {
    background-color: var(--color-gray-50);
    height: 598px;
    max-width: 954px;
    width: 100%;
    border: 0.33px solid var(--color-gray-200);
    padding: 24px;
}
@media only screen and (max-width: 1200px) {
    .product-configuration {
        height: 510px;
    }
}
@media only screen and (max-width: 767px) {
    .product-configuration {
        padding: 16px;
        height: auto;
        position: relative;
    }
}
.product-configuration__header {
    margin-bottom: 88px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 1200px) {
    .product-configuration__header {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .product-configuration__header {
        flex-direction: column;
        align-items: center;
    }
}
.product-configuration .sleeping-layout {
    margin-left: auto;
    max-width: 100%;
}
@media only screen and (max-width: 767px) {
    .product-configuration .sleeping-layout {
        margin: 0 auto;
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        bottom: 66px;
    }
}
@media only screen and (max-width: 767px) {
    .product-configuration .sleeping-layout__item {
        font-size: 0;
        line-height: 0;
        gap: 0;
    }
}
.product-configuration .sleeping-layout__item--bunk-bed, .product-configuration .sleeping-layout__item--pop-off-roof {
    position: absolute;
    right: 20px;
    top: 10px;
    transform: translate(20%, 150%);
    transition: transform 0.4s var(--easing-ease-motion);
}
.product-configuration .sleeping-layout__item--bunk-bed .sleeping-layout__divider, .product-configuration .sleeping-layout__item--pop-off-roof .sleeping-layout__divider {
    opacity: 0;
}
.product-configuration .tabs-slider {
    background-color: var(--color-white);
    flex-shrink: 0;
}
.product-configuration .toggle-switch {
    display: flex;
    justify-content: center;
    margin-top: 75px;
}
@media only screen and (max-width: 1200px) {
    .product-configuration .toggle-switch {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .product-configuration .toggle-switch {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .product-configuration .toggle-switch__label {
        padding: 0;
        position: relative;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        gap: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .product-configuration .toggle-switch__text {
        position: relative;
        left: 0;
        transform: translate(0, 0);
        display: none;
    }
    .product-configuration .toggle-switch__text--day {
        display: block;
    }
}
.product-configuration .toggle-switch input:checked + .toggle-switch__label .toggle-switch__text--day {
    display: none;
}
.product-configuration .toggle-switch input:checked + .toggle-switch__label .toggle-switch__text--night {
    display: block;
}
.product-configuration__main-slider {
    margin-left: -24px;
    width: calc(100% + 48px);
    position: relative;
}
@media only screen and (max-width: 767px) {
    .product-configuration__main-slider {
        margin-left: -16px;
        width: calc(100% + 32px);
    }
}
.product-configuration__main-slider::after, .product-configuration__main-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    z-index: 6;
    background: linear-gradient(270deg, rgba(250, 250, 250, 0) 0%, #fafafa 100%);
}
@media only screen and (max-width: 767px) {
    .product-configuration__main-slider::after, .product-configuration__main-slider::before {
        width: 50px;
    }
}
.product-configuration__main-slider::after {
    left: initial;
    right: 0;
    transform: scaleX(-1);
}
.product-configuration__slide {
    padding: 50px 124px;
}
@media only screen and (max-width: 1200px) {
    .product-configuration__slide {
        padding: 30px 124px;
    }
}
@media only screen and (max-width: 767px) {
    .product-configuration__slide {
        padding: 20px 60px;
    }
}
.product-configuration__slide-inner {
    position: relative;
    height: 194px;
}
@media only screen and (max-width: 767px) {
    .product-configuration__slide-inner {
        height: 100px;
    }
}
.product-configuration__image {
    height: 100%;
    width: 100%;
    pointer-events: none;
    will-change: opacity;
    transition: opacity 0.3s ease;
}
.product-configuration__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.product-configuration__image--night {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}
.is-night-setup .product-configuration__image {
    opacity: 0;
}
.is-night-setup .product-configuration__image--night {
    opacity: 1;
}
.product-configuration.is-klasik-category .sleeping-layout__item--pop-off-roof, .product-configuration.is-klasik-category .sleeping-layout__item--bunk-bed {
    transition: transform 0.2s var(--easing-ease-motion);
}
.product-configuration.is-bunk-category .sleeping-layout__inner:has(.sleeping-layout__item--bunk-bed) .sleeping-layout__item:nth-last-of-type(3) {
    padding-right: calc(var(--bunk-bed-width, 0px) + 20px);
}
.product-configuration.is-bunk-category .sleeping-layout__inner:not(:has(.sleeping-layout__item--pop-off-roof)) .sleeping-layout__item:nth-last-of-type(2) {
    padding-right: calc(var(--bunk-bed-width, 0px) + 20px);
}
.product-configuration.is-bunk-category .sleeping-layout__inner:not(:has(.sleeping-layout__item--pop-off-roof)) .sleeping-layout__item:nth-last-of-type(3) {
    padding-right: 0;
}
.product-configuration.is-bunk-category .sleeping-layout__item--bunk-bed {
    transform: translate(0, 0);
}
.product-configuration.is-bunk-category .sleeping-layout__item--bunk-bed .sleeping-layout__divider {
    opacity: 1;
}
.product-configuration.is-pop-category .sleeping-layout__inner:has(.sleeping-layout__item--pop-off-roof) .sleeping-layout__item:nth-last-of-type(3) {
    padding-right: calc(var(--pop-bed-width, 0px) + 20px);
}
.product-configuration.is-pop-category .sleeping-layout__inner:not(:has(.sleeping-layout__item--bunk-bed)) .sleeping-layout__item:nth-last-of-type(2) {
    padding-right: calc(var(--pop-bed-width, 0px) + 20px);
}
.product-configuration.is-pop-category .sleeping-layout__inner:not(:has(.sleeping-layout__item--bunk-bed)) .sleeping-layout__item:nth-last-of-type(3) {
    padding-right: 0;
}
.product-configuration.is-pop-category .sleeping-layout__item--bunk-bed {
    transform: translate(20%, -150%);
}
.product-configuration.is-pop-category .sleeping-layout__item--bunk-bed .sleeping-layout__divider {
    opacity: 0;
}
.product-configuration.is-pop-category .sleeping-layout__item--pop-off-roof {
    transform: translate(0%, 0%);
}
.product-configuration.is-pop-category .sleeping-layout__item--pop-off-roof .sleeping-layout__divider {
    opacity: 1;
}
.radio-button-group__text {
    margin-top: 16px;
}
.radio-button-group__label {
    margin: 0 0 8px;
    padding: 0 20px;
}
.radio-button-group__list {
    display: grid;
    grid-gap: 12px;
}
.radio-button-group .radio-button .fv-plugins-message-container,
.radio-button-group .radio-button .validation-message {
    display: none;
}
.radio-button-group .fv-plugins-message-container,
.radio-button-group .validation-message {
    display: none;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.radio-button-group.failed .fv-plugins-message-container.group-error,
.radio-button-group.failed .validation-message {
    display: block;
    margin-top: 16px;
}
.radio-button-group.failed .radio-button__label::before {
    border-color: var(--color-validation-failed);
}
.radio-button-group--secondary .radio-button-group__list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.radio-button-group--secondary .radio-button__text {
    position: relative;
    z-index: 3;
}
.radio-button-group--secondary .radio-button__label {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 2px 12px;
    justify-content: center;
    color: var(--color-gray-800);
    transition: 0.3s ease;
}
.radio-button-group--secondary .radio-button__label::before {
    pointer-events: none;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background-color: var(--color-white);
}
.radio-button-group--secondary .radio-button__label::after {
    width: 20px;
    height: 20px;
    background: var(--color-gray-800) url("data:image/svg+xml, %3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.667 1 5.5 10.167 1.333 6' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/10px auto;
    transform-origin: center center;
}
.radio-button-group--secondary .radio-button input:checked ~ label {
    color: var(--color-gray-800);
    padding-left: 30px;
}
.section-title {
    margin-bottom: 96px;
    display: flex;
}
@media only screen and (max-width: 1200px) {
    .section-title {
        margin-bottom: 60px;
    }
}
.section-title__divider {
    margin: 0 10px;
}
.section-title__number {
    flex-shrink: 0;
}
.bg-gray-950 .section-title__counter {
    color: var(--color-gray-100);
    opacity: 0.3;
}
.section-title__button {
    margin-left: auto;
}
.section-title.has-button {
    display: flex;
}
.sleeping-layout {
    height: 40px;
    border-radius: 30px;
    border: 0.33px solid var(--color-gray-200);
    background-color: var(--color-white);
    overflow: auto;
    position: relative;
    display: flex;
    align-items: center;
}
.sleeping-layout::-webkit-scrollbar {
    display: none;
}
.sleeping-layout__inner {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    gap: 18px;
    flex-shrink: 0;
    white-space: nowrap;
    padding: 5px 20px;
}
.sleeping-layout__icon {
    width: 20px;
    height: 20px;
}
.sleeping-layout__item {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    transition: padding 0.4s ease;
}
.sleeping-layout__person {
    margin-left: 6px;
    display: flex;
    flex-shrink: 0;
    align-items: center;
}
.sleeping-layout__person .icon::before {
    background-color: var(--color-gray-300);
}
.sleeping-layout__divider {
    height: 10px;
    width: 1px;
    flex-shrink: 0;
    background-color: var(--color-gray-200);
    margin-right: 16px;
}
.social-nav ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social-nav__link {
    position: relative;
    z-index: 3;
    width: 20px;
    height: 20px;
}
.social-nav__link .icon::before {
    background-color: var(--color-gray-500);
}
.social-nav__link:hover .icon::before {
    background-color: var(--color-blue-400);
}
.specifications-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .specifications-modal {
        display: flex;
        align-items: flex-end;
    }
}
.specifications-modal.is-open-modal {
    pointer-events: all;
}
.specifications-modal.is-open-modal .specifications-modal__overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.specifications-modal__overlay {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    transition: opacity 500ms cubic-bezier(0.25, 1, 0.5, 1), visibility 500ms cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 1022px) {
    .specifications-modal__overlay {
        background-color: rgba(0, 0, 0, 0.7);
    }
}
.specifications-modal__inner {
    position: relative;
    background-color: var(--color-white);
    z-index: 1;
    height: 100vh;
    width: 782px;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 500ms cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (max-width: 1200px) {
    .specifications-modal__inner {
        width: 600px;
    }
}
@media only screen and (max-width: 1022px) {
    .specifications-modal__inner {
        width: 100%;
        height: calc(100dvh - 80px);
        border-radius: 24px 24px 0 0;
        transform: translate(0, 100%);
    }
}
.is-open-modal .specifications-modal__inner {
    transform: translate(0, 0);
}
.specifications-modal__header {
    padding: 34px 40px 14px 36px;
    border-bottom: 1px solid var(--color-gray-200);
}
@media only screen and (max-width: 1022px) {
    .specifications-modal__header {
        padding: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .specifications-modal__header {
        padding: 34px 20px 28px;
    }
}
.specifications-modal__title {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}
@media only screen and (max-width: 1022px) {
    .specifications-modal__title .title {
        font-size: 24px;
    }
}
.specifications-modal__close {
    width: 22px;
    height: 22px;
    margin-top: 10px;
}
@media only screen and (max-width: 767px) {
    .specifications-modal__close {
        margin-top: 6px;
        width: 18px;
        height: 18px;
        margin-right: 8px;
    }
}
.specifications-modal__close .icon {
    width: 100%;
    height: 100%;
    transition: transform 500ms cubic-bezier(0.25, 1, 0.5, 1);
}
.specifications-modal__close:hover .icon {
    transform: scale(0.9);
}
.specifications-modal__close:hover .icon::before {
    background-color: var(--color-blue-500);
}
.specifications-modal .tabs-slider {
    margin-top: 14px;
}
.specifications-modal__body {
    flex: auto;
    position: relative;
    max-height: 100%;
    padding: 32px 36px;
    overflow: auto;
}
@media only screen and (min-width: 1023px) {
    .specifications-modal__body {
        scrollbar-track-color: rgba(212, 212, 212, 0.2);
        scrollbar-face-color: #d4d4d4;
        scrollbar-arrow-color: #d4d4d4;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .specifications-modal__body::-webkit-scrollbar {
        width: 4px;
    }
    .specifications-modal__body ::-webkit-scrollbar-track {
        -webkit-border-radius: 8px;
        border-radius: 8px;
        background: rgba(212, 212, 212, 0.2);
    }
    .specifications-modal__body ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(212, 212, 212, 0.6);
    }
    .specifications-modal__body::-webkit-scrollbar-thumb {
        background: #d4d4d4;
        width: 4px;
        border-radius: 8px;
    }
    .specifications-modal__body::-webkit-scrollbar-thumb:hover {
        background: rgba(212, 212, 212, 0.84);
    }
    .specifications-modal__body ::-webkit-scrollbar {
        width: 4px;
    }
}
@media only screen and (max-width: 1022px) {
    .specifications-modal__body {
        padding: 32px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .specifications-modal__body {
        padding: 40px 20px;
    }
}
.specifications-modal__body-shadow {
    position: relative;
}
.specifications-modal__body-shadow::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgb(255, 255, 255) 100%);
    pointer-events: none;
    z-index: 2;
}
@media only screen and (min-width: 1023px) {
    .specifications-modal__body-shadow::before {
        width: calc(100% - 4px);
    }
}
@media only screen and (max-width: 767px) {
    .specifications-modal__body-shadow::before {
        height: 20px;
    }
}
.specifications-modal__body-shadow--bottom::before {
    transform: scaleY(-1);
    top: inherit;
    bottom: 0;
}
.specifications-modal__content {
    display: none;
}
.specifications-modal__content.is-active {
    display: block;
}
.specifications-modal__content-inner {
    position: relative;
    display: grid;
    grid-gap: 80px;
}
@media only screen and (max-width: 1200px) {
    .specifications-modal__content-inner {
        gap: 64px;
    }
}
.specifications-modal__table-title {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1022px) {
    .specifications-modal__table-title {
        margin-bottom: 14px;
    }
}
.specifications-modal__table-data {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-gap: 20px;
    align-items: center;
    line-height: 1.5;
    border-bottom: 1px solid var(--color-gray-200);
    padding: 16px 20px 16px 0;
}
@media only screen and (max-width: 767px) {
    .specifications-modal__table-data {
        padding: 15px 0;
        align-items: flex-start;
        grid-template-columns: 46% 1fr;
    }
}
.specifications-modal__table-data:last-child {
    border-bottom: 0;
}
.specifications-modal__table-data-title {
    display: grid;
    grid-template-columns: 20px 1fr;
    grid-gap: 10px;
    align-items: center;
}
.specifications-modal__table-data-icon img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.page-404 {
    padding: 200px 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
    .page-404 {
        padding: 140px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .page-404 {
        padding-bottom: 100px;
        min-height: 60vh;
    }
}
.page-404__main-title {
    font-size: 200px;
    margin-bottom: 40px;
    color: var(--color-gray-950);
}
@media only screen and (max-width: 1200px) {
    .page-404__main-title {
        font-size: 150px;
    }
}
@media only screen and (max-width: 767px) {
    .page-404__main-title {
        font-size: 100px;
        margin-bottom: 15px;
    }
}
.page-404__content-inner {
    padding: 0 10px;
}
@media only screen and (max-width: 767px) {
    .page-404__content-inner {
        padding: 0;
    }
}
.page-404 .title {
    margin-bottom: 22px;
}
.page-404__button {
    margin-top: 40px;
}
.tabs-slider {
    border: 1px solid var(--color-gray-200);
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    display: inline-flex;
    max-width: 100%;
}
.tabs-slider .swiper {
    padding: 4px;
}
.tabs-slider .swiper-slide {
    width: auto;
    margin-right: 8px;
}
.tabs-slider .swiper-slide:nth-last-child(2) {
    margin-right: 0;
}
.tabs-slider .swiper-slide.is-active .tabs-slider__tab {
    background-color: transparent;
    color: var(--color-white);
}
.tabs-slider .swiper-slide.is-active .tabs-slider__tab:hover {
    background-color: transparent;
}
.tabs-slider__tab {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 32px;
    border-radius: 30px;
    padding: 6px 16px;
    cursor: pointer;
    color: var(--color-gray-500);
    transition: background-color 0.3s ease, color 0.3s ease;
}
@media only screen and (min-width: 1023px) {
    .tabs-slider__tab:hover {
        background-color: var(--color-gray-200);
    }
}
.tabs-slider__arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    pointer-events: none;
    z-index: 4;
    transition: opacity 0.3s ease;
}
.tabs-slider__arrow.arrow-right {
    left: initial;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.tabs-slider__arrow.swiper-button-disabled {
    opacity: 0;
}
.contact-form {
    width: 100%;
}
.contact-form .mod-input__label {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 1px;
    height: 1px;
}
.contact-form .form-component {
    min-height: 720px;
    border-radius: 36px;
    padding: 36px 36px 44px;
    background-color: var(--color-gray-100);
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1022px) {
    .contact-form .form-component {
        min-height: 1px;
        padding: 36px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-form .form-component {
        width: calc(100% + 28px);
        max-width: calc(100% + 28px);
        margin-left: -14px;
    }
}
.contact-form .form-component__title {
    margin-bottom: 108px;
}
@media only screen and (max-width: 1022px) {
    .contact-form .form-component__title {
        margin-bottom: 34px;
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-form .form-component__body {
        grid-gap: 10px;
    }
}
@media only screen and (min-width: 768px) {
    .contact-form .form-component__submit {
        margin-top: 0;
        position: absolute;
        right: 0;
        bottom: -12px;
        z-index: 3;
    }
}
@media only screen and (max-width: 767px) {
    .contact-form .form-component__submit {
        margin-top: 14px;
        text-align: center;
    }
}
.contact-form .radio-button-group {
    margin: 20px 0;
}
.contact-form .radio-button-group__label {
    padding: 0;
    font-size: 14px;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .contact-form .checkbox {
        margin-top: 20px;
        padding-right: 180px;
    }
}
.contact-form .checkbox__label {
    padding-left: 28px;
}
@media only screen and (min-width: 768px) {
    .contact-form .checkbox .fv-plugins-message-container {
        position: absolute;
        left: 0;
        bottom: -20px;
    }
}
.contact-form__content {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media only screen and (max-width: 1022px) {
    .contact-form__content {
        gap: 56px;
    }
}
.contact-form__info {
    margin-top: auto;
    display: grid;
    grid-gap: 48px;
    padding-bottom: 36px;
}
@media only screen and (max-width: 1022px) {
    .contact-form__info {
        padding-bottom: 80px;
        grid-gap: 38px;
    }
}
@media only screen and (max-width: 1022px) {
    .contact-form__info-title {
        margin-bottom: 24px;
        font-size: 24px;
    }
}
.contact-form__info-item:not(:last-child) {
    padding-bottom: 48px;
    border-bottom: 1px solid var(--color-gray-200);
}
@media only screen and (max-width: 1022px) {
    .contact-form__info-item:not(:last-child) {
        padding-bottom: 38px;
    }
}
.contact-form .editor-text a {
    text-decoration: none;
}
.contact-form .editor-text p {
    margin: 0 0 10px;
}
.contact-form .editor-text p:last-child {
    margin-bottom: 0;
}
.contact-form .mod-loader {
    background-color: var(--color-gray-100);
    border-radius: inherit;
}
.adventure-module__header .title {
    font-size: 72px;
    line-height: 1;
    letter-spacing: -1.6px;
}
@media only screen and (max-width: 1511px) {
    .adventure-module__header .title {
        font-size: 66px;
    }
}
@media only screen and (max-width: 1200px) {
    .adventure-module__header .title {
        font-size: 50px;
        letter-spacing: -1px;
    }
}
@media only screen and (max-width: 1022px) {
    .adventure-module__header .title {
        font-size: 48px;
    }
}

.adventure-module {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    padding-bottom: 112px;
}
@media only screen and (max-width: 1511px) {
    .adventure-module {
        padding-bottom: 72px;
    }
}
@media only screen and (max-width: 1200px) {
    .adventure-module {
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .adventure-module {
        padding-bottom: 48px;
    }
}
.adventure-module__image-sticky, .adventure-module__sticky {
    position: absolute;
    top: 112px;
    left: 0;
    width: 100%;
    height: 60vh;
    pointer-events: none;
}
@media only screen and (max-width: 1511px) {
    .adventure-module__image-sticky, .adventure-module__sticky {
        top: 72px;
    }
}
@media only screen and (max-width: 1200px) {
    .adventure-module__image-sticky, .adventure-module__sticky {
        top: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .adventure-module__image-sticky, .adventure-module__sticky {
        top: 48px;
    }
}
.adventure-module__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}
.adventure-module__top-spacing {
    position: relative;
    height: 49.5vh;
}
.adventure-module .section-title {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .adventure-module .section-title {
        margin-bottom: 56px;
    }
}
.adventure-module__header {
    padding: 220px 40px 0;
    margin-bottom: 164px;
}
@media only screen and (max-width: 1511px) {
    .adventure-module__header {
        padding: 180px 0 0;
    }
}
@media only screen and (max-width: 1200px) {
    .adventure-module__header {
        padding-top: 110px;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .adventure-module__header {
        margin-bottom: 96px;
        padding-top: 128px;
    }
}
.adventure-module__header-inner {
    max-width: 1250px;
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 1920px) {
    .adventure-module__header-inner {
        max-width: 100%;
    }
}
.adventure-module__header .title {
    letter-spacing: -0.02em;
    color: var(--color-gray-300);
}
@media only screen and (max-width: 767px) {
    .adventure-module__header .title {
        font-size: 32px;
        line-height: 1;
        letter-spacing: -0.01em;
    }
}
.adventure-module__header .title strong {
    font-style: normal;
    font-weight: inherit;
    color: var(--color-gray-800);
}
.adventure-module__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 402px;
    height: 402px;
    border-radius: 128px;
    overflow: hidden;
    transform: translate(calc(50vw - 200px), calc(var(--adventure-header-height, 50vh) - 112px + 96px));
    will-change: margin;
    transform-origin: center center;
}
@media (min-width: 1513px) and (min-height: 1080px) {
    .adventure-module__image {
        transform: translate(calc(50vw - 200px), calc(60vh - 200px));
    }
}
@media (min-width: 1920px) and (min-height: 2160px) {
    .adventure-module__image {
        transform: translate(calc(50vw - 402px), calc(60vh - 402px - 112px));
        width: 804px;
        height: 804px;
        border-radius: 256px;
    }
}
@media only screen and (max-width: 1511px) {
    .adventure-module__image {
        transform: translate(calc(50vw - 200px), calc(var(--adventure-header-height, 50vh) - 72px + 96px));
    }
}
@media only screen and (max-width: 1200px) {
    .adventure-module__image {
        width: 300px;
        height: 300px;
        border-radius: 72px;
        transform: translate(calc(50vw - 150px), calc(var(--adventure-header-height, 50vh) + 96px));
    }
}
@media only screen and (max-width: 1022px) {
    .adventure-module__image {
        transform: translate(calc(50vw - 150px), calc(var(--adventure-header-height, 50vh) - 48px + 96px));
    }
}
@media only screen and (max-width: 767px) {
    .adventure-module__image {
        width: 230px;
        height: 230px;
        transform: translate(calc(50vw - 115px), calc(var(--adventure-header-height, 63vh) - 48px + 96px));
    }
}
.adventure-module__image-wrapper {
    height: 100vh;
    z-index: 3;
    top: 112px;
}
@media only screen and (max-width: 1511px) {
    .adventure-module__image-wrapper {
        top: 72px;
    }
}
@media only screen and (max-width: 1200px) {
    .adventure-module__image-wrapper {
        top: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .adventure-module__image-wrapper {
        top: 48px;
    }
}
.adventure-module__image img.adventure-module__image--main, .adventure-module__image--main {
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%) scale(1.2);
    max-width: 100vw;
    max-height: 100vh;
    transform-origin: center center;
}
.blog-header {
    width: 100%;
}
.blog-header .mod-image {
    margin-top: 72px;
}
@media only screen and (max-width: 1022px) {
    .blog-header .mod-image {
        margin-top: 45px;
    }
}
.comparison-module {
    overflow: hidden;
}
.comparison-module__title {
    margin-bottom: 32px;
}
.comparison-module .editor-text {
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .comparison-module .editor-text {
        overflow: auto;
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-left: 20px;
    }
    .comparison-module .editor-text::-webkit-scrollbar {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    .comparison-module .editor-text table {
        width: 676px;
    }
}
.dealer-map {
    position: relative;
    height: calc(100vh - 12px);
    width: calc(100% - 24px);
    border-radius: 0 0 36px 36px;
    overflow: hidden;
    margin: 0 auto;
}
@media only screen and (max-width: 1022px) {
    .dealer-map {
        width: calc(100% - 12px);
        height: calc(var(--visual-viewport-height, 100vh) - 6px);
        border-radius: 0 0 18px 18px;
    }
}
.dealer-map__inner {
    position: relative;
    z-index: 3;
    pointer-events: none;
    padding: 24px;
    height: 100%;
    display: flex;
}
@media only screen and (max-width: 1022px) {
    .dealer-map__inner {
        padding: 12px;
    }
}
.dealer-map .location-popup {
    max-width: 100%;
    pointer-events: all;
    max-height: calc(100% - 88px - 48px);
}
@media only screen and (max-width: 1022px) {
    .dealer-map .location-popup {
        max-height: 60%;
    }
}
.dealer-map__popup-trigger {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--color-white);
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 50px;
    border-radius: 24px;
    pointer-events: all;
    padding: 8px 20px;
    z-index: -1;
}
@media only screen and (max-width: 767px) {
    .dealer-map__popup-trigger {
        min-height: 45px;
        border-radius: 18px;
    }
}
.dealer-map__popup-trigger .icon {
    width: 12px;
    height: 12px;
}
.dealer-map__popup-wrapper {
    max-width: 466px;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .dealer-map__popup-wrapper {
        overflow: hidden;
        border-radius: 24px;
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .dealer-map__popup-wrapper {
        border-radius: 18px;
    }
}
.dealer-map__extra-space {
    flex: auto;
}
.dealer-map .location-marker {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: #0a0a0a;
    box-shadow: 0 0 0 rgba(10, 10, 10, 0.4);
    animation: pulse-gray 2s infinite;
}
@keyframes pulse-gray {
    0% {
        box-shadow: 0 0 0 0 rgba(10, 10, 10, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(10, 10, 10, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(10, 10, 10, 0);
    }
}
.dealer-map .location-marker--active {
    background-color: #00a1e6;
    box-shadow: 0 0 0 rgba(0, 161, 230, 0.4);
    animation: pulse-blue 2s infinite;
}
@keyframes pulse-blue {
    0% {
        box-shadow: 0 0 0 0 rgba(0, 161, 230, 0.4);
    }
    70% {
        box-shadow: 0 0 0 20px rgba(0, 161, 230, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(0, 161, 230, 0);
    }
}
.dealer-map .location-marker--hq {
    animation: none;
    background-color: transparent;
    width: 36px;
    height: 36px;
    border-radius: 0;
}
.dealer-map .location-marker--hq img {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.3));
}
.editor-text h6, .editor-text blockquote, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    line-height: 1.2;
    font-weight: 400;
    letter-spacing: -0.2px;
}

.editor-text h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 1511px) {
    .editor-text h1 {
        font-size: 54px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h1 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 42px;
        letter-spacing: -0.2px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 36px;
    }
}

.editor-text h2 {
    font-size: 48px;
    line-height: 1;
}
@media only screen and (max-width: 1511px) {
    .editor-text h2 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 32px;
    }
}

.editor-text h3 {
    font-size: 36px;
}
@media only screen and (max-width: 1200px) {
    .editor-text h3 {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h3 {
        font-size: 28px;
    }
}

.editor-text h4 {
    font-size: 30px;
}
@media only screen and (max-width: 1200px) {
    .editor-text h4 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h4 {
        font-size: 26px;
    }
}

.editor-text blockquote, .editor-text h5 {
    font-size: 24px;
}
@media only screen and (max-width: 1200px) {
    .editor-text blockquote, .editor-text h5 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text blockquote, .editor-text h5 {
        font-size: 20px;
    }
}

.editor-text h6 {
    font-size: 20px;
}

.editor-text {
    width: 100%;
}
.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    margin-bottom: 44px;
}
.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
    margin-top: 0;
}
.editor-text h1:last-child,
.editor-text h2:last-child,
.editor-text h3:last-child,
.editor-text h4:last-child,
.editor-text h5:last-child,
.editor-text h6:last-child {
    margin-bottom: 0;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text figure,
.editor-text table,
.editor-text blockquote {
    margin-top: 44px;
    margin-bottom: 44px;
}
@media only screen and (max-width: 1022px) {
    .editor-text p,
    .editor-text ul,
    .editor-text ol,
    .editor-text figure,
    .editor-text table,
    .editor-text blockquote {
        margin-top: 32px;
        margin-bottom: 32px;
    }
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text figure:first-child,
.editor-text table:first-child,
.editor-text blockquote:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text figure:last-child,
.editor-text table:last-child,
.editor-text blockquote:last-child {
    margin-bottom: 0;
}
.editor-text a {
    text-decoration: underline;
}
.editor-text a:hover {
    text-decoration: none;
}
.editor-text p + h1, .editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
.editor-text ul + h1,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text ul + h5,
.editor-text ul + h6,
.editor-text ol + h1,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4,
.editor-text ol + h5,
.editor-text ol + h6 {
    margin-top: 44px;
}
@media only screen and (max-width: 767px) {
    .editor-text p + h1, .editor-text p + h2, .editor-text p + h3, .editor-text p + h4, .editor-text p + h5, .editor-text p + h6,
    .editor-text ul + h1,
    .editor-text ul + h2,
    .editor-text ul + h3,
    .editor-text ul + h4,
    .editor-text ul + h5,
    .editor-text ul + h6,
    .editor-text ol + h1,
    .editor-text ol + h2,
    .editor-text ol + h3,
    .editor-text ol + h4,
    .editor-text ol + h5,
    .editor-text ol + h6 {
        margin-top: 32px;
    }
}
.editor-text p strong,
.editor-text ul strong,
.editor-text ol strong {
    font-weight: 600;
    color: var(--color-gray-800);
}
.editor-text img {
    width: 100%;
    height: auto;
    margin: 26px 0;
}
@media only screen and (max-width: 767px) {
    .editor-text img {
        margin: 16px 0;
    }
}
.editor-text img:first-child {
    margin-top: 0;
}
.editor-text img:last-child {
    margin-bottom: 0;
}
.editor-text img.aligncenter, .editor-text img.alignright, .editor-text img.aligleft, .editor-text img.alignnone {
    display: block;
}
.editor-text img.aligncenter {
    margin-left: auto;
    margin-right: auto;
}
.editor-text img.alignright {
    margin-left: auto;
}
.editor-text img.aligleft {
    margin-right: auto;
}
.editor-text figure img {
    margin: 0;
}
.editor-text ol,
.editor-text ul {
    display: grid;
    padding-left: 0;
}
@media only screen and (max-width: 767px) {
    .editor-text ol,
    .editor-text ul {
        padding-left: 16px;
    }
}
.editor-text ol:last-child,
.editor-text ul:last-child {
    margin-bottom: 0;
}
.editor-text ol:first-child,
.editor-text ul:first-child {
    margin-top: 0;
}
.editor-text ol li,
.editor-text ul li {
    position: relative;
    padding-left: 24px;
}
.editor-text ol li::before,
.editor-text ul li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
}
.editor-text ol ul,
.editor-text ol ol,
.editor-text ul ul,
.editor-text ul ol {
    margin: 0 0 24px;
}
.editor-text ol ul:last-child,
.editor-text ol ol:last-child,
.editor-text ul ul:last-child,
.editor-text ul ol:last-child {
    margin: 0 0 24px;
}
.editor-text ol li:last-child ul,
.editor-text ol li:last-child ol,
.editor-text ul li:last-child ul,
.editor-text ul li:last-child ol {
    margin-bottom: 0;
}
.editor-text ol p:last-of-type,
.editor-text ul p:last-of-type {
    margin-bottom: 0;
}
.editor-text ul li::before {
    border-radius: 100%;
    background-color: currentColor;
    width: 4px;
    height: 4px;
}
.editor-text ol {
    counter-reset: ol_text_counter;
}
.editor-text ol li {
    counter-increment: ol_text_counter;
    padding-left: 32px;
}
.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    top: 0;
}
.editor-text ol li:nth-of-type(n + 10) {
    padding-left: 40px;
}
.editor-text ol li:nth-of-type(n + 100) {
    padding-left: 52px;
}
.editor-text table {
    border: 0;
    width: 100%;
}
.editor-text table tr {
    border-bottom: 1px solid var(--color-gray-200);
}
.editor-text table th {
    font-weight: 500;
}
.editor-text table th,
.editor-text table td {
    padding: 16px 20px;
    height: auto !important;
}
.editor-text table th:first-child,
.editor-text table td:first-child {
    padding-left: 0;
}
.editor-text table th img,
.editor-text table td img {
    max-width: 20px;
    max-height: 16px;
    width: 100%;
    height: auto;
    object-fit: contain;
    margin-right: 10px;
    display: inline-block !important;
}
.editor-text blockquote {
    position: relative;
    padding-left: 42px;
    line-height: 1.55;
    max-width: 640px;
}
@media only screen and (max-width: 1022px) {
    .editor-text blockquote {
        max-width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text blockquote {
        padding-left: 32px;
    }
}
.editor-text blockquote::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color-primary);
}
.editor-text iframe {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    margin: 36px 0;
    border: 0;
}
.editor-text iframe:last-child {
    margin-bottom: 0;
}
.editor-text iframe:first-child {
    margin-top: 0;
}
.editor-text hr {
    border: 0;
    height: 1px;
    background-color: var(--color-gray-200);
    margin: 44px 0;
}
@media only screen and (max-width: 1022px) {
    .editor-text hr {
        margin: 36px 0;
    }
}
.editor-text hr:first-child {
    margin-top: 0;
}
.editor-text hr:last-child {
    margin-bottom: 0;
}
.details-card-list__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .details-card-list__inner {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .details-card-list .container {
        max-width: calc(100% - 12px);
    }
}
@media only screen and (max-width: 767px) {
    .details-card-list .section-title {
        padding: 0 14px;
    }
}
.details-card-list__card {
    min-height: 320px;
    height: 100%;
    padding: 48px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
    .details-card-list__card {
        padding: 38px;
        min-height: 300px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1022px) {
    .details-card-list__card {
        padding: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .details-card-list__card {
        gap: 55px;
    }
}
.details-card-list__card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .details-card-list__card-header .title {
        font-size: 30px;
    }
}
.details-card-list__card-logo {
    flex-shrink: 0;
}
.details-card-list__card-logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 78px;
    max-height: 60px;
}
@media only screen and (max-width: 1022px) {
    .details-card-list__card-logo img {
        max-width: 60px;
        max-height: 40px;
    }
}
.details-card-list__card-content {
    display: grid;
    grid-template-columns: 298px 1fr;
    gap: 20px 30px;
    align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
    .details-card-list__card-content {
        grid-template-columns: 1fr auto;
    }
}
@media only screen and (max-width: 1022px) {
    .details-card-list__card-content {
        grid-template-columns: 1fr;
    }
}
.details-card-list__card-content .btn {
    margin-left: auto;
}
.site-footer {
    position: relative;
    width: 100%;
    padding: 12px 0;
}
@media only screen and (max-width: 767px) {
    .site-footer {
        padding: 6px 0;
    }
}
.site-footer .mod-cta {
    max-width: 100%;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .site-footer .mod-cta {
        margin-bottom: 6px;
    }
}
.site-footer__inner {
    background-color: var(--color-gray-950);
}
@media only screen and (min-width: 1023px) {
    .site-footer__inner .container {
        max-width: calc(100% - 48px);
    }
}
.site-footer__top {
    padding: 55px 48px 155px;
    display: grid;
    grid-template-columns: 1fr 30%;
    grid-gap: 50px;
}
@media only screen and (max-width: 1511px) {
    .site-footer__top {
        grid-template-columns: 1fr 40%;
        padding: 50px 40px 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .site-footer__top {
        padding: 50px 20px 100px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-footer__top {
        grid-template-columns: 1fr;
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__top {
        padding: 36px 4px 48px 4px;
        grid-gap: 45px;
    }
}
.site-footer__nav {
    display: grid;
    grid-template-columns: 21.5% 21.5% 1fr;
    grid-gap: 20px;
}
@media only screen and (max-width: 1200px) {
    .site-footer__nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 42px 10px;
    }
}
.site-footer__nav-col-title {
    margin-bottom: 16px;
}
.site-footer__nav ul {
    display: grid;
    grid-gap: 14px;
}
.site-footer__nav-link {
    font-weight: 500;
}
.site-footer__nav-link:hover {
    color: var(--color-blue-400);
}
.site-footer__bottom {
    padding: 38px 50px;
    border-top: 1px solid var(--color-gray-900);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 1511px) {
    .site-footer__bottom {
        padding: 38px 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .site-footer__bottom {
        padding: 25px 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-footer__bottom {
        flex-direction: column;
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__bottom {
        align-items: flex-start;
        padding: 48px 4px 38px 4px;
    }
}
.site-footer__logo {
    max-width: 84px;
    width: 100%;
    display: flex;
    position: relative;
}
.site-footer__logo img {
    width: 100%;
    object-fit: contain;
    will-change: opacity;
    transition: opacity 0.3s ease;
}
.site-footer__logo-hover-image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0;
    z-index: 1;
}
.site-footer__logo.has-hover-logo:hover .site-footer__logo-image {
    opacity: 0;
}
.site-footer__logo.has-hover-logo:hover .site-footer__logo-hover-image {
    opacity: 1;
}
.site-footer__info {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
@media only screen and (max-width: 767px) {
    .site-footer__info {
        flex-direction: column;
        gap: 14px;
    }
}
.site-footer__divider {
    width: 1px;
    display: inline-flex;
    position: relative;
}
@media only screen and (max-width: 767px) {
    .site-footer__divider {
        display: none;
    }
}
.site-footer__divider::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 1px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}
.site-footer__execution {
    display: flex;
    align-items: center;
    gap: 6px;
}
.site-footer__execution-logo {
    max-width: 56px;
    width: 100%;
    display: flex;
    position: relative;
    transition: 0s ease;
}
.site-footer__execution-logo img {
    width: 100%;
    object-fit: contain;
    transition: opacity 0.3s ease;
}
.site-footer__execution-logo--hover {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: 1;
}
.site-footer__execution-logo.has-hover-logo:hover .site-footer__execution-logo--default {
    opacity: 0;
}
.site-footer__execution-logo.has-hover-logo:hover .site-footer__execution-logo--hover {
    opacity: 1;
}
.layouts-module__header {
    display: grid;
    grid-template-columns: 42% 1fr;
    grid-gap: 30px;
    align-items: flex-end;
    margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
    .layouts-module__header {
        grid-template-columns: 50% 1fr;
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .layouts-module__header {
        grid-template-columns: 1fr;
    }
}
.layouts-module__text {
    max-width: 345px;
    width: 100%;
    margin-left: auto;
}
@media only screen and (max-width: 1022px) {
    .layouts-module__text {
        margin-left: 0;
        max-width: 100%;
    }
}
.layouts-module__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 10px;
}
@media only screen and (max-width: 1022px) {
    .layouts-module__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .layouts-module__list {
        grid-template-columns: 1fr;
        margin-left: -14px;
        width: calc(100% + 28px);
    }
}
.layouts-module__list .product-card {
    max-width: 100%;
    cursor: pointer;
}
.layouts-module__list .product-card__image::after {
    display: block;
}
.layouts-module__list .product-card:hover .product-card__image::after {
    opacity: 1;
}
.layouts-module__list .product-card:hover .product-card__image img {
    scale: 1.04;
}
.layouts-module__list--card-1 {
    grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
    .layouts-module__list--card-1 .product-card {
        padding-bottom: 32%;
    }
}
@media only screen and (min-width: 1023px) {
    .layouts-module__list--card-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (min-width: 1023px) {
    .layouts-module__list--card-2 .product-card {
        padding-bottom: 61.6%;
    }
}
.layouts-module__configuration {
    margin-top: 100px;
}
@media only screen and (max-width: 1022px) {
    .layouts-module__configuration {
        margin-top: 60px;
    }
}
.layouts-module__configuration-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}
.layouts-module__configuration-content.is-active {
    opacity: 1;
    pointer-events: all;
}
.layouts-module__configuration-content-wrapper {
    position: relative;
    height: 598px;
    width: 100%;
}
@media only screen and (max-width: 1200px) {
    .layouts-module__configuration-content-wrapper {
        height: 510px;
    }
}
@media only screen and (max-width: 767px) {
    .layouts-module__configuration-content-wrapper {
        margin-left: -14px;
        width: calc(100% + 28px);
        height: 380px;
    }
}
.layouts-module .product-configuration {
    max-width: 100%;
}
.layouts-module .configuration-tabs {
    max-width: 100%;
    margin-top: 20px;
}
@media only screen and (max-width: 1022px) {
    .layouts-module .configuration-tabs {
        margin-top: 24px;
    }
}
.gallery-module {
    position: relative;
}
.gallery-module .swiper {
    overflow: visible;
    cursor: none;
}
.gallery-module .swiper-slide {
    width: auto;
    padding-right: 20px;
}
@media only screen and (max-width: 1200px) {
    .gallery-module .swiper-slide {
        padding-right: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-module .swiper-slide {
        padding-right: 6px;
    }
}
.gallery-module__item {
    position: relative;
    overflow: hidden;
    height: 460px;
    width: 588px;
}
@media only screen and (max-width: 1511px) {
    .gallery-module__item {
        height: 390px;
        width: 500px;
    }
}
@media only screen and (max-width: 1200px) {
    .gallery-module__item {
        height: 300px;
        width: 380px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-module__item {
        width: 364px;
        height: 284px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-module__item {
        width: calc(100vw - 30px);
        height: 0;
        padding-bottom: 78%;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-module__slider .container {
        max-width: calc(100% - 12px);
    }
}
.gallery-module__header {
    display: grid;
    grid-gap: 24px;
    margin-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
    .gallery-module__header {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-module__header {
        text-align: left;
    }
}
.gallery-module__header-text {
    max-width: 466px;
    width: 100%;
    margin: 0 auto;
    letter-spacing: normal;
}
.gallery-module .mod-image {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1022px) {
    .gallery-module .mod-image {
        width: calc(100% + 28px);
        margin-left: -14px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-module.has-button {
        padding-bottom: 66px;
    }
    .gallery-module.has-button .section-title .btn {
        position: absolute;
        bottom: 0;
        right: 20px;
    }
}
.model-hero {
    width: 100%;
    min-height: 100vh;
}
@media only screen and (max-width: 1022px) {
    .model-hero .title {
        font-size: 30px;
        line-height: 1.2;
    }
}
.model-hero__content {
    max-width: 800px;
}
.model-hero__images {
    max-width: 800px;
    display: flex;
    gap: 20px;
    margin-top: 32px;
}
@media only screen and (max-width: 1022px) {
    .model-hero__images {
        gap: 10px;
        margin-top: 20px;
    }
}
.model-hero__image {
    position: relative;
    height: 124px;
    overflow: hidden;
    width: 196px;
}
@media only screen and (max-width: 1022px) {
    .model-hero__image {
        border-radius: 12px;
        height: 0;
        padding-bottom: 18%;
    }
}
.model-hero__image:first-child {
    width: 158px;
}
.model-hero__image:last-child {
    margin-left: auto;
    width: 298px;
}
.model-hero__image img {
    border-radius: inherit;
    transform: translateX(-110%);
    transition: transform 0.6s ease;
}
.is-playing .model-hero__image img {
    transform: translateX(0);
}
.model-hero__image:nth-child(2) img {
    transition-delay: 0.8s;
}
.model-hero__image:nth-child(3) img {
    transition-delay: 1.6s;
}
.hero-module__background::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.hero-module {
    width: 100%;
    min-height: 100vh;
    position: relative;
    padding-bottom: 76px;
    display: flex;
    flex-direction: column;
    color: var(--color-blue-50);
}
@media only screen and (max-width: 1022px) {
    .hero-module {
        padding: 96px 0 40px;
        min-height: var(--visual-viewport-height, 100vh);
    }
}
.hero-module__background {
    left: 12px;
    width: calc(100% - 24px);
    overflow: hidden;
    position: absolute;
    top: 0;
    height: calc(100% - 12px);
    border-radius: 0 0 36px 36px;
    background-color: var(--color-gray-800);
}
@media only screen and (max-width: 1022px) {
    .hero-module__background {
        width: calc(100% - 12px);
        left: 6px;
        min-height: calc(var(--visual-viewport-height, 100vh) - 6px);
    }
}
.hero-module__background::before {
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%);
}
.hero-module__background-inner {
    will-change: transform, opacity;
    transform: translateZ(0);
}
.hero-module__body {
    position: relative;
    z-index: 3;
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 76px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__body {
        padding: 0 40px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__body {
        padding: 0 30px;
    }
}
.hero-module__row {
    display: grid;
    grid-gap: 100px;
    align-items: flex-end;
    grid-template-columns: 1fr 540px;
}
@media only screen and (max-width: 1511px) {
    .hero-module__row {
        grid-gap: 60px;
        grid-template-columns: 1fr 480px;
    }
}
@media only screen and (max-width: 1200px) {
    .hero-module__row {
        grid-template-columns: 1fr 340px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__row {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        grid-gap: 0;
        gap: 40px;
        flex: auto;
    }
}
.hero-module__left {
    max-width: 714px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .hero-module__right {
        width: 100%;
        margin-top: auto;
    }
}
.hero-module__title {
    margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
    .hero-module__title {
        margin-bottom: 14px;
    }
}
.hero-module__text {
    max-width: 320px;
    letter-spacing: -0.33px;
    line-height: 1.2;
}
@media only screen and (max-width: 767px) {
    .hero-module__text {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 1.5;
    }
}
@media only screen and (min-width: 1201px) {
    .hero-module__info {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 40px;
    }
}
@media only screen and (max-width: 1200px) {
    .hero-module__info {
        grid-gap: 40px;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__info {
        padding: 0 10px;
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__info-title {
        font-size: 36px;
    }
}
.hero-module__explore {
    display: flex;
    position: absolute;
    top: 26px;
    right: 65px;
    gap: 8px;
    align-items: center;
    white-space: nowrap;
}
@media only screen and (max-width: 1511px) {
    .hero-module__explore {
        right: 40px;
    }
}
.hero-module__explore.dark-text {
    color: rgba(38, 38, 38, 0.6);
}
@media only screen and (max-width: 1022px) {
    .hero-module .container {
        flex: auto;
        display: flex;
        flex-direction: column;
    }
}
.hero-module__logo {
    margin-bottom: 12px;
}
@media only screen and (max-width: 1022px) {
    .hero-module .layout-button {
        margin-top: 4px;
    }
}
.hero-module__overlay {
    background-color: var(--color-black);
    z-index: 3;
    left: 12px;
    width: calc(100% - 24px);
    overflow: hidden;
    height: calc(100% - 12px);
    border-radius: 0 0 36px 36px;
    will-change: opacity;
    opacity: 0;
}
.hero-module--inner-page .hero-module__title {
    margin-bottom: 0;
}
@media only screen and (max-width: 1022px) {
    .hero-module--inner-page .hero-module__title {
        font-weight: 400;
    }
}
.hero-module--inner-page .hero-module__left-row {
    display: flex;
    align-items: flex-end;
    gap: 44px;
}
@media only screen and (max-width: 1022px) {
    .hero-module--inner-page .hero-module__left-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }
}
.hero-module--inner-page .hero-module__left-content {
    flex: auto;
}
@media only screen and (max-width: 1022px) {
    .hero-module--inner-page .hero-module__left-content {
        display: flex;
        gap: 10px;
    }
}
.hero-module--inner-page .hero-module__text {
    max-width: 118px;
    font-size: 24px;
    margin: 18px 0 10px;
}
@media only screen and (max-width: 1022px) {
    .hero-module--inner-page .hero-module__text {
        max-width: 100%;
        margin: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module--inner-page .hero-module__row {
        justify-content: flex-end;
    }
}
.hero-module--centered-content {
    padding: 80px 0;
    text-align: center;
}
.hero-module--centered-content .hero-module__background::before {
    background: radial-gradient(49.94% 49.94% at 50% 50.06%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.hero-module--centered-content .hero-module__body {
    align-items: center;
    justify-content: center;
}
.hero-module--centered-content .hero-module__left {
    max-width: 100%;
}
.hero-module--centered-content .hero-module__row {
    grid-template-columns: 1fr;
    grid-gap: 0;
    max-width: 980px;
    padding: 0;
    margin: 0 auto;
}
@media only screen and (max-width: 1022px) {
    .hero-module--centered-content .hero-module__row {
        align-items: center;
        justify-content: center;
    }
}
.hero-module--centered-content .hero-module__title {
    margin-bottom: 54px;
}
@media only screen and (max-width: 1022px) {
    .hero-module--centered-content .hero-module__title {
        margin-bottom: 32px;
    }
}
.model-list {
    width: 100%;
}
.model-list .section-title {
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .model-list .section-title {
        margin-bottom: 58px;
    }
}
.model-list__header {
    display: grid;
    grid-gap: 36px;
}
@media only screen and (max-width: 767px) {
    .model-list__header {
        margin-bottom: 48px;
        grid-gap: 18px;
    }
}
.model-list__title {
    letter-spacing: -6px;
    width: calc(100% + 20px);
}
@media only screen and (max-width: 1200px) {
    .model-list__title {
        letter-spacing: -2px;
    }
}
.model-list__content {
    display: flex;
    align-items: center;
    gap: 50px;
    max-width: 574px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .model-list__content {
        flex-direction: column;
        max-width: 100%;
        gap: 24px;
    }
}
.model-list__button {
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .model-list__button {
        width: 100%;
        text-align: right;
    }
}
.model-list__body {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
    .model-list__body {
        grid-template-columns: 1fr;
        width: calc(100% + 28px);
        margin-left: -14px;
    }
}
.model-list .product-card {
    max-width: 100%;
}
.model-list--secondary .section-title {
    margin-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
    .model-list--secondary .section-title {
        margin-bottom: 55px;
    }
}
.model-list--secondary .model-list__header {
    grid-template-columns: 432px 1fr;
    align-items: flex-end;
    margin-bottom: 80px;
}
@media only screen and (max-width: 1022px) {
    .model-list--secondary .model-list__header {
        grid-template-columns: 1fr;
        margin-bottom: 56px;
        grid-gap: 24px;
    }
}
.model-list--secondary .model-list__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    gap: 20px;
}
@media only screen and (min-width: 1023px) {
    .model-list--secondary .model-list__content {
        max-width: 345px;
        margin-left: auto;
    }
}
.model-list--secondary .model-list__title {
    width: 100%;
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
    .model-list--secondary .model-list__title.title--h1 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 768px) {
    .model-list--secondary .model-list__body {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .model-list--secondary .model-list__body {
        width: calc(100% + 28px);
        margin-left: -14px;
    }
}
.model-list--secondary .product-card {
    padding-bottom: 64.6%;
}
@media only screen and (max-width: 767px) {
    .model-list--secondary .product-card {
        padding-bottom: 100%;
    }
}
.key-features {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .key-features {
        overflow: hidden;
    }
}
.key-features__top-spacer {
    height: 180px;
}
@media only screen and (max-width: 1511px) {
    .key-features__top-spacer {
        height: 128px;
    }
}
@media only screen and (max-width: 1022px) {
    .key-features__top-spacer {
        height: 0;
    }
}
.key-features__slider-sticky, .key-features__sticky {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .key-features__slider-sticky, .key-features__sticky {
        display: none;
    }
}
.key-features__faker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: none;
}
.key-features__faker-item {
    height: 93.5vh;
    transform: translateY(calc(-25% * var(--data-index, 0px)));
}
@media only screen and (max-width: 1200px) {
    .key-features__faker-item {
        transform: translateY(calc(-30% * var(--data-index, 0px)));
    }
}
@media only screen and (max-width: 1022px) {
    .key-features__faker-item {
        height: 460px;
        transform: translateY(0);
    }
}
@media only screen and (max-width: 767px) {
    .key-features__faker-item {
        height: 320px;
    }
}
.key-features__faker-item:first-child {
    transform: translateY(0);
}
.key-features__faker-item:nth-child(3n+2) {
    height: 66.1vh;
}
@media only screen and (max-width: 1022px) {
    .key-features__faker-item:nth-child(3n+2) {
        height: 460px;
    }
}
@media only screen and (max-width: 767px) {
    .key-features__faker-item:nth-child(3n+2) {
        height: 320px;
    }
}
.key-features__faker-item:nth-child(3n+3) {
    height: 107.2vh;
}
@media only screen and (max-width: 1022px) {
    .key-features__faker-item:nth-child(3n+3) {
        height: 460px;
    }
}
@media only screen and (max-width: 767px) {
    .key-features__faker-item:nth-child(3n+3) {
        height: 320px;
    }
}
.key-features__inner {
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .key-features__inner {
        min-height: 1px;
    }
}
.key-features__inner-wrapper {
    position: relative;
    z-index: 3;
    padding-top: 165px;
}
@media only screen and (max-width: 1022px) {
    .key-features__inner-wrapper {
        padding-top: 0;
    }
}
.key-features .section-title {
    margin-bottom: 0;
}
@media only screen and (max-width: 1022px) {
    .key-features .section-title {
        margin-bottom: 56px;
    }
}
@media (max-width: 360px) {
    .key-features .section-title {
        margin-bottom: 30px;
    }
}
.key-features__header {
    height: 100%;
}
.key-features__header-wrapper {
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    height: 100%;
}
.key-features__title {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 180px 0 130px;
    text-align: center;
}
@media (min-width: 1299px) and (max-height: 900px) {
    .key-features__title {
        padding: 100px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .key-features__title {
        padding: 80px 0;
        max-width: 600px;
    }
}
.key-features__slider {
    display: flex;
    flex: auto;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .key-features__slider {
        flex: none;
    }
}
.key-features__slider-inner {
    display: flex;
    min-height: 100%;
    will-change: transform;
    gap: 20px;
}
.key-features__slide {
    width: 93.5vh;
    flex-shrink: 0;
    min-height: 100%;
    position: relative;
    will-change: transform;
    transform: translateY(calc(96px * var(--data-index, 0px)));
}
@media only screen and (max-width: 1022px) {
    .key-features__slide {
        width: var(--slide-height, 418px);
        height: var(--slide-height, 418px);
        transform: translateY(0);
    }
}
.key-features__slide:first-child {
    transform: translateY(0);
}
.key-features__slide .mod-tag {
    position: absolute;
    top: 12px;
    left: 12px;
}
@media only screen and (max-width: 1022px) {
    .key-features__slide .mod-tag {
        top: 14px;
        left: 14px;
    }
}
.key-features__slide:nth-child(3n+2) {
    width: 66.1vh;
}
@media only screen and (max-width: 1022px) {
    .key-features__slide:nth-child(3n+2) {
        width: 460px;
    }
}
@media only screen and (max-width: 767px) {
    .key-features__slide:nth-child(3n+2) {
        width: 56.7vh;
    }
}
.key-features__slide:nth-child(3n+3) {
    width: 107.2vh;
}
@media only screen and (max-width: 1022px) {
    .key-features__slide:nth-child(3n+3) {
        width: 460px;
    }
}
@media only screen and (max-width: 767px) {
    .key-features__slide:nth-child(3n+3) {
        width: 56.7vh;
    }
}
.key-features__image {
    position: relative;
    height: calc(100vh - 248px);
}
@media only screen and (max-width: 1022px) {
    .key-features__image {
        max-height: none;
        height: 0;
        padding-bottom: 100%;
    }
}
.key-features__mobile-slider {
    width: calc(100% + 28px);
    margin-left: -14px;
    flex: auto;
    display: flex;
}
.key-features__mobile-slider .swiper {
    overflow: visible;
    flex: auto;
    width: 100%;
}
.key-features__mobile-slider .swiper-slide {
    width: var(--slide-height, 418px);
    height: var(--slide-height, 418px);
    margin-right: 6px;
    display: flex;
    flex-direction: column;
}
.key-features__mobile-layout {
    min-height: calc(100vh - 174px);
}
@media only screen and (max-width: 1022px) {
    .key-features__mobile-layout {
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 360px) {
    .key-features__mobile-layout {
        min-height: calc(100vh - 74px);
    }
}
.key-features__mobile-layout .title {
    text-align: center;
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 56px;
}
@media (max-width: 360px) {
    .key-features__mobile-layout .title {
        margin-bottom: 30px;
    }
}

.sc-key-features {
    margin-top: -165px;
}
@media only screen and (max-width: 1511px) {
    .sc-key-features {
        margin-top: -128px;
    }
}
@media only screen and (max-width: 1022px) {
    .sc-key-features {
        margin-top: 0;
    }
}
.model-info {
    width: 100%;
}
.model-info__row {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1200px) {
    .model-info__row {
        grid-gap: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .model-info__row {
        grid-gap: 6px;
        grid-template-columns: 1fr;
    }
}
.model-info__image {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    padding: 20px;
}
@media only screen and (max-width: 1511px) {
    .model-info__image {
        min-height: 300px;
    }
}
@media only screen and (max-width: 1022px) {
    .model-info__image {
        min-height: 1px;
        padding: 0 0 52.5%;
    }
}
@media only screen and (min-width: 1023px) {
    .model-info__image--horizontal {
        grid-column: span 3;
    }
}
@media only screen and (min-width: 1023px) {
    .model-info__image--vertical {
        grid-row: span 2;
    }
}
@media only screen and (min-width: 1023px) {
    .model-info__image--square {
        order: 9;
    }
}
@media only screen and (max-width: 1022px) {
    .model-info__image--mobile-small {
        order: 2;
    }
}
@media only screen and (max-width: 1022px) {
    .model-info__image--mobile-medium {
        order: 3;
        padding-bottom: 66%;
    }
}
@media only screen and (max-width: 1022px) {
    .model-info__image--mobile-large {
        order: 4;
        padding-bottom: 92%;
    }
}
@media only screen and (max-width: 1022px) {
    .model-info__image .mod-tag {
        position: absolute;
        left: 14px;
        top: 14px;
    }
}
.model-info__content {
    grid-column: span 2;
    padding: 36px;
    display: flex;
    flex-direction: column;
    gap: 38px;
}
@media only screen and (min-width: 1512px) {
    .model-info__content {
        min-height: 336px;
    }
}
@media only screen and (max-width: 1022px) {
    .model-info__content {
        order: -1;
        grid-column: span 1;
    }
}
.model-info__content-bottom, .model-info__content-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}
.model-info__content-bottom {
    margin-top: auto;
    align-items: flex-end;
}
@media only screen and (max-width: 1200px) {
    .model-info__content-bottom {
        flex-direction: column;
        gap: 12px;
    }
}
.model-info__layouts {
    display: flex;
    align-items: center;
    grid-gap: 8px;
    margin-top: 8px;
}
.model-info__title {
    margin-bottom: -16px;
}
.model-info__header {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.model-info__logo img {
    width: auto;
    max-height: 56px;
    object-fit: contain;
}
@media only screen and (max-width: 1022px) {
    .model-info__logo img {
        max-height: 36px;
    }
}
.model-info__text {
    max-width: 310px;
}
@media only screen and (max-width: 1200px) {
    .model-info__text {
        max-width: 100%;
    }
}
.model-info .mod-tag {
    z-index: 3;
}
.model-info__variants {
    display: flex;
    gap: 4px;
    flex: 0 0 100%;
}
@media only screen and (min-width: 1023px) {
    .model-info--layout-2 .model-info__image--vertical {
        order: -1;
    }
    .model-info--layout-2 .model-info__image--horizontal {
        order: 99;
    }
}
@media only screen and (min-width: 1023px) {
    .model-info--layout-3 .model-info__image--square {
        order: 0;
    }
}
.map-module {
    overflow: hidden;
}
.map-module__inner {
    position: relative;
    padding-left: 8.5%;
    max-width: 1440px;
    margin-left: auto;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .map-module__inner {
        padding-left: 0;
    }
}
.map-module__inner .title {
    position: absolute;
    right: 12px;
    top: 35%;
    text-align: right;
    z-index: 5;
}
@media only screen and (max-width: 1022px) {
    .map-module__inner .title {
        position: relative;
        top: 0;
        right: 0;
        text-align: left;
        margin-bottom: 60px;
    }
}
.map-module__init {
    position: relative;
}
.map-module__main-image {
    width: 109%;
    max-width: 109%;
    height: auto;
    object-fit: contain;
}
.map-module__logo {
    width: 6.3%;
    aspect-ratio: 1;
    background-color: var(--color-blue-500);
    border-radius: 21%;
    box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 71%;
    left: 42.9%;
    z-index: 5;
    padding: 1%;
    transform-origin: top center;
    transition: box-shadow 0.3s ease;
}
.map-module__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.map-module__logo:hover {
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}
.map-module__country {
    position: absolute;
    top: 73%;
    left: 45%;
    width: 2.1%;
    height: 1.4%;
    border-radius: 2px;
    overflow: hidden;
    z-index: 4;
    display: flex;
    transition: transform 0.8s ease;
}
@media only screen and (max-width: 767px) {
    .map-module__country {
        border-radius: 1px;
    }
}
.map-module__country.is-closed {
    transform: translate(0, 0) !important;
}
.map-module__country--finland {
    transform: translate(321%, -2708%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--finland {
        transform: translate(321%, -2708%) scale(1.5);
    }
}
.map-module__country--sweden {
    transform: translate(-542%, -2328%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--sweden {
        transform: translate(-542%, -2328%) scale(1.5);
    }
}
.map-module__country--norway {
    transform: translate(-178%, -1901%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--norway {
        transform: translate(-178%, -1901%) scale(1.5);
    }
}
.map-module__country--denmark {
    transform: translate(-516%, -1580%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--denmark {
        transform: translate(-516%, -1580%) scale(1.5);
    }
}
.map-module__country--uk {
    transform: translate(-1218%, -1048%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--uk {
        transform: translate(-1218%, -1048%) scale(1.5);
    }
}
.map-module__country--netherlands {
    transform: translate(-594%, -1098%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--netherlands {
        transform: translate(-594%, -1098%) scale(1.5);
    }
}
.map-module__country--poland {
    transform: translate(365%, -1178%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--poland {
        transform: translate(365%, -1178%) scale(1.5);
    }
}
.map-module__country--belgium {
    transform: translate(-776%, -878%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--belgium {
        transform: translate(-776%, -878%) scale(1.5);
    }
}
.map-module__country--czechia {
    transform: translate(460%, -968%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--czechia {
        transform: translate(460%, -968%) scale(1.5);
    }
}
.map-module__country--austria {
    transform: translate(100%, -518%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--austria {
        transform: translate(100%, -518%) scale(1.5);
    }
}
.map-module__country--germany {
    transform: translate(-392%, -418%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--germany {
        transform: translate(-392%, -418%) scale(1.5);
    }
}
.map-module__country--switzerland {
    transform: translate(-516%, -180%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--switzerland {
        transform: translate(-516%, -180%) scale(1.5);
    }
}
.map-module__country--switzerland img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.map-module__country--france {
    transform: translate(-970%, -26%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--france {
        transform: translate(-970%, -26%) scale(1.5);
    }
}
.map-module__country--portugal {
    transform: translate(-1956%, 702%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--portugal {
        transform: translate(-1956%, 702%) scale(1.5);
    }
}
.map-module__country--spain {
    transform: translate(-1636%, 1037%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--spain {
        transform: translate(-1636%, 1037%) scale(1.5);
    }
}
.map-module__country--italy {
    transform: translate(-278%, 647%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--italy {
        transform: translate(-278%, 647%) scale(1.5);
    }
}
.map-module__country--turkey {
    transform: translate(1510%, 1252%);
}
@media only screen and (max-width: 767px) {
    .map-module__country--turkey {
        transform: translate(1510%, 1252%) scale(1.5);
    }
}
.parallax-module__image-inner::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.parallax-module {
    background-color: var(--color-gray-950);
    color: var(--color-white);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    padding-bottom: 212px;
}
@media only screen and (max-width: 1022px) {
    .parallax-module {
        padding-bottom: 150px;
    }
}
.parallax-module__sticky {
    position: absolute;
    left: 0;
    top: 66px;
    width: 100%;
    height: 1px;
    pointer-events: none;
}
@media only screen and (max-width: 1200px) {
    .parallax-module__sticky {
        top: 12px;
    }
}
@media only screen and (max-width: 1022px) {
    .parallax-module__sticky {
        top: 60px;
    }
}
.parallax-module__header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 4;
}
.parallax-module__inner {
    padding: 174px 15px 0;
    display: flex;
    flex-direction: column;
    gap: 230px;
}
@media only screen and (min-width: 1023px) {
    .parallax-module__inner {
        height: calc(100vh + 66px);
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .parallax-module__inner {
        height: calc(100vh + 12px);
    }
}
@media only screen and (max-width: 1200px) {
    .parallax-module__inner {
        padding: 120px 0 0;
        gap: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .parallax-module__inner {
        padding: 140px 0 0;
        gap: 190px;
    }
}
@media (max-width: 320px) {
    .parallax-module__inner {
        gap: 80px;
    }
}
.parallax-module .section-title {
    margin-bottom: 0;
}
.parallax-module__top-spacing {
    position: relative;
    height: 62vh;
}
@media only screen and (max-width: 1511px) {
    .parallax-module__top-spacing {
        height: 72vh;
    }
}
@media only screen and (max-width: 767px) {
    .parallax-module__top-spacing {
        height: 86vh;
    }
}
@media (min-width: 1920px) {
    .parallax-module__top-spacing {
        height: 74vh;
    }
}
@media (min-width: 2560px) and (min-height: 1900px) {
    .parallax-module__top-spacing {
        height: 37vh;
    }
}
@media only screen and (min-width: 1023px) {
    .parallax-module__title {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }
}
.parallax-module__title .title {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
    .parallax-module__title .title {
        max-width: 780px;
    }
}
@media only screen and (max-width: 767px) {
    .parallax-module__title .title br {
        display: none;
    }
}
.parallax-module__image {
    position: absolute;
    width: 548px;
    left: 0;
    top: 0;
}
@media only screen and (max-width: 1511px) {
    .parallax-module__image {
        width: 495px;
    }
}
@media only screen and (max-width: 1200px) {
    .parallax-module__image {
        width: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .parallax-module__image {
        width: 260px;
    }
}
@media (min-width: 1920px) {
    .parallax-module__image {
        width: 748px;
    }
}
.parallax-module__image-inner {
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 135%;
}
.parallax-module__image-inner::before {
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1;
    display: none;
}
.parallax-module__image-list {
    position: relative;
    width: 100%;
    flex: auto;
    height: 1890px;
}
@media only screen and (max-width: 1511px) {
    .parallax-module__image-list {
        height: 1720px;
    }
}
@media only screen and (max-width: 1200px) {
    .parallax-module__image-list {
        height: 1400px;
    }
}
@media only screen and (max-width: 767px) {
    .parallax-module__image-list {
        height: 982px;
    }
}
@media (min-width: 1920px) {
    .parallax-module__image-list {
        height: 2580px;
    }
}
.parallax-module__image-list-wrapper {
    position: relative;
}
.parallax-module__image--1 {
    position: relative;
    transform: translateX(-37%);
    z-index: 2;
}
@media only screen and (max-width: 767px) {
    .parallax-module__image--1 {
        transform: translateX(-50%);
    }
}
@media (min-width: 2560px) {
    .parallax-module__image--1 {
        transform: translateX(-32%);
    }
}
.parallax-module__image--2 {
    left: initial;
    right: 0;
    width: 704px;
    top: 12%;
    transform: translateX(17%);
}
@media only screen and (max-width: 1511px) {
    .parallax-module__image--2 {
        width: 636px;
    }
}
@media only screen and (max-width: 1200px) {
    .parallax-module__image--2 {
        width: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .parallax-module__image--2 {
        transform: translateX(35%);
        top: 16%;
        width: 198px;
    }
}
@media (min-width: 1920px) {
    .parallax-module__image--2 {
        width: 962px;
        transform: translateX(30%);
    }
}
@media (min-width: 2560px) {
    .parallax-module__image--2 {
        transform: translateX(26%);
    }
}
.parallax-module__image--2 .parallax-module__image-inner {
    padding-bottom: 118%;
}
.parallax-module__image--3 {
    left: 16.5%;
    width: 468px;
    top: 37%;
}
@media only screen and (max-width: 1511px) {
    .parallax-module__image--3 {
        width: 424px;
    }
}
@media only screen and (max-width: 1200px) {
    .parallax-module__image--3 {
        width: 300px;
        top: 42%;
    }
}
@media only screen and (max-width: 767px) {
    .parallax-module__image--3 {
        width: 168px;
        left: 20.5%;
        top: 34%;
    }
}
@media (min-width: 1920px) {
    .parallax-module__image--3 {
        left: 18%;
        width: 640px;
        top: 37%;
    }
}
@media (min-width: 2560px) {
    .parallax-module__image--3 {
        left: 19%;
        top: 38%;
    }
}
.parallax-module__image--3 .parallax-module__image-inner {
    padding-bottom: 123%;
}
.parallax-module__image--4 {
    left: initial;
    right: 8.5%;
    width: 345px;
    top: 59%;
}
@media only screen and (max-width: 1511px) {
    .parallax-module__image--4 {
        width: 312px;
    }
}
@media only screen and (max-width: 1200px) {
    .parallax-module__image--4 {
        width: 212px;
        top: 57%;
        right: 5.5%;
    }
}
@media only screen and (max-width: 767px) {
    .parallax-module__image--4 {
        width: 168px;
        top: 58%;
    }
}
@media (min-width: 1920px) {
    .parallax-module__image--4 {
        width: 470px;
        right: 2%;
    }
}
@media (min-width: 2560px) {
    .parallax-module__image--4 {
        right: 4%;
    }
}
.parallax-module__image--4 .parallax-module__image-inner {
    padding-bottom: 136%;
}
.parallax-module__image--5 {
    transform: translateX(-6%);
    width: 885px;
    top: 71%;
}
@media only screen and (max-width: 1511px) {
    .parallax-module__image--5 {
        width: 800px;
    }
}
@media only screen and (max-width: 1200px) {
    .parallax-module__image--5 {
        width: 460px;
        top: 79.5%;
    }
}
@media only screen and (max-width: 767px) {
    .parallax-module__image--5 {
        width: 342px;
        transform: translateX(-9%);
        top: 78%;
        z-index: 2;
    }
}
@media (min-width: 1920px) {
    .parallax-module__image--5 {
        width: 1235px;
        transform: translateX(-8%);
    }
}
@media (min-width: 2560px) {
    .parallax-module__image--5 {
        transform: translateX(-4%);
    }
}
.parallax-module__image--5 .parallax-module__image-inner {
    padding-bottom: 62%;
}
.parallax-module__image--has-overlay .parallax-module__image-inner::before {
    display: block;
}
.noscript {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9999;
}
.noscript__content {
    background-color: #ffc107;
    border: 4px solid black;
    color: black;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.our-vision {
    padding-top: 60px;
}
@media only screen and (max-width: 1022px) {
    .our-vision {
        margin-bottom: 110px;
    }
}
.our-vision__faker {
    z-index: -1;
    height: calc(100% + 30vh);
    top: -30vh;
}
.our-vision__inner {
    display: grid;
    grid-gap: 320px;
}
@media only screen and (max-width: 1511px) {
    .our-vision__inner {
        grid-gap: 280px;
    }
}
@media only screen and (max-width: 1200px) {
    .our-vision__inner {
        grid-gap: 200px;
    }
}
@media only screen and (max-width: 1022px) {
    .our-vision__inner {
        grid-gap: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .our-vision__inner {
        grid-gap: 140px;
    }
}
.our-vision__item {
    display: flex;
    align-items: center;
    justify-content: center;
}
.our-vision__item .word {
    filter: blur(0.1rem);
}
@media only screen and (max-width: 767px) {
    .our-vision__item.title--h1 {
        font-size: 32px;
    }
}
.sidebar-navigation {
    padding-bottom: 120px;
}
@media only screen and (max-width: 1511px) {
    .sidebar-navigation {
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .sidebar-navigation {
        padding-bottom: 80px;
    }
}
@media only screen and (min-width: 1023px) {
    .with-sidebar .sidebar-navigation {
        position: sticky;
        position: -webkit-sticky;
        top: 100px;
    }
}
@media only screen and (min-width: 1201px) {
    .with-sidebar .sidebar-navigation {
        top: 130px;
    }
}
@media only screen and (min-width: 1512px) {
    .with-sidebar .sidebar-navigation {
        top: 168px;
    }
}
.sidebar-navigation li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--color-gray-200);
}
@media only screen and (max-width: 767px) {
    .sidebar-navigation li:not(:last-child) {
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
}
.sidebar-navigation__link {
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    transition: background-color 0.3s ease;
    border-radius: 10px;
}
@media only screen and (max-width: 767px) {
    .sidebar-navigation__link {
        padding: 12px;
        border-radius: 6px;
    }
}
.sidebar-navigation__link .icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.sidebar-navigation__link:hover .icon {
    transform: translateX(4px);
}
.sidebar-navigation__link.is-active, .sidebar-navigation__link:hover {
    background-color: var(--color-gray-100);
}

@media only screen and (min-width: 1023px) {
    .with-sidebar .sc-sidebar-navigation {
        grid-row-start: 1;
        grid-row-end: 100;
    }
}
@media only screen and (max-width: 1022px) {
    .with-sidebar .sc-sidebar-navigation {
        order: 3;
    }
}
.secondary-nav::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.secondary-nav {
    left: 0;
    padding: 0 32px;
    min-height: 45px;
    display: inline-flex;
    align-items: center;
    pointer-events: all;
    position: relative;
    border-radius: 180px;
}
@media only screen and (max-width: 1022px) {
    .secondary-nav {
        padding: 0;
        max-width: calc(100vw - 24px);
    }
}
.secondary-nav::before {
    border-radius: 180px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 4px 8px 0px rgba(2, 22, 34, 0.0196078431), 0px 15px 15px 0px rgba(2, 22, 34, 0.0196078431), 0px 34px 20px 0px rgba(2, 22, 34, 0.0117647059), 0px 60px 24px 0px rgba(2, 22, 34, 0), 0px 93px 26px 0px rgba(2, 22, 34, 0);
    backdrop-filter: blur(16px);
    border: 0.33px solid transparent;
    border-image-source: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
    border-image-slice: 1;
}
.secondary-nav__nav {
    display: flex;
    align-items: center;
    gap: 24px;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (max-width: 1022px) {
    .secondary-nav__nav {
        padding: 2px 0 2px 24px;
    }
}
@media only screen and (max-width: 767px) {
    .secondary-nav__container {
        overflow: hidden;
    }
    .secondary-nav__container::before, .secondary-nav__container::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 24px;
        z-index: 3;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    }
    .secondary-nav__container::before {
        display: none;
    }
    .secondary-nav__container::after {
        border-radius: 0 180px 180px 0;
        right: 0;
    }
}
.secondary-nav__separator {
    width: 1px;
    height: 12px;
    border-radius: 4px;
    position: relative;
    z-index: 4;
    flex-shrink: 0;
    background-color: rgba(0, 0, 0, 0.2);
}
.secondary-nav__list {
    display: flex;
    gap: 24px;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 1022px) {
    .secondary-nav__list {
        width: calc(100% + 24px);
        overflow: auto;
        padding-right: 48px;
    }
}
.secondary-nav__link {
    position: relative;
    display: flex;
    white-space: nowrap;
    color: var(--color-gray-400);
    min-height: 50px;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .secondary-nav__link {
        min-height: 45px;
    }
}
.secondary-nav__link::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: var(--color-blue-500);
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translate(-50%, 0) scale(0);
    border-radius: 100%;
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.secondary-nav__link.is-active, .secondary-nav__link:hover {
    color: var(--color-blue-500);
}
.secondary-nav__link.is-active::after {
    transform: translate(-50%, 0) scale(1);
}
.secondary-nav__trigger {
    width: 100%;
    height: 1px;
    display: block;
    top: calc(var(--header-height, 0px) * -1);
    position: relative;
}
@media only screen and (min-width: 1023px) {
    .secondary-nav__title {
        font-size: 18px;
    }
}

.sc-secondary-nav {
    position: sticky;
    position: -webkit-sticky;
    top: calc(100vh - 66px);
    z-index: 80;
    pointer-events: none;
    text-align: center;
    transition: top 0.27s cubic-bezier(0.25, 1, 0.5, 1);
    padding: 0 12px;
}
@media only screen and (max-width: 1022px) {
    .sc-secondary-nav {
        transition: top 0.3s ease;
    }
}
.news-slider__header {
    margin-bottom: 46px;
    display: grid;
    grid-template-columns: 66% 1fr;
    grid-gap: 20px;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .news-slider__header {
        grid-template-columns: 1fr;
        grid-gap: 46px;
        margin-bottom: 22px;
    }
}
.news-slider .swiper {
    overflow: visible;
    cursor: none;
}
.news-slider .swiper-slide {
    width: auto;
    padding-right: 18px;
}
.news-slider .mod-card {
    width: 404px;
    max-width: 404px;
}
@media only screen and (max-width: 1200px) {
    .news-slider .mod-card {
        width: 350px;
        max-width: 350px;
    }
}
@media only screen and (max-width: 1022px) {
    .news-slider .mod-card {
        width: 330px;
        max-width: 330px;
    }
}
@media only screen and (max-width: 767px) {
    .news-slider .mod-card {
        width: 74vw;
        max-width: 74vw;
    }
}
.text-module--full-width .editor-text h2,
.text-module--full-width .editor-text h3,
.text-module--full-width .editor-text h4,
.text-module--full-width .editor-text h5,
.text-module--full-width .editor-text h6 {
    font-size: 18px;
}

.text-module {
    width: 100%;
}
.text-module__lead-text {
    margin-bottom: 44px;
}
.text-module .title {
    margin-bottom: 72px;
}
@media only screen and (max-width: 1022px) {
    .text-module .title {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .text-module .editor-text a {
        word-break: break-word;
    }
}
@media only screen and (max-width: 1022px) {
    .text-module .editor-text table {
        display: block;
        overflow: auto;
        width: calc(100vw - 40px);
        white-space: nowrap;
    }
    .text-module .editor-text table::-webkit-scrollbar {
        display: none;
    }
}
.text-module--full-width .editor-text h2,
.text-module--full-width .editor-text h3,
.text-module--full-width .editor-text h4,
.text-module--full-width .editor-text h5,
.text-module--full-width .editor-text h6 {
    color: var(--color-gray-800);
    font-weight: 500;
    line-height: 1.5;
}
.text-module--full-width .editor-text a {
    color: var(--color-blue-500);
    font-weight: 500;
    text-decoration: underline;
}
.text-module--full-width .editor-text a:hover {
    text-decoration: none;
}
.text-module--full-width .editor-text ul {
    padding: 0;
    grid-gap: 16px;
}
.text-module--full-width .editor-text li::before {
    top: 10px;
}
@media only screen and (max-width: 1022px) {
    .timeline-module .section-title {
        margin-bottom: 56px;
    }
}
.timeline-module__title {
    padding-right: 30px;
}
@media only screen and (max-width: 1022px) {
    .timeline-module__title {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .timeline-module__title .title {
        line-height: 1.2;
    }
}
.timeline-module__text {
    color: var(--color-gray-500);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    height: 100%;
}
@media only screen and (max-width: 1022px) {
    .timeline-module__text {
        margin-top: 24px;
        text-align: right;
        height: auto;
    }
}
.timeline-module__text .editor-text {
    text-align: left;
}
.timeline-module__text strong {
    color: var(--color-gray-800);
    font-weight: 500;
}
.timeline-module__text .btn {
    margin-top: 25px;
}
.timeline-module__inner {
    display: flex;
    flex-direction: column;
    gap: 128px;
}
@media only screen and (max-width: 1022px) {
    .timeline-module__inner {
        flex-direction: column-reverse;
        gap: 56px;
    }
}
.timeline-module__slider {
    position: relative;
    border-bottom: 1px solid var(--color-gray-200);
}
@media only screen and (max-width: 1022px) {
    .timeline-module__slider .container {
        max-width: calc(100% - 12px);
    }
}
.timeline-module .swiper {
    width: 100%;
    overflow: visible;
}
.timeline-module .swiper-slide {
    width: auto;
    display: flex;
    flex-direction: column;
    height: auto;
}
@media only screen and (max-width: 1022px) {
    .timeline-module .swiper-slide:last-child .timeline-module__slide {
        margin-right: 0;
    }
}
.timeline-module__image {
    position: relative;
    height: 0;
    padding-bottom: 89%;
}
@media only screen and (max-width: 1022px) {
    .timeline-module__image {
        padding-bottom: 98%;
    }
}
.timeline-module__image .btn {
    position: absolute;
    left: 12px;
    bottom: 12px;
    z-index: 5;
    font-size: 12px;
    min-height: 26px;
    padding: 4px 10px;
    pointer-events: none;
    max-width: calc(100% - 24px);
}
@media only screen and (max-width: 1022px) {
    .timeline-module__image .btn {
        padding: 4px 12px;
        letter-spacing: -0.02em;
    }
}
.timeline-module__date {
    margin-top: 10px;
    padding-bottom: 15px;
    display: inline-flex;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .timeline-module__date {
        margin-top: 16px;
        padding-left: 12px;
    }
}
.timeline-module__date::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 24px;
    width: 2px;
    height: 6px;
    background-color: var(--color-gray-500);
}
@media only screen and (max-width: 1022px) {
    .timeline-module__date::before {
        left: 35px;
    }
}
.timeline-module__slide {
    width: 396px;
    margin-right: 105px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    position: relative;
}
@media only screen and (max-width: 1511px) {
    .timeline-module__slide {
        width: 285px;
    }
}
@media only screen and (max-width: 1022px) {
    .timeline-module__slide {
        width: 306px;
        margin-right: 36px;
    }
}
.timeline-module__slide::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 24px;
    width: 100%;
    height: 6px;
    background: url("data:image/svg+xml, %3Csvg width='126' height='6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M124.787.648v4' stroke='%23E5E5E5' stroke-linecap='round'/%3E%3C/svg%3E") repeat-x 0 50%;
}
.timeline-module__slide .timeline-module__slide-inner {
    max-width: 280px;
}
@media only screen and (max-width: 1022px) {
    .timeline-module__slide .timeline-module__slide-inner {
        max-width: 100%;
    }
}
.timeline-module__slide--rectangle {
    width: 480px;
    margin-right: 96px;
}
@media only screen and (max-width: 1022px) {
    .timeline-module__slide--rectangle {
        width: 306px;
        margin-right: 36px;
    }
}
@media only screen and (min-width: 1023px) {
    .timeline-module__slide--rectangle .timeline-module__slide-inner {
        max-width: 408px;
    }
}
@media only screen and (min-width: 1023px) {
    .timeline-module__slide--rectangle .timeline-module__image {
        padding-bottom: 50%;
    }
}
.timeline-module__slide--rectangle-small {
    width: 640px;
}
@media only screen and (max-width: 1511px) {
    .timeline-module__slide--rectangle-small {
        width: 510px;
    }
}
@media only screen and (max-width: 1022px) {
    .timeline-module__slide--rectangle-small {
        width: 306px;
        margin-right: 36px;
    }
}
@media only screen and (min-width: 1023px) {
    .timeline-module__slide--rectangle-small .timeline-module__slide-inner {
        max-width: 424px;
    }
}
@media only screen and (min-width: 1023px) {
    .timeline-module__slide--rectangle-small .timeline-module__image {
        padding-bottom: 40%;
    }
}
.text-image__image-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.text-image__item {
    margin-bottom: 20px;
}
@media only screen and (max-width: 1022px) {
    .text-image__item {
        margin-bottom: 56px;
    }
}
.text-image__item:last-child {
    margin-bottom: 0;
}
.text-image__text, .text-image__image-slide {
    min-height: 606px;
}
@media only screen and (max-width: 1511px) {
    .text-image__text, .text-image__image-slide {
        min-height: 520px;
    }
}
@media only screen and (max-width: 1200px) {
    .text-image__text, .text-image__image-slide {
        min-height: 460px;
    }
}
@media only screen and (max-width: 1022px) {
    .text-image__text, .text-image__image-slide {
        min-height: 1px;
        border-radius: 36px;
    }
}
@media only screen and (max-width: 1022px) {
    .text-image__image, .text-image__text {
        position: relative;
        width: calc(100% + 30px);
        margin-left: -15px;
    }
}
.text-image__text {
    padding: 48px;
    background-color: var(--color-gray-100);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 24px;
}
@media only screen and (max-width: 1511px) {
    .text-image__text {
        padding: 38px;
    }
}
@media only screen and (max-width: 1200px) {
    .text-image__text {
        padding: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .text-image__text {
        padding: 36px;
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .text-image .title {
        font-size: 30px;
    }
}
.text-image .editor-text {
    color: var(--color-gray-400);
}
.text-image__image {
    position: relative;
}
.text-image__image-slide {
    position: relative;
    height: 100%;
}
@media only screen and (max-width: 1022px) {
    .text-image__image-slide {
        height: 0;
        padding-bottom: 56.24%;
    }
}
@media only screen and (max-width: 767px) {
    .text-image__image-slide {
        padding-bottom: 95%;
    }
}
.text-image__image-slide::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 70%, #000000 100%);
    z-index: 2;
    display: none;
}
.text-image__image-slide.has-overlay::before {
    display: block;
}
.text-image__image-thumb {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 36px;
    background-color: var(--color-white);
    border-radius: 30px;
    max-width: calc(100% - 72px);
    border: 1px solid var(--color-gray-200);
    z-index: 5;
    overflow: hidden;
}
@media only screen and (max-width: 1022px) {
    .text-image__image-thumb {
        max-width: calc(100% - 50px);
        bottom: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .text-image__image-thumb {
        position: relative;
        max-width: calc(100% - 28px);
        margin: 10px auto 0;
        bottom: 0;
        display: inline-flex;
    }
}
.text-image__image-thumb .swiper {
    padding: 4px;
}
.text-image__image-thumb .swiper-slide {
    width: auto;
    margin-right: 8px;
}
.text-image__image-thumb .swiper-slide:nth-last-child(2) {
    margin-right: 0;
}
.text-image__arrow {
    position: absolute;
    left: 0;
    top: 0;
    width: 65px;
    height: 100%;
    background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
    pointer-events: none;
    z-index: 4;
    transition: opacity 0.3s ease;
}
.text-image__arrow.arrow-right {
    left: initial;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
}
.text-image__arrow.swiper-button-disabled {
    opacity: 0;
}
.site-header__inner::before, .hamburger::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.hamburger {
    color: var(--color-white);
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.hamburger::before {
    z-index: 2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.08));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    inset: 0;
    padding: 0.5px;
    border-radius: 100%;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 16px 0;
    pointer-events: none;
}
@media only screen and (max-width: 1022px) {
    .site-header {
        padding: 8px 14px;
    }
}
@media only screen and (min-width: 1201px) {
    .body-scroll-locked .site-header {
        padding-right: var(--scroll-width, 0px);
    }
}
.site-header__logo {
    max-width: 24px;
    position: relative;
    z-index: 5;
}
.site-header__logo::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    scale: 2;
    translate: -50% -50%;
    width: 100%;
    height: 100%;
}
.site-header__logo img {
    width: 100%;
    object-fit: contain;
    transition: opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.site-header__logo--hover {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    z-index: 1;
}
.site-header__logo.has-hover-logo:hover .site-header__logo--default {
    opacity: 0;
}
.site-header__logo.has-hover-logo:hover .site-header__logo--hover {
    opacity: 1;
}
.site-header__inner {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 6px;
    position: relative;
    max-width: 654px;
    min-height: 56px;
    align-items: center;
    pointer-events: all;
}
@media only screen and (max-width: 1022px) {
    .site-header__inner {
        max-width: 100%;
    }
}
.site-header__inner::before {
    background-color: rgba(10, 10, 10, 0.9);
    border: 0.33px solid rgba(255, 255, 255, 0.2);
    border-radius: 180px;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0px 4px 8px 0px rgba(10, 10, 10, 0.0901960784), 0px 15px 15px 0px rgba(10, 10, 10, 0.0784313725), 0px 34px 20px 0px rgba(10, 10, 10, 0.0392156863), 0px 60px 24px 0px rgba(10, 10, 10, 0.0117647059), 0px 93px 26px 0px rgba(10, 10, 10, 0);
    z-index: 4;
}
.site-header__left {
    padding-left: 18px;
    display: flex;
    align-items: center;
    gap: 32px;
    position: relative;
}
.site-header__right {
    position: relative;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 12px;
}
@media only screen and (max-width: 1022px) {
    .site-header__right {
        gap: 8px;
    }
}
@media only screen and (min-width: 1023px) {
    .site-header__right .btn__icon {
        display: none;
    }
}
.site-header__language-btn {
    position: relative;
    line-height: 0;
    width: 18px;
    height: 12px;
}
@media only screen and (max-width: 1022px) {
    .site-header__language-btn {
        display: none;
    }
}
.site-header__language-btn-text {
    font-size: 1px;
    line-height: 1;
    opacity: 0;
    position: absolute;
}
.site-header__language-btn img {
    border-radius: 2px;
}
.site-header__separator {
    width: 2px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0.2);
}

.hamburger {
    cursor: pointer;
    z-index: 12;
    position: relative;
    flex-direction: column;
    gap: 4px;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    width: 44px;
    height: 44px;
    border-radius: 100%;
}
.hamburger::before {
    padding: 1px;
}
.hamburger__bar {
    background-color: var(--color-blue-50);
    height: 2px;
    border-radius: 4px;
    display: block;
    width: 18px;
    pointer-events: none;
    position: relative;
    z-index: 3;
    transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.is-open-menu .hamburger__bar:first-child {
    transform: translateY(6px) rotate(225deg);
}
.is-open-menu .hamburger__bar:nth-child(2) {
    transform: scale(0);
}
.is-open-menu .hamburger__bar:last-child {
    transform: translateY(-6px) rotate(315deg);
}
@media only screen and (min-width: 1512px) {
    .process-module .section-title {
        margin-bottom: 140px;
    }
}
.process-module__title {
    margin-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
    .process-module__title {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .process-module__title {
        margin-bottom: 40px;
    }
}
.process-module .product-card {
    max-width: 100%;
}
.process-module__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 20px;
}
@media only screen and (max-width: 1022px) {
    .process-module__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .process-module__list {
        grid-template-columns: 1fr;
        width: calc(100% + 28px);
        margin-left: -14px;
        grid-gap: 10px;
    }
}
.process-module__counter-pin {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process-module__counter-wrapper {
    position: relative;
}
.process-module__counter-number {
    font-size: 240px;
    line-height: 1;
    letter-spacing: -0.06em;
    display: flex;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .process-module__counter-number {
        font-size: 200px;
    }
}
@media only screen and (max-width: 1022px) {
    .process-module__counter-number {
        font-size: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .process-module__counter-number {
        font-size: 100px;
    }
}
.process-module__counter-count {
    position: absolute;
    top: 0;
    right: 0;
}
.process-module__counter-placeholder {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.process-module__counter-title {
    text-align: right;
    margin-top: 4px;
    padding-right: 8px;
}
@media only screen and (max-width: 767px) {
    .process-module__counter-title {
        font-size: 20px;
    }
}
.process-module__counter-title img {
    max-width: 36px;
    max-height: 24px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media only screen and (max-width: 767px) {
    .process-module__counter-title img {
        max-width: 30px;
        max-height: 20px;
    }
}
.process-module__counter-sticky {
    height: 100vh;
}
/*# sourceMappingURL=bundle.css.map */
