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-weight: 500;
}

.text--3xl, .text--4xl, .text--5xl, .text--6xl, .text--7xl, .text--8xl {
    line-height: 1;
    color: var(--color-gray-800);
    font-weight: 700;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.text--8xl {
    font-size: 72px;
    letter-spacing: -0.03em;
}
@media only screen and (max-width: 1500px) {
    .text--8xl {
        font-size: 76px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--8xl {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--8xl {
        font-size: 48px;
    }
}

.text--7xl {
    font-size: 48px;
    letter-spacing: -0.03em;
}
@media only screen and (max-width: 1022px) {
    .text--7xl {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .text--7xl {
        font-size: 36px;
        letter-spacing: -0.02em;
    }
}

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

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

.text--4xl {
    font-size: 26px;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 1022px) {
    .text--4xl {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .text--4xl {
        font-size: 18px;
    }
}

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

.text--128, .text--9xl {
    font-size: 128px;
    line-height: 1;
    letter-spacing: -0.06em;
}
@media only screen and (max-width: 1500px) {
    .text--128, .text--9xl {
        font-size: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--128, .text--9xl {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--128, .text--9xl {
        font-size: 60px;
        letter-spacing: normal;
    }
}

.text--80 {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.02em;
}
@media only screen and (max-width: 1500px) {
    .text--80 {
        font-size: 75px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--80 {
        font-size: 60px;
        line-height: 1.2;
    }
}
@media only screen and (max-width: 1022px) {
    .text--80 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .text--80 {
        font-size: 44px;
    }
}

.text--64 {
    font-size: 64px;
    line-height: 1;
}
@media only screen and (max-width: 1500px) {
    .text--64 {
        font-size: 54px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--64 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--64 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .text--64 {
        font-size: 36px;
    }
}

.text--36 {
    font-size: 36px;
    line-height: 1;
    letter-spacing: -0.02em;
}

.text--24, .text--2xl {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.text--20, .text--xl {
    font-size: 20px;
    line-height: normal;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 1022px) {
    .text--20, .text--xl {
        font-size: 18px;
    }
}

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

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

.text--14 {
    font-size: 14px;
    line-height: 1.5;
}

.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: 10px;
    outline-width: 2px;
    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;
}

.label {
    font-size: 20px;
    line-height: 1.5;
    position: relative;
    margin: 0 0 14px;
    display: block;
    z-index: 4;
    font-weight: 400;
}
@media only screen and (max-width: 1500px) {
    .label {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .label {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-red: #d52b29;
    --color-green: #3c5e59;
    --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-mgml: #e73137;
    --color-mestni-muzej: #f03c43;
    --color-emona: #f10e45;
    --color-plecnikova: #cdba96;
    --color-vila-zlatica: #b7a277;
    --color-jakopic: #231f20;
    --color-jakopic-secondary: #60407d;
    --color-cukrarna: #212121;
    --color-mestna-galerija: #1ec08c;
    --color-bezigrad: #f28e1e;
    --color-vzigalice: #f9ac17;
    --color-tobacna: #ce080a;
    --color-teal: #007887;
    --color-arheopark-turquoise: #0f8384;
    --color-arheopark-yellow: #fcdd2e;
    --color-arheopark-scarlet: #c63e3d;
    --color-orange-tag: #f18e0f;
    --color-warning: #ffa726;
    --color-error: #e73137;
    --color-success: #66bb6a;
    --color-validation-failed: #e73137;
    --color-highlight-start: #968a84;
    --color-highlight-end: #968a84;
    --color-highlight-end-alt: #968a84;
    --font-primary: tt-commons-pro, sans-serif;
    --font-secondary: neue-haas-unica, sans-serif;
    --easing-default: cubic-bezier(0.16, 1, 0.3, 1);
    --easing-slow: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
    --shadow-default: 0px 3px 6px 0px rgba(0, 0, 0, 0.0196078431), 0px 11px 11px 0px rgba(0, 0, 0, 0.0196078431), 0px 25px 15px 0px rgba(0, 0, 0, 0.0117647059), 0px 44px 18px 0px rgba(0, 0, 0, 0), 0px 69px 19px 0px rgba(0, 0, 0, 0);
}

*,
*::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: 1500px) {
    .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% - 32px);
    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: -8px;
    margin-right: -8px;
}

.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: 8px;
    padding-right: 8px;
}

.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: -8px;
        margin-right: -8px;
    }
    .container {
        max-width: calc(100% - 32px);
    }
    .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: 8px;
        padding-right: 8px;
    }
    .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: 1200px;
        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: 1501px) {
    .row {
        margin-left: -10px;
        margin-right: -10px;
    }
    .container {
        max-width: 1268px;
        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: 10px;
}
input:focus-visible {
    outline-offset: 2px;
}

.animate-fade.is-visible {
    opacity: 1;
    transition: opacity 250ms linear;
}
.animate-fade.is-hidden {
    opacity: 0;
    transition: opacity 250ms linear;
    pointer-events: none;
}

.mt-240 {
    margin-top: 240px;
}
@media only screen and (max-width: 1500px) {
    .mt-240 {
        margin-top: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .mt-240 {
        margin-top: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-240 {
        margin-top: 128px;
    }
}
.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-128 {
    margin-top: 128px;
}
@media only screen and (max-width: 1200px) {
    .mt-128 {
        margin-top: 80px;
    }
}
.mt-120 {
    margin-top: 120px;
}
@media only screen and (max-width: 1500px) {
    .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: 64px;
    }
}
.mt-90 {
    margin-top: 90px;
}
@media only screen and (max-width: 1200px) {
    .mt-90 {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 40px;
    }
}
.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-64 {
    margin-top: 64px;
}
@media only screen and (max-width: 1200px) {
    .mt-64 {
        margin-top: 48px;
    }
}
.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: 1022px) {
    .mt-44 {
        margin-top: 32px;
    }
}
.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: 24px;
    }
}
.mt-30 {
    margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
    .mt-30 {
        margin-top: 24px;
    }
}
.mt-24 {
    margin-top: 24px;
}
.mt-20 {
    margin-top: 20px;
}
.mt-16 {
    margin-top: 16px;
}
.mt-12 {
    margin-top: 12px;
}
.mt-8 {
    margin-top: 8px;
}

.mb-240 {
    margin-bottom: 240px;
}
@media only screen and (max-width: 1500px) {
    .mb-240 {
        margin-bottom: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .mb-240 {
        margin-bottom: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-240 {
        margin-bottom: 128px;
    }
}
.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-128 {
    margin-bottom: 128px;
}
@media only screen and (max-width: 1200px) {
    .mb-128 {
        margin-bottom: 80px;
    }
}
.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: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-96 {
        margin-bottom: 64px;
    }
}
.mb-90 {
    margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
    .mb-90 {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-90 {
        margin-bottom: 40px;
    }
}
.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-64 {
    margin-bottom: 64px;
}
@media only screen and (max-width: 1200px) {
    .mb-64 {
        margin-bottom: 48px;
    }
}
.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;
    }
}
.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: 24px;
    }
}
.mb-30 {
    margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
    .mb-30 {
        margin-bottom: 24px;
    }
}
.mb-24 {
    margin-bottom: 24px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-16 {
    margin-bottom: 16px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-0 {
    margin-bottom: 0px;
}

/* stylelint-disable */
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */
: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-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-slides-offset-before);
    scroll-margin-inline-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper > .swiper-slide:last-child {
    margin-inline-end: var(--swiper-slides-offset-after);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-slides-offset-before);
    scroll-margin-block-start: var(--swiper-slides-offset-before);
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper > .swiper-slide:last-child {
    margin-block-end: var(--swiper-slides-offset-after);
}
.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-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size: 44px;
    /*
     --swiper-navigation-top-offset: 50%;
     --swiper-navigation-sides-offset: 4px;
     --swiper-navigation-color: var(--swiper-theme-color);
     */
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    width: var(--swiper-navigation-size);
    height: var(--swiper-navigation-size);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
    display: none !important;
}
.swiper-button-prev ::slotted(svg),
.swiper-button-prev svg,
.swiper-button-next ::slotted(svg),
.swiper-button-next svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
}

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

.swiper-button-prev,
.swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
}

.swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
}
.swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-button-prev .swiper-navigation-icon {
    transform: rotate(180deg);
}

.swiper-button-next {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
}

.swiper-horizontal .swiper-button-prev,
.swiper-horizontal .swiper-button-next,
.swiper-horizontal ~ .swiper-button-prev,
.swiper-horizontal ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - var(--swiper-navigation-size) / 2);
    margin-left: 0;
}
.swiper-horizontal .swiper-button-prev, .swiper-horizontal ~ .swiper-button-prev, .swiper-horizontal.swiper-rtl .swiper-button-next, .swiper-horizontal.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
}
.swiper-horizontal .swiper-button-next, .swiper-horizontal ~ .swiper-button-next, .swiper-horizontal.swiper-rtl .swiper-button-prev, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
}
.swiper-horizontal .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal ~ .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl .swiper-button-next .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl ~ .swiper-button-next .swiper-navigation-icon {
    transform: rotate(180deg);
}
.swiper-horizontal.swiper-rtl .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl .swiper-button-prev .swiper-navigation-icon, .swiper-horizontal.swiper-rtl ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-horizontal.swiper-rtl ~ .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(0deg);
}

.swiper-vertical .swiper-button-prev,
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-prev,
.swiper-vertical ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - var(--swiper-navigation-size) / 2);
    margin-top: 0;
}
.swiper-vertical .swiper-button-prev,
.swiper-vertical ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
}
.swiper-vertical .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-prev .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-prev ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-prev .swiper-navigation-icon {
    transform: rotate(-90deg);
}
.swiper-vertical .swiper-button-next,
.swiper-vertical ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
}
.swiper-vertical .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical .swiper-button-next .swiper-navigation-icon,
.swiper-vertical ~ .swiper-button-next ::slotted(.swiper-navigation-icon),
.swiper-vertical ~ .swiper-button-next .swiper-navigation-icon {
    transform: rotate(90deg);
}

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

:root {
    /*
     --swiper-scrollbar-border-radius: 10px;
     --swiper-scrollbar-top: auto;
     --swiper-scrollbar-bottom: 4px;
     --swiper-scrollbar-left: auto;
     --swiper-scrollbar-right: 4px;
     --swiper-scrollbar-sides-offset: 1%;
     --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
     --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
     --swiper-scrollbar-size: 4px;
     */
}

.swiper-scrollbar {
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    position: relative;
    touch-action: none;
    background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
    position: absolute;
    left: var(--swiper-scrollbar-sides-offset, 1%);
    bottom: var(--swiper-scrollbar-bottom, 4px);
    top: var(--swiper-scrollbar-top, auto);
    z-index: 50;
    height: var(--swiper-scrollbar-size, 4px);
    width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-vertical {
    position: absolute;
    left: var(--swiper-scrollbar-left, auto);
    right: var(--swiper-scrollbar-right, 4px);
    top: var(--swiper-scrollbar-sides-offset, 1%);
    z-index: 50;
    width: var(--swiper-scrollbar-size, 4px);
    height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
    border-radius: var(--swiper-scrollbar-border-radius, 10px);
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

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

/* Zoom container styles start */
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
    cursor: move;
    touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-thumbs .swiper-slide-thumb-active {
    /* Styles for active thumb slide */
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

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

.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 {
    pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper.swiper-cube {
    overflow: visible;
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
    transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
    overflow: visible;
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
    z-index: 0;
    backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
    overflow: visible;
}

.swiper-cards .swiper-slide {
    transform-origin: center bottom;
    backface-visibility: hidden;
    overflow: hidden;
}

/* stylelint-enable */
/* stylelint-disable */
:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-outline-width: 1px;
    --f-button-outline-color: rgba(0, 0, 0, 0.7);
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-opacity: 1;
    --f-button-svg-disabled-opacity: 0.5;
    --f-button-svg-transition: opacity 0.15s ease;
    --f-button-svg-transform: none;
}

.f-button {
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    transform: var(--f-button-transform);
    transition: var(--f-button-transition);
    backdrop-filter: var(--f-button-backdrop-filter);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    pointer-events: all;
    cursor: pointer;
    overflow: hidden;
}

@media (hover: hover) {
    .f-button:hover:not([aria-disabled]) {
        color: var(--f-button-hover-color, var(--f-button-color));
        background-color: var(--f-button-hover-bg, var(--f-button-bg));
    }
}
.f-button:active:not([aria-disabled]) {
    color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
    background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)));
}

.f-button:focus {
    outline: none;
}

.f-button:focus-visible {
    outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
    outline-offset: var(--f-button-outline-offset);
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    transform: var(--f-button-svg-transform);
    fill: var(--f-button-svg-fill);
    filter: var(--f-button-svg-filter);
    opacity: var(--f-button-svg-opacity, 1);
    transition: var(--f-button-svg-transition);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none;
}

.f-button[aria-disabled] {
    cursor: default;
}

.f-button[aria-disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity);
}

[data-panzoom-action=toggleFS] g:first-child {
    display: flex;
}

[data-panzoom-action=toggleFS] g:last-child {
    display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
    display: none;
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
    display: flex;
}

[data-autoplay-action=toggle] svg g:first-child {
    display: flex;
}

[data-autoplay-action=toggle] svg g:last-child {
    display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
    display: none;
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
    display: flex;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
    display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
    display: flex;
}

:root {
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 4px;
}

.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
    translate: -50% -50%;
    border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
    border-top-color: var(--f-spinner-color-2);
    border-radius: var(--f-spinner-border-radius);
    animation: f-spinner 0.75s linear infinite, f-fadeIn 0.2s ease 0.2s both;
}

@keyframes f-spinner {
    to {
        rotate: 360deg;
    }
}
.f-panzoom,
.f-zoomable {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.f-panzoom:before,
.f-panzoom:after,
.f-zoomable:before,
.f-zoomable:after {
    display: block;
    content: "";
}

.f-panzoom:not(.has-controls):before,
.f-zoomable:not(.has-controls):before {
    margin-bottom: auto;
}

.f-panzoom:after,
.f-zoomable:after {
    margin-top: auto;
}

.f-panzoom.in-fullscreen,
.f-zoomable.in-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    z-index: 9999;
}

.f-panzoom__wrapper {
    position: relative;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
}

.f-panzoom__wrapper.will-zoom-out {
    cursor: zoom-out;
}

.f-panzoom__wrapper.can-drag {
    cursor: move;
    cursor: grab;
}

.f-panzoom__wrapper.will-zoom-in {
    cursor: zoom-in;
}

.f-panzoom__wrapper.is-dragging {
    cursor: move;
    cursor: grabbing;
}

.f-panzoom__wrapper.has-error {
    display: none;
}

.f-panzoom__content {
    display: block;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%;
}

.f-panzoom__content.is-lazyloading,
.f-panzoom__content.has-lazyerror {
    visibility: hidden;
}

img.f-panzoom__content {
    width: auto;
    height: auto;
    vertical-align: top;
    object-fit: contain;
    transition: none;
    user-select: none;
}

.f-panzoom__wrapper > .f-panzoom__content {
    visibility: hidden;
}

.f-panzoom__viewport {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.f-panzoom__viewport > .f-panzoom__content {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

picture.f-panzoom__content img {
    vertical-align: top;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: none;
    user-select: none;
}

.f-panzoom__protected {
    position: absolute;
    inset: 0;
    z-index: 1;
    user-select: none;
}

html.with-panzoom-in-fullscreen {
    overflow: hidden;
}

.f-fadeIn {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2;
}

.f-fadeOut {
    animation: var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1;
}

@keyframes f-fadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-fadeOut {
    to {
        opacity: 0;
    }
}
.f-crossfadeIn {
    animation: var(--f-transition-duration, 0.2s) ease both f-crossfadeIn;
    z-index: 2;
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, 0.2s) * 0.2) ease calc(var(--f-transition-duration, 0.2s) * 0.8) both f-crossfadeOut;
    z-index: 1;
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes f-crossfadeOut {
    to {
        opacity: 0;
    }
}
.is-horizontal .f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextX;
}

.is-horizontal .f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevX;
}

.is-horizontal .f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextX;
}

.is-horizontal .f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevX;
}

@keyframes f-slideInPrevX {
    0% {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideInNextX {
    0% {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideOutNextX {
    to {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)));
    }
}
@keyframes f-slideOutPrevX {
    to {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)));
    }
}
.is-vertical .f-slideIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNextY;
}

.is-vertical .f-slideIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrevY;
}

.is-vertical .f-slideOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNextY;
}

.is-vertical .f-slideOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrevY;
}

@keyframes f-slideInPrevY {
    0% {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideInNextY {
    0% {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes f-slideOutNextY {
    to {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)));
    }
}
@keyframes f-slideOutPrevY {
    to {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)));
    }
}
.f-zoomInUp {
    animation: var(--f-transition-duration, 0.3s) ease both f-zoomInUp;
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, 0.3s) ease both f-zoomOutDown;
}

@keyframes f-zoomInUp {
    0% {
        transform: scale(var(--f-zoomInUp-scale, 0.975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
        opacity: var(--f-zoomInUp-opacity, 0);
    }
    to {
        transform: scale(1) translateZ(0);
        opacity: 1;
    }
}
@keyframes f-zoomOutDown {
    to {
        transform: scale(var(--f-zoomOutDown-scale, 0.975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
        opacity: 0;
    }
}
.f-throwOutUp {
    animation: var(--f-throwOutUp-duration, 0.2s) ease-out both f-throwOutUp;
}

.f-throwOutDown {
    animation: var(--f-throwOutDown-duration, 0.2s) ease-out both f-throwOutDown;
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
        opacity: 0;
    }
}
@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
        opacity: 0;
    }
}
.has-iframe .f-html,
.has-pdf .f-html,
.has-gmap .f-html {
    width: 100%;
    height: 100%;
    min-height: 1px;
    overflow: visible;
}

.has-pdf .f-html,
.has-gmap .f-html {
    padding: 0;
}

.f-html {
    position: relative;
    box-sizing: border-box;
    margin: var(--f-html-margin, 0);
    padding: var(--f-html-padding, 2rem);
    color: var(--f-html-color, currentColor);
    background: var(--f-html-bg);
}

.is-loading > .f-html {
    opacity: 0;
}

.f-html.is-error {
    text-align: center;
}

.f-iframe {
    display: block;
    margin: 0;
    border: 0;
    height: 100%;
    width: 100%;
}

.f-caption {
    align-self: center;
    flex-shrink: 0;
    margin: var(--f-caption-margin);
    padding: var(--f-caption-padding, 16px 8px);
    max-width: 100%;
    max-height: calc(80vh - 100px);
    overflow: auto;
    overflow-wrap: anywhere;
    line-height: var(--f-caption-line-height);
    color: var(--f-caption-color);
    background: var(--f-caption-bg);
    font: var(--f-caption-font);
    text-wrap: balance;
}

.has-html5video .f-html,
.has-youtube .f-html,
.has-vimeo .f-html {
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 1px;
    overflow: visible;
    max-width: var(--f-video-width, 960px);
    max-height: var(--f-video-height, 540px);
    aspect-ratio: var(--f-video-aspect-ratio);
    background: var(--f-video-bg, rgba(0, 0, 0, 0.9));
}

.f-html5video {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent;
}

.f-button.is-arrow {
    --f-button-width: var(--f-arrow-width, 46px);
    --f-button-height: var(--f-arrow-height, 46px);
    --f-button-svg-width: var(--f-arrow-svg-width, 24px);
    --f-button-svg-height: var(--f-arrow-svg-height, 24px);
    --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
    --f-button-border-radius: var(--f-arrow-border-radius, unset);
    --f-button-bg: var(--f-arrow-bg, transparent);
    --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
    --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
    --f-button-shadow: var(--f-arrow-shadow);
    --f-button-color: var(--f-arrow-color);
    --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
    --f-button-active-color: var(--f-arrow-active-color, var(--f-arrow-hover-color));
    overflow: visible;
}

.f-button.is-arrow.is-prev,
.f-button.is-arrow.is-next {
    position: absolute;
    transform: translate(0);
    z-index: 20;
}

.is-horizontal .f-button.is-arrow.is-prev,
.is-horizontal .f-button.is-arrow.is-next {
    inset: 50% auto auto;
    transform: translateY(-50%);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: var(--f-arrow-pos, 0);
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: var(--f-arrow-pos, 0);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
    right: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg);
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
    left: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg);
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev,
.is-vertical.is-rtl .f-button.is-arrow.is-prev {
    top: var(--f-arrow-pos, 0);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%);
}

