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

.stretched-link::before, .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 {
    line-height: 1.35;
    font-size: 20px;
}
@media only screen and (max-width: 1599px) {
    body {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    body {
        font-size: 16px;
    }
}

.text--100 {
    font-size: 100px;
    line-height: 0.95;
}
@media only screen and (max-width: 1919px) {
    .text--100 {
        font-size: 80px;
    }
}
@media only screen and (max-width: 1599px) {
    .text--100 {
        font-size: 70px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--100 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--100 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .text--100 {
        font-size: 36px;
    }
}

.text--42 {
    font-size: 42px;
    line-height: 1.25;
}
@media only screen and (max-width: 1599px) {
    .text--42 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--42 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--42 {
        font-size: 24px;
    }
}

.text--52 {
    font-size: 52px;
    line-height: 1.25;
}
@media only screen and (max-width: 1599px) {
    .text--52 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .text--52 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--52 {
        font-size: 30px;
    }
}

.text--26 {
    font-size: 26px;
    line-height: 1.5;
}
@media only screen and (max-width: 1599px) {
    .text--26 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--26 {
        font-size: 18px;
    }
}

.text--24 {
    font-size: 24px;
    line-height: 1.5;
}
@media only screen and (max-width: 1919px) {
    .text--24 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1599px) {
    .text--24 {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--24 {
        font-size: 18px;
    }
}

.text--20 {
    font-size: 20px;
    line-height: 1.5;
}
@media only screen and (max-width: 1599px) {
    .text--20 {
        font-size: 18px;
    }
}
@media only screen and (max-width: 1022px) {
    .text--20 {
        font-size: 16px;
    }
}

.text--18 {
    font-size: 18px;
    line-height: 1.5;
}
@media only screen and (max-width: 1022px) {
    .text--18 {
        font-size: 16px;
    }
}

.text--16 {
    font-size: 16px;
    line-height: 1.75;
}

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

.text--13 {
    font-size: 13px;
    line-height: 1.46;
}

.text--12 {
    font-size: 12px;
    line-height: normal;
}

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

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

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

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

:root {
    --color-white: #fff;
    --color-cloud: #fbfbfb;
    --color-black: #000;
    --color-blackish: #001930;
    --color-blue: #024691;
    --color-blue-rollover: #1d225c;
    --color-blue-light: #f4f5fd;
    --color-blue-border: #f5f8fb;
    --color-gray-light: #f3f6f8;
    --color-gray: #c3cbd0;
    --color-gold: #d6ae68;
    --color-gold-rollover: #d3a24c;
    --color-border: #cfd5dc;
    --color-warning: #ffa726;
    --color-error: #da1020;
    --color-success: #66bb6a;
    --color-validation-failed: #da1020;
    --font-primary: neue-haas-grotesk-text, sans-serif;
    --font-secondary: Aeonik, sans-serif;
}

*,
*::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: 1599px) {
    .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% - 60px);
    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: -15px;
    margin-right: -15px;
}

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

.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: -15px;
        margin-right: -15px;
    }
    .container {
        max-width: calc(100% - 60px);
    }
    .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: 15px;
        padding-right: 15px;
    }
    .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: -8px;
        margin-right: -8px;
    }
    .container {
        max-width: 990px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .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: 8px;
        padding-right: 8px;
    }
    .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: -8px;
        margin-right: -8px;
    }
    .container {
        max-width: 1200px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .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: 8px;
        padding-right: 8px;
    }
    .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: 1600px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .container {
        max-width: 1414px;
        padding-left: 8px;
        padding-right: 8px;
    }
    .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: 8px;
        padding-right: 8px;
    }
    .col-xl {
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex-preferred-size: 8.333%;
        flex-basis: 8.333%;
        max-width: 8.333%;
    }
    .col-xl-2 {
        -ms-flex-preferred-size: 16.666667%;
        flex-basis: 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex-preferred-size: 33.333%;
        flex-basis: 33.333%;
        max-width: 33.333%;
    }
    .col-xl-5 {
        -ms-flex-preferred-size: 41.667%;
        flex-basis: 41.667%;
        max-width: 41.667%;
    }
    .col-xl-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex-preferred-size: 58.333%;
        flex-basis: 58.333%;
        max-width: 58.333%;
    }
    .col-xl-8 {
        -ms-flex-preferred-size: 66.667%;
        flex-basis: 66.667%;
        max-width: 66.667%;
    }
    .col-xl-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex-preferred-size: 83.333%;
        flex-basis: 83.333%;
        max-width: 83.333%;
    }
    .col-xl-11 {
        -ms-flex-preferred-size: 91.667%;
        flex-basis: 91.667%;
        max-width: 91.667%;
    }
    .col-xl-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-xl-offset-0 {
        margin-left: 0;
    }
    .col-xl-offset-1 {
        margin-left: 8.333%;
    }
    .col-xl-offset-2 {
        margin-left: 16.666667%;
    }
    .col-xl-offset-3 {
        margin-left: 25%;
    }
    .col-xl-offset-4 {
        margin-left: 33.333%;
    }
    .col-xl-offset-5 {
        margin-left: 41.667%;
    }
    .col-xl-offset-6 {
        margin-left: 50%;
    }
    .col-xl-offset-7 {
        margin-left: 58.333%;
    }
    .col-xl-offset-8 {
        margin-left: 66.667%;
    }
    .col-xl-offset-9 {
        margin-left: 75%;
    }
    .col-xl-offset-10 {
        margin-left: 83.333%;
    }
    .col-xl-offset-11 {
        margin-left: 91.667%;
    }
    .start-xl {
        -ms-flex-pack: start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-xl {
        -ms-flex-pack: center;
        -webkit-box-pack: center;
        justify-content: center;
    }
    .end-xl {
        -ms-flex-pack: end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-xl {
        -ms-flex-align: start;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .middle-xl {
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
    }
    .bottom-xl {
        -ms-flex-align: end;
        -webkit-box-align: end;
        align-items: flex-end;
    }
    .around-xl {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-xl {
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .first-xl {
        -ms-flex-order: -1;
        -webkit-box-ordinal-group: 0;
        order: -1;
    }
    .last-xl {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }
}
:focus {
    outline: none;
}

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

@keyframes mouse {
    0% {
        top: 8px;
    }
    50% {
        top: 14px;
    }
    100% {
        top: 8px;
    }
}
.moveAnimationCenter .moveFromBottom,
.moveAnimationCenter .moveFromTop,
.moveAnimationCenter .moveFromLeft,
.moveAnimationCenter .fadeIn,
.moveAnimationCenter .moveFromRight,
.moveAnimation .moveFromBottom,
.moveAnimation .moveFromTop,
.moveAnimation .moveFromLeft,
.moveAnimation .fadeIn,
.moveAnimation .moveFromRight {
    will-change: transform;
    transition-property: transform, opacity, color, box-shadow;
    transition-timing-function: ease;
    transition-duration: 0.6s;
    opacity: 0;
}
.moveAnimationCenter .moveFromLeft,
.moveAnimation .moveFromLeft {
    transform: translate3d(-50%, 0, 0);
}
.moveAnimationCenter .moveFromRight,
.moveAnimation .moveFromRight {
    transform: translate3d(50%, 0, 0);
}
.moveAnimationCenter .moveFromTop,
.moveAnimation .moveFromTop {
    transform: translate3d(0, -150px, 0);
}
.moveAnimationCenter .moveFromBottom,
.moveAnimation .moveFromBottom {
    transform: translate3d(0, 150px, 0);
}
.moveAnimationCenter.in-viewport .moveFromTop,
.moveAnimationCenter.in-viewport .moveFromBottom,
.moveAnimationCenter.in-viewport .moveFromLeft,
.moveAnimationCenter.in-viewport .moveFromRight,
.moveAnimation.in-viewport .moveFromTop,
.moveAnimation.in-viewport .moveFromBottom,
.moveAnimation.in-viewport .moveFromLeft,
.moveAnimation.in-viewport .moveFromRight {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}
.moveAnimationCenter.in-viewport .fadeIn,
.moveAnimation.in-viewport .fadeIn {
    opacity: 1;
}

@keyframes bounce {
    0%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
}
.mt-160 {
    margin-top: 160px;
}
@media only screen and (max-width: 1200px) {
    .mt-160 {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-160 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-160 {
        margin-top: 60px;
    }
}
.mt-150 {
    margin-top: 150px;
}
@media only screen and (max-width: 1200px) {
    .mt-150 {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-150 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-150 {
        margin-top: 60px;
    }
}
.mt-120 {
    margin-top: 120px;
}
@media only screen and (max-width: 1599px) {
    .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-90 {
    margin-top: 90px;
}
@media only screen and (max-width: 1200px) {
    .mt-90 {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 60px;
    }
}
.mt-80 {
    margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
    .mt-80 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-80 {
        margin-top: 40px;
    }
}
.mt-70 {
    margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
    .mt-70 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-70 {
        margin-top: 40px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
    .mt-60 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-60 {
        margin-top: 30px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
    .mt-50 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mt-40 {
    margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
    .mt-40 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-40 {
        margin-top: 20px;
    }
}
.mt-32 {
    margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
    .mt-32 {
        margin-top: 20px;
    }
}
.mt-30 {
    margin-top: 30px;
}
@media only screen and (max-width: 1200px) {
    .mt-30 {
        margin-top: 20px;
    }
}
.mt-24 {
    margin-top: 24px;
}
@media only screen and (max-width: 1200px) {
    .mt-24 {
        margin-top: 15px;
    }
}
.mt-20 {
    margin-top: 20px;
}
@media only screen and (max-width: 767px) {
    .mt-20 {
        margin-top: 12px;
    }
}
.mt-16 {
    margin-top: 16px;
}
@media only screen and (max-width: 767px) {
    .mt-16 {
        margin-top: 8px;
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

:root {
    /*
    --swiper-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;
    -ms-touch-action: none;
    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;
}

/* stylelint-disable */
:root {
    --f-spinner-width: 36px;
    --f-spinner-height: 36px;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
    --f-spinner-stroke: 2.75;
}

.f-spinner {
    margin: auto;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
}

.f-spinner svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    animation: f-spinner-rotate 2s linear infinite;
}

.f-spinner svg * {
    stroke-width: var(--f-spinner-stroke);
    fill: none;
}

.f-spinner svg *:first-child {
    stroke: var(--f-spinner-color-1);
}

.f-spinner svg *:last-child {
    stroke: var(--f-spinner-color-2);
    animation: f-spinner-dash 2s ease-in-out infinite;
}

@keyframes f-spinner-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@keyframes f-spinner-dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }
    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}
.f-throwOutUp {
    animation: var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp;
}

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

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);
        opacity: 0;
    }
}
@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throw-out-distance, 150px), 0);
        opacity: 0;
    }
}
.f-zoomInUp {
    animation: var(--f-transition-duration, 0.2s) ease 0.1s both f-zoomInUp;
}

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

@keyframes f-zoomInUp {
    from {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
    to {
        transform: scale(1) translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-zoomOutDown {
    to {
        transform: scale(0.975) translate3d(0, 16px, 0);
        opacity: 0;
    }
}
.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;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeOut {
    100% {
        opacity: 0;
    }
}
.f-fadeFastIn {
    animation: var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;
    z-index: 2;
}

.f-fadeFastOut {
    animation: var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;
    z-index: 2;
}

@keyframes f-fadeFastIn {
    0% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
@keyframes f-fadeFastOut {
    100% {
        opacity: 0;
    }
}
.f-fadeSlowIn {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;
    z-index: 2;
}

.f-fadeSlowOut {
    animation: var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;
    z-index: 1;
}

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

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

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

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

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

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

@keyframes f-slideInPrev {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideInNext {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}
@keyframes f-slideOutNext {
    100% {
        transform: translateX(-100%);
    }
}
@keyframes f-slideOutPrev {
    100% {
        transform: translateX(100%);
    }
}
.f-classicIn.from-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
    z-index: 2;
}

.f-classicIn.from-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
    z-index: 2;
}

.f-classicOut.to-next {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
    z-index: 1;
}

.f-classicOut.to-prev {
    animation: var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
    z-index: 1;
}

@keyframes f-classicInNext {
    0% {
        transform: translateX(-75px);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicInPrev {
    0% {
        transform: translateX(75px);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes f-classicOutNext {
    100% {
        transform: translateX(-75px);
        opacity: 0;
    }
}
@keyframes f-classicOutPrev {
    100% {
        transform: translateX(75px);
        opacity: 0;
    }
}
: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-hover-bg: #e0e0e0;
    --f-button-active-bg: #d0d0d0;
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --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-disabled-opacity: 0.65;
}

.f-button {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    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);
    pointer-events: all;
    cursor: pointer;
    transition: var(--f-button-transition);
}

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

.f-button:focus:not(:focus-visible) {
    outline: none;
}

.f-button:focus-visible {
    outline: none;
    box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}

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

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

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

.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
    position: absolute;
    z-index: 1;
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
    top: 50%;
    transform: translateY(-50%);
}

.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
    left: var(--f-button-prev-pos);
}

.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
    left: auto;
    right: var(--f-button-next-pos);
}

.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
    right: auto;
    left: var(--f-button-prev-pos);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
}

.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
    top: var(--f-button-next-pos);
}

.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
    bottom: var(--f-button-next-pos);
}

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

.f-carousel__nav .f-button:disabled, .fancybox__nav .f-button:disabled {
    pointer-events: none;
}

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

html.with-fancybox body {
    touch-action: none;
}

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

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-hover-color: #fff;
    --fancybox-bg: rgba(24, 24, 27, 0.98);
    --fancybox-slide-gap: 10px;
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-color-1: rgba(255, 255, 255, 0.1);
    --f-spinner-color-2: #bbb;
    --f-spinner-stroke: 3.65;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    direction: ltr;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: #f8f8f8;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow: visible;
    z-index: var(--fancybox-zIndex, 1050);
    outline: none;
    transform-origin: top left;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    overscroll-behavior-y: contain;
}

.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
    box-sizing: inherit;
}

.fancybox__container *:empty {
    display: block;
}

.fancybox__container::backdrop {
    background-color: rgba(0, 0, 0, 0);
}

.fancybox__backdrop {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    background: var(--fancybox-bg);
    opacity: var(--fancybox-opacity, 1);
    will-change: opacity;
}

.fancybox__carousel {
    position: relative;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}

.fancybox__viewport {
    width: 100%;
    height: 100%;
}

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

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

.fancybox__track {
    display: flex;
    margin: 0 auto;
    height: 100%;
}

.fancybox__slide {
    flex: 0 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0 var(--fancybox-slide-gap) 0 0;
    padding: 4px;
    overflow: auto;
    overscroll-behavior: contain;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
    padding-top: 40px;
}

.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
    overflow: hidden;
}

.fancybox__slide.has-image {
    overflow: hidden;
}

.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
    overflow: visible;
}

.fancybox__slide::before, .fancybox__slide::after {
    content: "";
    flex: 0 0 0;
    margin: auto;
}

.fancybox__content {
    align-self: center;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0;
    padding: 2rem;
    max-width: 100%;
    color: var(--fancybox-content-color, #374151);
    background: var(--fancybox-content-bg, #fff);
    cursor: default;
    border-radius: 0;
    z-index: 20;
}

.is-loading .fancybox__content {
    opacity: 0;
}

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

.can-zoom_in .fancybox__content {
    cursor: zoom-in;
}

.can-zoom_out .fancybox__content {
    cursor: zoom-out;
}

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

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

.fancybox__slide.has-image > .fancybox__content {
    padding: 0;
    background: rgba(0, 0, 0, 0);
    min-height: 1px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: none;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.fancybox__slide.has-image > .fancybox__content > picture > img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.is-animating .fancybox__content, .is-dragging .fancybox__content {
    will-change: transform, width, height;
}

.fancybox-image {
    margin: auto;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    user-select: none;
    filter: blur(0px);
}

.fancybox__caption {
    align-self: center;
    max-width: 100%;
    flex-shrink: 0;
    margin: 0;
    padding: 14px 0 4px 0;
    overflow-wrap: anywhere;
    line-height: 1.375;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    cursor: auto;
    visibility: visible;
}

.is-loading .fancybox__caption, .is-closing .fancybox__caption {
    opacity: 0;
    visibility: hidden;
}

.is-compact .fancybox__caption {
    padding-bottom: 0;
}

.f-button.is-close-btn {
    --f-button-svg-stroke-width: 2;
    position: absolute;
    top: 0;
    right: 8px;
    z-index: 40;
}

.fancybox__content > .f-button.is-close-btn {
    --f-button-width: 34px;
    --f-button-height: 34px;
    --f-button-border-radius: 4px;
    --f-button-color: var(--fancybox-color, #fff);
    --f-button-hover-color: var(--fancybox-color, #fff);
    --f-button-bg: transparent;
    --f-button-hover-bg: transparent;
    --f-button-active-bg: transparent;
    --f-button-svg-width: 22px;
    --f-button-svg-height: 22px;
    position: absolute;
    top: -38px;
    right: 0;
    opacity: 0.75;
}

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

.is-zooming-out .fancybox__content > .f-button.is-close-btn {
    visibility: hidden;
}

.fancybox__content > .f-button.is-close-btn:hover {
    opacity: 1;
}

.fancybox__footer {
    padding: 0;
    margin: 0;
    position: relative;
}

.fancybox__footer .fancybox__caption {
    width: 100%;
    padding: 24px;
    opacity: var(--fancybox-opacity, 1);
    transition: all 0.25s ease;
}

.is-compact .fancybox__footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
    background: rgba(24, 24, 27, 0.5);
}

.is-compact .fancybox__footer .fancybox__caption {
    padding: 12px;
}

.is-compact .fancybox__content > .f-button.is-close-btn {
    --f-button-border-radius: 50%;
    --f-button-color: #fff;
    --f-button-hover-color: #fff;
    --f-button-outline-color: #000;
    --f-button-bg: rgba(0, 0, 0, 0.6);
    --f-button-active-bg: rgba(0, 0, 0, 0.6);
    --f-button-hover-bg: rgba(0, 0, 0, 0.6);
    --f-button-svg-width: 18px;
    --f-button-svg-height: 18px;
    --f-button-svg-filter: none;
    top: 5px;
    right: 5px;
}

.fancybox__nav {
    --f-button-width: 50px;
    --f-button-height: 50px;
    --f-button-border: 0;
    --f-button-border-radius: 50%;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: transparent;
    --f-button-hover-bg: rgba(24, 24, 27, 0.3);
    --f-button-active-bg: rgba(24, 24, 27, 0.5);
    --f-button-shadow: none;
    --f-button-transition: all 0.15s ease;
    --f-button-transform: none;
    --f-button-svg-width: 26px;
    --f-button-svg-height: 26px;
    --f-button-svg-stroke-width: 2.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
    --f-button-svg-disabled-opacity: 0.65;
    --f-button-next-pos: 1rem;
    --f-button-prev-pos: 1rem;
    opacity: var(--fancybox-opacity, 1);
}

.fancybox__nav .f-button:before {
    position: absolute;
    content: "";
    top: -30px;
    right: -20px;
    left: -20px;
    bottom: -30px;
    z-index: 1;
}

.is-idle .fancybox__nav {
    animation: 0.15s ease-out both f-fadeOut;
}

.is-idle.is-compact .fancybox__footer {
    pointer-events: none;
    animation: 0.15s ease-out both f-fadeOut;
}

.fancybox__slide > .f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
    z-index: 30;
    cursor: pointer;
}

.fancybox-protected {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 40;
    user-select: none;
}

.fancybox-ghost {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: contain;
    z-index: 40;
    user-select: none;
    pointer-events: none;
}

.fancybox-focus-guard {
    outline: none;
    opacity: 0;
    position: fixed;
    pointer-events: none;
}

.fancybox__container:not([aria-hidden]) {
    opacity: 0;
}

.fancybox__container.is-animated[aria-hidden=false] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=false] .fancybox__slide > *:not(.fancybox__content) {
    animation: var(--f-interface-enter-duration, 0.25s) ease 0.1s backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop {
    animation: var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn;
}

.fancybox__container.is-animated[aria-hidden=true] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden=true] .fancybox__slide > *:not(.fancybox__content) {
    animation: var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut;
}

.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop {
    animation: var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
    max-width: 100%;
    flex-shrink: 1;
    min-height: 1px;
    overflow: visible;
}

.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
    width: calc(100% - 120px);
    height: 90%;
}

.fancybox__container.is-compact .has-iframe .fancybox__content, .fancybox__container.is-compact .has-map .fancybox__content, .fancybox__container.is-compact .has-pdf .fancybox__content {
    width: 100%;
    height: 100%;
}

.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
    width: 960px;
    height: 540px;
    max-width: 100%;
    max-height: 100%;
}

.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
    padding: 0;
    background: rgba(24, 24, 27, 0.9);
    color: #fff;
}

.has-map .fancybox__content {
    background: #e5e3df;
}

.fancybox__html5video, .fancybox__iframe {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0);
}

.fancybox-placeholder {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}

.f-carousel__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-outline: 0;
    --f-thumb-outline-color: #5eb0ef;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
    --f-thumb-border-radius: 2px;
    --f-thumb-offset: 0px;
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}

.f-carousel__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
    --f-thumb-selected-opacity: 1;
}

.f-carousel__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
}

.f-thumbs {
    position: relative;
    flex: 0 0 auto;
    margin: 0;
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    user-select: none;
    perspective: 1000px;
    transform: translateZ(0);
}

.f-thumbs .f-spinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 2px;
    background-image: linear-gradient(#ebeff2, #e2e8f0);
    z-index: -1;
}

.f-thumbs .f-spinner svg {
    display: none;
}

.f-thumbs.is-vertical {
    height: 100%;
}

.f-thumbs__viewport {
    width: 100%;
    height: auto;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.f-thumbs__track {
    display: flex;
}

.f-thumbs__slide {
    position: relative;
    flex: 0 0 auto;
    box-sizing: content-box;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    overflow: visible;
    cursor: pointer;
}

.f-thumbs__slide.is-loading img {
    opacity: 0;
}

.is-classic .f-thumbs__viewport {
    height: 100%;
}

.is-modern .f-thumbs__track {
    width: max-content;
}

.is-modern .f-thumbs__track::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc((var(--f-thumb-clip-width, 0)) * -0.5);
    width: calc(var(--width, 0) * 1px + var(--f-thumb-clip-width, 0));
    cursor: pointer;
}

.is-modern .f-thumbs__slide {
    width: var(--f-thumb-clip-width);
    transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
    transition: none;
    pointer-events: none;
}

.is-modern.is-resting .f-thumbs__slide {
    transition: transform 0.33s ease;
}

.is-modern.is-resting .f-thumbs__slide__button {
    transition: clip-path 0.33s ease;
}

.is-using-tab .is-modern .f-thumbs__slide:focus-within {
    filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}

.f-thumbs__slide__button {
    appearance: none;
    width: var(--f-thumb-width);
    height: 100%;
    margin: 0 -100% 0 -100%;
    padding: 0;
    border: 0;
    position: relative;
    border-radius: var(--f-thumb-border-radius);
    overflow: hidden;
    background: rgba(0, 0, 0, 0);
    outline: none;
    cursor: pointer;
    pointer-events: auto;
    touch-action: manipulation;
    opacity: var(--f-thumb-opacity);
    transition: opacity 0.2s ease;
}

.f-thumbs__slide__button:hover {
    opacity: var(--f-thumb-hover-opacity);
}

.f-thumbs__slide__button:focus:not(:focus-visible) {
    outline: none;
}

.f-thumbs__slide__button:focus-visible {
    outline: none;
    opacity: var(--f-thumb-selected-opacity);
}

.is-modern .f-thumbs__slide__button {
    --clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );
    clip-path: var(--clip-path);
}

.is-classic .is-nav-selected .f-thumbs__slide__button {
    opacity: var(--f-thumb-selected-opacity);
}

.is-classic .is-nav-selected .f-thumbs__slide__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    bottom: 0;
    border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
    border-radius: var(--f-thumb-border-radius);
    animation: f-fadeIn 0.2s ease-out;
    z-index: 10;
}

.f-thumbs__slide__img {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: var(--f-thumb-offset);
    box-sizing: border-box;
    pointer-events: none;
    object-fit: cover;
    border-radius: var(--f-thumb-border-radius);
}

.f-thumbs.is-horizontal .f-thumbs__track {
    padding: 8px 0 12px 0;
}

.f-thumbs.is-horizontal .f-thumbs__slide {
    margin: 0 var(--f-thumb-gap) 0 0;
}

.f-thumbs.is-vertical .f-thumbs__track {
    flex-wrap: wrap;
    padding: 0 8px;
}

.f-thumbs.is-vertical .f-thumbs__slide {
    margin: 0 0 var(--f-thumb-gap) 0;
}

.fancybox__thumbs {
    --f-thumb-width: 96px;
    --f-thumb-height: 72px;
    --f-thumb-border-radius: 2px;
    --f-thumb-outline: 2px;
    --f-thumb-outline-color: #ededed;
    position: relative;
    opacity: var(--fancybox-opacity, 1);
    transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.fancybox__thumbs.is-classic {
    --f-thumb-gap: 8px;
    --f-thumb-opacity: 0.5;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-classic .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-modern {
    --f-thumb-gap: 4px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-clip-width: 46px;
    --f-thumb-opacity: 1;
    --f-thumb-hover-opacity: 1;
}

.fancybox__thumbs.is-modern .f-spinner {
    background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}

.fancybox__thumbs.is-horizontal {
    padding: 0 var(--f-thumb-gap);
}

.fancybox__thumbs.is-vertical {
    padding: var(--f-thumb-gap) 0;
}

.is-compact .fancybox__thumbs {
    --f-thumb-width: 64px;
    --f-thumb-clip-width: 32px;
    --f-thumb-height: 48px;
    --f-thumb-extra-gap: 10px;
}

.fancybox__thumbs.is-masked {
    max-height: 0px !important;
}

.is-closing .fancybox__thumbs {
    transition: none !important;
}

.fancybox__toolbar {
    --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: var(--fancybox-color);
    --f-button-hover-color: var(--fancybox-hover-color);
    --f-button-bg: rgba(24, 24, 27, 0.65);
    --f-button-hover-bg: rgba(70, 70, 73, 0.65);
    --f-button-active-bg: rgba(90, 90, 93, 0.65);
    --f-button-border-radius: 0;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: 0.65;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    color: var(--fancybox-color, currentColor);
    opacity: var(--fancybox-opacity, 1);
    text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
    pointer-events: none;
    z-index: 20;
}

.fancybox__toolbar :focus-visible {
    z-index: 1;
}

.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

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

.fancybox__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
}

.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
    flex-grow: 1;
    flex-basis: 0;
}

.fancybox__toolbar__column.is-right {
    display: flex;
    justify-content: flex-end;
    flex-wrap: nowrap;
}

.fancybox__infobar {
    padding: 0 5px;
    line-height: var(--f-button-height);
    text-align: center;
    font-size: 17px;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
    user-select: none;
}

.fancybox__infobar span {
    padding: 0 5px;
}

.fancybox__infobar:not(:first-child):not(:last-child) {
    background: var(--f-button-bg);
}

[data-fancybox-toggle-slideshow] {
    position: relative;
}

[data-fancybox-toggle-slideshow] .f-progress {
    height: 100%;
    opacity: 0.3;
}

[data-fancybox-toggle-slideshow] svg g:first-child {
    display: flex;
}

[data-fancybox-toggle-slideshow] svg g:last-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
    display: none;
}

.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
    display: flex;
}

[data-fancybox-toggle-fullscreen] svg g:first-child {
    display: flex;
}

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

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

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

.f-progress {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    transform: scaleX(0);
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
    z-index: 30;
    user-select: none;
    pointer-events: none;
}

/* stylelint-enable */
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}
.font-primary {
    font-family: var(--font-primary);
}
.font-secondary {
    font-family: var(--font-secondary);
}