.is-vertical.is-ltr .f-button.is-arrow.is-next,
.is-vertical.is-rtl .f-button.is-arrow.is-next {
    top: auto;
    right: auto;
    bottom: var(--f-arrow-pos, 0);
    left: 50%;
    transform: translate(-50%);
}

.is-vertical .f-button.is-arrow.is-prev svg,
.is-vertical .f-button.is-arrow.is-next svg {
    transform: rotate(90deg);
}

.f-carousel__toolbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    margin: var(--f-toolbar-margin, 0);
    padding: var(--f-toolbar-padding, 8px);
    line-height: var(--f-toolbar-line-height);
    background: var(--f-toolbar-bg, none);
    box-shadow: var(--f-toolbar-shadow, none);
    backdrop-filter: var(--f-toolbar-backdrop-filter);
    position: relative;
    z-index: 20;
    color: var(--f-toolbar-color, currentColor);
    font-size: var(--f-toolbar-font-size, 17px);
    font-weight: var(--f-toolbar-font-weight, inherit);
    font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
    text-shadow: var(--f-toolbar-text-shadow);
    text-align: center;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    pointer-events: none;
}

.f-carousel__toolbar.is-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.f-carousel__toolbar .f-button:focus-visible {
    position: relative;
    z-index: 1;
}

.f-carousel__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: var(--f-toolbar-gap, 0);
}

.f-carousel__toolbar__column.is-left {
    display: flex;
    justify-self: flex-start;
    justify-content: flex-start;
}

.f-carousel__toolbar__column.is-middle {
    display: flex;
    justify-content: center;
}

.f-carousel__toolbar__column.is-right {
    display: flex;
    justify-self: flex-end;
    justify-content: flex-end;
    flex-flow: nowrap;
}

.f-carousel__toolbar__column {
    pointer-events: none;
}

.f-carousel__toolbar__column > * {
    pointer-events: all;
}

.f-counter {
    position: relative;
    display: flex;
    flex-direction: row;
    cursor: default;
    user-select: none;
    margin: var(--f-counter-margin, 0);
    padding: var(--f-counter-padding, 4px);
    line-height: var(--f-counter-line-height);
    background: var(--f-counter-bg);
    border-radius: var(--f-counter-border-radius);
}

.f-counter span {
    padding: 0 var(--f-counter-gap, 4px);
}

:root {
    --f-thumbs-gap: 8px;
    --f-thumbs-margin: 0;
    --f-thumbs-padding-x: 8px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-bg: transparent;
    --f-thumbs-transition: max-height 0.3s ease, max-width 0.3s ease, padding 0.3s ease;
    --f-thumbs-z-index: 1;
    --f-thumbs-viewport-padding-x: 0px;
    --f-thumbs-viewport-padding-y: 0px;
    --f-thumb-width: 94px;
    --f-thumb-height: 76px;
    --f-thumb-clip-width: 46px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-opacity: 1;
    --f-thumb-transition: opacity 0.3s ease, transform 0.15s ease;
    --f-thumb-border: none;
    --f-thumb-border-radius: 4px;
    --f-thumb-shadow: none;
    --f-thumb-bg: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.05));
    --f-thumb-focus-shadow: inset 0 0 0 0.8px #222, inset 0 0 0 2.25px #fff;
    --f-thumb-selected-shadow: inset 0 0 0 0.8px #222, inset 0 0 0 2.25px #fff;
    --f-thumb-border-transition: all 0.1s ease;
    --f-thumb-img-width: 100%;
    --f-thumb-img-height: 100%;
    --f-thumb-img-fit: cover;
    --f-thumb-img-position: 50% 20%;
}

.f-thumbs {
    --f-carousel-slide-width: var(--f-thumb-width);
    --f-carousel-slide-height: var(--f-thumb-height);
    --f-carousel-gap: var(--f-thumbs-gap);
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: var(--f-thumbs-margin);
    padding: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
    overflow: hidden;
    background: var(--f-thumbs-bg);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    transition: var(--f-thumbs-transition);
    z-index: var(--f-thumbs-z-index);
}

.f-thumbs.is-horizontal {
    max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2);
}

.f-thumbs.is-horizontal.is-hidden {
    max-height: 0;
    --f-thumbs-padding-y: 0;
}

.f-thumbs.is-vertical {
    max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2);
}

.f-thumbs.is-vertical.is-hidden {
    max-width: 0;
    --f-thumbs-padding-x: 0;
}

.f-thumbs.is-scrollable.is-hidden {
    max-height: 0;
    --f-thumbs-padding-y: 0;
}

.f-thumbs.is-ltr {
    direction: ltr;
}

.f-thumbs.is-rtl {
    direction: rtl;
}

.f-thumbs img {
    display: block;
    width: var(--f-thumb-img-width);
    height: var(--f-thumb-img-height);
    object-fit: var(--f-thumb-img-fit);
    object-position: var(--f-thumb-img-position);
    pointer-events: none;
    border-radius: inherit;
    color: transparent;
}

.f-thumbs img[data-lazy-src] {
    visibility: hidden;
}

.f-thumbs img.has-lazyerror {
    display: none;
}

.f-thumbs__viewport {
    box-sizing: border-box;
    height: 100%;
    padding: var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);
    overflow: visible;
    display: grid;
}

.f-thumbs__slide {
    position: relative;
    box-sizing: border-box;
    grid-area: 1/1;
    width: var(--f-carousel-slide-width);
    height: var(--f-carousel-slide-height);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    overflow: visible;
}

.f-thumbs__slide:hover button {
    opacity: var(--f-thumb-hover-opacity, 1);
    transform: var(--f-thumb-hover-transform, none);
}

.f-thumbs__slide:hover button:after {
    border: var(--f-thumb-hover-border, none);
    box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide button {
    all: unset;
    display: block;
    margin: auto;
    padding: 0;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--f-thumb-transition);
    border-radius: var(--f-thumb-border-radius);
    opacity: var(--f-thumb-opacity);
    transform: var(--f-thumb-transform);
    background: var(--f-thumb-bg);
}

.f-thumbs__slide button:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: var(--f-thumb-border-transition);
    border-radius: inherit;
    border: var(--f-thumb-border);
    box-shadow: var(--f-thumb-shadow);
}

.f-thumbs__slide button:focus-within {
    opacity: var(--f-thumb-focus-opacity, 1);
    transform: var(--f-thumb-focus-transform, none);
}

.f-thumbs__slide button:focus-within:after {
    border: var(--f-thumb-focus-border, none);
    box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide:active {
    opacity: var(--f-thumb-active-opacity, 1);
    transform: var(--f-thumb-active-transform, none);
}

.f-thumbs__slide:active:after {
    border: var(--f-thumb-active-border, none);
    box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow));
}

.f-thumbs__slide.is-selected {
    z-index: 2;
}

.f-thumbs__slide.is-selected button {
    opacity: var(--f-thumb-selected-opacity, 1);
    transform: var(--f-thumb-selected-transform, none);
}

.f-thumbs__slide.is-selected button:after {
    border: var(--f-thumb-selected-border, none);
    box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow));
}

.f-thumbs.is-modern {
    --f-carousel-slide-width: calc(var(--f-thumb-clip-width) + var(--f-thumbs-gap));
    --f-carousel-slide-height: var(--f-thumb-height);
    --f-carousel-gap: 0;
    --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)));
}

.f-thumbs.is-modern .f-thumbs__viewport {
    width: calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));
    margin-inline: calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1);
}

.f-thumbs.is-modern .f-thumbs__slide {
    --clip-shift: calc((var(--width-diff) * 0.5) * var(--progress));
    --clip-path: inset(0 var(--clip-shift) round var(--f-thumb-border-radius, 0));
    padding: 0;
    overflow: visible;
    left: var(--shift, 0);
    will-change: left;
    transition: left var(--f-transition-duration) var(--f-transition-easing);
}

.f-thumbs.is-modern .f-thumbs__slide button {
    display: block;
    margin-inline: 50%;
    width: var(--f-thumb-width);
    clip-path: var(--clip-path);
    border: none;
    box-shadow: none;
    transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, 0.2s) var(--f-thumb-transition-easing, ease);
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
    display: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
    outline: none;
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: var(--clip-shift);
    bottom: 0;
    right: var(--clip-shift);
    transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
    border-radius: inherit;
    border: var(--f-thumb-focus-border, none);
    box-shadow: var(--f-thumb-focus-shadow, none);
}

.f-thumbs.is-modern {
    --f-transition-duration: 0.25s;
    --f-transition-easing: ease-out;
}

.f-thumbs.is-modern.is-syncing {
    --f-transition-duration: 0s;
}

.f-thumbs.is-scrollable .f-thumbs__viewport {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--f-thumb-width), 1fr));
    grid-auto-rows: var(--f-thumb-height);
    gap: var(--f-thumbs-gap);
    overflow: auto;
    overscroll-behavior: contain;
    user-select: none;
}

.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide {
    grid-area: auto;
    display: block;
    position: relative;
    max-width: 100%;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    cursor: pointer;
    outline: none;
}

:root {
    --f-progressbar-height: 3px;
    --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
    --f-progressbar-opacity: 1;
    --f-progressbar-z-index: 30;
}

.f-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--f-progressbar-z-index);
    height: var(--f-progressbar-height);
    transform: scaleX(0);
    transform-origin: 0;
    opacity: var(--f-progressbar-opacity);
    background: var(--f-progressbar-color);
    user-select: none;
    pointer-events: none;
    animation-name: f-progressbar;
    animation-play-state: running;
    animation-timing-function: linear;
}

.f-progressbar:empty {
    display: block;
}

button > .f-progressbar {
    --f-progressbar-height: 100%;
    --f-progressbar-opacity: 0.2;
}

@keyframes f-progressbar {
    0% {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
[data-fullscreen-action=toggle] svg g:first-child {
    display: flex;
}

[data-fullscreen-action=toggle] svg g:last-child {
    display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
    display: none;
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
    display: flex;
}

.in-fullscreen-mode > .f-carousel {
    flex: 1;
    min-width: 0 !important;
    min-height: 0 !important;
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto;
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none;
}

.fancybox__dialog {
    position: fixed;
    inset: 0;
    z-index: 1050;
    width: 100%;
    height: 100vh;
    max-height: unset;
    max-width: unset;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    background: transparent;
    touch-action: none;
    overscroll-behavior: contain;
}

.fancybox__dialog:focus {
    outline: none;
}

.fancybox__dialog::backdrop {
    opacity: 0;
}

@supports (height: 100dvh) {
    .fancybox__dialog {
        height: 100dvh;
    }
}
.fancybox__dialog *:empty {
    display: block;
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-backdrop-bg: rgba(24, 24, 27, 0.95);
    --f-toolbar-margin: 0;
    --f-toolbar-padding: 8px;
    --f-toolbar-gap: 0;
    --f-toolbar-color: #ddd;
    --f-toolbar-font-size: 16px;
    --f-toolbar-font-weight: 500;
    --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    --f-toolbar-line-height: var(--f-button-height);
    --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    --f-toolbar-shadow: none;
    --f-toolbar-bg: none;
    --f-counter-margin: 0;
    --f-counter-padding: 0px 10px;
    --f-counter-gap: 4px;
    --f-counter-line-height: var(--f-button-height);
    --f-carousel-gap: 17px;
    --f-carousel-slide-width: 100%;
    --f-carousel-slide-height: 100%;
    --f-carousel-slide-padding: 0;
    --f-carousel-slide-bg: unset;
    --f-html-color: #222;
    --f-html-bg: #fff;
    --f-error-color: #fff;
    --f-error-bg: #333;
    --f-caption-margin: 0;
    --f-caption-padding: 16px 8px;
    --f-caption-color: var(--fancybox-color, #dbdbdb);
    --f-caption-bg: transparent;
    --f-caption-font: inherit;
    --f-caption-line-height: 1.375;
    --f-spinner-color-1: rgba(255, 255, 255, 0.2);
    --f-spinner-color-2: rgba(255, 255, 255, 0.8);
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 4px;
    --f-progressbar-color: rgba(255, 255, 255);
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: #ddd;
    --f-button-hover-color: #fff;
    --f-button-outline-width: 1px;
    --f-button-outline-color: rgba(255, 255, 255, 0.75);
    --f-button-outline-offset: 0px;
    --f-button-bg: rgba(54, 54, 54, 0.75);
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-shadow: none;
    --f-button-transition: all 0.2s ease;
    --f-button-transform: none;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.75;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.01)),
    	drop-shadow(1px 2px 1px rgba(24, 24, 27, 0.05));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.5;
    --f-arrow-pos: 32px;
    --f-arrow-width: 50px;
    --f-arrow-height: 50px;
    --f-arrow-svg-width: 24px;
    --f-arrow-svg-height: 24px;
    --f-arrow-svg-stroke-width: 2.5;
    --f-arrow-border-radius: 50%;
    --f-arrow-bg: rgba(54, 54, 54, 0.65);
    --f-arrow-color: #ddd;
    --f-arrow-hover-color: #fff;
    --f-close-button-width: 30px;
    --f-close-button-height: 30px;
    --f-close-button-svg-width: 24px;
    --f-close-button-svg-height: 24px;
    --f-close-button-svg-stroke-width: 1.75;
    --f-close-border-radius: 4px;
    --f-close-button-color: #fff;
    --f-close-button-hover-color: #fff;
    --f-close-button-bg: transparent;
    --f-close-button-hover-bg: transparent;
    --f-close-button-active-bg: transparent;
    --f-thumbs-margin: 0px;
    --f-thumbs-padding-x: 8px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-bg: none;
    --f-thumb-transition: all 0.2s ease;
    --f-thumb-width: 94px;
    --f-thumb-height: 76px;
    --f-thumb-opacity: 1;
    --f-thumb-border: none;
    --f-thumb-shadow: none;
    --f-thumb-transform: none;
    --f-thumb-focus-opacity: 1;
    --f-thumb-focus-border: none;
    --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.65);
    --f-thumb-focus-transform: none;
    --f-thumb-hover-opacity: 1;
    --f-thumb-hover-border: none;
    --f-thumb-hover-transform: none;
    --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
    --f-thumb-active-border: var(--f-thumb-hover-border);
    --f-thumb-active-transform: var(--f-thumb-hover-transform);
    --f-thumb-selected-opacity: 1;
    --f-thumb-selected-border: none;
    --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
    --f-thumb-selected-transform: none;
    --f-scrollbar-width: 7px;
    --f-scrollbar-track-bg: #444;
    --f-scrollbar-track-border-radius: 10px;
    --f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
    --f-scrollbar-thumb-bg: #ddd;
    --f-scrollbar-thumb-border-radius: 10px;
}

.fancybox__container[theme=light] {
    --fancybox-color: #222;
    --fancybox-backdrop-bg: rgba(255, 255, 255, 0.97);
    --f-toolbar-color: var(--fancybox-color, #222);
    --f-toolbar-text-shadow: none;
    --f-toolbar-font-weight: 400;
    --f-html-color: var(--fancybox-color, #222);
    --f-html-bg: #fff;
    --f-error-color: #555;
    --f-error-bg: #fff;
    --f-video-bg: #fff;
    --f-caption-color: #333;
    --f-spinner-color-1: rgba(0, 0, 0, 0.2);
    --f-spinner-color-2: rgba(0, 0, 0, 0.8);
    --f-spinner-border-width: 3.5px;
    --f-progressbar-color: rgba(111, 111, 116);
    --f-button-color: #333;
    --f-button-hover-color: #000;
    --f-button-outline-color: rgba(0, 0, 0, 0.85);
    --f-button-bg: rgba(255, 255, 255, 0.85);
    --f-button-svg-stroke-width: 1.3;
    --f-button-svg-filter: none;
    --f-arrow-bg: rgba(255, 255, 255, 0.85);
    --f-arrow-color: #333;
    --f-arrow-hover-color: #000;
    --f-arrow-svg-stroke-width: 1.3;
    --f-close-button-color: #555;
    --f-close-button-hover-color: #000;
    --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
    --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
    --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
    --f-scrollbar-track-bg: #ddd;
    --f-scrollbar-thumb-bg: #444;
}

.fancybox__container {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.fancybox__container:focus {
    outline: none;
}

.fancybox__container.has-vertical-thumbs {
    flex-direction: row-reverse;
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
    overflow-x: clip;
    overflow-y: visible;
}

.fancybox__container > *:not(.fancybox__carousel),
.fancybox__container .fancybox__carousel > *:not(.fancybox__grid, .fancybox__viewport),
.fancybox__container .fancybox__column > *:not(.fancybox__viewport),
.fancybox__container .fancybox__slide:not(.is-selected),
.fancybox__container .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper, .f-spinner) {
    opacity: var(--f-drag-opacity, 1);
}

.fancybox__container:not(.is-ready, .is-hiding) {
    visibility: hidden;
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel),
.fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__grid, .fancybox__viewport),
.fancybox__container.is-revealing .fancybox__column > *:not(.fancybox__viewport),
.fancybox__container.is-revealing .fancybox__slide:not(.is-selected),
.fancybox__container.is-revealing .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
    animation: var(--f-interface-enter-duration, 0.35s) ease none f-fadeIn;
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel),
.fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__grid, .fancybox__viewport),
.fancybox__container.is-hiding .fancybox__column > *:not(.fancybox__viewport),
.fancybox__container.is-hiding .fancybox__slide.is-selected > *:not(.f-html, .f-panzoom__wrapper) {
    animation: var(--f-interface-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected) {
    opacity: 0;
}

.fancybox__container.is-hiding {
    pointer-events: none;
}

.fancybox__container.is-idle .f-carousel__toolbar {
    pointer-events: none;
    opacity: 0;
}

.fancybox__container.is-idle .f-button.is-arrow {
    opacity: 0;
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: var(--fancybox-backdrop-bg);
    filter: var(--fancybox-backdrop-filter);
}

.fancybox__carousel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    position: relative;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}

.fancybox__carousel.is-vertical {
    --f-carousel-slide-height: 100%;
}

.fancybox__carousel.is-ltr {
    direction: ltr;
}

.fancybox__carousel.is-rtl {
    direction: rtl;
}

.fancybox__carousel > .f-button.is-arrow:before {
    position: absolute;
    content: "";
    inset: -30px;
    z-index: 1;
}

.fancybox__viewport {
    display: grid;
    flex: 1;
    min-height: 0;
    min-width: 0;
    position: relative;
    overflow: visible;
    transform: translate3d(0, var(--f-drag-offset, 0), 0);
}

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing;
}

.fancybox__viewport [data-selectable],
.fancybox__viewport [contenteditable] {
    cursor: auto;
}

.fancybox__slide {
    box-sizing: border-box;
    position: relative;
    grid-area: 1/1;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: var(--f-carousel-slide-width);
    height: var(--f-carousel-slide-height);
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    margin: 0;
    padding: var(--f-carousel-slide-padding);
    background: var(--f-carousel-slide-bg);
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform;
}

.fancybox__slide:before,
.fancybox__slide:after {
    display: block;
    content: "";
}

.fancybox__slide:before {
    margin-bottom: auto;
}

.fancybox__slide:after {
    margin-top: auto;
}

.fancybox__slide.is-selected {
    z-index: 1;
}

.fancybox__slide.f-zoomable {
    overflow: visible;
}

.fancybox__slide.has-error {
    --f-html-color: var(--f-error-color, --f-html-color);
    --f-html-bg: var(--f-error-bg, --f-html-bg);
}

.fancybox__slide.has-html {
    overflow: auto;
    padding: 8px;
}

.fancybox__slide.has-iframe {
    overflow: hidden;
    padding: 8px 0;
}

.fancybox__slide.has-close-btn {
    padding-top: 34px;
}

.fancybox__slide.has-controls:before {
    margin: 0;
}

.fancybox__slide .f-spinner {
    cursor: pointer;
}

.fancybox__container.is-closing .f-caption,
.fancybox__slide.is-loading .f-caption {
    visibility: hidden;
}

.fancybox__container.is-closing .fancybox__carousel,
.fancybox__container.is-closing .fancybox__viewport,
.fancybox__container.is-closing .fancybox__slide.is-selected {
    overflow: visible;
}