.bg-image img,
.bg-image picture,
.bg-image picture img {
    max-height: initial;
}
.bg-white {
    background-color: var(--color-white);
}
.bg-cloud {
    background-color: var(--color-cloud);
}
.bg-gray-light {
    background-color: var(--color-gray-light);
}
.bg-gold {
    background-color: var(--color-gold);
    color: var(--color-cloud);
}
.bg-blue {
    background-color: var(--color-blue);
    color: var(--color-white);
}
.bg-blue .title {
    color: inherit;
}
.bg-blue-gradient {
    background-image: linear-gradient(to right, #f3f6f8 0%, rgba(243, 246, 248, 0.5) 30%, rgba(243, 246, 248, 0) 100%);
}
.bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.overflow-h {
    overflow: hidden;
}

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

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

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

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

.text--white {
    color: var(--color-white);
}
.text--blue {
    color: var(--color-blue);
}
.text--gold {
    color: var(--color-gold);
}
.text--lt {
    font-weight: 300;
}
.text--bd {
    font-weight: 700;
}
.text--md {
    font-weight: 500;
}
.text--sb {
    font-weight: 600;
}
.text--uppercase {
    text-transform: uppercase;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.d-none {
    display: none;
}

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

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

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

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

.p-relative {
    position: relative;
}

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

.stretched-link {
    font-size: 0;
    line-height: 0;
    opacity: 0;
    overflow: hidden;
}
.stretched-link::before {
    content: "";
    z-index: 3;
}

.back-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

html,
body {
    scroll-behavior: smooth;
}

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

body {
    color: var(--color-blackish);
    font-family: var(--font-primary);
    position: relative;
    height: auto;
    width: 100%;
    /* stylelint-disable */
    /* stylelint-enable */
}
body.body-scroll-locked, body.is-open-menu, body.is-open-search, body.is-open-mega-menu, body.noscroll {
    overflow: hidden;
    padding-right: var(--scroll-width, 0px);
}
body #CybotCookiebotDialog {
    border-radius: 0;
    font-family: "neue-haas-grotesk-text", sans-serif;
}
body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    font-weight: 900;
    line-height: 1.2;
    padding: 8px 24px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    font-family: var(--font-secondary);
    font-size: 14px;
    width: auto;
    border: none;
    min-height: 54px;
    color: var(--color-white);
    background-color: var(--color-blue-rollover);
}
body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type),
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) {
    font-weight: 900;
    line-height: 1.2;
    padding: 8px 24px;
    text-transform: uppercase;
    text-align: center;
    border-radius: 0;
    font-family: var(--font-secondary);
    font-size: 14px;
    width: auto;
    min-height: 54px;
    color: var(--color-blue-rollover);
    background-color: transparent;
    border: 1px solid var(--color-blue-rollover);
}
body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type):hover,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:hover,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type):hover {
    border: 1px solid var(--color-gray);
    color: var(--color-gray);
}
body #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtons .CybotCookiebotDialogBodyButton:not(:last-of-type) .CybotCookiebotDialogArrow,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton .CybotCookiebotDialogArrow,
body #CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton:not(:first-of-type) .CybotCookiebotDialogArrow {
    display: none;
}
body #CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink {
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--font-secondary);
}
body #CybotCookiebotDialog h2 {
    font-weight: 900;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: var(--font-secondary);
}
body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieContainerHeader,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerUnclassified {
    font-family: var(--font-secondary);
}
body #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieTypeIntro {
    padding-left: 36px !important;
}
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieTypeTableContainer,
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentIABv2Tabs .CollapseCard {
    padding-left: 36px;
    margin-left: 0;
}
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow {
    border-radius: 0;
    border: none;
}
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo.CybotCookiebotDialogShow:first-of-type {
    margin-top: 40px;
}
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup {
    border-radius: 0;
}
body #CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyEmptyCategoryMessage {
    border-radius: 0;
}

.noselect,
.noselect * {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

p {
    margin: 0;
}

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

i,
em {
    font-style: italic;
}

h1 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h2 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h3 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h4 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h5 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0;
}

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

figure img {
    margin: 0;
}

.sc-general {
    width: 100%;
    position: relative;
    scroll-margin-top: 0;
}

.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 var(--color-white) inset !important;
    -webkit-text-fill-color: var(--color-gray) !important;
}
input:auto-fill,
select:auto-fill,
textarea:auto-fill {
    color: var(--color-gray) !important;
    background-color: var(--color-white) !important;
}

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

.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.3s ease, transform 0.3s ease !important;
}

.grecaptcha-badge,
.g-captcha,
.g-recaptcha {
    position: absolute !important;
    right: 100vw !important;
    top: -100vh !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;
}