.f-button.is-close-button {
    --f-button-width: var(--f-close-button-width);
    --f-button-height: var(--f-close-button-height);
    --f-button-border-radius: var(--f-close-border-radius);
    --f-button-color: var(--f-close-button-color);
    --f-button-hover-color: var(--f-close-button-hover-color);
    --f-button-bg: var(--f-close-button-bg);
    --f-button-hover-bg: var(--f-close-button-hover-bg);
    --f-button-active-bg: var(--f-close-button-active-bg);
    --f-button-svg-width: var(--f-close-button-svg-width);
    --f-button-svg-height: var(--f-close-button-svg-height);
    --f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);
    position: absolute;
    top: calc((var(--f-button-height) + 2px) * -1);
    right: 0;
    z-index: 10;
}

.is-loading .f-button.is-close-button {
    visibility: hidden;
}

.fancybox__thumbs {
    flex: 0 1 100%;
}

.fancybox__thumbs.is-scrollable {
    --f-thumbs-cols: 1;
    --f-thumbs-gap: 8px;
    --f-thumbs-transition: none;
    --f-thumbs-padding-x: 4px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-viewport-padding-x: 4px;
    --f-thumbs-viewport-padding-y: 0px;
    max-width: calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2);
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar {
    width: var(--f-scrollbar-width);
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track {
    background: var(--f-scrollbar-track-bg);
    border-radius: var(--f-scrollbar-track-border-radius);
    box-shadow: var(--f-scrollbar-track-shadow);
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb {
    background: var(--f-scrollbar-thumb-bg);
    border-radius: var(--f-scrollbar-thumb-border-radius);
}

.fancybox__thumbs.is-scrollable.is-hidden {
    max-width: 0;
    --f-thumbs-padding-x: 0;
    max-height: unset;
    --f-thumbs-padding-y: unset;
}

.fancybox__thumbs.is-scrollable .f-thumbs__viewport {
    overflow-x: hidden !important;
    grid-template-columns: repeat(auto-fill, calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols))) !important;
}

/* stylelint-enable */
.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-800 {
    background-color: var(--color-gray-800);
    color: var(--color-white);
}

.overflow-h {
    overflow: hidden;
}

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

.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--uppercase {
    text-transform: uppercase;
}
.text--white {
    color: var(--color-white);
}
.text--white.title,
.text--white .title {
    color: var(--color-white);
}
.text--blackish {
    color: var(--color-blackish);
}
.text--blackish.title,
.text--blackish .title {
    color: inherit;
}
.text--gray-100 {
    color: var(--color-gray-100);
}
.text--gray-100.title,
.text--gray-100 .title {
    color: inherit;
}
.text--gray-200 {
    color: var(--color-gray-200);
}
.text--gray-200.title,
.text--gray-200 .title {
    color: inherit;
}
.text--gray-300 {
    color: var(--color-gray-300);
}
.text--gray-300.title,
.text--gray-300 .title {
    color: inherit;
}
.text--gray-400 {
    color: var(--color-gray-400);
}
.text--gray-400.title,
.text--gray-400 .title {
    color: inherit;
}
.text--gray-500 {
    color: var(--color-gray-500);
}
.text--gray-500.title,
.text--gray-500 .title {
    color: inherit;
}
.text--gray-600 {
    color: var(--color-gray-600);
}
.text--gray-600.title,
.text--gray-600 .title {
    color: inherit;
}
.text--gray-700 {
    color: var(--color-gray-700);
}
.text--gray-700.title,
.text--gray-700 .title {
    color: inherit;
}
.text--gray-800 {
    color: var(--color-gray-800);
}
.text--gray-800.title,
.text--gray-800 .title {
    color: inherit;
}
.text--gray-900 {
    color: var(--color-gray-900);
}
.text--gray-900.title,
.text--gray-900 .title {
    color: inherit;
}
.text--gray-950 {
    color: var(--color-gray-950);
}
.text--gray-950.title,
.text--gray-950 .title {
    color: inherit;
}
.text--lt {
    font-weight: 300;
}
.text--rg {
    font-weight: 400;
}
.text--md {
    font-weight: 500;
}
.text--sb {
    font-weight: 600;
}
.text--bd {
    font-weight: 700;
}
.text--eb {
    font-weight: 800;
}

.stretched-link {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    font-size: 0;
    line-height: 0;
    width: 100%;
    height: 100%;
}
.stretched-link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
}

.font-primary {
    font-family: var(--font-primary);
}
.font-secondary {
    font-family: var(--font-secondary);
}

[data-indicator-wrapper] {
    position: relative;
}

.opacity-5 {
    opacity: 0.5;
}
.opacity-75 {
    opacity: 0.75;
}

.d-none,
.hide {
    display: none;
}

.show {
    display: block;
}

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

.d-flex {
    display: flex;
}

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

.container--large {
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: calc(100% - 80px);
    padding: 0;
}
@media only screen and (max-width: 1500px) {
    .container--large {
        max-width: calc(100% - 60px);
    }
}
@media only screen and (max-width: 1022px) {
    .container--large {
        max-width: calc(100% - 32px);
    }
}
@media only screen and (max-width: 767px) {
    .container--large {
        max-width: calc(100% - 32px);
    }
}

.rounded-6 {
    border-radius: 6px;
}
.rounded-8 {
    border-radius: 8px;
}
.rounded-16 {
    border-radius: 16px;
}
.rounded-24 {
    border-radius: 24px;
}
.rounded-32 {
    border-radius: 32px;
}
@media only screen and (max-width: 767px) {
    .rounded-32 {
        border-radius: 16px;
    }
}

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