.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);
    min-height: 50px;
    font-weight: 500;
    font-size: 13px;
    color: var(--color-white);
    line-height: 1;
    padding: 6px 8px 6px 22px;
    display: inline-flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    border-radius: 40px;
    border: 0;
    background-color: var(--color-blue);
    text-transform: uppercase;
    transition: background-color 0.3s ease, color 0.3s ease, border 0.3s ease, opacity 0.3s ease;
}
.btn:hover, .btn:focus {
    background-color: var(--color-blue-rollover);
    border-color: var(--color-blue-rollover);
}
.btn--only-icon {
    padding: 8px 20px;
}
@media only screen and (max-width: 767px) {
    .btn--only-icon {
        padding: 8px 14px;
    }
}
.btn .btn__text {
    display: block;
    pointer-events: none;
}
.btn__icon {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background-color: var(--color-gold);
    flex-shrink: 0;
    pointer-events: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.27);
}
.btn .icon {
    transition: transform 0.3s ease;
}
.btn .icon::before {
    background-color: var(--color-white);
}
.btn--secondary {
    background-color: var(--color-gold);
}
.btn--secondary:hover, .btn--secondary:focus {
    background-color: var(--color-gold-rollover);
}
.btn--secondary .btn__icon {
    background-color: var(--color-blue);
}
.btn--without-icon {
    justify-content: center;
    padding: 6px 24px;
}
.btn--left-icon .btn__icon {
    order: -1;
}
.btn--without-border {
    flex-direction: row-reverse;
    min-height: 50px;
    color: var(--color-white);
    padding: 8px 28px 8px 18px;
    background-color: rgba(255, 255, 255, 0.1);
    font-size: 20px;
    font-weight: 400;
}
.btn--without-border .btn__icon {
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}
.btn--without-border .icon {
    width: 32px;
    height: 24px;
}
.btn--without-border .icon::before {
    background-color: var(--color-gold);
}
.btn--without-border:hover, .btn--without-border:focus {
    background-color: var(--color-white);
    color: var(--color-blue);
}
.btn--ghost {
    border: 1px solid var(--color-blue);
    min-height: 70px;
    background-color: transparent;
    color: var(--color-blue);
    padding: 8px 28px 8px 42px;
    font-size: 20px;
}
.btn--ghost .btn__icon {
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}
.btn--ghost .icon {
    width: 32px;
    height: 24px;
}
.btn--ghost .icon::before {
    background-color: var(--color-gold);
}
.btn--ghost:hover, .btn--ghost:focus {
    background-color: var(--color-blue);
    color: var(--color-white);
}
.btn--white {
    padding-right: 18px;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--color-white);
}
.btn--white .btn__icon {
    width: auto;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    background-color: transparent;
}
.btn--white .icon::before {
    background-color: currentColor;
}
.btn--white:hover, .btn--white:focus {
    background-color: var(--color-gold);
    color: var(--color-white);
}
.btn[disabled], .btn--disabled {
    cursor: not-allowed;
    transition: none;
    pointer-events: none;
    opacity: 0.6;
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
    transform: none !important;
}
.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.checkbox {
    user-select: none;
    font-size: 13px;
    line-height: 1.4;
}
.checkbox__label {
    position: relative;
    padding-left: 26px;
    cursor: pointer;
    margin: 0;
    min-height: 24px;
    display: block;
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 16px;
    height: 16px;
    border-radius: 3px;
}
.checkbox__label:before {
    border: 1px solid rgba(2, 70, 147, 0.5);
    background-color: transparent;
    transition: background-color 0.3s ease, border 0.3s ease;
}
.checkbox__label::after {
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='14.895' height='10.832' viewBox='0 0 14.895 10.832'%3E%3Cpath id='Path_1073_-_Outline' data-name='Path 1073 - Outline' d='M4.422.02A1.467,1.467,0,0,1,3.368-.424L-.388-4.181a1.209,1.209,0,0,1-.361-.827,1.188,1.188,0,0,1,.367-.9,1.2,1.2,0,0,1,.861-.373,1.2,1.2,0,0,1,.861.373L4.423-2.815l7.632-7.632a1.218,1.218,0,0,1,.813-.363h.057a1.179,1.179,0,0,1,.847.364,1.2,1.2,0,0,1,.373.861,1.2,1.2,0,0,1-.373.862L5.477-.425A1.467,1.467,0,0,1,4.422.02Z' transform='translate(0.75 10.812)' fill='%23024691'/%3E%3C/svg%3E%0A") no-repeat center/10px auto;
}
.checkbox input:checked ~ label {
    color: var(--color-blue);
}
.checkbox input:checked ~ label::before {
    border-color: var(--color-blue);
}
.checkbox input:checked ~ label::after {
    transform: scale(1);
}
.checkbox a {
    text-decoration: underline;
    color: var(--color-blue);
}
.checkbox a:hover {
    text-decoration: none;
}
.checkbox.is-validation-failed .checkbox__label::before, .is-validation-failed .checkbox .checkbox__label::before {
    border-color: var(--color-validation-failed);
}
.checkbox .fv-plugins-message-container {
    text-align: left;
    padding-left: 26px;
}
.custom-list {
    user-select: none;
    display: grid;
    margin-top: 74px;
    gap: 20px;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .custom-list {
        display: block;
        gap: 0;
        margin-top: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .custom-list__title {
        display: inline-flex;
        min-height: 50px;
        gap: 8px;
        align-items: center;
        border-radius: 40px;
        background-color: rgba(255, 255, 255, 0.1);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
        justify-content: center;
        padding: 8px 24px;
        font-size: 13px;
        text-transform: uppercase;
        color: var(--color-white);
    }
    .custom-list__title .icon {
        width: 10px;
        height: 16px;
    }
    .custom-list__title .icon::before {
        background-color: var(--color-gold);
    }
}
@media only screen and (max-width: 1022px) {
    .custom-list__content {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        background-color: var(--color-white);
        z-index: 3;
        border-radius: 15px;
        color: var(--color-blackish);
        padding: 18px 22px;
        box-shadow: 0 23px 36px rgba(0, 0, 0, 0.1);
        transition: visibility 0.3s ease, opacity 0.3s ease;
    }
}
@media only screen and (max-width: 1022px) {
    .custom-list:hover .custom-list__content {
        visibility: visible;
        opacity: 1;
    }
}
.dropdown {
    width: 100%;
    position: relative;
    user-select: none;
    max-width: 338px;
}
.dropdown__label {
    position: relative;
    margin: 0 0 6px;
    display: block;
    z-index: 4;
    transition: opacity 0.3s ease;
}
.dropdown__placeholder {
    position: relative;
    width: 100%;
    height: 45px;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    outline: none;
    z-index: 1;
    cursor: pointer;
    padding: 4px 14px;
    display: flex;
    align-items: center;
    color: var(--color-blue-rollover);
    transition: border-color 0.3s ease, color 0.3s ease;
    background-color: var(--color-white);
}
.dropdown__placeholder img {
    width: 24px;
    margin-right: 12px;
    height: 12px;
}
.dropdown__placeholder .icon {
    width: 12px;
    height: 8px;
    position: absolute;
    right: 16px;
    top: 50%;
    margin-top: -4px;
    pointer-events: none;
    transition: transform 0.3s ease;
}
.dropdown__placeholder .icon::before {
    background-color: var(--color-blue);
}
.dropdown__placeholder-text {
    opacity: 0.5;
    transition: transform 0.3s ease, opacity 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 30px;
    display: flex;
    align-items: center;
}
.dropdown__list {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    width: 100%;
    z-index: 9;
    left: 0;
    display: none;
}
.dropdown__list-item {
    position: relative;
}
.dropdown__list-inner {
    overflow: auto;
    border-radius: 0 0 5px 5px;
    max-height: 180px;
    border: 1px solid var(--color-gray);
    background-color: var(--color-white);
    border-top: 0;
}
@media only screen and (min-width: 1023px) {
    .dropdown__list-inner {
        scrollbar-track-color: rgba(195, 203, 208, 0.2);
        scrollbar-face-color: #c3cbd0;
        scrollbar-arrow-color: #c3cbd0;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .dropdown__list-inner::-webkit-scrollbar {
        width: 4px;
    }
    .dropdown__list-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(195, 203, 208, 0.2);
    }
    .dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(195, 203, 208, 0.6);
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb {
        background: #c3cbd0;
        width: 4px;
        border-radius: 0;
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(195, 203, 208, 0.84);
    }
    .dropdown__list-inner ::-webkit-scrollbar {
        width: 4px;
    }
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option {
    font-weight: 500;
    opacity: 1;
}
.dropdown__list-option {
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 8px 14px;
    opacity: 0.5;
    background-color: transparent;
    transition: color 0.3s ease, background-color 0.3s ease, opacity 0.3s ease;
}
.dropdown__list-option.is-active, .dropdown__list-option:hover {
    opacity: 1;
    background: var(--color-gray-light);
}
.dropdown__list-option.is-disabled {
    background: rgba(195, 203, 208, 0.2);
    color: var(--color-gray);
    pointer-events: none;
}
.dropdown__search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px 20px;
    z-index: 3;
    opacity: 0;
    pointer-events: none;
    border-left: 1px solid var(--color-gray);
    border-right: 1px solid var(--color-gray);
}
.dropdown__search input {
    background-color: var(--color-white);
    width: 100%;
    height: 36px;
    border-radius: 0;
    padding: 0 16px;
    outline: none;
    color: inherit;
    font-size: 16px;
    border: 1px solid var(--color-gray);
    transition: border-color 0.3s ease;
}
.dropdown.is-open .dropdown__placeholder {
    border-radius: 5px 5px 0 0;
}
.dropdown.is-open .icon {
    transform: scaleY(-1);
}
.dropdown.is-open .dropdown__list {
    display: block;
}
.dropdown--search .dropdown__list {
    padding-top: 52px;
}
.dropdown--search .dropdown__search {
    opacity: 1;
    pointer-events: all;
}
.dropdown--secondary .dropdown__label {
    opacity: 0.5;
    margin-bottom: 0;
    flex-shrink: 0;
    font-weight: 400;
}
.dropdown--secondary .dropdown__placeholder {
    gap: 16px;
}
.dropdown--secondary .dropdown__placeholder-text {
    display: block;
    width: 100%;
    padding-right: 10px;
    flex: auto;
}
.dropdown--default {
    max-width: 100%;
}
.dropdown--default .dropdown__placeholder {
    height: 58px;
    border: 1px solid var(--color-border);
    background-color: var(--color-white);
    color: var(--color-gray);
    opacity: 1;
}
.dropdown--default .dropdown__placeholder-text {
    opacity: 1;
}
.dropdown.is-validation-failed .dropdown__placeholder {
    border-color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .fv-plugins-message-container {
    margin-top: 4px;
}
.dropdown.is-selected .dropdown__placeholder-text {
    opacity: 1;
    color: var(--color-blackish);
}
.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: 8px;
    height: 6px;
}
.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='22.132' height='11.896' viewBox='0 0 22.132 11.896'%3E%3Cg id='Group_13182' data-name='Group 13182' transform='translate(11.914) rotate(90)'%3E%3Cpath id='Path_787' data-name='Path 787' d='M9.543.858l-9.2-9.2a1.088,1.088,0,0,1-.325-.746,1.01,1.01,0,0,1,.325-.787,1.062,1.062,0,0,1,.766-.346,1.062,1.062,0,0,1,.766.346L11.384-.367a1.709,1.709,0,0,1,.4.579A1.776,1.776,0,0,1,11.9.858a1.776,1.776,0,0,1-.114.645,1.709,1.709,0,0,1-.4.579l-9.506,9.5a1.088,1.088,0,0,1-.746.325,1.01,1.01,0,0,1-.787-.325,1.021,1.021,0,0,1,0-1.532Z' fill='%23024691'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.132' height='11.896' viewBox='0 0 22.132 11.896'%3E%3Cg id='Group_13182' data-name='Group 13182' transform='translate(11.914) rotate(90)'%3E%3Cpath id='Path_787' data-name='Path 787' d='M9.543.858l-9.2-9.2a1.088,1.088,0,0,1-.325-.746,1.01,1.01,0,0,1,.325-.787,1.062,1.062,0,0,1,.766-.346,1.062,1.062,0,0,1,.766.346L11.384-.367a1.709,1.709,0,0,1,.4.579A1.776,1.776,0,0,1,11.9.858a1.776,1.776,0,0,1-.114.645,1.709,1.709,0,0,1-.4.579l-9.506,9.5a1.088,1.088,0,0,1-.746.325,1.01,1.01,0,0,1-.787-.325,1.021,1.021,0,0,1,0-1.532Z' fill='%23024691'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-chevron-left, .icon-chevron-right {
    width: 12px;
    height: 22px;
}
.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='11.896' height='22.132' viewBox='0 0 11.896 22.132'%3E%3Cpath id='Path_787' data-name='Path 787' d='M9.543.858l-9.2-9.2a1.088,1.088,0,0,1-.325-.746,1.01,1.01,0,0,1,.325-.787,1.062,1.062,0,0,1,.766-.346,1.062,1.062,0,0,1,.766.346L11.384-.367a1.709,1.709,0,0,1,.4.579A1.776,1.776,0,0,1,11.9.858a1.776,1.776,0,0,1-.114.645,1.709,1.709,0,0,1-.4.579l-9.506,9.5a1.088,1.088,0,0,1-.746.325,1.01,1.01,0,0,1-.787-.325,1.021,1.021,0,0,1,0-1.532Z' transform='translate(0 10.218)' fill='%23024691'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.896' height='22.132' viewBox='0 0 11.896 22.132'%3E%3Cpath id='Path_787' data-name='Path 787' d='M9.543.858l-9.2-9.2a1.088,1.088,0,0,1-.325-.746,1.01,1.01,0,0,1,.325-.787,1.062,1.062,0,0,1,.766-.346,1.062,1.062,0,0,1,.766.346L11.384-.367a1.709,1.709,0,0,1,.4.579A1.776,1.776,0,0,1,11.9.858a1.776,1.776,0,0,1-.114.645,1.709,1.709,0,0,1-.4.579l-9.506,9.5a1.088,1.088,0,0,1-.746.325,1.01,1.01,0,0,1-.787-.325,1.021,1.021,0,0,1,0-1.532Z' transform='translate(0 10.218)' fill='%23024691'/%3E%3C/svg%3E%0A");
}
.icon-arrow-left, .icon-arrow-right {
    width: 16px;
    height: 12px;
}
.icon-arrow-left:before, .icon-arrow-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.037' height='11.979' viewBox='0 0 16.037 11.979'%3E%3Cpath id='Path_988' data-name='Path 988' d='M14.162-3.63H.587A.568.568,0,0,1,.168-3.8.568.568,0,0,1,0-4.217a.568.568,0,0,1,.168-.418A.568.568,0,0,1,.587-4.8H14.162L9.781-9.184a.582.582,0,0,1-.179-.4.572.572,0,0,1,.179-.426.6.6,0,0,1,.418-.2.572.572,0,0,1,.418.191L15.759-4.88a.919.919,0,0,1,.215.314.956.956,0,0,1,.062.35.956.956,0,0,1-.062.35.919.919,0,0,1-.215.314L10.618,1.587a.586.586,0,0,1-.407.179.567.567,0,0,1-.43-.186.6.6,0,0,1-.191-.415A.569.569,0,0,1,9.781.75Z' transform='translate(0 10.212)' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.037' height='11.979' viewBox='0 0 16.037 11.979'%3E%3Cpath id='Path_988' data-name='Path 988' d='M14.162-3.63H.587A.568.568,0,0,1,.168-3.8.568.568,0,0,1,0-4.217a.568.568,0,0,1,.168-.418A.568.568,0,0,1,.587-4.8H14.162L9.781-9.184a.582.582,0,0,1-.179-.4.572.572,0,0,1,.179-.426.6.6,0,0,1,.418-.2.572.572,0,0,1,.418.191L15.759-4.88a.919.919,0,0,1,.215.314.956.956,0,0,1,.062.35.956.956,0,0,1-.062.35.919.919,0,0,1-.215.314L10.618,1.587a.586.586,0,0,1-.407.179.567.567,0,0,1-.43-.186.6.6,0,0,1-.191-.415A.569.569,0,0,1,9.781.75Z' transform='translate(0 10.212)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.icon-arrow-left.medium, .icon-arrow-right.medium {
    width: 54px;
    height: 40px;
}
@media only screen and (max-width: 1022px) {
    .icon-arrow-left.medium, .icon-arrow-right.medium {
        width: 40px;
        height: 28px;
    }
}
.icon-arrow-left.large, .icon-arrow-right.large {
    width: 58px;
    height: 44px;
}
@media only screen and (max-width: 1599px) {
    .icon-arrow-left.large, .icon-arrow-right.large {
        width: 48px;
        height: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .icon-arrow-left.large, .icon-arrow-right.large {
        width: 40px;
        height: 28px;
    }
}
.icon-arrow-left:before, .icon-chevron-left:before, .icon-chevron-up:before {
    transform: scale(-1);
}
.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='14.895' height='10.832' viewBox='0 0 14.895 10.832'%3E%3Cpath id='Path_1073_-_Outline' data-name='Path 1073 - Outline' d='M4.422.02A1.467,1.467,0,0,1,3.368-.424L-.388-4.181a1.209,1.209,0,0,1-.361-.827,1.188,1.188,0,0,1,.367-.9,1.2,1.2,0,0,1,.861-.373,1.2,1.2,0,0,1,.861.373L4.423-2.815l7.632-7.632a1.218,1.218,0,0,1,.813-.363h.057a1.179,1.179,0,0,1,.847.364,1.2,1.2,0,0,1,.373.861,1.2,1.2,0,0,1-.373.862L5.477-.425A1.467,1.467,0,0,1,4.422.02Z' transform='translate(0.75 10.812)' fill='%23024691'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.895' height='10.832' viewBox='0 0 14.895 10.832'%3E%3Cpath id='Path_1073_-_Outline' data-name='Path 1073 - Outline' d='M4.422.02A1.467,1.467,0,0,1,3.368-.424L-.388-4.181a1.209,1.209,0,0,1-.361-.827,1.188,1.188,0,0,1,.367-.9,1.2,1.2,0,0,1,.861-.373,1.2,1.2,0,0,1,.861.373L4.423-2.815l7.632-7.632a1.218,1.218,0,0,1,.813-.363h.057a1.179,1.179,0,0,1,.847.364,1.2,1.2,0,0,1,.373.861,1.2,1.2,0,0,1-.373.862L5.477-.425A1.467,1.467,0,0,1,4.422.02Z' transform='translate(0.75 10.812)' fill='%23024691'/%3E%3C/svg%3E%0A");
}
.icon-close {
    width: 20px;
    height: 20px;
}
.icon-close:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2876 9.71228L9.71222 2.28766' stroke='%23966B58' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M2.2876 2.28772L9.71222 9.71234' stroke='%23966B58' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.2876 9.71228L9.71222 2.28766' stroke='%23966B58' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3Cpath d='M2.2876 2.28772L9.71222 9.71234' stroke='%23966B58' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-check-rounded {
    width: 18px;
    height: 18px;
}
.icon-check-rounded:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.105' height='15.105' viewBox='0 0 15.105 15.105'%3E%3Cpath id='Path_791' data-name='Path 791' d='M7.555-2.895A7.361,7.361,0,0,1,4.61-3.489,7.633,7.633,0,0,1,2.21-5.1,7.621,7.621,0,0,1,.6-7.5,7.345,7.345,0,0,1,0-10.445,7.359,7.359,0,0,1,.595-13.39a7.633,7.633,0,0,1,1.614-2.4,7.625,7.625,0,0,1,2.4-1.615A7.351,7.351,0,0,1,7.553-18a7.263,7.263,0,0,1,2.1.3,7.927,7.927,0,0,1,1.925.873.488.488,0,0,1,.223.278.34.34,0,0,1-.059.323.443.443,0,0,1-.3.176.48.48,0,0,1-.343-.076A6.662,6.662,0,0,0,9.4-16.9a6.515,6.515,0,0,0-1.845-.265A6.472,6.472,0,0,0,2.8-15.2,6.472,6.472,0,0,0,.839-10.447,6.472,6.472,0,0,0,2.8-5.7,6.472,6.472,0,0,0,7.553-3.734,6.472,6.472,0,0,0,12.3-5.7a6.472,6.472,0,0,0,1.962-4.752q0-.319-.027-.619a4.8,4.8,0,0,0-.1-.612.469.469,0,0,1,.048-.343.394.394,0,0,1,.272-.2.363.363,0,0,1,.312.063.47.47,0,0,1,.182.278,6.431,6.431,0,0,1,.111.7,7.141,7.141,0,0,1,.037.739A7.357,7.357,0,0,1,14.511-7.5,7.627,7.627,0,0,1,12.9-5.1a7.623,7.623,0,0,1-2.4,1.614A7.349,7.349,0,0,1,7.555-2.895ZM6.346-8.356l7.869-7.874a.43.43,0,0,1,.286-.128.4.4,0,0,1,.311.132.406.406,0,0,1,.131.294.412.412,0,0,1-.134.3L6.82-7.642a.651.651,0,0,1-.475.2.65.65,0,0,1-.474-.2L3.657-9.857a.422.422,0,0,1-.126-.289.391.391,0,0,1,.126-.3.411.411,0,0,1,.3-.134.412.412,0,0,1,.3.134Z' transform='translate(0 18)' fill='%23fff'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.105' height='15.105' viewBox='0 0 15.105 15.105'%3E%3Cpath id='Path_791' data-name='Path 791' d='M7.555-2.895A7.361,7.361,0,0,1,4.61-3.489,7.633,7.633,0,0,1,2.21-5.1,7.621,7.621,0,0,1,.6-7.5,7.345,7.345,0,0,1,0-10.445,7.359,7.359,0,0,1,.595-13.39a7.633,7.633,0,0,1,1.614-2.4,7.625,7.625,0,0,1,2.4-1.615A7.351,7.351,0,0,1,7.553-18a7.263,7.263,0,0,1,2.1.3,7.927,7.927,0,0,1,1.925.873.488.488,0,0,1,.223.278.34.34,0,0,1-.059.323.443.443,0,0,1-.3.176.48.48,0,0,1-.343-.076A6.662,6.662,0,0,0,9.4-16.9a6.515,6.515,0,0,0-1.845-.265A6.472,6.472,0,0,0,2.8-15.2,6.472,6.472,0,0,0,.839-10.447,6.472,6.472,0,0,0,2.8-5.7,6.472,6.472,0,0,0,7.553-3.734,6.472,6.472,0,0,0,12.3-5.7a6.472,6.472,0,0,0,1.962-4.752q0-.319-.027-.619a4.8,4.8,0,0,0-.1-.612.469.469,0,0,1,.048-.343.394.394,0,0,1,.272-.2.363.363,0,0,1,.312.063.47.47,0,0,1,.182.278,6.431,6.431,0,0,1,.111.7,7.141,7.141,0,0,1,.037.739A7.357,7.357,0,0,1,14.511-7.5,7.627,7.627,0,0,1,12.9-5.1a7.623,7.623,0,0,1-2.4,1.614A7.349,7.349,0,0,1,7.555-2.895ZM6.346-8.356l7.869-7.874a.43.43,0,0,1,.286-.128.4.4,0,0,1,.311.132.406.406,0,0,1,.131.294.412.412,0,0,1-.134.3L6.82-7.642a.651.651,0,0,1-.475.2.65.65,0,0,1-.474-.2L3.657-9.857a.422.422,0,0,1-.126-.289.391.391,0,0,1,.126-.3.411.411,0,0,1,.3-.134.412.412,0,0,1,.3.134Z' transform='translate(0 18)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.icon-info {
    width: 20px;
    height: 20px;
}
.icon-info:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg id='Group_7988' data-name='Group 7988' opacity='0.5'%3E%3Cpath id='Path_700' data-name='Path 700' d='M8.75-4.75h1.5V-10.5H8.75Zm.75-7.462a.782.782,0,0,0,.575-.232.781.781,0,0,0,.232-.576.782.782,0,0,0-.232-.575.782.782,0,0,0-.575-.232.782.782,0,0,0-.575.232.782.782,0,0,0-.232.575.781.781,0,0,0,.232.576A.781.781,0,0,0,9.5-12.212ZM9.5,0A9.253,9.253,0,0,1,5.8-.748,9.6,9.6,0,0,1,2.78-2.778,9.593,9.593,0,0,1,.748-5.794,9.245,9.245,0,0,1,0-9.5,9.254,9.254,0,0,1,.748-13.2a9.6,9.6,0,0,1,2.03-3.017,9.591,9.591,0,0,1,3.016-2.031A9.245,9.245,0,0,1,9.5-19a9.255,9.255,0,0,1,3.705.748,9.6,9.6,0,0,1,3.017,2.03,9.592,9.592,0,0,1,2.031,3.016A9.245,9.245,0,0,1,19-9.5,9.256,9.256,0,0,1,18.252-5.8a9.6,9.6,0,0,1-2.03,3.017A9.592,9.592,0,0,1,13.206-.748,9.245,9.245,0,0,1,9.5,0Zm0-1.5a7.721,7.721,0,0,0,5.675-2.325A7.721,7.721,0,0,0,17.5-9.5a7.721,7.721,0,0,0-2.325-5.675A7.721,7.721,0,0,0,9.5-17.5a7.721,7.721,0,0,0-5.675,2.325A7.721,7.721,0,0,0,1.5-9.5,7.721,7.721,0,0,0,3.825-3.825,7.721,7.721,0,0,0,9.5-1.5Z' transform='translate(0 19)' fill='%23001930'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 19 19'%3E%3Cg id='Group_7988' data-name='Group 7988' opacity='0.5'%3E%3Cpath id='Path_700' data-name='Path 700' d='M8.75-4.75h1.5V-10.5H8.75Zm.75-7.462a.782.782,0,0,0,.575-.232.781.781,0,0,0,.232-.576.782.782,0,0,0-.232-.575.782.782,0,0,0-.575-.232.782.782,0,0,0-.575.232.782.782,0,0,0-.232.575.781.781,0,0,0,.232.576A.781.781,0,0,0,9.5-12.212ZM9.5,0A9.253,9.253,0,0,1,5.8-.748,9.6,9.6,0,0,1,2.78-2.778,9.593,9.593,0,0,1,.748-5.794,9.245,9.245,0,0,1,0-9.5,9.254,9.254,0,0,1,.748-13.2a9.6,9.6,0,0,1,2.03-3.017,9.591,9.591,0,0,1,3.016-2.031A9.245,9.245,0,0,1,9.5-19a9.255,9.255,0,0,1,3.705.748,9.6,9.6,0,0,1,3.017,2.03,9.592,9.592,0,0,1,2.031,3.016A9.245,9.245,0,0,1,19-9.5,9.256,9.256,0,0,1,18.252-5.8a9.6,9.6,0,0,1-2.03,3.017A9.592,9.592,0,0,1,13.206-.748,9.245,9.245,0,0,1,9.5,0Zm0-1.5a7.721,7.721,0,0,0,5.675-2.325A7.721,7.721,0,0,0,17.5-9.5a7.721,7.721,0,0,0-2.325-5.675A7.721,7.721,0,0,0,9.5-17.5a7.721,7.721,0,0,0-5.675,2.325A7.721,7.721,0,0,0,1.5-9.5,7.721,7.721,0,0,0,3.825-3.825,7.721,7.721,0,0,0,9.5-1.5Z' transform='translate(0 19)' fill='%23001930'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon.gold::before {
    background-color: var(--color-gold);
}
.mod-input {
    width: 100%;
    position: relative;
}
.mod-input ::-webkit-input-placeholder {
    color: #c3cbd0;
    opacity: 1;
}
.mod-input ::-moz-placeholder {
    color: #c3cbd0;
    opacity: 1;
}
.mod-input ::-ms-input-placeholder {
    color: #c3cbd0;
    opacity: 1;
}
.mod-input :-moz-placeholder {
    color: #c3cbd0;
    opacity: 1;
}
.mod-input :-ms-input-placeholder {
    color: #c3cbd0;
    opacity: 1;
}
.mod-input ::placeholder {
    color: #c3cbd0;
    opacity: 1;
}
.mod-input__label {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.2;
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 58px;
    border: 1px solid var(--color-border);
    background-color: var(--color-white);
    border-radius: 5px;
    outline: none;
    z-index: 1;
    font-size: 16px;
    font-family: var(--font-primary);
    font-weight: 400;
    padding: 6px 14px;
    transition: border-color 0.3s ease;
    color: var(--color-blackish);
}
.mod-input__field:focus {
    border-color: var(--color-blue);
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: var(--color-validation-failed);
    border-color: var(--color-validation-failed) !important;
}
.mod-input__field:-webkit-autofill {
    color: var(--color-black) !important;
    -webkit-text-fill-color: var(--color-gray) !important;
}
.mod-input__field:-webkit-autofill::selection {
    background-color: transparent !important;
    -webkit-text-fill-color: var(--color-gray) !important;
}
.mod-input input:-webkit-autofill {
    color: var(--color-gray) !important;
    -webkit-text-fill-color: var(--color-gray) !important;
}
.mod-input input:-webkit-autofill:focus {
    color: var(--color-gray) !important;
    -webkit-text-fill-color: var(--color-gray) !important;
}
.mod-input__inner {
    position: relative;
}
.mod-input textarea {
    resize: vertical;
    min-height: 196px;
    padding: 10px 10px;
}
@media only screen and (max-width: 1022px) {
    .mod-input textarea {
        min-height: 130px;
    }
}
.mod-input--without-label ::-webkit-input-placeholder {
    color: #c3cbd0;
    opacity: 0.8;
}
.mod-input--without-label ::-moz-placeholder {
    color: #c3cbd0;
    opacity: 0.8;
}
.mod-input--without-label ::-ms-input-placeholder {
    color: #c3cbd0;
    opacity: 0.8;
}
.mod-input--without-label :-moz-placeholder {
    color: #c3cbd0;
    opacity: 0.8;
}
.mod-input--without-label :-ms-input-placeholder {
    color: #c3cbd0;
    opacity: 0.8;
}
.mod-input--without-label ::placeholder {
    color: #c3cbd0;
    opacity: 0.8;
}
.mod-input.is-disabled {
    opacity: 0.5;
}
.mod-input.is-disabled ::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}
.mod-input.is-disabled ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.mod-input.is-disabled ::-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.mod-input.is-disabled :-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.mod-input.is-disabled :-ms-input-placeholder {
    color: #fff;
    opacity: 1;
}
.mod-input.is-disabled ::placeholder {
    color: #fff;
    opacity: 1;
}
.mod-input.is-disabled .mod-input__field {
    background-color: var(--color-gray-light);
    color: var(--color-gray);
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
}
.mod-input.is-validation-failed ::-webkit-input-placeholder {
    color: #da1020;
    opacity: 1;
}
.mod-input.is-validation-failed ::-moz-placeholder {
    color: #da1020;
    opacity: 1;
}
.mod-input.is-validation-failed ::-ms-input-placeholder {
    color: #da1020;
    opacity: 1;
}
.mod-input.is-validation-failed :-moz-placeholder {
    color: #da1020;
    opacity: 1;
}
.mod-input.is-validation-failed :-ms-input-placeholder {
    color: #da1020;
    opacity: 1;
}
.mod-input.is-validation-failed ::placeholder {
    color: #da1020;
    opacity: 1;
}
.mod-input.is-validation-failed .fv-plugins-message-container {
    margin-top: 4px;
}
.mod-input.is-focused .mod-input__placeholder {
    opacity: 0;
}
.mod-input.is-focused .mod-input__field {
    border-color: var(--color-blue);
}