@media only screen and (max-width: 767px) {
    [data-slider-parent] .swiper {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding: 0 16px;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        display: flex;
        overflow: auto;
        min-width: 0;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    [data-slider-parent] .swiper::-webkit-scrollbar {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
    [data-slider-parent] .swiper-slide {
        width: calc(100vw - 40px);
    }
}
@media only screen and (max-width: 767px) {
    [data-slider-parent] .swiper-wrapper {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    [data-slider-parent] .swiper:not(.swiper-initialized) .swiper-pagination, [data-slider-parent] .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type) {
        display: block !important;
    }
}
[data-slider-parent]:has(.arrow-right.swiper-button-disabled) .swiper::after, [data-slider-parent]:has(.arrow-left.swiper-button-disabled) .swiper::before {
    opacity: 0;
}

.load-more {
    z-index: 6;
    position: relative;
    margin-top: -32px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.load-more::after {
    content: "";
    width: 100%;
    height: 294px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(to top, rgb(245, 245, 245) 0%, rgb(245, 245, 245) 10%, rgba(245, 245, 245, 0) 100%);
    pointer-events: none;
}
.load-more .btn {
    position: relative;
    z-index: 3;
}

.no-result {
    min-height: 244px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    text-align: center;
    color: var(--color-gray-800);
}
.no-result-title strong {
    font-weight: 400;
}
.no-result.hide {
    display: none;
}

.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination {
    position: relative;
    bottom: 0;
    top: 0;
    width: 100%;
    line-height: normal;
    display: flex;
    justify-content: center;
    gap: 8px;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
    margin: 0;
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet,
.swiper-pagination-bullet {
    height: 6px;
    width: 6px;
    border: 0;
    outline: 0;
    border-radius: 0;
    margin: 0;
    opacity: 1;
    background-color: rgba(245, 245, 245, 0.5);
    transition: background-color 0.3s ease, opacity 0.3s ease;
}
.swiper-pagination-bullets.swiper-pagination-horizontal-bullet-active,
.swiper-pagination-bullet-active {
    background-color: var(--color-white);
}
@media only screen and (min-width: 1023px) {
    .swiper-pagination-bullets.swiper-pagination-horizontal-bullet:hover,
    .swiper-pagination-bullet:hover {
        background-color: var(--color-white);
    }
}

.sentence-format .title {
    text-transform: initial !important;
}

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

.p-relative {
    position: relative;
}

.z-top {
    position: relative;
    z-index: 3;
}

.lh-15 {
    line-height: 1.5;
}

.lt-0 {
    letter-spacing: 0;
}

html,
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

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

body {
    color: var(--color-gray-500);
    font-family: var(--font-primary);
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: flex-start;
    background-color: var(--color-gray-100);
}
body.body-scroll-locked, body.icv__body, 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 var(--easing-default), border 0.3s var(--easing-default);
}

i,
em {
    font-style: italic;
}

/* 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;
}

b,
strong {
    font-weight: 600;
}

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

figure {
    margin: 0;
}
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:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset !important;
    -webkit-text-fill-color: var(--color-black) !important;
    caret-color: var(--color-white) !important;
    transition: background-color 9999s ease-in-out 0s;
}

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;
    position: relative;
    z-index: 1;
    padding-top: 126px;
}
main:has(.secondary-nav) {
    padding-top: var(--header-height, 76px);
}

.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 !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;
}

div#qm-fatal,
div#qm-fatal h2 {
    background: #000000 !important;
}

#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 {
    cursor: pointer;
    font-family: var(--font-primary);
    font-size: 16px;
    min-height: 40px;
    padding: 8px 10px;
    line-height: 1;
    display: inline-flex;
    text-align: center;
    align-items: center;
    font-weight: 700;
    justify-content: center;
    gap: 24px;
    color: var(--color-gray-100);
    border-radius: 0;
    background-color: var(--color-gray-800);
    border: 0;
    letter-spacing: -0.04em;
    position: relative;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease;
    -webkit-font-smoothing: initial;
    -moz-osx-font-smoothing: initial;
}
.btn::before {
    background-color: var(--color-green);
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    transition: transform 0.4s ease;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
}
@media only screen and (max-width: 767px) {
    .btn::before {
        display: none;
    }
}
.btn__text {
    display: block;
    pointer-events: none;
    transition: transform 640ms ease;
    position: relative;
    z-index: 3;
}
.btn:active {
    transform: scale(0.95);
}
.btn__icon {
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}
.btn__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.btn__icon .icon {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}
.btn__icon .icon::before {
    background-color: currentColor;
}
.btn:active, .btn:hover {
    color: var(--color-gray-100);
}
@media only screen and (max-width: 767px) {
    .btn:active, .btn:hover {
        background-color: var(--color-green);
    }
}
.btn:active .icon-plus, .btn:hover .icon-plus {
    transform: rotate(90deg);
}
.btn:active::before, .btn:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.btn--left-icon .btn__icon {
    order: -1;
}
.btn[disabled], .btn--disabled {
    cursor: not-allowed;
    transition: none;
    pointer-events: none;
    opacity: 0.5;
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
    transform: none !important;
}
.btn.hide, .btn.d-none {
    display: none;
}
.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: 12px;
    height: 8px;
}
.icon-chevron-up:before, .icon-chevron-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath fill='%23262626' d='m5.578 6.633-.539-.54-4.5-4.5L0 1.056 1.078 0l.516.54L5.578 4.5 9.54.54l.54-.54 1.054 1.055-.54.539-4.5 4.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath fill='%23262626' d='m5.578 6.633-.539-.54-4.5-4.5L0 1.056 1.078 0l.516.54L5.578 4.5 9.54.54l.54-.54 1.054 1.055-.54.539-4.5 4.5z'/%3E%3C/svg%3E");
}
.icon-chevron-left, .icon-chevron-right {
    width: 16px;
    height: 16px;
}
.icon-chevron-left:before, .icon-chevron-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath fill='%23262626' d='m5.047 6-4.6-4.6L1.5.345l5.654 5.653L1.5 11.653.447 10.6l4.6-4.6Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='12' fill='none'%3E%3Cpath fill='%23262626' d='m5.047 6-4.6-4.6L1.5.345l5.654 5.653L1.5 11.653.447 10.6l4.6-4.6Z'/%3E%3C/svg%3E");
}
.icon-arrow-right, .icon-arrow-left {
    width: 38px;
    height: 16px;
}
.icon-arrow-right:before, .icon-arrow-left:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' fill='none'%3E%3Cpath fill='%23fff' d='m20.482 15.983-1.477-1.477 5.44-5.44H0V6.917h24.444l-5.44-5.44L20.483 0l7.992 7.992z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' fill='none'%3E%3Cpath fill='%23fff' d='m20.482 15.983-1.477-1.477 5.44-5.44H0V6.917h24.444l-5.44-5.44L20.483 0l7.992 7.992z'/%3E%3C/svg%3E");
}
.icon-arrow-right-light, .icon-arrow-left-light {
    width: 24px;
    height: 24px;
}
.icon-arrow-right-light:before, .icon-arrow-left-light:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0078 13.1641L14.0312 19.1797L13.3672 19.8438L12.0391 18.5156L12.7031 17.8516L17.0781 13.4375H4.1875H3.25V11.5625H4.1875H17.0781L12.7031 7.1875L12.0391 6.52344L13.3672 5.19531L14.0312 5.85938L20.0078 11.8359L20.6719 12.5L20.0078 13.1641Z' fill='%23262626'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.0078 13.1641L14.0312 19.1797L13.3672 19.8438L12.0391 18.5156L12.7031 17.8516L17.0781 13.4375H4.1875H3.25V11.5625H4.1875H17.0781L12.7031 7.1875L12.0391 6.52344L13.3672 5.19531L14.0312 5.85938L20.0078 11.8359L20.6719 12.5L20.0078 13.1641Z' fill='%23262626'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right-small, .icon-arrow-left-small {
    width: 14px;
    height: 12px;
}
.icon-arrow-right-small:before, .icon-arrow-left-small:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'%3E%3Cpath fill='%23fff' d='m12.363 6.21-4.218 4.22-.645.674-1.348-1.348.674-.645 2.608-2.636H0V4.6h9.434L6.826 1.992l-.674-.674L7.5 0l.645.674 4.218 4.219.674.644z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'%3E%3Cpath fill='%23fff' d='m12.363 6.21-4.218 4.22-.645.674-1.348-1.348.674-.645 2.608-2.636H0V4.6h9.434L6.826 1.992l-.674-.674L7.5 0l.645.674 4.218 4.219.674.644z'/%3E%3C/svg%3E");
}
.icon-arrow-up, .icon-arrow-down {
    width: 10px;
    height: 12px;
}
.icon-arrow-up:before, .icon-arrow-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='10' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.516 10.664-.516.54-.54-.54L1.087 7.29l-.54-.539 1.079-1.055.516.54L4.25 8.32V.75h1.5v7.57l2.086-2.086.539-.539L9.43 6.75l-.54.54-3.374 3.374Z' fill='%23E73137'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='10' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m5.516 10.664-.516.54-.54-.54L1.087 7.29l-.54-.539 1.079-1.055.516.54L4.25 8.32V.75h1.5v7.57l2.086-2.086.539-.539L9.43 6.75l-.54.54-3.374 3.374Z' fill='%23E73137'/%3E%3C/svg%3E");
}
.icon-arrow-rotate-right, .icon-arrow-rotate-left {
    width: 24px;
    height: 24px;
}
.icon-arrow-rotate-right:before, .icon-arrow-rotate-left:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M9.571 6.75V4.5h2.883l-.598-.598a5.687 5.687 0 0 0-7.98 0 5.687 5.687 0 0 0 0 7.98 5.687 5.687 0 0 0 7.98 0l1.582 1.583a7.915 7.915 0 0 1-11.144 0 7.915 7.915 0 0 1 0-11.145 7.915 7.915 0 0 1 11.144 0l.633.633V0h2.25v6.75z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='16' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M9.571 6.75V4.5h2.883l-.598-.598a5.687 5.687 0 0 0-7.98 0 5.687 5.687 0 0 0 0 7.98 5.687 5.687 0 0 0 7.98 0l1.582 1.583a7.915 7.915 0 0 1-11.144 0 7.915 7.915 0 0 1 0-11.145 7.915 7.915 0 0 1 11.144 0l.633.633V0h2.25v6.75z'/%3E%3C/svg%3E");
}
.icon-arrow-left-small:before, .icon-chevron-left:before, .icon-arrow-up:before, .icon-chevron-up:before, .icon-arrow-left:before, .icon-arrow-left-light:before {
    transform: scale(-1);
}
.icon-arrow-rotate-left:before {
    transform: scaleX(-1);
}
.icon-arrow-outward {
    width: 12px;
    height: 12px;
}
.icon-arrow-outward:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M1.116 11.55 0 10.434l8.86-8.859H1.05V0h10.5v10.5H9.975V2.69z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M1.116 11.55 0 10.434l8.86-8.859H1.05V0h10.5v10.5H9.975V2.69z'/%3E%3C/svg%3E");
}
.icon-check {
    width: 14px;
    height: 10px;
}
.icon-check:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' fill='none'%3E%3Cpath stroke='%23404041' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17 1 6 12 1 7'/%3E%3C/svg%3E");
}
.icon-close {
    width: 20px;
    height: 20px;
}
.icon-close:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='m24.455 12.88-5.063 5.02 5.02 5.02.718.717-1.392 1.435-.718-.717-5.02-5.02-5.02 5.02-.718.717-1.434-1.434.717-.718 5.02-5.02-5.02-5.02-.717-.718 1.435-1.434.717.717L18 16.508l5.02-5.02.718-.718 1.434 1.393z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='m24.455 12.88-5.063 5.02 5.02 5.02.718.717-1.392 1.435-.718-.717-5.02-5.02-5.02 5.02-.718.717-1.434-1.434.717-.718 5.02-5.02-5.02-5.02-.717-.718 1.435-1.434.717.717L18 16.508l5.02-5.02.718-.718 1.434 1.393z'/%3E%3C/svg%3E");
}
.icon-facebook {
    width: 8px;
    height: 16px;
}
.icon-facebook:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='8' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.457 16V8.8h2.186L8 5.6H5.457V4.041c0-.824.021-1.641 1.173-1.641h1.166V.112C7.796.078 6.794 0 5.78 0 3.664 0 2.339 1.326 2.339 3.76V5.6H0v3.2h2.339V16h3.118Z' fill='%23fff'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='8' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.457 16V8.8h2.186L8 5.6H5.457V4.041c0-.824.021-1.641 1.173-1.641h1.166V.112C7.796.078 6.794 0 5.78 0 3.664 0 2.339 1.326 2.339 3.76V5.6H0v3.2h2.339V16h3.118Z' fill='%23fff'/%3E%3C/svg%3E");
}
.icon-linkedin {
    width: 16px;
    height: 16px;
}
.icon-linkedin: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 fill-rule='evenodd' clip-rule='evenodd' d='M16 16h-3.2v-5.6c0-1.535-.678-2.392-1.893-2.392C9.585 8.008 8.8 8.9 8.8 10.4V16H5.6V5.6h3.2v1.17s1.004-1.762 3.266-1.762C14.33 5.008 16 6.388 16 9.246V16ZM1.954 3.937A1.961 1.961 0 0 1 0 1.968C0 .882.874 0 1.954 0a1.96 1.96 0 0 1 1.952 1.968 1.96 1.96 0 0 1-1.952 1.969ZM0 16h4V5.6H0V16Z' 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 fill-rule='evenodd' clip-rule='evenodd' d='M16 16h-3.2v-5.6c0-1.535-.678-2.392-1.893-2.392C9.585 8.008 8.8 8.9 8.8 10.4V16H5.6V5.6h3.2v1.17s1.004-1.762 3.266-1.762C14.33 5.008 16 6.388 16 9.246V16ZM1.954 3.937A1.961 1.961 0 0 1 0 1.968C0 .882.874 0 1.954 0a1.96 1.96 0 0 1 1.952 1.968 1.96 1.96 0 0 1-1.952 1.969ZM0 16h4V5.6H0V16Z' fill='%23fff'/%3E%3C/svg%3E");
}
.icon-twitter {
    width: 16px;
    height: 16px;
}
.icon-twitter:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M12.6 0h2.454l-5.36 6.778L16 16h-4.937l-3.867-5.594L2.77 16H.316l5.733-7.25L0 0h5.062l3.496 5.113L12.601 0Zm-.86 14.375h1.36L4.323 1.54H2.865l8.875 12.836Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%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%3Cg clip-path='url(%23a)'%3E%3Cpath d='M12.6 0h2.454l-5.36 6.778L16 16h-4.937l-3.867-5.594L2.77 16H.316l5.733-7.25L0 0h5.062l3.496 5.113L12.601 0Zm-.86 14.375h1.36L4.323 1.54H2.865l8.875 12.836Z' fill='%23fff'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h16v16H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-instagram {
    width: 16px;
    height: 16px;
}
.icon-instagram:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23f1f5f9' d='M7.982 3.904a4.104 4.104 0 0 1 4.107 4.1c0 2.282-1.857 4.1-4.107 4.1a4.104 4.104 0 0 1-4.107-4.1c0-2.281 1.857-4.1 4.107-4.1m0 1.426c-1.5.036-2.678 1.213-2.678 2.674.035 1.498 1.214 2.675 2.678 2.675 1.5-.036 2.679-1.213 2.679-2.675-.036-1.497-1.215-2.674-2.679-2.674m3.322-1.604a.96.96 0 0 0 .964.963.96.96 0 0 0 .964-.963c0-.535-.428-.927-.964-.927s-.964.392-.964.927m4.642.998c.072 1.32.072 5.241 0 6.56-.071 1.284-.357 2.425-1.285 3.352-.965.963-2.072 1.248-3.357 1.284-1.322.107-5.286.107-6.608 0-1.285-.036-2.428-.357-3.357-1.284C.411 13.71.09 12.568.054 11.285c-.072-1.32-.072-5.277 0-6.596.071-1.248.357-2.39 1.285-3.316C2.268.41 3.411.125 4.696.053c1.322-.07 5.286-.07 6.608 0 1.285.072 2.392.357 3.357 1.32.928.927 1.214 2.068 1.285 3.351m-1.714 7.987c.429-1.034.322-3.53.322-4.707 0-1.176.107-3.672-.322-4.706a2.7 2.7 0 0 0-1.536-1.533c-1.035-.392-3.535-.321-4.714-.321-1.143 0-3.643-.071-4.714.32-.679.286-1.25.821-1.5 1.534-.429 1.034-.322 3.53-.322 4.706s-.107 3.673.322 4.707a2.75 2.75 0 0 0 1.5 1.533c1.071.392 3.571.32 4.714.32 1.179 0 3.679.072 4.714-.32a2.7 2.7 0 0 0 1.536-1.533'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath fill='%23f1f5f9' d='M7.982 3.904a4.104 4.104 0 0 1 4.107 4.1c0 2.282-1.857 4.1-4.107 4.1a4.104 4.104 0 0 1-4.107-4.1c0-2.281 1.857-4.1 4.107-4.1m0 1.426c-1.5.036-2.678 1.213-2.678 2.674.035 1.498 1.214 2.675 2.678 2.675 1.5-.036 2.679-1.213 2.679-2.675-.036-1.497-1.215-2.674-2.679-2.674m3.322-1.604a.96.96 0 0 0 .964.963.96.96 0 0 0 .964-.963c0-.535-.428-.927-.964-.927s-.964.392-.964.927m4.642.998c.072 1.32.072 5.241 0 6.56-.071 1.284-.357 2.425-1.285 3.352-.965.963-2.072 1.248-3.357 1.284-1.322.107-5.286.107-6.608 0-1.285-.036-2.428-.357-3.357-1.284C.411 13.71.09 12.568.054 11.285c-.072-1.32-.072-5.277 0-6.596.071-1.248.357-2.39 1.285-3.316C2.268.41 3.411.125 4.696.053c1.322-.07 5.286-.07 6.608 0 1.285.072 2.392.357 3.357 1.32.928.927 1.214 2.068 1.285 3.351m-1.714 7.987c.429-1.034.322-3.53.322-4.707 0-1.176.107-3.672-.322-4.706a2.7 2.7 0 0 0-1.536-1.533c-1.035-.392-3.535-.321-4.714-.321-1.143 0-3.643-.071-4.714.32-.679.286-1.25.821-1.5 1.534-.429 1.034-.322 3.53-.322 4.706s-.107 3.673.322 4.707a2.75 2.75 0 0 0 1.5 1.533c1.071.392 3.571.32 4.714.32 1.179 0 3.679.072 4.714-.32a2.7 2.7 0 0 0 1.536-1.533'/%3E%3C/svg%3E");
}
.icon-plus {
    width: 20px;
    height: 20px;
}
.icon-plus:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M9.057 9.083h-5.21v1.86h5.21v5.394h1.886v-5.394h5.21v-1.86h-5.21v-5.42H9.057z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23fff' d='M9.057 9.083h-5.21v1.86h5.21v5.394h1.886v-5.394h5.21v-1.86h-5.21v-5.42H9.057z'/%3E%3C/svg%3E");
}
.icon-specto {
    width: 68px;
    height: 14px;
}
.icon-specto:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='14' fill='none'%3E%3Cmask id='a' width='67' height='14' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M67 0H0v13.933h67z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cmask id='b' width='68' height='14' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M67.022.001H0v13.955h67.022z'/%3E%3C/mask%3E%3Cg fill='%23e5e5e5' mask='url(%23b)'%3E%3Cpath d='M14.151 3.223q-1.814 0-3.182.52-1.028.392-1.903.865-.228.134-.447.272-1.037.666-2.117 1.188t-2.521.52c-.275 0-.514-.028-.735-.068v3.852q.349.036.735.038 1.814 0 3.182-.52 1.027-.392 1.903-.865.228-.135.446-.272a20 20 0 0 1 2.118-1.187q1.081-.522 2.521-.522c.275 0 .514.029.735.07V3.26a7 7 0 0 0-.735-.038M18.13 7.113h-3.244v3.26h3.244zM14.886 10.374h-4.865v3.26h4.865zM3.244 3.262H0v3.26h3.244zM8.111.001H3.246v3.26H8.11zM24.532 7.844q.057.74.6 1.189.547.45 1.452.449.75 0 1.224-.32.475-.32.475-.89 0-.397-.262-.631-.262-.235-.736-.37-.475-.136-1.465-.335-.977-.185-1.642-.476a2.6 2.6 0 0 1-1.084-.867q-.417-.577-.417-1.53 0-.87.474-1.55.475-.684 1.317-1.075.843-.391 1.905-.392c.707 0 1.38.135 1.961.406q.871.405 1.374 1.116.502.711.517 1.607h-2.082a1.52 1.52 0 0 0-.537-1.032q-.466-.391-1.232-.392-.708 0-1.133.3-.424.3-.424.854 0 .398.254.618.255.221.721.357.468.135 1.445.32.99.184 1.67.462.681.277 1.098.839t.418 1.501a2.75 2.75 0 0 1-.497 1.63q-.496.718-1.38 1.13-.886.414-1.99.413-1.19 0-2.117-.434-.928-.434-1.451-1.202a3.06 3.06 0 0 1-.538-1.722l2.082.029zM36.354 8.948q.495-.59.496-1.53 0-.94-.496-1.515-.496-.577-1.302-.577-.808 0-1.288.577-.481.577-.481 1.515c0 .625.16 1.148.48 1.537q.483.582 1.289.583.806 0 1.302-.59m.898-4.795q.757.46 1.19 1.316.431.855.431 1.978t-.431 1.963q-.432.84-1.197 1.302-.765.461-1.741.462-1.402 0-2.195-1.01v3.77h-1.996V3.777h1.741l.198 1.01q.368-.496.941-.796.575-.3 1.324-.3.977 0 1.735.463M44.891 6.579q-.1-.669-.544-1.032-.446-.363-1.127-.364c-.453 0-.8.127-1.097.377q-.446.377-.53 1.017h3.298zm-4.963-1.116q.46-.846 1.288-1.31.829-.462 1.919-.463c.726 0 1.385.145 1.947.434q.842.435 1.317 1.224.475.79.488 1.856 0 .385-.057.683h-5.28v.057q.069.798.51 1.253.437.456 1.203.455.609 0 1.014-.263.404-.263.53-.776h1.968a2.9 2.9 0 0 1-.553 1.31q-.439.584-1.16.918-.722.335-1.658.335-1.218 0-2.102-.456a3.22 3.22 0 0 1-1.36-1.301q-.474-.846-.474-1.97c0-.75.153-1.421.46-1.986M53.618 10.414q-.928.762-2.401.762-1.133 0-1.982-.463a3.2 3.2 0 0 1-1.31-1.316q-.461-.854-.46-1.964c0-.74.152-1.405.46-1.97q.458-.846 1.317-1.31.857-.462 1.989-.463 1.458 0 2.378.747.92.748 1.134 2.07h-2.068a1.54 1.54 0 0 0-.51-.861q-.382-.32-.948-.32-.779 0-1.245.584-.467.582-.467 1.523 0 .94.467 1.522.466.582 1.245.583.58 0 .97-.328.39-.326.504-.896h2.053q-.197 1.338-1.124 2.098M58.079 9.396q-.383 0-.545-.172t-.163-.554V5.468h1.657V3.775h-1.657v-2.05h-1.995v7.27q0 2.092 2.081 2.092h1.657V9.394H58.08zM64.486 8.954q.49-.582.49-1.522 0-.938-.49-1.523-.49-.582-1.324-.583c-.557 0-.984.195-1.31.583q-.49.582-.488 1.523 0 .94.487 1.522.49.582 1.31.583c.548 0 .998-.195 1.325-.583m-3.34 1.757A3.24 3.24 0 0 1 59.8 9.394q-.474-.855-.474-1.963 0-1.11.474-1.964a3.25 3.25 0 0 1 1.344-1.317q.871-.461 2.018-.462 1.148 0 2.018.462a3.24 3.24 0 0 1 1.345 1.317Q67 6.32 67 7.43c0 .74-.158 1.405-.474 1.97q-.474.846-1.345 1.31-.87.462-2.018.462-1.146 0-2.018-.462'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='67' height='14' fill='none'%3E%3Cmask id='a' width='67' height='14' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M67 0H0v13.933h67z'/%3E%3C/mask%3E%3Cg mask='url(%23a)'%3E%3Cmask id='b' width='68' height='14' x='0' y='0' maskUnits='userSpaceOnUse' style='mask-type:luminance'%3E%3Cpath fill='%23fff' d='M67.022.001H0v13.955h67.022z'/%3E%3C/mask%3E%3Cg fill='%23e5e5e5' mask='url(%23b)'%3E%3Cpath d='M14.151 3.223q-1.814 0-3.182.52-1.028.392-1.903.865-.228.134-.447.272-1.037.666-2.117 1.188t-2.521.52c-.275 0-.514-.028-.735-.068v3.852q.349.036.735.038 1.814 0 3.182-.52 1.027-.392 1.903-.865.228-.135.446-.272a20 20 0 0 1 2.118-1.187q1.081-.522 2.521-.522c.275 0 .514.029.735.07V3.26a7 7 0 0 0-.735-.038M18.13 7.113h-3.244v3.26h3.244zM14.886 10.374h-4.865v3.26h4.865zM3.244 3.262H0v3.26h3.244zM8.111.001H3.246v3.26H8.11zM24.532 7.844q.057.74.6 1.189.547.45 1.452.449.75 0 1.224-.32.475-.32.475-.89 0-.397-.262-.631-.262-.235-.736-.37-.475-.136-1.465-.335-.977-.185-1.642-.476a2.6 2.6 0 0 1-1.084-.867q-.417-.577-.417-1.53 0-.87.474-1.55.475-.684 1.317-1.075.843-.391 1.905-.392c.707 0 1.38.135 1.961.406q.871.405 1.374 1.116.502.711.517 1.607h-2.082a1.52 1.52 0 0 0-.537-1.032q-.466-.391-1.232-.392-.708 0-1.133.3-.424.3-.424.854 0 .398.254.618.255.221.721.357.468.135 1.445.32.99.184 1.67.462.681.277 1.098.839t.418 1.501a2.75 2.75 0 0 1-.497 1.63q-.496.718-1.38 1.13-.886.414-1.99.413-1.19 0-2.117-.434-.928-.434-1.451-1.202a3.06 3.06 0 0 1-.538-1.722l2.082.029zM36.354 8.948q.495-.59.496-1.53 0-.94-.496-1.515-.496-.577-1.302-.577-.808 0-1.288.577-.481.577-.481 1.515c0 .625.16 1.148.48 1.537q.483.582 1.289.583.806 0 1.302-.59m.898-4.795q.757.46 1.19 1.316.431.855.431 1.978t-.431 1.963q-.432.84-1.197 1.302-.765.461-1.741.462-1.402 0-2.195-1.01v3.77h-1.996V3.777h1.741l.198 1.01q.368-.496.941-.796.575-.3 1.324-.3.977 0 1.735.463M44.891 6.579q-.1-.669-.544-1.032-.446-.363-1.127-.364c-.453 0-.8.127-1.097.377q-.446.377-.53 1.017h3.298zm-4.963-1.116q.46-.846 1.288-1.31.829-.462 1.919-.463c.726 0 1.385.145 1.947.434q.842.435 1.317 1.224.475.79.488 1.856 0 .385-.057.683h-5.28v.057q.069.798.51 1.253.437.456 1.203.455.609 0 1.014-.263.404-.263.53-.776h1.968a2.9 2.9 0 0 1-.553 1.31q-.439.584-1.16.918-.722.335-1.658.335-1.218 0-2.102-.456a3.22 3.22 0 0 1-1.36-1.301q-.474-.846-.474-1.97c0-.75.153-1.421.46-1.986M53.618 10.414q-.928.762-2.401.762-1.133 0-1.982-.463a3.2 3.2 0 0 1-1.31-1.316q-.461-.854-.46-1.964c0-.74.152-1.405.46-1.97q.458-.846 1.317-1.31.857-.462 1.989-.463 1.458 0 2.378.747.92.748 1.134 2.07h-2.068a1.54 1.54 0 0 0-.51-.861q-.382-.32-.948-.32-.779 0-1.245.584-.467.582-.467 1.523 0 .94.467 1.522.466.582 1.245.583.58 0 .97-.328.39-.326.504-.896h2.053q-.197 1.338-1.124 2.098M58.079 9.396q-.383 0-.545-.172t-.163-.554V5.468h1.657V3.775h-1.657v-2.05h-1.995v7.27q0 2.092 2.081 2.092h1.657V9.394H58.08zM64.486 8.954q.49-.582.49-1.522 0-.938-.49-1.523-.49-.582-1.324-.583c-.557 0-.984.195-1.31.583q-.49.582-.488 1.523 0 .94.487 1.522.49.582 1.31.583c.548 0 .998-.195 1.325-.583m-3.34 1.757A3.24 3.24 0 0 1 59.8 9.394q-.474-.855-.474-1.963 0-1.11.474-1.964a3.25 3.25 0 0 1 1.344-1.317q.871-.461 2.018-.462 1.148 0 2.018.462a3.24 3.24 0 0 1 1.345 1.317Q67 6.32 67 7.43c0 .74-.158 1.405-.474 1.97q-.474.846-1.345 1.31-.87.462-2.018.462-1.146 0-2.018-.462'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-qr {
    width: 44px;
    height: 44px;
}
.icon-qr:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath fill='%23000' d='M3.667 11.596v-7.93h7.929v2.75h-5.18v5.18zm0 28.737v-7.929h2.75v5.18h5.179v2.75zm28.737 0v-2.75h5.18v-5.179h2.75v7.93zm5.18-28.737v-5.18h-5.18v-2.75h7.93v7.93zm-5.134 20.9h2.888v2.887H32.45zm0-5.775h2.888v2.887H32.45zm-2.887 2.887h2.887v2.888h-2.887zm-2.888 2.888h2.888v2.887h-2.888zm-2.887-2.888h2.887v2.888h-2.887zm5.775-5.775h2.887v2.888h-2.887zm-2.888 2.888h2.888v2.887h-2.888zm-2.887-2.888h2.887v2.888h-2.887zm11.55-15.216v11.55h-11.55V8.617zM20.167 23.833v11.55H8.617v-11.55zm0-15.216v11.55H8.617V8.617zm-2.292 24.475v-6.967h-6.967v6.967zm0-15.217v-6.967h-6.967v6.967zm15.17 0v-6.967H26.08v6.967z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='44' fill='none'%3E%3Cpath fill='%23000' d='M3.667 11.596v-7.93h7.929v2.75h-5.18v5.18zm0 28.737v-7.929h2.75v5.18h5.179v2.75zm28.737 0v-2.75h5.18v-5.179h2.75v7.93zm5.18-28.737v-5.18h-5.18v-2.75h7.93v7.93zm-5.134 20.9h2.888v2.887H32.45zm0-5.775h2.888v2.887H32.45zm-2.887 2.887h2.887v2.888h-2.887zm-2.888 2.888h2.888v2.887h-2.888zm-2.887-2.888h2.887v2.888h-2.887zm5.775-5.775h2.887v2.888h-2.887zm-2.888 2.888h2.888v2.887h-2.888zm-2.887-2.888h2.887v2.888h-2.887zm11.55-15.216v11.55h-11.55V8.617zM20.167 23.833v11.55H8.617v-11.55zm0-15.216v11.55H8.617V8.617zm-2.292 24.475v-6.967h-6.967v6.967zm0-15.217v-6.967h-6.967v6.967zm15.17 0v-6.967H26.08v6.967z'/%3E%3C/svg%3E");
}
.icon-play {
    width: 26px;
    height: 28px;
}
.icon-play:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' fill='none'%3E%3Cpath fill='%23d5d7da' d='M1.22.374A2.23 2.23 0 0 1 3.598.313l20.488 11.22a2.39 2.39 0 0 1 1.28 2.134c0 .915-.487 1.707-1.28 2.134L3.598 27.021a2.24 2.24 0 0 1-2.378-.061C.488 26.533 0 25.74 0 24.887V2.447C0 1.593.488.801 1.22.374m1.707 23.72L21.89 13.667 2.927 3.3z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='28' fill='none'%3E%3Cpath fill='%23d5d7da' d='M1.22.374A2.23 2.23 0 0 1 3.598.313l20.488 11.22a2.39 2.39 0 0 1 1.28 2.134c0 .915-.487 1.707-1.28 2.134L3.598 27.021a2.24 2.24 0 0 1-2.378-.061C.488 26.533 0 25.74 0 24.887V2.447C0 1.593.488.801 1.22.374m1.707 23.72L21.89 13.667 2.927 3.3z'/%3E%3C/svg%3E");
}
.icon-play-solid {
    width: 16px;
    height: 16px;
}
.icon-play-solid:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M13.5 7.875 0 15.75V0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M13.5 7.875 0 15.75V0z'/%3E%3C/svg%3E");
}
.icon-volume {
    width: 16px;
    height: 16px;
}
.icon-volume:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M0 4.5h4.5L9.563 0h1.687v15.75H9.563L4.5 11.25H0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M0 4.5h4.5L9.563 0h1.687v15.75H9.563L4.5 11.25H0z'/%3E%3C/svg%3E");
}
.icon-mute {
    width: 36px;
    height: 36px;
}
.icon-mute:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M0 4.5h4.5L9.563 0h1.687v15.75H9.563L4.5 11.25H0zm15.504.809v.035l1.371 1.37 1.371-1.37.598-.598 1.16 1.16-.598.598-1.37 1.371 1.37 1.371.598.598-1.16 1.195-.598-.598-1.371-1.37-1.371 1.37-.598.598-1.195-1.195.598-.598 1.37-1.371-1.37-1.371-.598-.598 1.195-1.195z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='16' fill='none'%3E%3Cpath fill='%23e5e5e5' d='M0 4.5h4.5L9.563 0h1.687v15.75H9.563L4.5 11.25H0zm15.504.809v.035l1.371 1.37 1.371-1.37.598-.598 1.16 1.16-.598.598-1.37 1.371 1.37 1.371.598.598-1.16 1.195-.598-.598-1.371-1.37-1.371 1.37-.598.598-1.195-1.195.598-.598 1.37-1.371-1.37-1.371-.598-.598 1.195-1.195z'/%3E%3C/svg%3E");
}
.icon-pause {
    width: 16px;
    height: 16px;
}
.icon-pause:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.388' height='12.12' viewBox='0 0 10.388 12.12'%3E%3Cpath d='M9,19.62h3.463V7.5H9ZM15.926,7.5V19.62h3.463V7.5Z' transform='translate(-9 -7.5)' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.388' height='12.12' viewBox='0 0 10.388 12.12'%3E%3Cpath d='M9,19.62h3.463V7.5H9ZM15.926,7.5V19.62h3.463V7.5Z' transform='translate(-9 -7.5)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.icon-list-view {
    width: 36px;
    height: 36px;
}
.icon-list-view:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='M4.5 27v-2.25h9V27zm0-7.875v-2.25h18v2.25zm0-7.875V9h27v2.25z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='M4.5 27v-2.25h9V27zm0-7.875v-2.25h18v2.25zm0-7.875V9h27v2.25z'/%3E%3C/svg%3E");
}
.icon-slider-view {
    width: 36px;
    height: 36px;
}
.icon-slider-view:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='m6.187 29.625-2.175-15.75q-.112-.9.45-1.631a2.11 2.11 0 0 1 1.463-.844l2.55 17.925 17.887-2.137H28.8q0 .862-.544 1.462-.543.6-1.406.713L8.7 31.575a2.15 2.15 0 0 1-1.633-.453 2.27 2.27 0 0 1-.88-1.497M10.5 24.9q-.9 0-1.575-.675T8.25 22.65V6.75q0-.9.675-1.575T10.5 4.5h20.25q.9 0 1.575.675T33 6.75v15.9q0 .9-.675 1.575t-1.575.675zm0-2.25h20.25V6.75H10.5z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='m6.187 29.625-2.175-15.75q-.112-.9.45-1.631a2.11 2.11 0 0 1 1.463-.844l2.55 17.925 17.887-2.137H28.8q0 .862-.544 1.462-.543.6-1.406.713L8.7 31.575a2.15 2.15 0 0 1-1.633-.453 2.27 2.27 0 0 1-.88-1.497M10.5 24.9q-.9 0-1.575-.675T8.25 22.65V6.75q0-.9.675-1.575T10.5 4.5h20.25q.9 0 1.575.675T33 6.75v15.9q0 .9-.675 1.575t-1.575.675zm0-2.25h20.25V6.75H10.5z'/%3E%3C/svg%3E");
}
.icon-quote {
    width: 36px;
    height: 36px;
}
.icon-quote:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23000' d='m9.3 27 3.525-6.075a4 4 0 0 1-.412.056q-.225.02-.413.019-2.475 0-4.237-1.762T6 15t1.763-4.238Q9.525 9.002 12 9q2.475 0 4.238 1.762Q18 12.526 18 15q0 .788-.206 1.538-.207.75-.619 1.462L12 27zm13.5 0 3.525-6.075a4 4 0 0 1-.412.056q-.225.02-.413.019-2.474 0-4.238-1.762Q19.5 17.475 19.5 15t1.762-4.238Q23.026 9.002 25.5 9q2.475 0 4.238 1.762Q31.5 12.526 31.5 15q0 .788-.206 1.538-.207.75-.619 1.462L25.5 27z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23000' d='m9.3 27 3.525-6.075a4 4 0 0 1-.412.056q-.225.02-.413.019-2.475 0-4.237-1.762T6 15t1.763-4.238Q9.525 9.002 12 9q2.475 0 4.238 1.762Q18 12.526 18 15q0 .788-.206 1.538-.207.75-.619 1.462L12 27zm13.5 0 3.525-6.075a4 4 0 0 1-.412.056q-.225.02-.413.019-2.474 0-4.238-1.762Q19.5 17.475 19.5 15t1.762-4.238Q23.026 9.002 25.5 9q2.475 0 4.238 1.762Q31.5 12.526 31.5 15q0 .788-.206 1.538-.207.75-.619 1.462L25.5 27z'/%3E%3C/svg%3E");
}
.icon-zoom-in {
    width: 36px;
    height: 36px;
}
.icon-zoom-in:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='M27.83 9.505 22.092 15.2h4.683v2.025h-8.1v-8.1H20.7v4.641l5.695-5.696.718-.675 1.434 1.393zM8.17 26.295l5.696-5.695H9.225v-2.025h8.1v8.1H15.3v-4.641L9.605 27.73l-.718.717-1.434-1.434z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='M27.83 9.505 22.092 15.2h4.683v2.025h-8.1v-8.1H20.7v4.641l5.695-5.696.718-.675 1.434 1.393zM8.17 26.295l5.696-5.695H9.225v-2.025h8.1v8.1H15.3v-4.641L9.605 27.73l-.718.717-1.434-1.434z'/%3E%3C/svg%3E");
}
.icon-zoom-out {
    width: 36px;
    height: 36px;
}
.icon-zoom-out:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='m19.645 14.82 5.696-5.695H20.7V7.1h8.1v8.1h-2.025v-4.641l-5.695 5.696-.717.717-1.435-1.435zm-3.29 6.16-5.738 5.695H15.3V28.7H7.2v-8.1h2.025v4.682l5.695-5.695.717-.717 1.435 1.392z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23262626' d='m19.645 14.82 5.696-5.695H20.7V7.1h8.1v8.1h-2.025v-4.641l-5.695 5.696-.717.717-1.435-1.435zm-3.29 6.16-5.738 5.695H15.3V28.7H7.2v-8.1h2.025v4.682l5.695-5.695.717-.717 1.435 1.392z'/%3E%3C/svg%3E");
}
.icon-map {
    width: 28px;
    height: 24px;
}
.icon-map:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23171717' d='M23.625 11.625C23.625 14.906 18 21 18 21s-5.625-6.094-5.625-9.375A5.61 5.61 0 0 1 18 6c3.094 0 5.625 2.531 5.625 5.625m-7.5-.375c0 .703.328 1.313.938 1.64.562.329 1.265.329 1.875 0a1.89 1.89 0 0 0 .937-1.64c0-.656-.375-1.266-.937-1.594-.61-.328-1.313-.328-1.875 0-.61.328-.938.938-.938 1.594m5.86 7.219 1.265-1.828v10.64l6-1.922V13.594L24 15.28l.047-.094c.422-.796.797-1.687.984-2.578l4.219-1.359 2.25-.75V27l-9.375 3-8.25-3-7.125 2.297L4.5 30V13.5l6.375-2.016v.141c0 .703.14 1.406.375 2.11l-4.5 1.406v11.812l6-1.922v-8.39c.375.609.797 1.218 1.219 1.828.328.468.703.937 1.031 1.312v5.25l6 2.203v-7.453c.328-.422.656-.843.984-1.312'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='36' fill='none'%3E%3Cpath fill='%23171717' d='M23.625 11.625C23.625 14.906 18 21 18 21s-5.625-6.094-5.625-9.375A5.61 5.61 0 0 1 18 6c3.094 0 5.625 2.531 5.625 5.625m-7.5-.375c0 .703.328 1.313.938 1.64.562.329 1.265.329 1.875 0a1.89 1.89 0 0 0 .937-1.64c0-.656-.375-1.266-.937-1.594-.61-.328-1.313-.328-1.875 0-.61.328-.938.938-.938 1.594m5.86 7.219 1.265-1.828v10.64l6-1.922V13.594L24 15.28l.047-.094c.422-.796.797-1.687.984-2.578l4.219-1.359 2.25-.75V27l-9.375 3-8.25-3-7.125 2.297L4.5 30V13.5l6.375-2.016v.141c0 .703.14 1.406.375 2.11l-4.5 1.406v11.812l6-1.922v-8.39c.375.609.797 1.218 1.219 1.828.328.468.703.937 1.031 1.312v5.25l6 2.203v-7.453c.328-.422.656-.843.984-1.312'/%3E%3C/svg%3E");
}
.icon.gray--200::before {
    background-color: var(--color-gray-200);
}
.icon.gray--500::before {
    background-color: var(--color-gray-500);
}
.icon.gray--800::before {
    background-color: var(--color-gray-800);
}
.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-black);
    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 */
.margin {
    display: block;
    width: 100%;
}
.margin--280 {
    height: 280px;
}
@media only screen and (max-width: 1500px) {
    .margin--280 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--280 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--280 {
        height: 128px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--280 {
        margin: 80px;
    }
}
.margin--260 {
    height: 260px;
}
@media only screen and (max-width: 1500px) {
    .margin--260 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--260 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--260 {
        height: 100px;
    }
}
.margin--240 {
    height: 240px;
}
@media only screen and (max-width: 1500px) {
    .margin--240 {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--240 {
        height: 160px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--240 {
        height: 100px;
    }
}
.margin--200 {
    height: 200px;
}
@media only screen and (max-width: 1500px) {
    .margin--200 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--200 {
        height: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--200 {
        height: 120px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--200 {
        height: 96px;
    }
}
.margin--180 {
    height: 180px;
}
@media only screen and (max-width: 1200px) {
    .margin--180 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--180 {
        height: 80px;
    }
}
.margin--170 {
    height: 170px;
}
@media only screen and (max-width: 1200px) {
    .margin--170 {
        height: 110px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--170 {
        height: 70px;
    }
}
.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1200px) {
    .margin--160 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--160 {
        height: 96px;
    }
}
.margin--140 {
    height: 140px;
}
@media only screen and (max-width: 1200px) {
    .margin--140 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--140 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--140 {
        height: 64px;
    }
}
.margin--150 {
    height: 150px;
}
@media only screen and (max-width: 1200px) {
    .margin--150 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--150 {
        height: 80px;
    }
}
.margin--128 {
    height: 128px;
}
@media only screen and (max-width: 1022px) {
    .margin--128 {
        height: 96px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (max-width: 1200px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 60px;
    }
}
.margin--112 {
    height: 112px;
}
@media only screen and (max-width: 1200px) {
    .margin--112 {
        height: 75px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--112 {
        height: 60px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (max-width: 1200px) {
    .margin--100 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 60px;
    }
}
.margin--96 {
    height: 96px;
}
@media only screen and (max-width: 1200px) {
    .margin--96 {
        height: 80px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (max-width: 1200px) {
    .margin--80 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 40px;
    }
}
.margin--64 {
    height: 64px;
}
.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: 32px;
    }
}
.margin--48 {
    height: 48px;
}
.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: 20px;
    }
}
.margin--36 {
    height: 36px;
}
.margin--32 {
    height: 32px;
}
.margin--24 {
    height: 24px;
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}
.margin--12 {
    height: 12px;
}

.title--h6, .title--h5, .title--4xl, .title--h4, .title--h3, .title--h2, .title--7xl, .title--h1 {
    line-height: 1;
    color: var(--color-gray-800);
    font-weight: 700;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.title--h1 {
    font-size: 72px;
    letter-spacing: -0.03em;
}
@media only screen and (max-width: 1500px) {
    .title--h1 {
        font-size: 76px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h1 {
        font-size: 48px;
    }
}

.title--h2, .title--7xl {
    font-size: 48px;
    letter-spacing: -0.03em;
}
@media only screen and (max-width: 1022px) {
    .title--h2, .title--7xl {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2, .title--7xl {
        font-size: 36px;
        letter-spacing: -0.02em;
    }
}

.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: 24px;
    }
}

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

.title--h5, .title--4xl {
    font-size: 26px;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 1022px) {
    .title--h5, .title--4xl {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h5, .title--4xl {
        font-size: 18px;
    }
}

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

.title--9xl {
    font-size: 128px;
    line-height: 1;
    letter-spacing: -0.06em;
}
@media only screen and (max-width: 1500px) {
    .title--9xl {
        font-size: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--9xl {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--9xl {
        font-size: 60px;
        letter-spacing: normal;
    }
}

.title.text--sb {
    font-weight: 600;
}
.title.text--gray-dark {
    color: var(--color-gray-800);
}
.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-black);
}
.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);
}
.advance-cookie-banner {
    font-size: 16px;
    line-height: 1.5;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner {
        font-size: 14px;
    }
}
.advance-cookie-banner__title {
    margin-bottom: 8px;
    color: var(--color-gray-800);
}
.advance-cookie-banner__bar {
    position: fixed;
    left: 0;
    width: 100%;
    max-width: 852px;
    bottom: 0;
    z-index: 998;
    transition: opacity 0.5s ease;
    padding: 24px 36px;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color-gray-200);
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__bar {
        max-width: 100%;
        padding: 24px 16px;
    }
}
.cookie-not-set .advance-cookie-banner__bar {
    opacity: 1;
    pointer-events: all;
}
.advance-cookie-banner__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr auto;
    grid-gap: 30px;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
        grid-gap: 20px;
    }
}
.advance-cookie-banner a {
    text-decoration: underline;
}
.advance-cookie-banner a:hover {
    text-decoration: none;
}
.advance-cookie-banner__button {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__button {
        flex-wrap: wrap;
        gap: 16px;
    }
}
.advance-cookie-banner .btn--cookie-setting {
    color: var(--color-green);
    text-decoration: underline;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.advance-cookie-banner .btn--cookie-setting:hover {
    color: var(--color-green);
    text-decoration: none;
}
.advance-cookie-banner .btn[disabled] {
    pointer-events: none;
    opacity: 0.4;
}
.advance-cookie-banner .btn[disabled]::after {
    width: 100%;
    height: 100%;
}
.advance-cookie-banner__modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    transition: opacity 0.4s ease;
    padding: 28px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal {
        padding: 18px 10px;
        font-size: 14px;
    }
}
.advance-cookie-banner__modal.is-open-modal {
    opacity: 1;
    pointer-events: all;
}
.advance-cookie-banner__modal-close {
    flex-shrink: 0;
}
.advance-cookie-banner__modal-close .icon {
    pointer-events: none;
    width: 30px;
    height: 30px;
}
.advance-cookie-banner__modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}
.advance-cookie-banner__modal-body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 830px;
    box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.25);
    background-color: var(--color-white);
    z-index: 1000;
    padding: 32px;
    border-radius: 12px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-body {
        padding: 16px;
    }
}
.advance-cookie-banner__modal-header {
    border-bottom: 1px solid var(--color-gray-200);
    padding: 0 0 16px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-header {
        margin-bottom: 30px;
    }
}
.advance-cookie-banner__modal-content {
    display: grid;
    grid-gap: 44px;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__modal-content {
        grid-gap: 32px;
    }
}
.advance-cookie-banner__modal-content .editor-text p {
    margin-top: 8px;
    margin-bottom: 8px;
}
.advance-cookie-banner__modal-content .editor-text p:first-child {
    margin-top: 0;
}
.advance-cookie-banner__modal-content .editor-text p a {
    text-decoration: underline;
}
.advance-cookie-banner__modal-content .editor-text p a:hover {
    text-decoration: none;
}
.advance-cookie-banner__modal-item {
    position: relative;
}
.advance-cookie-banner__modal-item.is-necessary .mod-toggle {
    pointer-events: none;
    opacity: 0;
}
.advance-cookie-banner__modal-cookie-title {
    margin-bottom: 8px;
    padding-right: 140px;
    color: var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-cookie-title {
        padding-right: 80px;
    }
}
.advance-cookie-banner__modal-active-label {
    position: absolute;
    right: 12px;
    top: 0;
    font-weight: 600;
    color: var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-active-label {
        font-size: 12px;
        top: 4px;
    }
}
.advance-cookie-banner__modal-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
    gap: 10px 20px;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-footer .btn {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .advance-cookie-banner__modal-footer .btn__text {
        flex-shrink: 0;
    }
}
.advance-cookie-banner__modal .mod-toggle {
    position: absolute;
    right: 14px;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal .mod-toggle {
        right: 0;
    }
}
.advance-cookie-banner__modal .link-with-arrow {
    padding-bottom: 0;
    border-bottom: 0;
}
.advance-cookie-banner__modal .link-with-arrow::after {
    display: none;
}
.advance-cookie-banner__close {
    position: absolute;
    top: 0;
    z-index: 3;
    width: 40px;
    height: 40px;
    right: 0;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__close {
        top: 0;
        right: 0;
        transform: translate(0, 0);
    }
}
.advance-cookie-banner__close .icon {
    opacity: 0.5;
    width: 30px;
    height: 30px;
    transition: opacity 0.3s ease;
}
.advance-cookie-banner__close .icon::before {
    background-color: currentColor;
}
.advance-cookie-banner__close:hover .icon {
    opacity: 1;
}
.article-nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 232px;
}
@media only screen and (max-width: 1500px) {
    .article-nav {
        gap: 100px;
    }
}
@media only screen and (max-width: 1022px) {
    .article-nav {
        flex-direction: column-reverse;
        gap: 96px;
    }
}
.article-nav__left, .article-nav__right {
    max-width: 508px;
    width: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1022px) {
    .article-nav__left, .article-nav__right {
        max-width: 100%;
        margin: 0;
    }
}
@media only screen and (min-width: 1023px) {
    .article-nav__left .icon, .article-nav__right .icon {
        width: 24px;
        height: 24px;
    }
}
.article-nav__item {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    align-items: flex-start;
    gap: 18px;
}
@media only screen and (max-width: 1022px) {
    .article-nav__item {
        gap: 15px;
    }
}
.article-nav__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    gap: 16px;
    width: 100%;
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 1022px) {
    .article-nav__title {
        width: 100%;
        font-size: 24px;
        letter-spacing: -0.05em;
    }
}
.article-nav__prev .icon {
    order: -1;
}
.article-nav__prev:hover .icon {
    transform: translate(-5px, 0);
}
@media only screen and (min-width: 1023px) {
    .article-nav__next .article-nav__title {
        margin-left: auto;
        text-align: right;
    }
}
.article-nav__next:hover .icon {
    transform: translate(5px, 0);
}
.article-nav__label {
    flex-shrink: 0;
    border-bottom: 0.5px solid var(--color-gray-800);
    padding-bottom: 22px;
    width: 100%;
}
@media only screen and (min-width: 1023px) {
    .article-nav__label {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1201px) {
    .article-nav__label {
        font-size: 36px;
    }
}
@media only screen and (max-width: 1022px) {
    .article-nav__label {
        padding-bottom: 18px;
    }
}
.article-nav .icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.article-nav .icon::before {
    background-color: var(--color-gray-800);
}
.language-switch__link::before, .language-switch__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    pointer-events: none;
}
.language-switch__link::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.language-switch__link::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.is-active.language-switch__link::before, .is-active.language-switch__link::after, .active.language-switch__link::before, .active.language-switch__link::after, .language-switch__link:hover::before, .language-switch__link:hover::after {
    width: 100%;
    left: 0;
}