.fv-plugins-message-container,
.validation-message {
    color: var(--color-validation-failed);
    position: relative;
    font-size: 14px;
    line-height: 20px;
}

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

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

.form-error-message {
    background-color: rgba(218, 16, 32, 0.5);
    border: 1px solid var(--color-validation-failed);
}

.form-success-message {
    background-color: rgba(102, 187, 106, 0.5);
    border: 1px solid var(--color-success);
}
.mod-loader {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease 0.2s, visibility 0.3s ease 0.2s;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 30;
    background-color: var(--color-white);
}
.show-loader .mod-loader {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.mod-loader svg {
    width: 120px;
    height: 120px;
}
.mod-loader__spinner {
    border: 5px solid var(--color-blue);
    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--300 {
    height: 300px;
}
@media only screen and (max-width: 1919px) {
    .margin--300 {
        height: 240px;
    }
}
@media only screen and (max-width: 1599px) {
    .margin--300 {
        height: 180px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--300 {
        height: 140px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--300 {
        height: 90px;
    }
}
.margin--260 {
    height: 260px;
}
@media only screen and (max-width: 1919px) {
    .margin--260 {
        height: 200px;
    }
}
@media only screen and (max-width: 1599px) {
    .margin--260 {
        height: 160px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--260 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--260 {
        height: 80px;
    }
}
.margin--200 {
    height: 200px;
}
@media only screen and (max-width: 1919px) {
    .margin--200 {
        height: 180px;
    }
}
@media only screen and (max-width: 1599px) {
    .margin--200 {
        height: 150px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--200 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--200 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--200 {
        height: 60px;
    }
}
.margin--180 {
    height: 180px;
}
@media only screen and (max-width: 1599px) {
    .margin--180 {
        height: 150px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--180 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--180 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--180 {
        height: 60px;
    }
}
.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1919px) {
    .margin--160 {
        height: 140px;
    }
}
@media only screen and (max-width: 1599px) {
    .margin--160 {
        height: 120px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--160 {
        height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--160 {
        height: 60px;
    }
}
.margin--150 {
    height: 150px;
}
@media only screen and (max-width: 1919px) {
    .margin--150 {
        height: 130px;
    }
}
@media only screen and (max-width: 1599px) {
    .margin--150 {
        height: 110px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--150 {
        height: 60px;
    }
}
.margin--130 {
    height: 130px;
}
@media only screen and (max-width: 1599px) {
    .margin--130 {
        height: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--130 {
        height: 60px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (max-width: 1599px) {
    .margin--120 {
        height: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--120 {
        height: 60px;
    }
}
.margin--108 {
    height: 108px;
}
@media only screen and (max-width: 1599px) {
    .margin--108 {
        height: 90px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--108 {
        height: 80px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--108 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--108 {
        height: 40px;
    }
}
.margin--104 {
    height: 104px;
}
@media only screen and (max-width: 1599px) {
    .margin--104 {
        height: 90px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--104 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--104 {
        height: 60px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (max-width: 1200px) {
    .margin--100 {
        height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--100 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 50px;
    }
}
.margin--90 {
    height: 90px;
}
@media only screen and (max-width: 1599px) {
    .margin--90 {
        height: 70px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--90 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--90 {
        height: 50px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (max-width: 1599px) {
    .margin--80 {
        height: 70px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--80 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 40px;
    }
}
.margin--70 {
    height: 70px;
}
@media only screen and (max-width: 1599px) {
    .margin--70 {
        height: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .margin--70 {
        height: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--70 {
        height: 40px;
    }
}
.margin--65 {
    height: 65px;
}
@media only screen and (max-width: 1200px) {
    .margin--65 {
        height: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--65 {
        height: 35px;
    }
}
.margin--60 {
    height: 60px;
}
@media only screen and (max-width: 1200px) {
    .margin--60 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--60 {
        height: 30px;
    }
}
.margin--50 {
    height: 50px;
}
@media only screen and (max-width: 1200px) {
    .margin--50 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--50 {
        height: 30px;
    }
}
.margin--40 {
    height: 40px;
}
@media only screen and (max-width: 1200px) {
    .margin--40 {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 20px;
    }
}
.margin--32 {
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 20px;
    }
}
.margin--30 {
    height: 30px;
}
@media only screen and (max-width: 767px) {
    .margin--30 {
        height: 20px;
    }
}
.margin--24 {
    height: 24px;
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}
.radio-button input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.radio-button {
    user-select: none;
}
.radio-button__label {
    position: relative;
    cursor: pointer;
    margin: 0;
    min-height: 24px;
    display: block;
    padding-left: 36px;
    transition: color 0.3s ease;
}
.radio-button__label::after, .radio-button__label:before {
    content: "";
    left: 0;
    top: 4px;
    position: absolute;
    pointer-events: none;
    width: 16px;
    height: 16px;
    border-radius: 100%;
}
.radio-button__label:before {
    border: 1px solid var(--color-border);
    background-color: var(--color-white);
    transition: background-color 0.3s ease, border 0.3s ease;
    width: 22px;
    height: 22px;
    top: 2px;
}
@media only screen and (max-width: 1599px) {
    .radio-button__label:before {
        top: 1px;
    }
}
.radio-button__label::after {
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
    background-color: var(--color-blue);
    top: 7px;
    left: 5px;
    width: 12px;
    height: 12px;
}
@media only screen and (max-width: 1599px) {
    .radio-button__label::after {
        top: 6px;
    }
}
.radio-button input:checked ~ label {
    color: var(--color-blue);
}
.radio-button input:checked ~ label::after {
    transform: scale(1);
}
.radio-button a {
    text-decoration: underline;
    font-weight: 700;
}
.radio-button a:hover {
    color: var(--color-blue-rollover);
}
.radio-button.is-validation-failed .radio-button__label::before, .is-validation-failed .radio-button .radio-button__label::before {
    border-color: var(--color-validation-failed);
}
.radio-button .fv-plugins-message-container {
    text-align: left;
    padding-left: 36px;
}

.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 500;
    line-height: normal;
}

.title--h1 {
    font-size: 80px;
    line-height: 1.05;
}
@media only screen and (max-width: 1919px) {
    .title--h1 {
        font-size: 72px;
    }
}
@media only screen and (max-width: 1599px) {
    .title--h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 38px;
        line-height: 1.2;
    }
}

.title--h2 {
    font-size: 62px;
}
@media only screen and (max-width: 1599px) {
    .title--h2 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1200px) {
    .title--h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 32px;
        line-height: 1.26;
    }
}

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

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

.title--h5 {
    font-size: 26px;
    line-height: 1.25;
}
@media only screen and (max-width: 1599px) {
    .title--h5 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h5 {
        font-size: 20px;
    }
}

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

.title {
    color: var(--color-blue);
}
.mod-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-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: var(--color-gray-light);
    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: #8b8c86;
    border-radius: 50%;
    transition: transform 0.3s ease, background-color 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::after {
    transform: translate(14px, 0);
    background-color: var(--color-blue);
}
@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);
}
.accordion-list {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1800px) {
    .accordion-list {
        min-width: 928px;
    }
}
@media only screen and (max-width: 1022px) {
    .accordion-list {
        margin-bottom: 16px;
    }
}
.accordion-single {
    max-width: 928px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-align: left;
    transition: background-color 0.3s ease;
    border-bottom: 1px solid var(--color-gold);
}
.accordion-single__title {
    text-align: left;
    width: 100%;
    display: flex;
    gap: 18px;
    padding: 28px 0;
}
@media only screen and (max-width: 1599px) {
    .accordion-single__title {
        font-size: 20px;
        padding: 16px 0;
    }
}
@media only screen and (max-width: 767px) {
    .accordion-single__title {
        font-size: 16px;
        padding: 8px 0;
    }
}
.accordion-single__title-icon {
    flex-shrink: 0;
    order: -1;
    width: 30px;
    height: 30px;
}
@media only screen and (max-width: 767px) {
    .accordion-single__title-icon {
        top: 0;
        position: relative;
        order: 99;
        margin-left: auto;
    }
}
.accordion-single__title-icon .icon {
    width: 22px;
    height: 12px;
    transition: 0.3s ease;
}
.accordion-single__title-icon .icon:before {
    background-color: var(--color-blue);
}
.accordion-single__content {
    display: none;
    will-change: height;
    padding-left: 46px;
}
@media only screen and (max-width: 767px) {
    .accordion-single__content {
        padding-left: 0;
    }
}
.accordion-single .editor-text {
    padding-bottom: 28px;
}
.accordion-single .editor-text p {
    max-width: 832px;
    width: 100%;
    margin: 0 0 28px;
}
.accordion-single .editor-text p:last-child {
    margin-bottom: 0;
}
.accordion-single .editor-text h2,
.accordion-single .editor-text h3,
.accordion-single .editor-text h4,
.accordion-single .editor-text h5 {
    margin-bottom: 12px;
}
.accordion-single .editor-text h5,
.accordion-single .editor-text h6 {
    font-weight: 700;
}
.accordion-single .editor-text h5 {
    font-size: 18px;
    color: var(--color-red);
}
.accordion-single .editor-text h6 {
    text-transform: uppercase;
    color: var(--color-blackish);
    margin-bottom: 28px;
}
.accordion-single .editor-text ul,
.accordion-single .editor-text ol {
    margin-bottom: 50px;
}
.accordion-single .editor-text ul:last-child,
.accordion-single .editor-text ol:last-child {
    margin-bottom: 0;
}
.accordion-single.is-open .accordion-single__title .icon {
    transform: scaleY(-1);
}
.advance-cookie-banner {
    line-height: 1.5;
}
.advance-cookie-banner__bar {
    position: fixed;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 998;
    max-height: 100vh;
    transition: opacity 0.5s ease;
    padding: 40px 0;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color-neutral);
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__bar {
        padding: 44px 0 20px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__bar {
        background-color: var(--color-neutral);
    }
}
.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;
        text-align: center;
        justify-items: center;
        grid-gap: 20px;
    }
}
@media only screen and (max-width: 1599px) {
    .advance-cookie-banner__left {
        font-size: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__left {
        line-height: normal;
    }
}
.advance-cookie-banner a {
    text-decoration: underline;
}
.advance-cookie-banner a:hover {
    text-decoration: none;
    color: var(--color-blue-rollover);
}
.advance-cookie-banner__button {
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1599px) {
    .advance-cookie-banner__button {
        margin-right: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__button {
        margin-right: 0;
        justify-content: center;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__button {
        flex-wrap: wrap;
        gap: 15px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner .btn {
        padding: 10px 18px 8px;
    }
}
.advance-cookie-banner .btn--cookie-setting {
    font-weight: 400;
    text-decoration: underline;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.advance-cookie-banner .btn--cookie-setting:hover {
    color: var(--color-blue-rollover);
}
.advance-cookie-banner .btn--accept-cookie {
    margin-left: 44px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner .btn--accept-cookie {
        margin-left: 0;
    }
}
.advance-cookie-banner .btn[disabled] {
    pointer-events: none;
    background-color: var(--color-white);
    color: var(--color-blue-rollover);
}
.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 {
    position: absolute;
    top: 20px;
    z-index: 9;
    right: 20px;
    padding: 10px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-close {
        top: 10px;
    }
}
.advance-cookie-banner__modal-close .icon {
    pointer-events: none;
    width: 14px;
    height: 14px;
}
.advance-cookie-banner__modal-close:hover .icon::before {
    background-color: var(--color-blue-rollover);
}
.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: 45px 34px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-body {
        padding: 16px;
    }
}
.advance-cookie-banner__modal-header {
    border-bottom: 0.5px solid currentColor;
    padding: 20px 0;
    margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-header {
        padding: 0 0 16px;
        margin-bottom: 30px;
    }
}
.advance-cookie-banner__modal-content .editor-text {
    margin-bottom: 18px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-content .editor-text {
        margin-bottom: 22px;
    }
}
.advance-cookie-banner__modal-content .editor-text p {
    margin-top: 20px;
    margin-bottom: 20px;
}
.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 {
    margin-bottom: 18px;
    position: relative;
}
.advance-cookie-banner__modal-item.is-necessary .mod-toggle {
    pointer-events: none;
    opacity: 0;
}
.advance-cookie-banner__modal-cookie-title {
    margin-bottom: 18px;
    padding-right: 140px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-cookie-title {
        padding-right: 80px;
        margin-bottom: 8px;
    }
}
.advance-cookie-banner__modal-active-label {
    position: absolute;
    right: 12px;
    top: 0;
    font-weight: 600;
    color: var(--color-blue-rollover);
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-active-label {
        font-size: 12px;
        top: 4px;
    }
}
.advance-cookie-banner__modal-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 36px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-footer {
        flex-direction: column;
        gap: 16px;
    }
}
@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__close {
    position: absolute;
    right: 34px;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 3;
    width: 50px;
    height: 50px;
}
@media only screen and (max-width: 1919px) {
    .advance-cookie-banner__close {
        right: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__close {
        top: 0;
        right: 10px;
        transform: translate(0, 0);
    }
}
.advance-cookie-banner__close .icon {
    opacity: 0.3;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__close .icon {
        width: 16px;
        height: 16px;
    }
}
.advance-cookie-banner__close .icon::before {
    background-color: currentColor;
}
.advance-cookie-banner__close:hover .icon {
    opacity: 1;
}
.form-component {
    width: 100%;
    position: relative;
    margin: 0 auto;
    max-width: 480px;
}
@media only screen and (max-width: 1022px) {
    .form-component {
        max-width: 100%;
    }
}
.form-component__title {
    line-height: 1.25;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .form-component__title {
        font-size: 22px;
    }
}
.form-component__body {
    display: grid;
    grid-gap: 18px;
}
.form-component__item.has-title {
    margin-top: 22px;
}
.form-component__form {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}
.form-component__submit {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
}
@media only screen and (max-width: 767px) {
    .form-component__submit {
        margin-top: 26px;
    }
}
.form-component__submit .btn {
    width: 100%;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    min-height: 50px;
}
.form-component__alert {
    padding: 16px;
    width: 100%;
    border-radius: 10px;
    text-align: left;
    margin-top: 20px;
    border: 1px solid currentColor;
    font-size: 16px;
}
.form-component__alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.form-component__alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.form-component__success {
    display: none;
    margin: 0 auto;
    max-width: 800px;
    flex-direction: column;
    justify-content: center;
    min-height: 500px;
}
.form-component__success .title {
    margin-bottom: 0 !important;
}
.form-component__mandatory-text, .form-component__info-text {
    margin-top: 20px;
    line-height: 1.3;
}
@media only screen and (max-width: 767px) {
    .form-component__mandatory-text, .form-component__info-text {
        margin-top: 24px;
    }
}
.form-component__hidden-text, .form-component__info-text {
    display: flex;
    opacity: 0.5;
    gap: 8px;
}
.form-component__hidden-text .icon, .form-component__info-text .icon {
    flex-shrink: 0;
}
.form-component__hidden-text a,
.form-component__hidden-text span, .form-component__info-text a,
.form-component__info-text span {
    text-decoration: underline;
}
.form-component__hidden-text.accordion-title, .form-component__info-text.accordion-title {
    cursor: pointer;
}
.form-component__hidden-text a:hover, .form-component__info-text a:hover {
    color: var(--color-blue);
}
.form-component__hidden-text {
    opacity: 1;
    display: none;
}
.form-component__hidden-text-inner {
    padding: 10px 0 10px 28px;
}
.form-component a {
    text-decoration: underline;
}
.form-component .editor-text {
    margin-top: 24px;
}
.form-component .editor-text a {
    text-decoration: underline;
}
.form-component .editor-text a:hover {
    color: var(--color-blue-rollover);
}
.form-component [data-validator] + [data-validator] {
    display: none;
}
.form-component.show-thankyou .form-component__form {
    display: none;
}
.form-component.show-thankyou .form-component__success {
    display: flex;
}
.form-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    width: 100%;
    height: 100%;
    scrollbar-track-color: rgba(2, 70, 145, 0.4);
    scrollbar-face-color: rgba(2, 70, 145, 0.4);
    scrollbar-arrow-color: rgba(2, 70, 145, 0.4);
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    padding: 40px 0;
    background-color: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(13px) brightness(100%);
    backdrop-filter: blur(13px) brightness(100%);
}
.form-modal::-webkit-scrollbar {
    width: 4px;
}
.form-modal ::-webkit-scrollbar-track {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgba(2, 70, 145, 0.4);
}
.form-modal ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(2, 70, 145, 0.4);
}
.form-modal::-webkit-scrollbar-thumb {
    background: rgba(2, 70, 145, 0.4);
    width: 4px;
    border-radius: 4px;
}
.form-modal::-webkit-scrollbar-thumb:hover {
    background: rgba(2, 70, 145, 0.4);
}
.form-modal ::-webkit-scrollbar {
    width: 4px;
}
@media only screen and (max-width: 767px) {
    .form-modal {
        padding: 40px 18px;
    }
}
.form-modal.is-open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.form-modal__overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.form-modal__body {
    position: relative;
    z-index: 3;
    border-radius: 30px;
    padding: 36px 32px;
    background-color: var(--color-white);
    margin: auto;
    max-width: 470px;
    box-shadow: 0 23px 36px rgba(2, 70, 145, 0.1);
}
.result-screen .editor-text .text--42 {
    font-size: 42px;
    line-height: 1.25;
}
@media only screen and (max-width: 1599px) {
    .result-screen .editor-text .text--42 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 1200px) {
    .result-screen .editor-text .text--42 {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen .editor-text .text--42 {
        font-size: 24px;
    }
}

.result-screen {
    position: relative;
    user-select: none;
    width: 100%;
    overflow: hidden;
    padding: 82px 0;
}
@media only screen and (max-width: 1022px) {
    .result-screen {
        padding: 0 0 20px;
    }
}
.result-screen__row {
    display: grid;
    grid-gap: 46px;
    grid-template-columns: 47.6% 1fr;
    align-items: center;
    min-height: 808px;
    position: relative;
}
@media only screen and (max-width: 1599px) {
    .result-screen__row {
        min-height: 700px;
    }
}
@media only screen and (max-width: 1200px) {
    .result-screen__row {
        min-height: 600px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__row {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column-reverse;
        grid-gap: 0;
        gap: 30px;
        min-height: 1px;
    }
}
.result-screen__image {
    position: absolute;
    width: 800px;
    height: 100%;
    right: 0;
    top: 0;
    border-radius: 60px;
    overflow: hidden;
}
@media only screen and (max-width: 1599px) {
    .result-screen__image {
        width: 50vw;
        border-radius: 0 60px 60px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__image {
        width: 100%;
        right: 0;
        height: 0;
        padding-bottom: 100%;
        position: relative;
        border-radius: 20px;
    }
}
.result-screen__image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}
.result-screen__image img {
    mix-blend-mode: multiply;
}
.result-screen__left {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .result-screen__left {
        width: 100%;
    }
}
.result-screen__left-button {
    margin-top: 24px;
}
@media only screen and (max-width: 767px) {
    .result-screen__left-button {
        margin-top: 16px;
    }
}
.result-screen__right {
    position: relative;
    color: var(--color-white);
    padding: 90px 24px 90px 96px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
@media only screen and (max-width: 1599px) {
    .result-screen__right {
        padding: 60px 10px 60px 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .result-screen__right {
        width: 100%;
        padding: 40px 0 40px 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__right {
        padding: 24px 0 32px;
    }
}
.result-screen__right-background {
    background-color: var(--color-blue);
    position: absolute;
    left: 0;
    top: 0;
    width: 55vw;
    height: 100%;
    border-radius: 60px 0 0 60px;
}
@media only screen and (max-width: 1022px) {
    .result-screen__right-background {
        width: 100vw;
        left: -30px;
        right: initial;
        border-radius: 0 0 30px 30px;
    }
}
.result-screen__right-background::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    transform: rotate(45deg);
    background-color: var(--color-blue);
    top: 50%;
    left: 0;
    margin: -8px 0 0 -8px;
}
@media only screen and (max-width: 1022px) {
    .result-screen__right-background::after {
        top: initial;
        right: initial;
        bottom: 0;
        left: 50%;
        margin: 0 0 -8px -8px;
    }
}
.result-screen__right-image {
    position: relative;
    z-index: 3;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 20px 70px rgba(0, 0, 0, 0.1);
    margin-left: 30px;
}
@media only screen and (max-width: 1599px) {
    .result-screen__right-image {
        margin-left: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__right-image {
        padding-bottom: 62%;
        border-radius: 0 0 15px 15px;
        margin-bottom: -58px;
    }
}
.result-screen__right-image-wrapper {
    height: 420px;
    width: 628px;
}
@media only screen and (max-width: 1599px) {
    .result-screen__right-image-wrapper {
        height: 380px;
        width: 580px;
    }
}
@media only screen and (max-width: 1200px) {
    .result-screen__right-image-wrapper {
        height: 300px;
        width: 460px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__right-image-wrapper {
        width: 100%;
        height: auto;
    }
}
.result-screen__right-footer {
    position: relative;
    z-index: 3;
    margin-top: auto;
}
@media only screen and (max-width: 1022px) {
    .result-screen__right-footer {
        margin-top: 32px;
    }
}
.result-screen__right-footer-title {
    margin-bottom: 4px;
}
.result-screen__right-footer-buttons {
    display: flex;
    gap: 24px;
}
@media only screen and (max-width: 1200px) {
    .result-screen__right-footer-buttons {
        flex-direction: column;
        gap: 8px;
        align-items: flex-start;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__right-footer-buttons {
        gap: 20px;
    }
}
.result-screen__right-footer .btn {
    min-width: 1px;
}
@media only screen and (max-width: 1200px) {
    .result-screen__right-footer .btn {
        min-width: 290px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__right-footer .btn {
        min-width: 1px;
    }
}
.result-screen__content {
    position: relative;
    z-index: 3;
}
.result-screen__title {
    margin-bottom: 25px;
}
@media only screen and (max-width: 1022px) {
    .result-screen__title {
        margin-bottom: 16px;
    }
}
.result-screen__title:last-child {
    margin-bottom: 0;
}
.result-screen__super-title {
    margin-bottom: 20px;
}
.result-screen__super-title.text--gold {
    color: var(--color-gold);
}
.result-screen__sub-title {
    line-height: 1.35;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1022px) {
    .result-screen__sub-title {
        margin-bottom: 10px;
    }
}
.result-screen .editor-text {
    line-height: 1.55;
}
@media only screen and (max-width: 767px) {
    .result-screen .editor-text {
        font-size: 14px;
        line-height: 1.38;
    }
}
.result-screen .editor-text p {
    margin-top: 0;
    margin-bottom: 5px;
}
.result-screen .editor-text p:last-child {
    margin-bottom: 0;
}
.result-screen .editor-text h2 {
    margin-top: 14px;
}
@media only screen and (max-width: 1022px) {
    .result-screen .editor-text .mobile-hide {
        display: none;
    }
}
.result-screen .editor-text h2 a,
.result-screen .editor-text h2 strong,
.result-screen .editor-text h4 a,
.result-screen .editor-text h4 strong,
.result-screen .editor-text h5 a,
.result-screen .editor-text h5 strong,
.result-screen .editor-text h6 a,
.result-screen .editor-text h6 strong,
.result-screen .editor-text p a,
.result-screen .editor-text p strong {
    text-decoration: none;
    font-weight: inherit;
    color: var(--color-gold);
}
.result-screen__button {
    margin-top: 40px;
}
@media only screen and (max-width: 1022px) {
    .result-screen__button {
        margin-top: 28px;
    }
}
.result-screen__graphic {
    position: absolute;
    max-width: 484px;
    left: 0;
    top: 15%;
    transform: translate(-36%, 0);
}
@media only screen and (max-width: 1599px) {
    .result-screen__graphic {
        max-width: 230px;
        top: 10px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__graphic {
        top: initial;
        bottom: 60px;
        max-width: 198px;
        transform: translate(-28%, 0);
        display: none;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__graphic--top-right {
        display: block;
        bottom: initial;
        top: 0;
        left: initial;
        right: 0;
        transform: translate(56%, -40%);
    }
}
.result-screen__hexagon-small, .result-screen__hexagon {
    position: absolute;
    width: 100%;
    z-index: 2;
}
.result-screen__hexagon-small img, .result-screen__hexagon img {
    width: 100%;
    object-fit: contain;
}
.result-screen__hexagon {
    left: -78px;
    top: -138px;
    max-width: 372px;
}
@media only screen and (max-width: 1200px) {
    .result-screen__hexagon {
        max-width: 262px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen__hexagon {
        max-width: 200px;
        left: -45px;
        top: -103px;
    }
}
.result-screen__hexagon-small {
    right: -16px;
    bottom: -100px;
    max-width: 170px;
    z-index: 4;
}
@media only screen and (max-width: 1022px) {
    .result-screen__hexagon-small {
        right: 14px;
        bottom: -112px;
        max-width: 100px;
    }
}
@media only screen and (min-width: 1600px) {
    .result-screen--reverse .result-screen__left {
        padding-left: 80px;
    }
}
@media only screen and (min-width: 1023px) {
    .result-screen--reverse .result-screen__right {
        order: -1;
        padding: 110px 50px 50px 26px;
    }
}
@media only screen and (min-width: 1023px) {
    .result-screen--reverse .result-screen__right-background {
        left: initial;
        right: 0;
        border-radius: 0 60px 60px 0;
    }
    .result-screen--reverse .result-screen__right-background::after {
        left: initial;
        right: 0;
        margin: -8px -8px 0 0;
    }
}
@media only screen and (min-width: 1023px) {
    .result-screen--reverse .result-screen__row {
        grid-gap: 56px;
        grid-template-columns: 32.6% 1fr;
    }
}
@media only screen and (min-width: 1023px) {
    .result-screen.has-image .result-screen__row {
        align-items: flex-end;
    }
}
.result-screen.has-image .result-screen__right {
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .result-screen.has-image .result-screen__graphic {
        display: block;
    }
}
@media only screen and (max-width: 767px) {
    .result-screen--accordions .result-screen__title {
        font-size: 18px;
        margin-bottom: 0;
    }
}
.result-screen--image-text .result-screen__right {
    padding: 50px 26px;
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .result-screen--image-text .result-screen__right {
        padding: 0;
    }
}
.result-screen--image-text .result-screen__left {
    padding-left: 230px;
}
@media only screen and (max-width: 1200px) {
    .result-screen--image-text .result-screen__left {
        padding-left: 164px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen--image-text .result-screen__left {
        padding-left: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen--image-text .result-screen__row {
        gap: 90px;
    }
}
.result-screen--image-text .editor-text {
    max-width: 590px;
    font-size: 16px;
}
.result-screen--image-text .editor-text h5,
.result-screen--image-text .editor-text h6 {
    line-height: 1.3;
    margin-bottom: 28px;
}
.result-screen--image-text .editor-text ul {
    margin-top: 0;
    padding-left: 10px;
}
@media only screen and (max-width: 1022px) {
    .result-screen--has-footer .result-screen__title {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen--has-footer .result-screen__sub-title {
        font-size: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-screen--has-footer .result-screen__right-footer-title {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 14px;
    }
}
.result-slider {
    user-select: none;
    flex-direction: column;
    gap: 40px;
    z-index: 99;
    background-color: var(--color-white);
    pointer-events: none;
    display: none;
}
@media only screen and (min-width: 1023px) {
    .result-slider {
        scrollbar-track-color: rgba(2, 70, 145, 0.4);
        scrollbar-face-color: rgba(2, 70, 145, 0.4);
        scrollbar-arrow-color: rgba(2, 70, 145, 0.4);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .result-slider::-webkit-scrollbar {
        width: 4px;
    }
    .result-slider ::-webkit-scrollbar-track {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: rgba(2, 70, 145, 0.4);
    }
    .result-slider ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(2, 70, 145, 0.4);
    }
    .result-slider::-webkit-scrollbar-thumb {
        background: rgba(2, 70, 145, 0.4);
        width: 4px;
        border-radius: 4px;
    }
    .result-slider::-webkit-scrollbar-thumb:hover {
        background: rgba(2, 70, 145, 0.4);
    }
    .result-slider ::-webkit-scrollbar {
        width: 4px;
    }
}
.result-slider.is-open {
    display: flex;
    pointer-events: all;
}
.result-slider__top {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .result-slider__nav {
        display: none;
    }
}
.result-slider__nav-arrow {
    width: 50px;
    height: 50px;
    z-index: 9;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    transition: opacity 0.3s ease;
}
.result-slider__nav-arrow .icon {
    width: 26px;
    height: 20px;
}
.result-slider__nav-arrow.left-arrow {
    left: 24px;
}
.result-slider__nav-arrow.left-arrow .icon::before {
    background-color: var(--color-blue);
}
.revert-arrow .result-slider__nav-arrow.left-arrow .icon::before {
    background-color: var(--color-white);
}
.result-slider__nav-arrow.right-arrow {
    right: 24px;
}
.result-slider__nav-arrow.right-arrow .icon::before {
    background-color: var(--color-white);
}
.revert-arrow .result-slider__nav-arrow.right-arrow .icon::before {
    background-color: var(--color-blue);
}
.result-slider__nav-arrow[aria-disabled=true] {
    opacity: 0;
    pointer-events: none;
}
.result-slider__bottom {
    margin-top: auto;
    padding: 36px 0;
}
@media only screen and (max-width: 1022px) {
    .result-slider__bottom {
        padding: 10px 0 30px;
    }
}
.result-slider__pagination {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.result-slider__pagination-arrow {
    transition: opacity 0.3s ease;
    position: relative;
    top: 8px;
}
.result-slider__pagination-arrow .icon {
    width: 20px;
    height: 20px;
}
.result-slider__pagination-arrow .icon::before {
    background-color: var(--color-blue);
}
.result-slider__pagination-arrow.left-arrow {
    margin-right: 10px;
}
.result-slider__pagination-arrow.right-arrow {
    margin-left: 10px;
}
.result-slider__pagination-arrow.is-disabled {
    opacity: 0;
    pointer-events: none;
}
.result-slider .swiper-pagination {
    display: flex;
}
.result-slider .swiper-pagination-bullet {
    width: 80px;
    flex-shrink: 0;
    opacity: 0.3;
    color: var(--color-blue);
    border-bottom: 2px solid currentColor;
    text-align: center;
    padding-bottom: 16px;
    cursor: pointer;
    transition: opacity 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .result-slider .swiper-pagination-bullet {
        width: 60px;
    }
}
.result-slider .swiper-pagination-bullet.swiper-pagination-bullet-active, .result-slider .swiper-pagination-bullet:hover {
    opacity: 1;
}
.result-slider .swiper-slide:last-child .result-screen__image img {
    transform: scaleX(-1);
}
.tabpanel__tab-link-icon::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.tabpanel {
    user-select: none;
    width: 100%;
    max-width: 928px;
    display: grid;
    align-items: flex-start;
    position: relative;
    z-index: 3;
    grid-gap: 30px;
    grid-template-columns: 1fr 400px;
    min-height: 500px;
}
@media only screen and (max-width: 1599px) {
    .tabpanel {
        grid-template-columns: 1fr 340px;
    }
}
@media only screen and (max-width: 1200px) {
    .tabpanel {
        grid-template-columns: 1fr;
        display: flex;
        flex-direction: column;
        min-height: 1px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .tabpanel {
        min-height: 442px;
    }
}
@media only screen and (max-width: 1200px) {
    .tabpanel__links {
        position: relative;
        width: 100%;
    }
}
.tabpanel__tab {
    display: grid;
    grid-gap: 16px;
}
@media only screen and (max-width: 1200px) {
    .tabpanel__tab {
        display: flex;
        grid-gap: 0;
        gap: 16px;
    }
}
@media only screen and (max-width: 1022px) {
    .tabpanel__tab {
        overflow: auto;
        width: 100vw;
        margin-left: -30px;
        padding: 0 20px 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .tabpanel__tab::-webkit-scrollbar {
        display: none;
    }
}
.tabpanel__tab-link {
    display: flex;
    align-items: center;
    gap: 16px;
    text-align: left;
}
.tabpanel__tab-link-icon {
    flex-shrink: 0;
    width: 55px;
    height: 62px;
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .tabpanel__tab-link-icon {
        width: 50px;
        height: 56px;
    }
}
.tabpanel__tab-link-icon img {
    position: relative;
    z-index: 3;
    transition: 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .tabpanel__tab-link-icon img {
        max-width: 24px;
        max-height: 24px;
    }
}
.tabpanel__tab-link-icon::after {
    opacity: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='63.111' height='69.074' viewBox='0 0 63.111 69.074'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.5' y1='0.636' x2='0.489' y2='0.017' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23d6ae68' stop-opacity='0.949'/%3E%3Cstop offset='1' stop-color='%23d6ae68' stop-opacity='0.502'/%3E%3C/linearGradient%3E%3ClinearGradient id='linear-gradient-2' x1='0.334' y1='0.705' x2='0.617' y2='0.185' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23d6ae68' stop-opacity='0.6'/%3E%3Cstop offset='1' stop-color='%23d6ae68' stop-opacity='0'/%3E%3C/linearGradient%3E%3Cfilter id='Path_756' x='0' y='0' width='63.111' height='69.074' filterUnits='userSpaceOnUse'%3E%3CfeOffset dy='2' input='SourceAlpha'/%3E%3CfeGaussianBlur stdDeviation='2.5' result='blur'/%3E%3CfeFlood flood-opacity='0.329'/%3E%3CfeComposite operator='in' in2='blur'/%3E%3CfeComposite in='SourceGraphic'/%3E%3C/filter%3E%3C/defs%3E%3Cg id='Group_13140' data-name='Group 13140' transform='translate(-883.229 -4674.33)'%3E%3Cg id='Group_9640' data-name='Group 9640' transform='translate(887.23 4676.025)'%3E%3Cpath id='Path_756-2' data-name='Path 756' d='M24.819-56.572a5.479,5.479,0,0,1,5.479,0l22.08,12.748a5.479,5.479,0,0,1,2.74,4.745v25.5a5.479,5.479,0,0,1-2.74,4.745L30.3,3.908a5.479,5.479,0,0,1-5.479,0L2.74-8.839A5.479,5.479,0,0,1,0-13.584v-25.5a5.479,5.479,0,0,1,2.74-4.745Z' transform='translate(0 57.307)' fill-rule='evenodd' fill='url(%23linear-gradient)'/%3E%3C/g%3E%3Cg id='Group_9641' data-name='Group 9641' transform='translate(890.729 4679.83)'%3E%3Cg transform='matrix(1, 0, 0, 1, -7.5, -5.5)' filter='url(%23Path_756)'%3E%3Cpath id='Path_756-3' data-name='Path 756' d='M21.664-56.666a4.782,4.782,0,0,1,4.783,0L45.72-45.539A4.783,4.783,0,0,1,48.111-41.4v22.254A4.783,4.783,0,0,1,45.72-15L26.447-3.873a4.783,4.783,0,0,1-4.783,0L2.391-15A4.783,4.783,0,0,1,0-19.142V-41.4a4.783,4.783,0,0,1,2.391-4.142Z' transform='translate(7.5 62.81)' fill-rule='evenodd' fill='url(%23linear-gradient-2)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center 4px/contain;
    transition: opacity 0.3s ease;
}
.tabpanel__tab-link-text {
    padding-left: 10px;
    line-height: 1.2;
    opacity: 0.5;
    transition: opacity 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 1200px) {
    .tabpanel__tab-link-text {
        display: none;
    }
}
.tabpanel__tab-link .icon {
    flex-shrink: 0;
    width: 8px;
    height: 16px;
}
@media only screen and (max-width: 1200px) {
    .tabpanel__tab-link .icon {
        display: none;
    }
}
.tabpanel__tab-link:hover .tabpanel__tab-link-text {
    color: var(--color-blue);
    opacity: 1;
}
.tabpanel__tab-link.is-active .tabpanel__tab-link-text {
    color: var(--color-blue);
    opacity: 1;
}
.tabpanel__tab-link.is-active .tabpanel__tab-link-icon::after {
    opacity: 1;
}
.tabpanel__tab-link.is-active .tabpanel__tab-link-icon img {
    filter: invert(1) brightness(10);
}
.tabpanel__content-item {
    position: relative;
    display: none;
}
.tabpanel__content-item.is-active {
    display: block;
}
@media only screen and (max-width: 1200px) {
    .tabpanel__content-title {
        margin-bottom: 24px;
    }
}
.tabpanel__content-image {
    position: relative;
    max-width: 757px;
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1022px) {
    .tabpanel__content-image {
        margin-bottom: 20px;
    }
}
.tabpanel__content-image img {
    width: 100%;
}
.tabpanel .editor-text {
    padding: 20px 0;
    line-height: 1.6;
}
@media only screen and (max-width: 1200px) {
    .tabpanel .editor-text {
        padding: 0;
    }
}
.tabpanel .editor-text h5,
.tabpanel .editor-text h6 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 16px;
    color: inherit !important;
}
.tabpanel .editor-text p {
    margin: 0 0 60px !important;
}
@media only screen and (max-width: 1022px) {
    .tabpanel .editor-text p {
        margin: 0 0 24px !important;
    }
}
.tabpanel .editor-text p:last-child {
    margin-bottom: 0 !important;
}
.tabpanel--secondary {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin-bottom: auto;
}
@media only screen and (max-width: 1022px) {
    .tabpanel--secondary {
        grid-gap: 30px;
    }
}
.tabpanel--secondary .tabpanel__tab {
    display: flex;
    grid-gap: 34px;
}
@media only screen and (max-width: 1022px) {
    .tabpanel--secondary .tabpanel__tab {
        overflow: auto;
        width: 100vw;
        margin-left: -30px;
        padding: 0 20px 10px;
        -ms-overflow-style: none;
        scrollbar-width: none;
        grid-gap: 16px;
    }
    .tabpanel--secondary .tabpanel__tab::-webkit-scrollbar {
        display: none;
    }
}
.tabpanel--secondary .tabpanel__tab-link .icon {
    display: none;
}
.tabpanel--secondary .tabpanel__tab-link-text {
    opacity: 0;
}
.tabpanel--secondary .tabpanel__tab-link-icon {
    width: 68px;
    height: 72px;
}
@media only screen and (max-width: 1022px) {
    .tabpanel--secondary .tabpanel__tab-link-icon {
        width: 50px;
        height: 56px;
    }
}
.tabpanel--secondary .editor-text {
    font-size: 16px;
    padding-top: 5px;
    margin-bottom: 20px;
}
@media only screen and (max-width: 1022px) {
    .tabpanel--secondary .editor-text {
        padding: 0;
        margin-bottom: 32px;
    }
}
.page-404__title {
    margin-bottom: 40px;
}
@media only screen and (max-width: 1022px) {
    .page-404__title {
        margin-bottom: 20px;
    }
}
.page-404__inner {
    display: grid;
    grid-gap: 20px;
    padding-left: 70px;
    justify-items: flex-start;
}
@media only screen and (max-width: 1022px) {
    .page-404__inner {
        padding-left: 40px;
    }
}
.page-404 .btn {
    min-width: 1px;
}

.sc-page-404 {
    min-height: 774px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 1022px) {
    .sc-page-404 {
        min-height: 100vh;
    }
}
.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 500;
    line-height: normal;
}

.editor-text h1 {
    font-size: 80px;
    line-height: 1.05;
}
@media only screen and (max-width: 1919px) {
    .editor-text h1 {
        font-size: 72px;
    }
}
@media only screen and (max-width: 1599px) {
    .editor-text h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 38px;
        line-height: 1.2;
    }
}

.editor-text h2 {
    font-size: 62px;
}
@media only screen and (max-width: 1599px) {
    .editor-text h2 {
        font-size: 52px;
    }
}
@media only screen and (max-width: 1200px) {
    .editor-text h2 {
        font-size: 42px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 32px;
        line-height: 1.26;
    }
}

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

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

.editor-text h5 {
    font-size: 26px;
    line-height: 1.25;
}
@media only screen and (max-width: 1599px) {
    .editor-text h5 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h5 {
        font-size: 20px;
    }
}

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

.editor-text {
    width: 100%;
}
.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    margin-bottom: 34px;
}
@media only screen and (max-width: 767px) {
    .editor-text h1,
    .editor-text h2,
    .editor-text h3,
    .editor-text h4,
    .editor-text h5,
    .editor-text h6 {
        margin-bottom: 24px;
    }
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
    margin-top: 40px;
}
@media only screen and (max-width: 767px) {
    * + .editor-text h1,
    * + .editor-text h2,
    * + .editor-text h3,
    * + .editor-text h4,
    * + .editor-text h5,
    * + .editor-text h6 {
        margin-top: 30px;
    }
}
.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 p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
    margin-top: 24px;
    margin-bottom: 24px;
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img:first-child,
.editor-text figure:first-child,
.editor-text table:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text img a,
.editor-text figure a,
.editor-text table a {
    text-decoration: underline;
}
.editor-text p + h1, .editor-text p + h2, .editor-text p + h3, .editor-text p + h4,
.editor-text ul + h1,
.editor-text ul + h2,
.editor-text ul + h3,
.editor-text ul + h4,
.editor-text table + h1,
.editor-text table + h2,
.editor-text table + h3,
.editor-text table + h4,
.editor-text ol + h1,
.editor-text ol + h2,
.editor-text ol + h3,
.editor-text ol + h4 {
    margin-top: 60px;
}
@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 ul + h1,
    .editor-text ul + h2,
    .editor-text ul + h3,
    .editor-text ul + h4,
    .editor-text table + h1,
    .editor-text table + h2,
    .editor-text table + h3,
    .editor-text table + h4,
    .editor-text ol + h1,
    .editor-text ol + h2,
    .editor-text ol + h3,
    .editor-text ol + h4 {
        margin-top: 40px;
    }
}
.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;
    grid-gap: 16px;
    margin-bottom: 40px;
}
.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 {
    padding-left: 20px;
    position: relative;
}
.editor-text ol li::before,
.editor-text ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.5em;
}
@media only screen and (max-width: 1022px) {
    .editor-text ol li::before,
    .editor-text ul li::before {
        top: calc(0.5em + 1px);
    }
}
.editor-text ol ol,
.editor-text ol ul,
.editor-text ul ol,
.editor-text ul ul {
    padding-top: 16px;
}
.editor-text ul li::before {
    width: 6px;
    height: 6px;
    background: var(--color-gold);
    border-radius: 100%;
    left: 0;
    top: 10px;
}
@media only screen and (max-width: 767px) {
    .editor-text ul li::before {
        top: 6px;
    }
}
.editor-text ol {
    counter-reset: ol_text_counter;
}
.editor-text ol li {
    counter-increment: ol_text_counter;
}
.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    top: 0;
}
.editor-text table {
    border: 0;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .editor-text table {
        display: block;
        overflow: auto;
    }
}
.editor-text table tr {
    border: 0;
    position: relative;
}
.editor-text table tr:nth-child(even)::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color-blue-border);
    border-radius: 10px;
    z-index: -1;
}
.editor-text table th,
.editor-text table td {
    padding: 24px;
    height: auto !important;
}
@media only screen and (max-width: 767px) {
    .editor-text table th,
    .editor-text table td {
        padding: 16px;
        min-width: 120px;
    }
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border: 0;
}
.editor-text table.first-row-header tr:first-child td,
.editor-text table.first-row-header tr:first-child th {
    padding: 14px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--color-blackish);
}
.editor-text blockquote p {
    margin: 0 !important;
}
.footer {
    position: relative;
    width: 100%;
}
.quiz-module {
    position: relative;
    background-color: #fbfbfb;
    overflow: hidden;
    user-select: none;
}
.quiz-module__body {
    padding: 80px 0;
}
@media only screen and (max-width: 1022px) {
    .quiz-module__body {
        padding: 0 0 20px;
    }
}
.quiz-module__item-row {
    display: grid;
    grid-template-columns: 43.5% 1fr;
    grid-gap: 16px;
}
@media only screen and (max-width: 1599px) {
    .quiz-module__item-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-row {
        grid-template-columns: 1fr;
        display: flex;
        grid-gap: 0;
        gap: 70px;
        flex-direction: column;
    }
}
.quiz-module__item-left {
    min-height: 778px;
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 130px;
    color: var(--color-white);
}
@media only screen and (max-width: 1599px) {
    .quiz-module__item-left {
        min-height: 700px;
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-left {
        min-height: 1px;
        text-align: center;
        flex-direction: column;
        justify-content: center;
        padding: 64px 0 20px;
    }
}
.quiz-module__item-blue-bg {
    background-color: var(--color-blue);
    position: absolute;
    right: 0;
    top: 0;
    width: 48vw;
    height: 100%;
    border-radius: 0 60px 60px 0;
}
@media only screen and (max-width: 1599px) {
    .quiz-module__item-blue-bg {
        width: 52vw;
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-blue-bg {
        width: 100vw;
        left: -30px;
        right: initial;
        border-radius: 0 0 30px 30px;
    }
}
.quiz-module__item-blue-bg::after {
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    margin-right: -8px;
    margin-top: -8px;
    transform: rotate(45deg);
    background-color: var(--color-blue);
    top: 50%;
    right: 0;
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-blue-bg::after {
        top: initial;
        right: initial;
        bottom: 0;
        left: 50%;
        margin: 0 0 -8px -8px;
    }
}
.quiz-module__item-title {
    position: relative;
    z-index: 3;
    font-size: 38px;
    font-weight: 500;
    max-width: 430px;
    line-height: 1.3;
    margin-left: 40px;
}
@media only screen and (max-width: 1599px) {
    .quiz-module__item-title {
        margin-left: 50px;
        font-size: 34px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-title {
        font-size: 24px;
        display: block;
        margin: 0 auto;
        max-width: 400px;
        padding: 0 30px;
    }
}
.quiz-module__item-image {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 354px;
}
@media only screen and (max-width: 1599px) {
    .quiz-module__item-image {
        max-width: 224px;
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-image {
        max-width: 150px;
        left: -44px;
        top: -54px;
    }
}
.quiz-module__item-image img {
    width: 100%;
    height: auto;
}
.quiz-module__item-right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px 20px 40px 94px;
}
@media only screen and (max-width: 1599px) {
    .quiz-module__item-right {
        padding: 40px 20px 40px 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-right {
        padding: 0 10px 58px;
        flex: auto;
        gap: 40px;
        justify-content: flex-start;
    }
}
.quiz-module__item-right .btn {
    min-width: 448px;
}
@media only screen and (max-width: 1599px) {
    .quiz-module__item-right .btn {
        min-width: 340px;
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-right .btn {
        width: 100%;
        min-width: 1px;
        max-width: 400px;
    }
}
.quiz-module__item-pagination {
    position: absolute;
    right: 80px;
    z-index: 3;
    top: 50%;
    transform: translate(0, -50%);
    color: var(--color-gold);
    font-size: 20px;
    display: grid;
    grid-gap: 18px;
    line-height: 1.3;
}
@media only screen and (max-width: 1599px) {
    .quiz-module__item-pagination {
        right: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-pagination {
        position: relative;
        right: initial;
        transform: translate(0, 0);
        top: 0;
        font-size: 14px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        grid-gap: 0;
        gap: 20px;
        margin-top: 30px;
    }
}
.quiz-module__item-pagination-text {
    pointer-events: none;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}
.quiz-module__item-pagination-text.is-completed, .quiz-module__item-pagination-text.is-active {
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
}
.quiz-module__item-validation {
    margin-top: 20px;
    font-size: 14px;
    color: var(--color-validation-failed);
    padding-left: 36px;
    display: none;
}
@media only screen and (max-width: 1022px) {
    .quiz-module__item-validation {
        margin: -30px 0 0;
    }
}
.is-validation-failed .quiz-module__item-validation {
    display: block;
}
.quiz-module__inputs {
    transform-style: preserve-3d;
    max-width: 560px;
    display: grid;
    grid-gap: 51px;
}
@media only screen and (max-width: 1599px) {
    .quiz-module__inputs {
        grid-gap: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__inputs {
        grid-gap: 40px;
    }
}
.quiz-module__button {
    margin-top: 86px;
}
@media only screen and (max-width: 1599px) {
    .quiz-module__button {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .quiz-module__button {
        margin-top: auto;
    }
}
.is-validation-failed .quiz-module__button .btn {
    animation: horizontal-shaking 0.6s;
}
.quiz-module .swiper-slide {
    overflow: hidden;
}

@keyframes horizontal-shaking {
    0% {
        transform: translateX(0);
    }
    25% {
        transform: translateX(10px);
    }
    50% {
        transform: translateX(-10px);
    }
    75% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}
.hamburger:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.hamburger {
    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;
}

.site-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.hamburger {
    cursor: pointer;
    z-index: 12;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    background-color: var(--color-blue-border);
    gap: 8px;
    transition: 0.3s ease;
}
.hamburger:after {
    z-index: 9;
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
}
.hamburger__bar {
    background-color: var(--color-blue);
    height: 2px;
    display: block;
    width: 28px;
    pointer-events: none;
    position: relative;
    transition: background-color 0.3s ease, transform 0.3s ease;
}
.is-open-menu .hamburger__bar:first-child {
    transform: translateY(10px) rotate(225deg);
}
.is-open-menu .hamburger__bar:nth-child(2) {
    transform: scale(0);
}
.is-open-menu .hamburger__bar:last-child {
    transform: translateY(-10px) rotate(315deg);
}
/*# sourceMappingURL=bundle.css.map */