.language-switch {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 10;
    line-height: 1;
    gap: 1px;
}
@media only screen and (min-width: 1023px) {
    .language-switch {
        font-size: 14px;
    }
}
.language-switch__separator {
    color: var(--color-gray-400);
}
.language-switch__link {
    display: flex;
    position: relative;
    transition: opacity 0.3s ease, color 0.3s ease;
    color: var(--color-gray-400);
}
.language-switch__link:hover {
    color: var(--color-mgml);
}
.language-switch__link.is-active {
    color: var(--color-gray-800);
    pointer-events: none;
}
.language-switch__link.is-active::before, .language-switch__link.is-active::after {
    display: none;
}
.map-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: opacity, visibility;
    transition: opacity 0.3s var(--easing-slow), visibility 0.3s var(--easing-slow);
}
@media only screen and (max-width: 1022px) {
    .map-modal {
        padding: 0;
        align-items: flex-end;
        background-color: rgba(0, 0, 0, 0.1);
    }
}
.map-modal.is-open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.map-modal__overlay {
    position: fixed;
    pointer-events: all;
}
.map-modal__inner {
    background-color: var(--color-gray-100);
    max-width: 800px;
    width: 100%;
    z-index: 3;
    margin: auto;
    position: relative;
    padding-top: 32px;
    transform: scale(0.8);
    transition: transform 0.4s var(--easing-slow);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.0588235294), 0px 0px 4px 0px rgba(0, 0, 0, 0.0392156863);
}
@media only screen and (max-width: 1022px) {
    .map-modal__inner {
        padding-top: 0;
        margin: 0;
        height: calc(100svh - 86px);
        transform: scale(1);
        box-shadow: 0px -4px 8px 0px rgba(0, 0, 0, 0.0588235294), 0px 0px 4px 0px rgba(0, 0, 0, 0.0392156863);
    }
}
@media screen and (min-width: 568px) and (max-width: 932px) and (orientation: landscape) {
    .map-modal__inner {
        height: 100svh;
    }
}
.is-open-modal .map-modal__inner {
    transform: scale(1);
}
.map-modal__floor {
    height: 600px;
    padding: 25px 16px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 1200px) {
    .map-modal__floor {
        height: 500px;
    }
}
@media only screen and (max-width: 1022px) {
    .map-modal__floor {
        height: calc(100svh - 86px - 50px);
        padding-bottom: 100px;
    }
}
@media only screen and (max-width: 1022px) and (min-width: 568px) and (max-width: 932px) and (orientation: landscape) {
    .map-modal__floor {
        height: calc(100svh - 50px);
        padding-bottom: 86px;
    }
}
.map-modal__floor-header {
    background-color: var(--color-green);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    color: var(--color-white);
    min-height: 64px;
    margin-bottom: 18px;
}
.map-modal__floor-header-left {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.map-modal__floor-header-right {
    flex-shrink: 0;
}
.map-modal__floor-label {
    color: rgba(255, 255, 255, 0.75);
}
.map-modal__floor-title {
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.map-modal__floor-number {
    font-size: 56px;
    line-height: 40px;
    overflow: visible;
    flex-shrink: 0;
}
.map-modal__floor-image {
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    width: calc(100% + 32px);
    margin-left: -16px;
    overflow: hidden;
}
.map-modal__floor-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media only screen and (min-width: 1023px) {
    .map-modal__floor-image img {
        max-height: 300px;
    }
}
.map-modal__control-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 20px;
    margin-bottom: 18px;
}
.map-modal__control-bar .btn {
    min-height: 36px;
}
.map-modal__zoom {
    position: relative;
    width: 36px;
    height: 36px;
    display: block;
    color: var(--color-gray-800);
    transition: color 0.3s var(--easing-default);
    background-color: var(--color-gray-100);
}
.map-modal__zoom .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: opacity 0.3s var(--easing-default), visibility 0.3s var(--easing-default);
}
.map-modal__zoom .icon-zoom-in {
    opacity: 0;
    visibility: hidden;
}
@media only screen and (min-width: 1023px) {
    .map-modal__zoom:hover {
        color: var(--color-green);
    }
}
.is-zoom .map-modal__zoom .icon-zoom-in {
    opacity: 1;
    visibility: visible;
}
.is-zoom .map-modal__zoom .icon-zoom-out {
    opacity: 0;
    visibility: hidden;
}
.map-modal__slider {
    position: relative;
}
.map-modal__slider-thumb {
    padding: 0 16px 25px;
    background-color: var(--color-gray-100);
}
@media only screen and (max-width: 1022px) {
    .map-modal__slider-thumb {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 0;
        padding: 0 16px 24px;
    }
}
.map-modal__slider-thumb-label {
    color: var(--color-gray-300);
    margin-bottom: 5px;
}
.map-modal__slider-thumb-inner {
    position: relative;
    padding: 0 60px;
    text-align: center;
    color: var(--color-green);
}
.map-modal__slider-thumb .swiper {
    overflow: visible;
}
.map-modal .slider-nav__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
    left: 0;
}
.map-modal .slider-nav__arrow.arrow-right {
    left: initial;
    right: 0;
}
@media only screen and (min-width: 1023px) {
    .map-modal .site-header__map-toggle {
        position: absolute;
        top: 10px;
        right: 10px;
    }
}
.map-modal__info {
    position: absolute;
    top: 175px;
    left: 0;
    width: 100%;
    height: calc(100% - 175px);
    padding: 16px;
    background-color: var(--color-gray-100);
    z-index: 100;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s var(--easing-default), visibility 0.3s var(--easing-default);
}
@media only screen and (max-width: 1022px) {
    .map-modal__info {
        top: 145px;
        height: calc(100% - 145px);
    }
}
.map-modal__info.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.map-modal__info-inner {
    display: grid;
    grid-gap: 24px;
    margin: auto;
}
.map-modal__info-inner-wrapper {
    overflow: auto;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (min-width: 1023px) {
    .map-modal__info-inner-wrapper {
        scrollbar-width: thin;
        scrollbar-color: #262626 #f5f5f5;
    }
    .map-modal__info-inner-wrapper::-webkit-scrollbar {
        width: 1px;
        height: 1px;
    }
    .map-modal__info-inner-wrapper::-webkit-scrollbar-track {
        background: #f5f5f5;
        border-radius: 8px;
    }
    .map-modal__info-inner-wrapper::-webkit-scrollbar-thumb {
        background: #262626;
        border-radius: 8px;
    }
    .map-modal__info-inner-wrapper::-webkit-scrollbar-thumb:hover {
        background: color-mix(in srgb, #262626 80%, black);
    }
}
.map-modal__info-item {
    display: flex;
    align-items: center;
    gap: 16px;
}
.map-modal__info-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
.map-modal__info-icon img {
    width: auto;
    height: 16px;
    object-fit: contain;
}
.menu__link.level-1 .menu__link-text::before, .menu__link.level-1 .menu__link-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    pointer-events: none;
}
.menu__link.level-1 .menu__link-text::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.menu__link.level-1 .menu__link-text::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.menu__link.level-1 .is-active.menu__link-text::before, .menu__link.level-1 .is-active.menu__link-text::after, .menu__link.level-1 .active.menu__link-text::before, .menu__link.level-1 .active.menu__link-text::after, .menu__link.level-1 .menu__link-text:hover::before, .menu__link.level-1 .menu__link-text:hover::after {
    width: 100%;
    left: 0;
}

.menu {
    position: relative;
    color: var(--color-gray-800);
}
@media only screen and (max-width: 1022px) {
    .menu {
        position: fixed;
        left: 0;
        top: calc(var(--header-height, 76px) - 1px);
        height: calc(100% - var(--header-height, 76px) + 1px);
        width: 100%;
        overflow: auto;
        background-color: var(--color-green);
        border-top: 1px solid var(--color-gray-300);
        padding: 24px 16px;
        color: var(--color-white);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: visibility 0.3s ease, opacity 0.3s ease;
    }
    .is-open-menu .menu {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }
}
.menu__list {
    font-size: 0;
    line-height: 0;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .menu__list {
        flex-direction: column;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__list.level-1 {
        gap: 38px;
    }
}
.menu__list.level-3, .menu__list.level-2 {
    display: grid;
    align-items: flex-start;
}
@media only screen and (min-width: 1023px) {
    .menu__list.level-3, .menu__list.level-2 {
        background-color: var(--color-green);
        color: var(--color-gray-200);
        padding: 8px;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__list.level-3, .menu__list.level-2 {
        grid-gap: 15px;
        flex: auto;
        overflow: auto;
        align-content: flex-start;
    }
}
.menu__item {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .menu__item {
        width: 100%;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__item.level-1:not(:last-child) {
        border-bottom: 0.5px solid var(--color-gray-300);
    }
}
.menu__item.level-1.is-active .menu__link.level-1 {
    color: var(--color-mgml);
}
.menu__item.level-1.is-active .menu__link.level-1 .menu__link-text::before, .menu__item.level-1.is-active .menu__link.level-1 .menu__link-text::after {
    width: 100%;
    left: 0;
}
@media only screen and (min-width: 1023px) {
    .menu__item.level-3:not(:last-child), .menu__item.level-2:not(:last-child) {
        border-bottom: 0.5px solid var(--color-gray-300);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item.level-2.is-active .menu__link.level-2, .menu__item.level-2:hover .menu__link.level-2 {
        color: var(--color-green);
        background-color: var(--color-gray-200);
    }
    .menu__item.level-2.is-active .menu__link.level-2 .icon, .menu__item.level-2:hover .menu__link.level-2 .icon {
        transform: translate(4px, 0);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item.level-3.is-active .menu__link.level-3, .menu__item.level-3:hover .menu__link.level-3 {
        color: var(--color-green);
        background-color: var(--color-gray-200);
    }
}
@media only screen and (max-width: 1022px) {
    .menu__item-inner {
        display: flex;
        gap: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__item.is-open-submenu > .menu__dropdown {
        transform: translate(0, 0);
        visibility: visible;
        opacity: 1;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item:hover .menu__link.level-1 {
        color: var(--color-mgml);
    }
    .menu__item:hover .menu__link.level-1 .icon {
        transform: scaleY(-1);
    }
    .menu__item:hover .menu__link.level-1 .menu__link-text::before, .menu__item:hover .menu__link.level-1 .menu__link-text::after {
        width: 100%;
        left: 0;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__item:hover > .menu__dropdown {
        transform: translate(0, 0);
        visibility: visible;
        opacity: 1;
    }
}
.menu__title {
    position: relative;
    margin-bottom: 34px;
    color: var(--color-gray-200);
}
.menu__link {
    display: flex;
    align-items: center;
    position: relative;
    line-height: normal;
    font-size: 12px;
    z-index: 3;
    gap: 8px;
    transition: color 0.3s ease, background-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .menu__link {
        padding: 15px 0;
        min-height: 68px;
        font-size: 36px;
        letter-spacing: -0.02em;
        line-height: 1;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__link {
        font-size: 14px;
    }
}
.menu__link .icon {
    flex-shrink: 0;
    transition: transform 0.3s ease;
}
.menu__link.level-1 {
    font-weight: 700;
}
@media only screen and (min-width: 1023px) {
    .menu__link.level-1 {
        min-height: 75px;
        text-transform: uppercase;
    }
}
.menu__link.level-1 .icon {
    width: 10px;
    height: 6px;
    top: 1px;
}
@media only screen and (max-width: 1022px) {
    .menu__link.level-1 .icon {
        display: none;
    }
}
.menu__link.level-1 .menu__link-text::before, .menu__link.level-1 .menu__link-text::after {
    background-color: var(--color-mgml);
}
@media only screen and (max-width: 1022px) {
    .menu__link.level-1 .menu__link-text::before, .menu__link.level-1 .menu__link-text::after {
        display: none;
    }
}
.menu__link.level-3, .menu__link.level-2 {
    padding: 8px;
}
@media only screen and (max-width: 1022px) {
    .menu__link.level-3, .menu__link.level-2 {
        font-size: 20px;
        padding: 8px 0;
        letter-spacing: -0.04em;
        min-height: 1px;
    }
}
.menu__link.level-3 .icon, .menu__link.level-2 .icon {
    width: 18px;
    height: 14px;
    margin-left: auto;
}
.menu__link-text {
    position: relative;
    z-index: 3;
}
.menu__arrow {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 4;
}
@media only screen and (max-width: 1022px) {
    .menu__arrow {
        right: initial;
        left: 0;
        opacity: 1;
        flex: auto;
        display: flex;
        justify-content: flex-end;
        width: 100%;
        height: 100%;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__dropdown {
        position: absolute;
        top: 100%;
        padding-top: 1px;
        left: 0;
        min-width: 240px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease, visibility 0.3s ease;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__dropdown {
        position: fixed;
        left: 0;
        z-index: 30;
        top: var(--header-height, 76px);
        height: calc(100% - var(--header-height, 76px));
        background-color: var(--color-green);
        width: 100%;
        overflow: hidden;
        transform: translate(100%, 0);
        padding: 34px 16px 24px;
        display: flex;
        flex-direction: column;
        transition: transform 0.4s var(--easing-ease-in-out);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__dropdown.level-2 {
        left: 100%;
        top: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .menu__dropdown.level-2 {
        top: 0;
        height: 100%;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__dropdown.is-touch-edge {
        left: initial;
        right: 0;
    }
}
@media only screen and (min-width: 1023px) {
    .menu__dropdown.is-touch-edge .menu__item.level-2.has-sub .menu__link.level-2 {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .menu__dropdown.is-touch-edge .menu__item.level-2.has-sub .menu__link.level-2 .icon {
        margin: 0;
    }
    .menu__dropdown.is-touch-edge .menu__item.level-2.has-sub .menu__link.level-2 .icon::before {
        transform: scaleX(-1);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__dropdown.is-touch-edge .menu__item.level-2.has-sub:hover .menu__link.level-2 .icon {
        transform: translate(-4px, 0);
    }
}
@media only screen and (min-width: 1023px) {
    .menu__dropdown.is-touch-edge.level-2 {
        left: initial;
        right: 100%;
    }
}
.menu__dropdown .menu__title {
    margin-bottom: 25px;
}
.menu__back {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 14px;
    gap: 8px;
    font-size: 12px;
    border-bottom: 0.5px solid var(--color-gray-300);
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 16px;
}
.menu__back .icon {
    width: 16px;
    height: 14px;
}
.mod-audio {
    display: block;
    position: relative;
    width: 100%;
    background-color: var(--color-green);
    color: var(--color-gray-200);
    font-size: 16px;
    font-weight: 500;
    padding: 44px 10px;
}
@media only screen and (min-width: 1023px) {
    .mod-audio {
        padding: 30px 24px 20px;
    }
}
.mod-audio__inner {
    width: 100%;
    display: flex;
    align-items: center;
    height: 24px;
}
@media only screen and (min-width: 1023px) {
    .mod-audio__inner {
        height: 32px;
    }
}
.mod-audio__seek-slider {
    flex: auto;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    height: 2px;
    background-color: rgba(229, 229, 229, 0.3);
}
.mod-audio__seek-slider-wrapper {
    flex: auto;
    height: 2px;
    position: relative;
    display: flex;
}
.mod-audio__seek-slider::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.3);
    border-radius: 0;
}
.mod-audio__seek-slider::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: 6px;
    width: 6px;
    border-radius: 0;
    background-color: var(--color-gray-200);
    cursor: pointer;
    z-index: 9;
    top: -2px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.mod-audio__seek-slider:active::-webkit-slider-thumb {
    transform: scale(1.3);
    background-color: var(--color-gray-300);
}
.mod-audio__seek-slider-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: var(--seek-before-width);
    background-color: var(--color-gray-200);
    z-index: 2;
    height: 2px;
    pointer-events: none;
}
.mod-audio__seek-slider::before, .mod-audio__seek-slider::after {
    content: "";
    position: absolute;
    left: 0;
    pointer-events: none;
}
.mod-audio__seek-slider::after {
    position: absolute;
    margin-top: -3px;
    height: 2px;
    top: 50%;
    background-color: transparent;
    z-index: 3;
    width: var(--buffered-width);
}
.mod-audio__time {
    min-width: 65px;
    flex-shrink: 0;
}
@media only screen and (min-width: 1023px) {
    .mod-audio__time {
        font-size: 18px;
        min-width: 75px;
    }
}
.mod-audio__time-total {
    text-align: right;
}
.mod-audio__volume {
    position: relative;
    margin-left: auto;
}
.mod-audio__volume-slider {
    position: absolute;
    bottom: 100%;
    right: 0;
    width: 50px;
    height: 2px;
    padding-bottom: 10px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .mod-audio__volume-slider {
        display: none;
    }
}
.mod-audio__volume-slider-inner {
    height: 100%;
    width: 50px;
    position: relative;
    display: block;
    background-color: var(--color-gray-200);
    border-radius: 0;
}
.mod-audio__volume-slider-input {
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-appearance: none;
    width: 100%;
    height: 2px;
    transform-origin: 0 0;
    border-radius: 0;
    background-color: rgba(229, 229, 229, 0.3);
}
.mod-audio__volume-slider-input::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 100%;
    background-color: rgba(229, 229, 229, 0.3);
    border-radius: 0;
}
.mod-audio__volume-slider-input::-webkit-slider-thumb {
    position: relative;
    -webkit-appearance: none;
    box-sizing: content-box;
    height: 6px;
    width: 6px;
    border-radius: 0;
    background-color: var(--color-gray-200);
    cursor: pointer;
    z-index: 9;
    top: -2px;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.mod-audio__volume-slider-input:active::-webkit-slider-thumb {
    transform: scale(1.3);
    background-color: var(--color-gray-300);
}
.mod-audio__volume-slider-progress {
    position: absolute;
    top: 0;
    width: var(--volume-before-width);
    background-color: var(--color-gray-200);
    height: 2px;
    border-radius: 0;
    z-index: 2;
    pointer-events: none;
}
.mod-audio__volume:hover .mod-audio__volume-slider {
    opacity: 1;
    pointer-events: all;
}
.mod-audio__control {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: opacity 0.3s var(--easing-default);
    position: relative;
}
@media only screen and (min-width: 1023px) {
    .mod-audio__control {
        width: 24px;
        height: 24px;
    }
}
.mod-audio__control .icon {
    width: 16px;
    height: 16px;
    transition: opacity 0.3s var(--easing-default);
}
@media only screen and (min-width: 1023px) {
    .mod-audio__control .icon {
        width: 24px;
        height: 24px;
    }
}
.mod-audio__control .icon::before {
    background-color: var(--color-gray-200);
}
.mod-audio__control .icon-play-solid {
    left: 1px;
}
.mod-audio__control .icon-mute, .mod-audio__control .icon-pause {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.mod-audio__control .icon-mute, .mod-audio__control .icon-volume {
    width: 20px;
    height: 16px;
}
@media only screen and (min-width: 1023px) {
    .mod-audio__control .icon-mute, .mod-audio__control .icon-volume {
        width: 26px;
        height: 22px;
    }
}
.mod-audio__control.is-playing .icon-play-solid {
    opacity: 0;
}
.mod-audio__control.is-playing .icon-pause {
    opacity: 1;
}
.mod-audio__control.is-muted .icon-volume {
    opacity: 0;
}
.mod-audio__control.is-muted .icon-mute {
    opacity: 1;
}
@media only screen and (min-width: 1023px) {
    .mod-audio__control:hover .icon::before {
        background-color: var(--color-white);
    }
}
.mod-audio__control.is-disabled {
    opacity: 0.5;
    pointer-events: none;
}
.mod-audio__control-bar {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 20px;
}
@media only screen and (min-width: 1023px) {
    .mod-audio__control-bar {
        gap: 22px;
    }
}
.mod-card .title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.mod-card {
    position: relative;
    max-width: 360px;
    width: 100%;
    background-color: var(--color-gray-800);
    padding: 12px;
    color: var(--color-white);
    height: 100%;
    min-height: 240px;
}
@media only screen and (max-width: 1022px) {
    .mod-card {
        min-height: 208px;
    }
}
[data-component^=mod-] .mod-card {
    max-width: 100%;
}
.mod-card__index {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    font-size: 32px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
    border-bottom: 0.5px solid var(--color-white);
    padding-bottom: 16px;
}
.mod-card .title {
    color: var(--color-white);
    letter-spacing: -0.02em;
    line-height: 1.2;
}
@media only screen and (min-width: 1023px) {
    .mod-card .title {
        min-height: 58px;
    }
}
.mod-card__title {
    border-bottom: 0.5px solid var(--color-white);
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.mod-card__content {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.mod-card__text span {
    display: block;
}
.mod-card__image {
    width: 54px;
}
.mod-card__image img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.mod-card__image-list {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin-left: auto;
    flex-shrink: 0;
    flex-wrap: wrap;
}
@media only screen and (min-width: 1023px) {
    .mod-card__image-list {
        gap: 12px;
    }
}
.mod-card .icon {
    transition: transform 0.5s var(--easing-default);
}
.mod-card:hover .icon {
    transform: translateX(4px);
}
.section-header {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    margin-bottom: 64px;
}
@media only screen and (max-width: 1022px) {
    .section-header {
        grid-gap: 16px;
        margin-bottom: 48px;
    }
}
.section-header__title {
    border-bottom: 0.5px solid var(--color-gray-800);
    padding-bottom: 14px;
    width: 100%;
}
.section-header__sub-title {
    font-size: 24px;
    line-height: 1;
    letter-spacing: -0.02em;
    color: var(--color-gray-800);
}
@media only screen and (max-width: 1022px) {
    .section-header__sub-title {
        letter-spacing: -0.03em;
    }
}
.section-header__lead-text {
    border-top: 0.5px solid var(--color-gray-800);
    padding-top: 14px;
}
.section-header--only-sub-title .section-header__sub-title {
    border-top: 0.5px solid var(--color-gray-800);
    padding-top: 14px;
}
@media only screen and (max-width: 767px) {
    .slider-nav .swiper-scrollbar .swiper-scrollbar-drag {
        display: none;
    }
}
.slider-nav .swiper-scrollbar .swiper-scrollbar-thumb {
    height: 100%;
    width: 50px;
    position: relative;
    top: 0;
    cursor: pointer;
    background-color: var(--color-gray-800);
    will-change: left;
}
@media only screen and (min-width: 768px) {
    .slider-nav .swiper-scrollbar .swiper-scrollbar-thumb {
        display: none;
    }
}
.slider-nav .swiper-scrollbar .swiper-scrollbar-thumb::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleY(8);
}
@media only screen and (max-width: 767px) {
    .slider-nav .swiper-scrollbar-lock.swiper-scrollbar {
        display: block;
    }
}

.slider-nav {
    display: flex;
    align-items: center;
    gap: 40px;
}
@media only screen and (max-width: 1022px) {
    .slider-nav {
        gap: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .slider-nav {
        width: 100%;
    }
}
.slider-nav__button {
    display: flex;
    align-items: center;
    gap: 4px;
}
.slider-nav__arrow {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    flex-shrink: 0;
    border: 0;
    pointer-events: all;
    background-color: transparent;
    margin-top: 0;
    transition: background-color 0.3s var(--easing-default), opacity 0.3s var(--easing-default);
}
.slider-nav__arrow .icon {
    width: 32px;
    height: 36px;
}
.slider-nav__arrow .icon::before {
    background-color: var(--color-gray-800);
}
.slider-nav__arrow .icon-arrow-right-small, .slider-nav__arrow .icon-arrow-left-small {
    width: 14px;
    height: 12px;
}
@media only screen and (min-width: 1023px) {
    .slider-nav__arrow:hover .icon::before {
        background-color: var(--color-green);
    }
}
.slider-nav__arrow svg {
    display: none;
}
.slider-nav__arrow:has(.icon-arrow-right-small), .slider-nav__arrow:has(.icon-arrow-left-small) {
    width: 20px;
    height: 20px;
}
.slider-nav__arrow.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}
.slider-nav .swiper-horizontal > .swiper-scrollbar,
.slider-nav .swiper-scrollbar.swiper-scrollbar-horizontal,
.slider-nav .swiper-scrollbar {
    height: 2px;
    background-color: rgba(10, 10, 10, 0.2);
    position: relative;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
}
@media only screen and (max-width: 767px) {
    .slider-nav .swiper-horizontal > .swiper-scrollbar,
    .slider-nav .swiper-scrollbar.swiper-scrollbar-horizontal,
    .slider-nav .swiper-scrollbar {
        flex: auto;
    }
}
.slider-nav .swiper-scrollbar-drag {
    cursor: grab;
    background-color: var(--color-gray-800);
    border-radius: 0;
}
.slider-nav .swiper-scrollbar-drag::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scaleY(2);
}
.slider-nav .swiper-pagination {
    -webkit-user-select: none;
    user-select: none;
    font-size: 14px;
    color: var(--color-gray-800);
    line-height: 1.5;
    font-weight: 700;
    gap: 0;
}
.slider-nav:has(.swiper-pagination-lock), .slider-nav:has(.swiper-scrollbar-lock) {
    display: none;
}
.slider-nav:has(.swiper-pagination) {
    flex-direction: column-reverse;
    gap: 10px;
}
.slider-nav:has(.swiper-pagination) .slider-nav__button {
    width: 100%;
    justify-content: space-between;
}
.social-nav ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px 16px;
}
@media only screen and (max-width: 1022px) {
    .social-nav ul {
        gap: 12px;
    }
}
.social-nav__link {
    position: relative;
    z-index: 3;
    width: 32px;
    height: 32px;
    border: 1px solid var(--color-gray-200);
    background-color: var(--color-gray-200);
    transition: border-color 80ms ease, transform 80ms ease, opacity 80ms ease;
}
.social-nav__link .icon {
    transition: transform 180ms ease;
}
.social-nav__link .icon::before {
    background-color: var(--color-green);
}
.social-nav__link:hover {
    border-color: var(--color-green);
}
.page-404 {
    padding: 100px 0;
}
@media only screen and (max-width: 1022px) {
    .page-404 {
        padding-top: 40px;
    }
}
.page-404 .title--h1 {
    font-size: 404px;
    line-height: 1;
    font-family: var(--font-primary);
}
@media only screen and (max-width: 1500px) {
    .page-404 .title--h1 {
        font-size: 300px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-404 .title--h1 {
        font-size: 260px;
    }
}
@media only screen and (max-width: 767px) {
    .page-404 .title--h1 {
        font-size: 160px;
    }
}
.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
.audio-module__caption {
    margin-top: 10px;
}
.card-list {
    overflow: hidden;
}
.card-list .section-header {
    margin-bottom: 64px;
}
.card-list__filter {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-bottom: 24px;
}
@media only screen and (min-width: 1023px) {
    .card-list__filter {
        margin-bottom: 38px;
    }
}
.card-list__filter-btn {
    width: 36px;
    height: 36px;
}
@media only screen and (min-width: 1023px) {
    .card-list__filter-btn {
        width: 24px;
        height: 24px;
    }
}
@media only screen and (min-width: 1023px) {
    .card-list__filter-btn .icon {
        width: 24px;
        height: 24px;
    }
}
.card-list__filter-btn .icon::before {
    background-color: var(--color-gray-400);
}
.card-list__filter-btn:hover .icon::before {
    background-color: var(--color-gray-500);
}
.card-list__filter-btn.is-active .icon::before {
    background-color: var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .card-list .swiper-wrapper {
        gap: 16px;
    }
}
.card-list .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .card-list .swiper-slide {
        width: calc(100vw - 95px);
    }
}
.card-list .slider-nav {
    margin-top: 24px;
}
@media only screen and (max-width: 767px) {
    .card-list .slider-nav {
        margin-top: 16px;
    }
}
@media only screen and (min-width: 768px) {
    .card-list .slider-nav .swiper-pagination {
        display: none;
    }
}
@media only screen and (min-width: 768px) {
    .card-list--list-view .swiper {
        overflow: visible;
    }
}
.card-list--list-view .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    grid-gap: 48px 20px;
    transform: translate3d(0, 0, 0) !important;
}
@media only screen and (max-width: 1200px) {
    .card-list--list-view .swiper-wrapper {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .card-list--list-view .swiper-wrapper {
        grid-template-columns: 1fr !important;
    }
}
.card-list--list-view .swiper-slide,
.card-list--list-view .swiper:not(.swiper-initialized) .swiper-slide:not(:first-of-type) {
    display: flex !important;
    height: 100%;
    width: 100% !important;
    margin: 0 !important;
}
.card-list--list-view .slider-nav {
    display: none;
}
.card-list--slider-view .mod-card {
    padding: 24px;
}
@media only screen and (max-width: 1022px) {
    .card-list--slider-view .mod-card {
        padding: 15px 12px;
    }
}
.card-list--slider-view .mod-card__index {
    padding-bottom: 18px;
}
@media only screen and (min-width: 1023px) {
    .card-list--slider-view .mod-card .title {
        font-size: 20px;
        min-height: 72px;
    }
}
@media only screen and (min-width: 1201px) and (max-width: 1500px) {
    .card-list--slider-view .mod-card .title {
        min-height: 50px;
    }
}
.card-list--slider-view .mod-card__content {
    flex-direction: column;
    gap: 14px;
}
.card-list--slider-view .mod-card__text span {
    display: inline;
}
.card-list--slider-view .mod-card__image {
    width: 108px;
}
@media only screen and (min-width: 1023px) {
    .card-list--slider-view .mod-card__image {
        width: 120px;
    }
}
.card-list--slider-view .mod-card__image-list {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
}
@media only screen and (min-width: 1023px) {
    .card-list--slider-view .mod-card__image-list {
        gap: 8px;
    }
}
.contact-module .title {
    margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
    .contact-module .title {
        margin-bottom: 20px;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: normal;
    }
}
@media only screen and (max-width: 767px) {
    .contact-module .editor-text {
        font-size: 14px;
    }
}
.contact-module .editor-text strong {
    color: var(--color-gray-500);
    letter-spacing: -0.04em;
}
.content-module .text-module .editor-text h2,
.content-module .text-module .editor-text h3,
.content-module .text-module .editor-text h4 {
    line-height: 1;
    color: var(--color-gray-800);
    font-weight: 700;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.content-module .text-module .editor-text h2,
.content-module .text-module .editor-text h3,
.content-module .text-module .editor-text h4 {
    font-size: 26px;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 1022px) {
    .content-module .text-module .editor-text h2,
    .content-module .text-module .editor-text h3,
    .content-module .text-module .editor-text h4 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .content-module .text-module .editor-text h2,
    .content-module .text-module .editor-text h3,
    .content-module .text-module .editor-text h4 {
        font-size: 18px;
    }
}

.content-module {
    width: 100%;
}
.content-module__header {
    margin-bottom: 128px;
}
@media only screen and (max-width: 1200px) {
    .content-module__header {
        margin-bottom: 64px;
    }
}
.content-module__header .section-header {
    margin-bottom: 0;
}
@media only screen and (min-width: 1023px) {
    .content-module__header .section-header {
        grid-gap: 28px;
    }
}
@media only screen and (min-width: 1023px) {
    .content-module__header .section-header__title {
        padding-bottom: 22px;
    }
}
.content-module__inner {
    display: grid;
    grid-gap: 48px;
}
@media only screen and (max-width: 1022px) {
    .content-module__row {
        gap: 48px;
    }
}
.content-module .secondary-nav {
    margin-bottom: 48px;
    position: sticky;
    position: -webkit-sticky;
    top: 76px;
    z-index: 80;
    transition: top 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .content-module .text-module .editor-text h2,
    .content-module .text-module .editor-text h3,
    .content-module .text-module .editor-text h4 {
        letter-spacing: normal;
    }
}
.content-module .text-module .editor-text h2,
.content-module .text-module .editor-text h3,
.content-module .text-module .editor-text h4,
.content-module .text-module .editor-text h5,
.content-module .text-module .editor-text h6 {
    margin: 38px 0 16px;
}
@media only screen and (max-width: 1022px) {
    .content-module .text-module .editor-text h2,
    .content-module .text-module .editor-text h3,
    .content-module .text-module .editor-text h4,
    .content-module .text-module .editor-text h5,
    .content-module .text-module .editor-text h6 {
        margin-top: 48px;
    }
}
.content-module .text-module .editor-text h2 + *,
.content-module .text-module .editor-text h3 + *,
.content-module .text-module .editor-text h4 + *,
.content-module .text-module .editor-text h5 + *,
.content-module .text-module .editor-text h6 + * {
    margin-top: 12px;
}
.content-module .text-module .editor-text h2:first-child,
.content-module .text-module .editor-text h3:first-child,
.content-module .text-module .editor-text h4:first-child,
.content-module .text-module .editor-text h5:first-child,
.content-module .text-module .editor-text h6:first-child {
    margin-top: 0;
}
.content-module .text-module .editor-text h2:last-child,
.content-module .text-module .editor-text h3:last-child,
.content-module .text-module .editor-text h4:last-child,
.content-module .text-module .editor-text h5:last-child,
.content-module .text-module .editor-text h6:last-child {
    margin-bottom: 0;
}
.content-module .card-list {
    overflow: visible;
}
.content-module__item {
    min-width: 1px;
}
.content-module__item:first-child .text-module:first-child .editor-text:first-child p:not(ul p):not(ol p):first-child::first-letter {
    font-size: 60px;
    line-height: 16px;
    font-weight: 700;
    color: var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .content-module__item:first-child .text-module:first-child .editor-text:first-child p:not(ul p):not(ol p):first-child::first-letter {
        -webkit-initial-letter: 2.5;
        initial-letter: 2.5;
        font-size: inherit;
        line-height: 1.5;
        margin-right: 15px;
    }
}
.content-module__item:has(.gallery-module), .content-module__item:has(.qr-module) {
    margin-top: 48px;
}
@media only screen and (min-width: 1201px) {
    .content-module__item:has(.gallery-module), .content-module__item:has(.qr-module) {
        margin-top: 152px;
        margin-bottom: 80px;
    }
}
.content-module__item:has(.gallery-module):first-child, .content-module__item:has(.qr-module):first-child {
    margin-top: 0;
}
@media only screen and (min-width: 1201px) {
    .content-module__item:has(.gallery-module) + .content-module__item:has(.gallery-module), .content-module__item:has(.qr-module) + .content-module__item:has(.gallery-module) {
        margin-top: 70px;
    }
}
.editor-text ol > li > *, .editor-text ol > li ul li,
.editor-text ol > li ol li {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
}

.editor-text h6, .editor-text blockquote, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    line-height: 1;
    color: var(--color-gray-800);
    font-weight: 700;
    letter-spacing: -0.02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.editor-text h1 {
    font-size: 72px;
    letter-spacing: -0.03em;
}
@media only screen and (max-width: 1500px) {
    .editor-text h1 {
        font-size: 76px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 48px;
    }
}

.editor-text h2 {
    font-size: 48px;
    letter-spacing: -0.03em;
}
@media only screen and (max-width: 1022px) {
    .editor-text h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 36px;
        letter-spacing: -0.02em;
    }
}

.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: 24px;
    }
}

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

.editor-text blockquote, .editor-text h5 {
    font-size: 26px;
    letter-spacing: -0.04em;
}
@media only screen and (max-width: 1022px) {
    .editor-text blockquote, .editor-text h5 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text blockquote, .editor-text h5 {
        font-size: 18px;
    }
}

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

.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: 24px;
    font-weight: 600;
    color: var(--color-gray-800);
}
.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: 48px;
    margin-bottom: 48px;
}
.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 {
    color: var(--color-mgml);
    font-weight: 700;
    text-decoration: underline;
    letter-spacing: -0.04em;
}
.editor-text a:hover {
    color: var(--color-green);
    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: 24px 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;
    margin: 48px 0;
}
@media only screen and (max-width: 1022px) {
    .editor-text ol,
    .editor-text ul {
        margin: 96px 0;
    }
}
.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: 28px;
}
.editor-text ol li::before,
.editor-text ul li::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 12px;
}
.editor-text ol li ol,
.editor-text ol li ul,
.editor-text ul li ol,
.editor-text ul li ul {
    margin: 48px 0;
}
.editor-text ol li ol:last-child,
.editor-text ol li ul:last-child,
.editor-text ul li ol:last-child,
.editor-text ul li ul:last-child {
    margin-bottom: 0;
}
.editor-text ol li ol:first-child,
.editor-text ol li ul:first-child,
.editor-text ul li ol:first-child,
.editor-text ul li ul:first-child {
    margin-top: 0;
}
.editor-text ol p:last-of-type,
.editor-text ul p:last-of-type {
    margin-bottom: 0;
}
.editor-text ul li::before {
    content: "";
    background-color: var(--color-gray-800);
    width: 4px;
    height: 4px;
    top: 10px;
    left: 10px;
}
.editor-text ol {
    counter-reset: ol_text_counter;
    padding-left: 0;
    grid-gap: 96px;
}
.editor-text ol > li {
    counter-increment: ol_text_counter;
    padding-left: 0;
    font-size: 24px;
    line-height: 1;
    color: var(--color-gray-800);
    text-align: right;
    font-weight: 400;
    letter-spacing: -0.03em;
    min-width: 1px;
}
.editor-text ol > li:before {
    content: counters(ol_text_counter, ".") ". ";
    top: 0;
    left: 0;
    line-height: 1;
    position: relative;
    text-align: left;
    font-size: 36px;
    font-weight: 700;
    color: var(--color-gray-800);
    width: 100%;
    display: block;
    border-bottom: 0.5px solid var(--color-gray-800);
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.editor-text ol > li ul,
.editor-text ol > li ol {
    margin-top: 48px;
    grid-gap: 48px;
}
.editor-text ol > li ul:first-child,
.editor-text ol > li ol:first-child {
    margin-top: 48px;
}
.editor-text ol > li ul li,
.editor-text ol > li ol li {
    color: var(--color-gray-500);
    text-align: left;
    letter-spacing: normal;
}
.editor-text ol > li ul li::before,
.editor-text ol > li ol li::before {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    color: var(--color-gray-500);
    font-size: inherit;
    display: inline;
}
.editor-text ol > li ul {
    grid-gap: 12px;
}
.editor-text ol > li ul li {
    padding-left: 28px;
}
.editor-text ol > li ul li::before {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 10px;
    left: 10px;
    display: inline-block;
    width: 4px;
    height: 4px;
    border-bottom: 0;
}
.editor-text ol > li > * {
    color: var(--color-gray-500);
    text-align: left;
    letter-spacing: normal;
    margin-top: 48px;
    margin-bottom: 48px;
    initial-letter: unset;
}
.editor-text ol > li > *:first-child {
    margin-top: 48px;
}
.editor-text ol > li > *:last-child {
    margin-bottom: 0;
}
.editor-text ol > li table {
    margin-bottom: 8px;
}
.editor-text ol > li table th {
    line-height: 1;
    letter-spacing: -0.02em;
}
.editor-text ol > li table + p {
    margin-top: 8px;
}
.editor-text table {
    border: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .editor-text table {
        width: calc(100% + 32px);
        margin-left: -16px;
        overflow: auto;
        display: block;
        padding: 0 16px 1px;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .editor-text table::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }
}
.editor-text table tr {
    border-bottom: 0.5px solid var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .editor-text table tr {
        border-bottom-width: 1px;
    }
}
.editor-text table tr:first-child {
    border-top: 0.5px solid var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .editor-text table tr:first-child {
        border-top-width: 1px;
    }
}
.editor-text table th {
    background-color: var(--color-gray-500);
    color: var(--color-white);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
}
.editor-text table img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}
.editor-text table button {
    color: var(--color-gray-800);
    font-weight: 500;
    text-decoration: underline;
}
.editor-text table button:hover {
    text-decoration: none;
}
.editor-text table th,
.editor-text table td {
    padding: 10px;
    height: auto !important;
    border-left: 0.5px solid var(--color-gray-800);
}
@media only screen and (max-width: 1022px) {
    .editor-text table th,
    .editor-text table td {
        padding-right: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text table th,
    .editor-text table td {
        min-width: 250px;
        border-left-width: 1px;
    }
}
.editor-text table th:last-child,
.editor-text table td:last-child {
    border-right: 0.5px solid var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .editor-text table th:last-child,
    .editor-text table td:last-child {
        border-right-width: 1px;
    }
}
.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;
}
.site-footer__bottom .site-footer__nav li:not(:first-child)::before {
    font-size: 14px;
    line-height: 1.5;
}

.site-footer {
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 48px 0 40px;
    background-color: var(--color-green);
    color: var(--color-gray-200);
}
@media only screen and (max-width: 1022px) {
    .site-footer {
        padding-bottom: 70px;
    }
}
.site-footer__row {
    display: grid;
    grid-template-columns: 32.2% 1fr;
    grid-gap: 20px;
    align-items: flex-start;
}
@media only screen and (max-width: 1022px) {
    .site-footer__row {
        grid-template-columns: 1fr;
        grid-gap: 48px;
    }
}
.site-footer__inner {
    display: grid;
    grid-gap: 48px;
}
.site-footer__top {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(212, 212, 212, 0.3);
}
@media only screen and (min-width: 1023px) {
    .site-footer__middle .site-footer__row {
        grid-template-columns: 1fr 32.2%;
    }
}
.site-footer__logo {
    max-width: 190px;
    width: 100%;
    display: flex;
    transition: opacity 80ms ease;
}
@media only screen and (max-width: 1200px) {
    .site-footer__logo {
        max-width: 126px;
    }
}
.site-footer__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.site-footer__partners {
    position: relative;
}
.site-footer__partners:has(.site-footer__partners-list--more-items) {
    order: -1;
}
.site-footer__partners-title {
    margin-bottom: 30px;
    line-height: 1;
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
    .site-footer__partners-title {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.site-footer__partners-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__partners-list {
        gap: 36px;
    }
}
.site-footer__partners-logo {
    display: flex;
    flex-direction: column;
    max-width: 254px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__partners-logo {
        max-width: 100%;
    }
}
.site-footer__partners-logo img {
    height: auto;
    object-fit: contain;
    max-height: 58px;
}
@media only screen and (max-width: 1200px) {
    .site-footer__partners-logo img {
        max-width: 165px;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__partners-logo img {
        max-width: 100%;
    }
}
.site-footer__partners-logo-link {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 20px;
    text-decoration: underline;
    transition: color 0.3s var(--easing-default), opacity 0.3s var(--easing-default);
}
@media only screen and (max-width: 1022px) {
    .site-footer__partners-logo-link {
        display: none;
    }
}
.site-footer__partners-logo-link .icon {
    transition: transform 0.3s var(--easing-default);
}
.site-footer__partners-logo-link:hover {
    opacity: 0.5;
}
.site-footer__partners-logo-link:hover .icon {
    transform: translate(2px, -2px);
}
.site-footer__visit-plan {
    display: grid;
    grid-gap: 32px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .site-footer__visit-plan {
        margin-bottom: 28px;
    }
}
.site-footer__visit-plan-title {
    color: var(--color-gray-200);
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
    .site-footer__visit-plan-title {
        max-width: 200px;
        font-size: 20px;
        line-height: 1;
    }
}
.site-footer__visit-plan-link {
    text-decoration: underline;
}
.site-footer__left {
    position: relative;
    z-index: 2;
}
.site-footer__left-nav {
    display: grid;
    grid-template-columns: 41% 1fr;
    grid-gap: 30px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__left-nav {
        grid-template-columns: 58% 1fr;
        grid-gap: 18px;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__left-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.site-footer__nav-title {
    display: inline-flex;
    transition: color 80ms ease, opacity 80ms ease;
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
    .site-footer__nav-title {
        font-size: 14px;
        letter-spacing: normal;
    }
}
.site-footer__nav-title[href]:hover {
    opacity: 0.5;
}
.site-footer__contact-nav-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px 16px;
}
@media only screen and (max-width: 767px) {
    .site-footer__contact-nav-inner {
        grid-template-columns: 1fr;
        grid-gap: 48px;
    }
}
.site-footer__contact-nav-cols {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 12px 20px;
}
@media only screen and (max-width: 767px) {
    .site-footer__contact-nav-cols {
        grid-template-columns: 1fr;
        grid-gap: 16px;
    }
}
.site-footer__contact-nav .site-footer__nav-title {
    margin-bottom: 12px;
}
@media only screen and (max-width: 767px) {
    .site-footer__nav {
        font-size: 12px;
    }
}
.site-footer__nav ul {
    display: grid;
    grid-gap: 2px;
}
@media only screen and (max-width: 767px) {
    .site-footer__nav ul {
        grid-gap: 4px;
    }
}
.site-footer__nav a {
    transition: color 0.3s var(--easing-default), opacity 0.3s var(--easing-default);
}
.site-footer__nav a:hover {
    opacity: 0.5;
}
.site-footer__bottom {
    position: relative;
    z-index: 2;
    padding-top: 22px;
    border-top: 1px solid rgba(212, 212, 212, 0.3);
}
@media only screen and (max-width: 767px) {
    .site-footer__bottom {
        margin-top: -26px;
        padding-top: 14px;
    }
}
.site-footer__bottom-left {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .site-footer__bottom-left {
        justify-content: flex-start;
        margin-top: 15px;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .site-footer__bottom-left {
        flex-direction: column;
    }
}
.site-footer__bottom-right {
    position: relative;
}
.site-footer__bottom .site-footer__nav {
    font-size: 12px;
}
.site-footer__bottom .site-footer__nav ul {
    grid-gap: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
}
@media only screen and (max-width: 1022px) {
    .site-footer__bottom .site-footer__nav ul {
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.site-footer__bottom .site-footer__nav li:not(:first-child)::before {
    content: "/";
    font-weight: 600;
    opacity: 0.15;
    margin: 0 20px;
}
@media only screen and (max-width: 767px) {
    .site-footer__bottom .site-footer__nav li:not(:first-child)::before {
        margin: 0 5px;
    }
}
.site-footer__divider {
    opacity: 0.15;
    margin: 0 20px;
    display: inline-flex;
}
@media only screen and (max-width: 767px) {
    .site-footer__divider {
        display: none;
    }
}
.site-footer__execution {
    display: flex;
    white-space: nowrap;
    align-items: center;
    gap: 6px;
}
@media only screen and (max-width: 767px) {
    .site-footer__execution {
        gap: 12px;
        margin-bottom: 16px;
    }
}
.site-footer__execution-logo {
    max-width: 58px;
    width: 100%;
    display: flex;
    position: relative;
    transition: opacity 80ms ease;
}
@media only screen and (max-width: 767px) {
    .site-footer__execution-logo {
        max-width: 68px;
    }
}
.site-footer__execution-logo:hover {
    opacity: 0.5;
}
.site-footer .social-nav ul {
    gap: 12px 20px;
}

#custom-scroll-offset {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    pointer-events: none;
    opacity: 0;
    height: calc(var(--header-height, 76px) + 24px);
}
:has(body .secondary-nav) #custom-scroll-offset {
    height: calc(var(--header-height, 76px) + 24px + 56px);
}
@media only screen and (max-width: 1022px) {
    :has(body .secondary-nav) #custom-scroll-offset {
        height: calc(var(--header-height, 76px) + 24px + 52px);
    }
}
.gallery-module__thumb-slide::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

@media only screen and (min-width: 1201px) {
    .gallery-module .section-header {
        margin-bottom: 152px;
    }
}
.gallery-module__main-slider {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .gallery-module__main-slider {
        margin-left: -16px;
        width: calc(100% + 32px);
    }
}
.gallery-module__slide {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .gallery-module__slide {
        justify-content: flex-start;
    }
}
.gallery-module__slide img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media only screen and (max-width: 1022px) {
    .gallery-module__slide img {
        width: auto;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-module__slide img {
        max-height: inherit;
    }
}
@media only screen and (min-width: 1023px) {
    .gallery-module__image {
        height: 500px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-module__image {
        height: 390px;
        text-align: left;
        justify-content: flex-start;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-module__image {
        height: auto;
        max-height: 390px;
    }
}
@media only screen and (min-width: 1023px) {
    .gallery-module__caption {
        background-color: var(--color-gray-800);
        color: var(--color-gray-400);
        padding: 12px;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-module__caption {
        padding: 0 16px;
        text-align: left;
        margin-top: 10px;
    }
}
.gallery-module__thumb-slider {
    margin-top: 40px;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .gallery-module__thumb-slider {
        padding: 0 62px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-module__thumb-slider {
        margin-top: 8px;
    }
}
.gallery-module__thumb-slider:has(.swiper-button-lock) {
    display: none;
}
.gallery-module .slider-nav {
    display: block;
    gap: 0;
}
.gallery-module .slider-nav__arrow {
    position: absolute;
    left: -210px;
    top: 50%;
    transform: translateY(-50%);
}
@media only screen and (max-width: 1500px) {
    .gallery-module .slider-nav__arrow {
        left: -180px;
    }
}
@media only screen and (max-width: 1200px) {
    .gallery-module .slider-nav__arrow {
        left: -70px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-module .slider-nav__arrow {
        left: 15px;
        top: initial;
        transform: translateY(0);
        bottom: -85px;
    }
}
@media only screen and (max-width: 767px) {
    .gallery-module .slider-nav__arrow {
        bottom: -48px;
    }
}
.gallery-module .slider-nav__arrow.arrow-right {
    left: initial;
    right: -210px;
}
@media only screen and (max-width: 1500px) {
    .gallery-module .slider-nav__arrow.arrow-right {
        right: -180px;
    }
}
@media only screen and (max-width: 1200px) {
    .gallery-module .slider-nav__arrow.arrow-right {
        right: -70px;
    }
}
@media only screen and (max-width: 1022px) {
    .gallery-module .slider-nav__arrow.arrow-right {
        right: 15px;
    }
}
.gallery-module__thumb-slide {
    position: relative;
    cursor: pointer;
}
.gallery-module__thumb-slide::before {
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s var(--easing-default);
}
.swiper-slide-thumb-active .gallery-module__thumb-slide::before {
    opacity: 0;
}
.gallery-module__thumb-slide .gallery-module__image {
    pointer-events: none;
    position: relative;
    height: 0;
    padding-bottom: 100%;
}
.gallery-module__thumb-slide .gallery-module__image img {
    transform: scale(1.001);
    transition: transform 0.3s var(--easing-default);
}
.gallery-module__thumb-slide:hover .gallery-module__image img {
    transform: scale(1.03);
}
.image-with-caption {
    width: 100%;
}
.image-with-caption__image {
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .image-with-caption__image {
        width: calc(100% + 32px);
        margin-left: -16px;
    }
}
.image-with-caption__image img {
    width: 100%;
    max-height: 826px;
    height: auto;
    object-fit: contain;
}
.image-with-caption__caption {
    margin-top: 12px;
    flex-shrink: 0;
}
@media only screen and (max-width: 1022px) {
    .image-with-caption__caption {
        margin-top: 8px;
        padding: 0 16px;
        font-size: 14px;
    }
}
.image-with-caption--horizontal-reverse .image-with-caption__image, .image-with-caption--horizontal .image-with-caption__image {
    margin: 0;
    display: flex;
    align-items: flex-end;
    gap: 16px;
    width: 100%;
}
.image-with-caption--horizontal-reverse .image-with-caption__image img, .image-with-caption--horizontal .image-with-caption__image img {
    max-width: 63%;
    width: auto;
}
.image-with-caption--horizontal-reverse .image-with-caption__caption, .image-with-caption--horizontal .image-with-caption__caption {
    padding: 0;
    flex: auto;
}
.image-with-caption--horizontal-reverse .image-with-caption__caption {
    order: -1;
}
.image-with-caption--normal-width .image-with-caption__image {
    margin: 0;
    width: 100%;
}
.image-with-caption--normal-width .image-with-caption__caption {
    padding: 0;
    flex: auto;
}
.image-with-caption__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .image-with-caption__inner {
        grid-template-columns: 1fr;
        grid-gap: 48px;
    }
}
.image-with-caption__inner .image-with-caption__body {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .image-with-caption__inner .image-with-caption__body:only-child img {
        margin-right: -31%;
    }
}
@media only screen and (min-width: 768px) {
    .image-with-caption__inner .image-with-caption__body:nth-child(odd) .image-with-caption__caption {
        order: -1;
        text-align: right;
    }
}
@media only screen and (max-width: 767px) {
    .image-with-caption__inner .image-with-caption__body:nth-child(even) .image-with-caption__caption {
        order: -1;
        text-align: right;
    }
}
.image-with-caption__inner .image-with-caption__image {
    margin: 0;
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .image-with-caption__inner .image-with-caption__image {
        gap: 16px;
    }
}
.image-with-caption__inner .image-with-caption__image img {
    max-width: 58%;
    width: auto;
    flex: 0 0 58%;
}
@media only screen and (max-width: 767px) {
    .image-with-caption__inner .image-with-caption__image img {
        max-width: 48%;
        width: auto;
        flex: 0 0 48%;
    }
}
.image-with-caption__inner .image-with-caption__caption {
    padding: 0;
    flex: auto;
}
.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%;
}
.qr-module__inner {
    display: grid;
    grid-gap: 20px;
}
@media only screen and (max-width: 1200px) {
    .qr-module__inner {
        grid-gap: 16px;
    }
}
.qr-module__title {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding-bottom: 16px;
    letter-spacing: -0.02em;
    border-bottom: 0.5px solid var(--color-gray-800);
}
@media only screen and (max-width: 1200px) {
    .qr-module__title {
        font-size: 16px;
    }
}
.qr-module__title .icon {
    flex-shrink: 0;
    color: var(--color-black);
}
@media only screen and (min-width: 1201px) {
    .qr-module__title .icon {
        width: 64px;
        height: 64px;
    }
}
.qr-module__sub-title {
    letter-spacing: -0.02em;
}
.quote-module .icon {
    color: var(--color-gray-800);
    margin-bottom: 16px;
}
.quote-module blockquote {
    font-style: italic;
    font-weight: 400;
    display: block;
    border-top: 0.5px solid var(--color-gray-800);
    padding: 16px 60px 0 0;
    letter-spacing: normal;
    margin: 0;
}
.quote-module__author {
    margin-top: 24px;
}
@media only screen and (max-width: 767px) {
    .quote-module__author {
        margin-top: 18px;
    }
}
.secondary-nav {
    width: 100%;
    background-color: var(--color-gray-800);
    color: var(--color-white);
    pointer-events: all;
    height: 56px;
    display: flex;
    align-items: center;
    padding: 10px 0;
}
@media only screen and (max-width: 1022px) {
    .secondary-nav {
        height: 52px;
        padding: 8px 0;
    }
}
.secondary-nav__inner {
    position: relative;
}
.secondary-nav__inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
    z-index: 2;
}
.secondary-nav .swiper {
    width: 100%;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .secondary-nav .swiper {
        padding: 0;
    }
}
@media only screen and (max-width: 767px) {
    .secondary-nav .swiper-wrapper {
        gap: 0;
    }
}
.secondary-nav .swiper-slide {
    display: flex;
    flex-direction: column;
    height: auto;
}
@media only screen and (max-width: 767px) {
    .secondary-nav .swiper-slide {
        width: auto;
        min-width: 30%;
    }
}
.secondary-nav__link {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--color-white);
    padding: 4px 4px 10px;
    font-size: 12px;
    min-height: 36px;
    line-height: 1;
    letter-spacing: -0.04em;
    transition: color 0.3s ease, opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .secondary-nav__link {
        padding: 4px 25px 10px;
    }
}
.secondary-nav__link::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color-white);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: color 0.3s ease, opacity 0.3s ease;
}
.secondary-nav__link span {
    position: relative;
    z-index: 2;
}
@media only screen and (min-width: 1023px) {
    .secondary-nav__link:hover::before {
        opacity: 0.5;
        visibility: visible;
    }
}
.secondary-nav__link.is-active {
    font-weight: 700;
}
.secondary-nav__link.is-active::before {
    opacity: 1;
    visibility: visible;
}
.secondary-nav .slider-nav {
    display: block;
    gap: 0;
}
.secondary-nav .slider-nav__arrow {
    position: absolute;
    left: -150px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}
@media only screen and (max-width: 1200px) {
    .secondary-nav .slider-nav__arrow {
        left: -100px;
    }
}
@media only screen and (max-width: 1022px) {
    .secondary-nav .slider-nav__arrow {
        left: 0;
        border-radius: 0;
        background: linear-gradient(-90deg, rgba(255, 255, 255, 0) 0, var(--color-gray-800) 100%);
    }
}
@media only screen and (min-width: 1023px) {
    .secondary-nav .slider-nav__arrow .icon {
        width: 24px;
        height: 24px;
    }
}
.secondary-nav .slider-nav__arrow .icon::before {
    background-color: var(--color-white);
}
@media only screen and (min-width: 1023px) {
    .secondary-nav .slider-nav__arrow .icon::before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' fill='none'%3E%3Cpath fill='%23fff' d='m20.482 15.983-1.477-1.477 5.44-5.44H0V6.917h24.444l-5.44-5.44L20.483 0l7.992 7.992z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' fill='none'%3E%3Cpath fill='%23fff' d='m20.482 15.983-1.477-1.477 5.44-5.44H0V6.917h24.444l-5.44-5.44L20.483 0l7.992 7.992z'/%3E%3C/svg%3E");
    }
}
.secondary-nav .slider-nav__arrow.arrow-right {
    left: initial;
    right: -150px;
}
@media only screen and (max-width: 1200px) {
    .secondary-nav .slider-nav__arrow.arrow-right {
        right: -100px;
    }
}
@media only screen and (max-width: 1022px) {
    .secondary-nav .slider-nav__arrow.arrow-right {
        right: 0;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, var(--color-gray-800) 100%);
    }
}
@media only screen and (min-width: 1023px) {
    .secondary-nav .slider-nav__arrow.arrow-right .icon::before {
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' fill='none'%3E%3Cpath fill='%23fff' d='m20.482 15.983-1.477-1.477 5.44-5.44H0V6.917h24.444l-5.44-5.44L20.483 0l7.992 7.992z'/%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='16' fill='none'%3E%3Cpath fill='%23fff' d='m20.482 15.983-1.477-1.477 5.44-5.44H0V6.917h24.444l-5.44-5.44L20.483 0l7.992 7.992z'/%3E%3C/svg%3E");
    }
}
.secondary-nav .slider-nav__arrow.arrow-left .icon::before {
    transform: scaleX(-1);
}
.secondary-nav .slider-nav .swiper-scrollbar {
    position: absolute;
    width: 100%;
    left: 0;
    top: initial;
    bottom: -5px;
    z-index: 6;
    background-color: rgba(255, 255, 255, 0.2);
}
@media only screen and (max-width: 1022px) {
    .secondary-nav .slider-nav .swiper-scrollbar {
        bottom: -8px;
    }
}
.secondary-nav .slider-nav .swiper-scrollbar-thumb, .secondary-nav .slider-nav .swiper-scrollbar-drag {
    background-color: var(--color-white) !important;
}
.secondary-nav:has(.slider-nav .swiper-scrollbar-lock) .secondary-nav__inner,
.secondary-nav:has(.slider-nav .swiper-scrollbar-lock) .swiper {
    padding: 0;
}
.secondary-nav:has(.slider-nav .swiper-scrollbar-lock) .secondary-nav__inner::after, .secondary-nav:has(.slider-nav .swiper-scrollbar-lock) .secondary-nav__inner::before,
.secondary-nav:has(.slider-nav .swiper-scrollbar-lock) .swiper::after,
.secondary-nav:has(.slider-nav .swiper-scrollbar-lock) .swiper::before {
    display: none;
}

.sc-secondary-nav {
    pointer-events: none;
    position: sticky;
    position: -webkit-sticky;
    top: 76px;
    z-index: 80;
    transition: top 0.3s ease;
}
.site-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: var(--color-gray-100);
    border-bottom: 1px solid var(--color-gray-300);
}
.body-scroll-locked .site-header {
    padding-right: var(--scroll-width, 0px);
}
.site-header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 75px;
}
@media only screen and (max-width: 1022px) {
    .site-header__inner {
        padding: 12px 0;
    }
}
.site-header__logo {
    position: relative;
    display: flex;
}
.site-header__logo img {
    width: auto;
    height: 48px;
    object-fit: contain;
    transition: opacity 0.3s ease;
}
.site-header__right {
    display: flex;
    align-items: center;
    gap: 24px;
}
@media only screen and (max-width: 1200px) {
    .site-header__right {
        gap: 20px;
    }
}
.site-header__left {
    display: flex;
    align-items: center;
    gap: 48px;
}
@media only screen and (max-width: 1022px) {
    .site-header__left {
        gap: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .site-header .container {
        max-width: calc(100% - 32px);
    }
}
.site-header__map-toggle {
    color: var(--color-gray-800);
    width: 36px;
    height: 36px;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .site-header__map-toggle {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 50px;
        padding: 8px 20px;
        background-color: var(--color-gray-800);
        color: var(--color-white);
        z-index: 99;
        gap: 6px;
        font-weight: 700;
        letter-spacing: -0.04em;
    }
}
.site-header__map-toggle .icon {
    pointer-events: none;
    width: 36px;
    height: 36px;
}
@media only screen and (max-width: 1022px) {
    .site-header__map-toggle .icon-map {
        width: 30px;
        height: 30px;
    }
}
@media only screen and (min-width: 1023px) {
    .site-header__map-toggle:hover {
        color: var(--color-mgml);
    }
}

.hamburger {
    cursor: pointer;
    z-index: 12;
    position: relative;
    flex-direction: column;
    transition: 0.3s ease;
    display: none;
    align-items: center;
    justify-content: center;
    width: 36px;
    gap: 4px;
}
@media only screen and (max-width: 1022px) {
    .hamburger {
        display: flex;
    }
}
.hamburger__bar {
    background-color: var(--theme-color, #262626);
    height: 2px;
    display: block;
    width: 18px;
    pointer-events: none;
    position: relative;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.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);
}

.title-text-grid__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 48px 20px;
    align-items: flex-start;
}
@media only screen and (max-width: 1022px) {
    .title-text-grid__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .title-text-grid__inner {
        grid-template-columns: 1fr;
        grid-gap: 96px;
    }
}
@media only screen and (min-width: 1023px) {
    .title-text-grid__inner--2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: calc((100% - 20px) * 2 / 3 + 20px);
        margin-inline: auto;
    }
}
.title-text-grid__item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    height: 100%;
}
.title-text-grid__item .title {
    padding-bottom: 18px;
    border-bottom: 0.5px solid var(--color-gray-800);
    font-size: 36px;
}
.title-text-grid__item .btn {
    align-self: flex-end;
    margin-top: 24px;
}
@media only screen and (max-width: 1022px) {
    .title-text-grid__item .btn {
        margin-top: 0;
    }
}
.video-module__inner {
    position: relative;
    width: 100%;
    padding-bottom: 56.24%;
    display: block;
    height: auto;
    min-height: 1px;
}
@media only screen and (max-width: 1022px) {
    .video-module__inner {
        width: calc(100% + 32px);
        margin-left: -16px;
        padding-bottom: 68%;
    }
}
.video-module__inner .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.video-module__inner .icon::before {
    background-color: var(--color-gray-300);
}
.video-module__inner:hover .icon::before {
    background-color: var(--color-gray-800);
}
.video-module__caption {
    margin-top: 8px;
}
/*# sourceMappingURL=bundle.css.map */
