.stretched-link::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

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

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

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

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

body {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
}

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

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

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

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

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

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

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

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

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

:root {
    --color-white: #fff;
    --color-black: #000;
    --color-font-color: #262626;
    --color-yellow: #ffeb00;
    --color-yellow-mild: #fcf6af;
    --color-yellow-dark: #e6d200;
    --color-dark: #222222;
    --color-gray: #636363;
    --color-link: #219cdb;
    --color-gray-50: #fafafa;
    --color-gray-100: #f5f5f5;
    --color-gray-200: #e5e5e5;
    --color-gray-300: #d4d4d4;
    --color-gray-400: #a1a1a1;
    --color-gray-500: #737373;
    --color-gray-600: #525252;
    --color-gray-700: #404040;
    --color-gray-800: #262626;
    --color-gray-900: #171717;
    --color-gray-950: #0a0a0a;
    --color-gray-dark: #5a4c40;
    --color-gray-dark-2: #1a1a1a;
    --color-gray-light: #f8f8f8;
    --color-blue: #00ade1;
    --color-green: #8fad15;
    --color-red: #ed0530;
    --color-orange: #ff7800;
    --color-pink: #e6328c;
    --color-red-50: #fef2f2;
    --color-red-100: #ffe2e2;
    --color-red-200: #ffc9c9;
    --color-red-300: #ffa2a2;
    --color-red-400: #ff6467;
    --color-red-500: #fb2c36;
    --color-red-700: #c10007;
    --color-teal-50: #f0fdfa;
    --color-teal-300: #46ecd5;
    --color-teal-500: #00bba7;
    --color-emerald-50: #ecfdf5;
    --color-emerald-300: #5ee9b5;
    --color-emerald-500: #00bc7d;
    --color-green-50: #f0fdf4;
    --color-green-100: #dcfce7;
    --color-green-200: #b9f8cf;
    --color-green-300: #7bf1a8;
    --color-green-500: #00c950;
    --color-green-700: #008236;
    --color-yellow-50: #fefce8;
    --color-yellow-300: #ffdf20;
    --color-yellow-500: #f0b100;
    --color-orange-50: #fff7ed;
    --color-orange-300: #ffb86a;
    --color-orange-400: #ff8904;
    --color-fuchsia-50: #fdf4ff;
    --color-fuchsia-300: #f4a8ff;
    --color-fuchsia-500: #e12afb;
    --color-blue-50: #eff6ff;
    --color-blue-300: #8ec5ff;
    --color-blue-500: #2b7fff;
    --color-neutral-50: #f5f5f5;
    --color-neutral-400: #a1a1a1;
    --color-neutral-500: #737373;
    --color-focus: #6495ed;
    --color-validation-failed: #ff3b30;
    --font-primary: Ubuntu, sans-serif;
    --font-secondary: Roboto, sans-serif;
    --easing-default: cubic-bezier(0.16, 1, 0.3, 1);
    --shadow-default: 0px 3px 6px 0px rgba(0, 0, 0, 0.0196078431), 0px 11px 11px 0px rgba(0, 0, 0, 0.0196078431), 0px 25px 15px 0px rgba(0, 0, 0, 0.0117647059), 0px 44px 18px 0px rgba(0, 0, 0, 0), 0px 69px 19px 0px rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

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

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

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

input {
    overflow: visible;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icv {
    position: relative;
    overflow: hidden;
    cursor: row-resize;
}
.icv__icv--vertical {
    cursor: row-resize;
}
.icv__icv--horizontal {
    cursor: col-resize;
}
.icv__img {
    pointer-events: none;
    -khtml-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    max-width: none;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    top: 0;
    display: block;
}
.icv__is--fluid .icv__img {
    display: none;
}
.icv__img-a {
    height: auto;
    position: static;
    z-index: 1;
    left: 0px;
}
.icv__img-b {
    height: 100%;
    position: absolute;
    z-index: 2;
    left: auto;
    right: 0px;
    width: auto;
}
.icv__icv--vertical .icv__img-b {
    width: 100%;
    height: auto;
}
.icv__imposter {
    z-index: 4;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.icv__wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0px;
    top: 0px;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 3;
}
.icv__is--fluid .icv__wrapper, .icv__icv--vertical .icv__wrapper {
    width: 100% !important;
}
.icv__is--fluid .icv__wrapper, .icv__icv--horizontal .icv__wrapper {
    height: 100% !important;
}
.icv__fluidwrapper {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.icv__control {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    top: 0px;
    z-index: 5;
}
.icv__icv--vertical .icv__control {
    flex-direction: row;
    left: 0;
    width: 100%;
}
.icv__control-line {
    height: 50%;
    width: 2px;
    z-index: 6;
}
.icv__icv--vertical .icv__control-line {
    width: 50%;
}
.icv__theme-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    transition: all 0.1s ease-out 0s;
    z-index: 5;
}
.icv__icv--vertical .icv__theme-wrapper {
    flex-direction: column;
}
.icv__arrow-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-out 0s;
}
.icv__arrow-a {
    transform: scale(1.5) rotateZ(180deg);
    height: 20px;
    width: 20px;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
    filter: drop-shadow(0px -3px 5px rgba(0, 0, 0, 0.33));
}
.icv__arrow-b {
    transform: scale(1.5) rotateZ(0deg);
    height: 20px;
    width: 20px;
    -webkit-filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
    filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.33));
}
.icv__circle {
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 999px;
}
.icv__label {
    position: absolute;
    bottom: 1rem;
    z-index: 12;
    background: rgba(0, 0, 0, 0.33);
    color: white;
    border-radius: 3px;
    padding: 0.5rem 0.75rem;
    font-size: 0.85rem;
    user-select: none;
}
.icv__label.vertical {
    bottom: auto;
    left: 1rem;
}
.icv__label.on-hover {
    transform: scale(0);
    transition: 0.25s cubic-bezier(0.68, 0.26, 0.58, 1.22);
}
.icv:hover .icv__label.on-hover {
    transform: scale(1);
}
.icv__label-before {
    left: 1rem;
}
.icv__label-after {
    right: 1rem;
}
.icv__label-before.vertical {
    top: 1rem;
}
.icv__label-after.vertical {
    bottom: 1rem;
    right: auto;
}
.icv__body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: "Ubuntu";
    src: local("Ubuntu Regular"), local("Ubuntu-Regular"), url("../fonts/Ubuntu-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Ubuntu";
    src: local("Ubuntu Medium"), local("Ubuntu-Medium"), url("../fonts/Ubuntu-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Ubuntu";
    src: local("Ubuntu Bold"), local("Ubuntu-Bold"), url("../fonts/Ubuntu-Bold.woff2") format("woff2");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto Regular"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.mt-160 {
    margin-top: 160px;
}
@media only screen and (max-width: 1200px) {
    .mt-160 {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-160 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-160 {
        margin-top: 60px;
    }
}
.mt-150 {
    margin-top: 150px;
}
@media only screen and (max-width: 1200px) {
    .mt-150 {
        margin-top: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-150 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-150 {
        margin-top: 60px;
    }
}
.mt-120 {
    margin-top: 120px;
}
@media only screen and (max-width: 1511px) {
    .mt-120 {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .mt-120 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-120 {
        margin-top: 60px;
    }
}
.mt-100 {
    margin-top: 100px;
}
@media only screen and (max-width: 1200px) {
    .mt-100 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-100 {
        margin-top: 60px;
    }
}
.mt-96 {
    margin-top: 96px;
}
@media only screen and (max-width: 1200px) {
    .mt-96 {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-96 {
        margin-top: 60px;
    }
}
.mt-90 {
    margin-top: 90px;
}
@media only screen and (max-width: 1200px) {
    .mt-90 {
        margin-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .mt-90 {
        margin-top: 40px;
    }
}
.mt-80 {
    margin-top: 80px;
}
@media only screen and (max-width: 1200px) {
    .mt-80 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-80 {
        margin-top: 40px;
    }
}
.mt-70 {
    margin-top: 70px;
}
@media only screen and (max-width: 1200px) {
    .mt-70 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-70 {
        margin-top: 40px;
    }
}
.mt-64 {
    margin-top: 64px;
}
@media only screen and (max-width: 1200px) {
    .mt-64 {
        margin-top: 40px;
    }
}
.mt-60 {
    margin-top: 60px;
}
@media only screen and (max-width: 1200px) {
    .mt-60 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-60 {
        margin-top: 30px;
    }
}
.mt-50 {
    margin-top: 50px;
}
@media only screen and (max-width: 1200px) {
    .mt-50 {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-50 {
        margin-top: 30px;
    }
}
.mt-44 {
    margin-top: 44px;
}
@media only screen and (max-width: 1022px) {
    .mt-44 {
        margin-top: 32px;
    }
}
.mt-40 {
    margin-top: 40px;
}
@media only screen and (max-width: 1200px) {
    .mt-40 {
        margin-top: 30px;
    }
}
@media only screen and (max-width: 1022px) {
    .mt-40 {
        margin-top: 20px;
    }
}
.mt-32 {
    margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
    .mt-32 {
        margin-top: 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;
    }
}
.mt-12 {
    margin-top: 12px;
}

.mb-160 {
    margin-bottom: 160px;
}
@media only screen and (max-width: 1200px) {
    .mb-160 {
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-160 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-160 {
        margin-bottom: 60px;
    }
}
.mb-150 {
    margin-bottom: 150px;
}
@media only screen and (max-width: 1200px) {
    .mb-150 {
        margin-bottom: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-150 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-150 {
        margin-bottom: 60px;
    }
}
.mb-120 {
    margin-bottom: 120px;
}
@media only screen and (max-width: 1200px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-120 {
        margin-bottom: 60px;
    }
}
.mb-100 {
    margin-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
    .mb-100 {
        margin-bottom: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-100 {
        margin-bottom: 60px;
    }
}
.mb-96 {
    margin-bottom: 96px;
}
@media only screen and (max-width: 1200px) {
    .mb-96 {
        margin-bottom: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-96 {
        margin-bottom: 60px;
    }
}
.mb-90 {
    margin-bottom: 90px;
}
@media only screen and (max-width: 1200px) {
    .mb-90 {
        margin-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .mb-90 {
        margin-bottom: 40px;
    }
}
.mb-80 {
    margin-bottom: 80px;
}
@media only screen and (max-width: 1200px) {
    .mb-80 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-80 {
        margin-bottom: 40px;
    }
}
.mb-70 {
    margin-bottom: 70px;
}
@media only screen and (max-width: 1200px) {
    .mb-70 {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}
.mb-64 {
    margin-bottom: 64px;
}
@media only screen and (max-width: 1200px) {
    .mb-64 {
        margin-bottom: 40px;
    }
}
.mb-60 {
    margin-bottom: 60px;
}
@media only screen and (max-width: 1200px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-60 {
        margin-bottom: 30px;
    }
}
.mb-50 {
    margin-bottom: 50px;
}
@media only screen and (max-width: 1200px) {
    .mb-50 {
        margin-bottom: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .mb-50 {
        margin-bottom: 30px;
    }
}
.mb-44 {
    margin-bottom: 44px;
}
@media only screen and (max-width: 1200px) {
    .mb-44 {
        margin-bottom: 32px;
    }
}
.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;
    }
}
.mb-12 {
    margin-bottom: 12px;
}

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

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

.overflow-h {
    overflow: hidden;
}

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

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

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

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

.text--white {
    color: var(--color-white);
}
.text--gray {
    color: var(--color-gray);
}
.text--gray-400 {
    color: var(--color-gray-400);
}
.text--rg {
    font-weight: 400;
}
.text--md {
    font-weight: 500;
}
.text--sb {
    font-weight: 600;
}
.text--bd {
    font-weight: 700;
}
.text--bk {
    font-weight: 800;
}
.text--uppercase {
    text-transform: uppercase;
}

.stretched-link::before {
    z-index: 3;
}

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

.active-indicator {
    background-color: var(--color-yellow);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    min-width: 1px;
    pointer-events: none;
    border-radius: 100px;
    transition: transform 0.3s ease, width 0.3s ease, height 0.3s ease;
}

@media only screen and (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}
@media only screen and (max-width: 1022px) {
    .hidden-tablet-p {
        display: none;
    }
}

.visible-mobile {
    display: none;
}
@media only screen and (max-width: 767px) {
    .visible-mobile {
        display: block;
    }
}
.visible-tablet-p {
    display: none;
}
@media only screen and (max-width: 1022px) {
    .visible-tablet-p {
        display: block;
    }
}

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

.show {
    display: block;
}

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

.d-flex {
    display: flex;
}

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

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

.shadow-effect {
    border: 0.5px solid var(--color-gray-200);
    background-color: var(--color-white);
    box-shadow: var(--shadow-default);
    border-radius: 16px;
}

.border-gray-200 {
    border: 0.5px solid var(--color-gray-200);
}
.border-gray-300 {
    border: 0.5px solid var(--color-gray-300);
}
.border-yellow-dark {
    border: 0.5px solid var(--color-yellow-dark);
}

.shadow-sm {
    box-shadow: var(--shadow-default);
}

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

.divider {
    height: 0.5px;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--color-gray-200);
    max-width: 1248px;
    width: 100%;
}
@media only screen and (max-width: 1511px) {
    .divider {
        max-width: 1220px;
    }
}
@media only screen and (max-width: 1200px) {
    .divider {
        max-width: 970px;
    }
}
@media only screen and (max-width: 1022px) {
    .divider {
        max-width: calc(100% - 40px);
    }
}
@media only screen and (min-width: 1201px) {
    .divider--small {
        max-width: 826px;
    }
}
.container .divider {
    max-width: 100%;
}

.g-44 {
    display: grid;
    grid-gap: 44px;
}
@media only screen and (max-width: 1022px) {
    .g-44 {
        grid-gap: 24px;
    }
}

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

.slider-nav {
    background-color: var(--color-gray-800);
    border: 0.5px solid var(--color-gray-600);
    padding: 8px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    border-radius: 50px;
}
.slider-nav.d-none {
    display: none;
}
.slider-nav__arrow {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    color: var(--color-white);
    transition: color 0.3s ease, opacity 0.3s ease;
}
.slider-nav__arrow .icon {
    width: 100%;
    height: 100%;
}
.slider-nav__arrow .icon::before {
    background-color: currentColor;
}
@media only screen and (min-width: 1023px) {
    .slider-nav__arrow:hover {
        color: var(--color-yellow);
    }
}
.slider-nav__arrow.swiper-button-disabled {
    opacity: 0.5;
    pointer-events: none;
}

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

.p-relative {
    position: relative;
}

.mx-content {
    max-width: 826px;
    width: 100%;
    margin: 0 auto;
}

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

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

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

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

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

p {
    margin: 0;
}

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

i,
em {
    font-style: italic;
}

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

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

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

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

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

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

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

figure img {
    margin: 0;
}

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

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

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

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

input,
select,
textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
input:-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-dark-gray) !important;
}
input:auto-fill,
select:auto-fill,
textarea:auto-fill {
    color: var(--color-dark-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;
    padding-top: 88px;
}
@media only screen and (max-width: 1022px) {
    main {
        padding-top: 76px;
    }
}

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

img.lazyload,
img.lazyloaded {
    transition: opacity 0.1s ease, transform 0.3s ease !important;
}

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

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

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

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

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

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

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

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

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

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

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

.development-error {
    --size-gap-half: 4px;
    --size-gap: 8px;
    --size-gap-double: 16px;
    --size-gap-triple: 24px;
    --size-gap-quad: 32px;
    --size-font-small: 14px;
    --size-font: 16px;
    --size-font-big: 20px;
    --size-font-bigger: 24px;
    --color-accents-1: #808080;
    --color-accents-2: #222222;
    --color-accents-3: #404040;
    --font-stack-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    --color-ansi-selection: rgba(95, 126, 151, 0.48);
    --color-ansi-bg: #111111;
    --color-ansi-fg: #cccccc;
    --color-ansi-white: #777777;
    --color-ansi-black: #141414;
    --color-ansi-blue: #00aaff;
    --color-ansi-cyan: #88ddff;
    --color-ansi-green: #98ec65;
    --color-ansi-magenta: #aa88ff;
    --color-ansi-red: #ff5555;
    --color-ansi-yellow: #ffcc33;
    --color-ansi-bright-white: #ffffff;
    --color-ansi-bright-black: #777777;
    --color-ansi-bright-blue: #33bbff;
    --color-ansi-bright-cyan: #bbecff;
    --color-ansi-bright-green: #b6f292;
    --color-ansi-bright-magenta: #cebbff;
    --color-ansi-bright-red: #ff8888;
    --color-ansi-bright-yellow: #ffd966;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    outline: none;
    background: white;
    border-radius: var(--size-gap);
    box-shadow: 0 var(--size-gap-half) var(--size-gap-double) rgba(0, 0, 0, 0.25);
    max-height: calc(100% - 56px);
    overflow-y: hidden;
}
@media (min-width: 576px) {
    .development-error {
        max-width: 540px;
        box-shadow: 0 var(--size-gap) var(--size-gap-quad) rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 768px) {
    .development-error {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .development-error {
        max-width: 960px;
    }
}
.development-error small {
    font-size: 80%;
    color: #757575;
}
.development-error__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.2);
    pointer-events: all;
    cursor: not-allowed;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: -1;
}
.development-error__banner {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top-width: var(--size-gap-half);
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color-ansi-red);
}
.development-error__header {
    position: relative;
    margin-bottom: var(--size-gap-double);
}
.development-error__header button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
    font-size: 24px;
}
.development-error__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
}
.development-error__content {
    position: relative;
    overflow-y: auto;
    border: none;
    margin: 0;
    padding: calc(var(--size-gap-double) + var(--size-gap-half)) var(--size-gap-double);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.development-error__body {
    position: relative;
    flex: 1 1 auto;
}
.development-error__terminal {
    border-radius: var(--size-gap-half);
    background-color: var(--color-ansi-bg);
    color: var(--color-ansi-fg);
}
.development-error__terminal * {
    color: inherit;
    background-color: transparent;
    font-family: var(--font-stack-monospace);
}
.development-error__terminal > * {
    margin: 0;
    padding: calc(var(--size-gap) + var(--size-gap-half)) calc(var(--size-gap-double) + var(--size-gap-half));
}
.development-error__terminal pre {
    white-space: pre-wrap;
    word-break: break-word;
}
.development-error__terminal pre b {
    color: var(--color-ansi-cyan);
}
.development-error footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--size-gap);
}
.development-error footer button small {
    color: black;
    font-weight: 500;
}
.development-error footer small span {
    color: black;
}
.btn {
    cursor: pointer;
    font-family: var(--font-primary);
    font-size: 16px;
    min-height: 44px;
    line-height: 1.5;
    padding: 8px 20px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    font-weight: 500;
    justify-content: center;
    gap: 4px;
    color: var(--color-gray-800);
    border-radius: 100px;
    background-color: var(--color-yellow);
    border: 0.5px solid var(--color-yellow-dark);
    position: relative;
    letter-spacing: -0.02em;
    transition: background-color 80ms cubic-bezier(0.4, 0, 0.2, 1), color 80ms cubic-bezier(0.4, 0, 0.2, 1), border-color 80ms cubic-bezier(0.4, 0, 0.2, 1), transform 80ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1022px) {
    .btn {
        min-height: 40px;
        padding: 6px 20px;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        min-height: 38px;
        padding: 4px 20px;
    }
}
.btn__text {
    display: block;
    pointer-events: none;
    transition: transform 80ms cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    z-index: 3;
}
.btn:focus, .btn:active, .btn:hover {
    color: var(--color-gray-800);
    background-color: var(--color-yellow-dark);
    border-color: var(--color-yellow);
}
.btn:active {
    transform: scale(0.9);
}
.btn__icon {
    flex-shrink: 0;
    position: relative;
    top: 0;
    pointer-events: none;
}
.btn .icon {
    transition: transform 80ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn .icon::before {
    background-color: currentColor;
}
.btn--gray {
    background-color: var(--color-gray-100);
    border-color: var(--color-gray-200);
}
.btn--gray:focus, .btn--gray:active, .btn--gray:hover {
    background-color: var(--color-gray-200);
    border-color: var(--color-gray-300);
}
.btn--dark {
    background-color: var(--color-gray-800);
    color: var(--color-white);
    border-color: var(--color-gray-500);
}
.btn--dark:focus, .btn--dark:active, .btn--dark:hover {
    background-color: var(--color-gray-600);
    color: var(--color-white);
    border-color: var(--color-gray-400);
}
.btn--with-icon:not(.btn--left-icon) {
    padding-right: 12px;
}
.btn--left-icon {
    padding-left: 12px;
}
.btn--left-icon .btn__icon {
    order: -1;
}
.btn[disabled], .btn--disabled {
    cursor: not-allowed;
    transition: none;
    pointer-events: none;
    opacity: 1;
    background-color: var(--color-gray-300);
    border-color: var(--color-gray-300);
    color: var(--color-gray-400);
}
.btn[disabled] .btn__icon, .btn--disabled .btn__icon {
    transform: none !important;
}
.btn--small {
    min-height: 36px;
    padding: 4px 10px;
    gap: 6px;
}
.btn--small.btn--with-icon:not(.btn--left-icon) {
    padding-right: 10px;
}
.btn--small.btn--left-icon {
    padding-left: 10px;
}
.btn--large {
    min-height: 64px;
}
@media only screen and (max-width: 1200px) {
    .btn--large {
        min-height: 55px;
    }
}
@media only screen and (max-width: 767px) {
    .btn--large {
        min-height: 44px;
    }
}
.btn.hide, .btn.d-none {
    display: none;
}
.checkbox input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}

.checkbox {
    user-select: none;
    line-height: 1.5;
}
@media only screen and (max-width: 767px) {
    .checkbox {
        line-height: 20px;
    }
}
.checkbox__label {
    position: relative;
    padding: 10px 0 10px 42px;
    cursor: pointer;
    margin: 0;
    display: flex;
    flex-direction: column;
    transition: color 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .checkbox__label {
        padding: 5px 0 5px 35px;
    }
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    left: 10px;
    top: 10px;
    position: absolute;
    pointer-events: none;
    width: 24px;
    height: 24px;
    border-radius: 8px;
}
@media only screen and (max-width: 767px) {
    .checkbox__label::after, .checkbox__label:before {
        width: 20px;
        height: 20px;
        left: 5px;
        top: 5px;
        border-radius: 4px;
    }
}
.checkbox__label:before {
    border: 0.5px solid var(--color-gray-300);
    background-color: var(--color-white);
    transition: background-color 0.3s var(--easing-default), border 0.3s var(--easing-default);
}
.checkbox__label::after {
    transform: scale(0);
    transition: transform 0.3s var(--easing-default), opacity 0.3s var(--easing-default);
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M15.934 5.566c.246.274.246.684 0 .93l-7.22 7.219c-.273.273-.683.273-.929 0L4.066 9.996a.599.599 0 0 1 0-.902.599.599 0 0 1 .903 0l3.254 3.254 6.78-6.782a.644.644 0 0 1 .903 0h.028Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/20px auto;
}
@media only screen and (min-width: 1023px) {
    .checkbox__label:hover::before {
        border-color: var(--color-gray-600);
    }
}
.checkbox input:checked ~ label::before {
    border-color: var(--color-yellow-dark);
    background-color: var(--color-yellow);
}
.checkbox input:checked ~ label::after {
    transform: scale(1);
}
@media only screen and (min-width: 1023px) {
    .checkbox input:checked ~ label:hover::before {
        border-color: var(--color-gray-600);
    }
}
.checkbox a {
    color: var(--color-link);
}
.checkbox a:hover {
    text-decoration: underline;
}
.checkbox.is-validation-failed .checkbox__label::before, .is-validation-failed .checkbox .checkbox__label::before {
    background-color: var(--color-red-50);
    border-color: var(--color-validation-failed);
}
.checkbox .fv-plugins-message-container {
    text-align: left;
    padding-left: 42px;
}
@media only screen and (max-width: 767px) {
    .checkbox .fv-plugins-message-container {
        padding-left: 35px;
    }
}
.checkbox .fv-plugins-message-container:has(div) {
    margin-top: -10px;
}
@media only screen and (max-width: 767px) {
    .checkbox .fv-plugins-message-container:has(div) {
        margin-top: -2px;
    }
}
.checkbox .fv-plugins-message-container div {
    margin: 0;
}
.checkbox.is-disabled {
    pointer-events: none;
}
.checkbox.is-disabled input {
    pointer-events: none;
}
.checkbox.is-disabled .checkbox__label::before {
    border-color: var(--color-gray-300);
    background-color: var(--color-gray-200);
}
.checkbox.is-disabled .checkbox__label,
.checkbox.is-disabled .checkbox__text {
    color: var(--color-gray-400);
}
.dropdown {
    width: 100%;
    position: relative;
    max-width: 826px;
}
.dropdown__label {
    position: relative;
    margin: 0 0 8px;
    display: block;
    z-index: 4;
    color: var(--color-gray-800);
}
.dropdown__placeholder {
    -webkit-user-select: none;
    user-select: none;
    position: relative;
    width: 100%;
    height: 56px;
    border: 0.5px solid var(--color-gray-300);
    background-color: var(--color-white);
    border-radius: 8px;
    outline: none;
    z-index: 1;
    font-family: var(--font-primary);
    color: var(--color-gray-400);
    padding: 16px;
    transition: border-color 0.5s var(--easing-default), background-color 0.5s var(--easing-default);
    font-weight: 400;
    align-items: center;
    display: flex;
    cursor: pointer;
}
@media only screen and (max-width: 1022px) {
    .dropdown__placeholder {
        height: 50px;
        padding: 8px 10px;
        border-radius: 6px;
    }
}
.dropdown__placeholder .icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 14px;
    top: 36%;
    margin-top: -4px;
    pointer-events: none;
    transition: transform 0.5s var(--easing-default);
}
.dropdown__placeholder .icon::before {
    background-color: var(--color-gray-800);
}
.dropdown__placeholder-text {
    transition: transform 0.5s var(--easing-default), opacity 0.5s var(--easing-default);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    padding-right: 40px;
    max-width: calc(100vw - 70px);
}
.dropdown__list {
    position: absolute;
    top: 100%;
    margin-top: -1px;
    width: 100%;
    z-index: 9;
    left: 0;
    overflow: hidden;
    background-color: var(--color-white);
    border: 0.5px solid var(--color-gray-300);
    pointer-events: none;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.5s var(--easing-default), opacity 0.5s var(--easing-default), visibility 0.5s var(--easing-default);
}
@media only screen and (max-width: 1022px) {
    .dropdown__list {
        border-radius: 6px;
    }
}
.dropdown__list-item {
    position: relative;
}
.dropdown__list-inner {
    overflow: auto;
    max-height: 280px;
}
@media (min-width: 1024px) and (max-height: 550px) {
    .dropdown__list-inner {
        max-height: calc(100vh - 178px);
        min-height: 160px;
    }
}
@media only screen and (max-width: 767px) {
    .dropdown__list-inner {
        max-height: 242px;
    }
}
@media only screen and (min-width: 1023px) {
    .dropdown__list-inner {
        scrollbar-track-color: rgba(161, 161, 161, 0.2);
        scrollbar-face-color: #a1a1a1;
        scrollbar-arrow-color: #a1a1a1;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .dropdown__list-inner::-webkit-scrollbar {
        width: 2px;
    }
    .dropdown__list-inner ::-webkit-scrollbar-track {
        -webkit-border-radius: 0;
        border-radius: 0;
        background: rgba(161, 161, 161, 0.2);
    }
    .dropdown__list-inner ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(161, 161, 161, 0.6);
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb {
        background: #a1a1a1;
        width: 2px;
        border-radius: 0;
    }
    .dropdown__list-inner::-webkit-scrollbar-thumb:hover {
        background: rgba(161, 161, 161, 0.84);
    }
    .dropdown__list-inner ::-webkit-scrollbar {
        width: 2px;
    }
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input) {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option {
    padding-right: 42px;
}
.dropdown__list-inner input:not([type=submit]):not(.input-field__input):checked + .dropdown__list-option::after {
    transform: translateY(-50%) scale(1);
}
.dropdown__list-option {
    position: relative;
    cursor: pointer;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 18px;
    color: var(--color-gray-800);
    background-color: transparent;
    transition: color 0.5s var(--easing-default), background-color 0.5s var(--easing-default);
}
@media only screen and (max-width: 1022px) {
    .dropdown__list-option {
        padding: 12px 8px;
    }
}
.dropdown__list-option::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(0);
    right: 18px;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M15.934 5.566c.246.274.246.684 0 .93l-7.22 7.219c-.273.273-.683.273-.929 0L4.066 9.996a.599.599 0 0 1 0-.902.599.599 0 0 1 .903 0l3.254 3.254 6.78-6.782a.644.644 0 0 1 .903 0h.028Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/18px auto var(--color-yellow);
    border: 0.5px solid var(--color-yellow-dark);
    transition: transform 0.5s var(--easing-default);
}
@media only screen and (max-width: 1022px) {
    .dropdown__list-option::after {
        right: 12px;
    }
}
.dropdown__list-option:hover {
    background-color: var(--color-gray-light);
}
.dropdown__list-option.is-disabled {
    background-color: var(--color-gray-200);
    pointer-events: none;
}
.dropdown__search {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 8px;
    z-index: 3;
    opacity: 0;
    border-bottom: 0.5px solid var(--color-gray-300);
    pointer-events: none;
    background-color: var(--color-white);
}
.dropdown__search input {
    background-color: var(--color-white);
    width: 100%;
    height: 40px;
    border-radius: 0;
    padding: 0 10px;
    outline: none;
    color: var(--color-gray-800);
    font-size: 16px;
    border: 0.5px solid var(--color-gray-300);
    transition: border-color 0.3s var(--easing-default);
}
.dropdown__search input:focus {
    border-color: var(--color-gray-600);
}
.dropdown:hover .dropdown__placeholder {
    border-color: var(--color-gray-600);
}
.dropdown.is-open .icon {
    transform: scaleY(-1);
}
.dropdown.is-open .dropdown__list {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transform: translateY(8px);
}
.dropdown.is-open:hover .dropdown__placeholder {
    border-color: var(--color-gray-300);
}
.dropdown--search .dropdown__list {
    padding-top: 58px;
}
.dropdown--search .dropdown__search {
    opacity: 1;
    pointer-events: all;
}
.dropdown.is-validation-failed .dropdown__label {
    color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .dropdown__placeholder {
    border-color: var(--color-validation-failed);
    background-color: var(--color-red-50);
    color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .dropdown__placeholder .icon::before {
    background-color: var(--color-validation-failed);
}
.dropdown.is-validation-failed .fv-plugins-message-container {
    margin-top: 4px;
}
.dropdown.is-selected .dropdown__placeholder-text {
    color: var(--color-gray-800);
}
.dropdown.hide {
    display: none;
}
.delete-button--small-transparent::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.delete-button {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 0.5px solid var(--color-red-200);
    background-color: var(--color-red-50);
    color: var(--color-red-500);
    transition: background-color 80ms cubic-bezier(0.4, 0, 0.2, 1), color 80ms cubic-bezier(0.4, 0, 0.2, 1), border-color 80ms cubic-bezier(0.4, 0, 0.2, 1), transform 80ms cubic-bezier(0.4, 0, 0.2, 1);
}
.delete-button:focus, .delete-button:active, .delete-button:hover {
    background-color: var(--color-red-100);
    border-color: var(--color-red-300);
    color: var(--color-red-500);
}
.delete-button:focus::before, .delete-button:active::before, .delete-button:hover::before {
    background-color: var(--color-red-100);
    border-color: var(--color-red-300);
}
.delete-button:active {
    transform: scale(0.9);
}
.delete-button--small {
    width: 34px;
    height: 34px;
}
.delete-button--small-transparent {
    position: relative;
    background-color: transparent;
    border-color: transparent;
    width: 20px;
    height: 20px;
    color: var(--color-red-400);
}
.delete-button--small-transparent::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: 0.5px solid transparent;
    border-radius: 100%;
    width: 38px;
    height: 38px;
    transition: background-color 80ms cubic-bezier(0.4, 0, 0.2, 1), border-color 80ms cubic-bezier(0.4, 0, 0.2, 1);
}
.delete-button--small-transparent:focus, .delete-button--small-transparent:active, .delete-button--small-transparent:hover {
    color: var(--color-red-500);
}
.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: 20px;
    height: 20px;
}
.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='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M9.535 5.785a.644.644 0 0 1 .902 0l5.278 5.25c.246.274.246.684 0 .93-.274.273-.684.273-.93 0L10 7.18l-4.785 4.785c-.274.273-.684.273-.93 0a.599.599 0 0 1 0-.902l5.25-5.278Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M9.535 5.785a.644.644 0 0 1 .902 0l5.278 5.25c.246.274.246.684 0 .93-.274.273-.684.273-.93 0L10 7.18l-4.785 4.785c-.274.273-.684.273-.93 0a.599.599 0 0 1 0-.902l5.25-5.278Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-chevron-left, .icon-chevron-right {
    width: 20px;
    height: 20px;
}
.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='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M13.965 9.285c.246.274.246.684 0 .93l-5.25 5.25c-.274.273-.684.273-.93 0a.599.599 0 0 1 0-.902l4.785-4.786-4.785-4.812a.599.599 0 0 1 0-.902.599.599 0 0 1 .902 0l5.278 5.222Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M13.965 9.285c.246.274.246.684 0 .93l-5.25 5.25c-.274.273-.684.273-.93 0a.599.599 0 0 1 0-.902l4.785-4.786-4.785-4.812a.599.599 0 0 1 0-.902.599.599 0 0 1 .902 0l5.278 5.222Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-chevron-left:before, .icon-chevron-down:before {
    transform: scale(-1);
}
.icon-search {
    width: 20px;
    height: 20px;
}
.icon-search:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M13.063 8.438c0-1.56-.848-2.981-2.188-3.774a4.32 4.32 0 0 0-4.375 0 4.341 4.341 0 0 0-2.188 3.774c0 1.585.82 3.007 2.188 3.8a4.32 4.32 0 0 0 4.375 0c1.34-.793 2.188-2.215 2.188-3.8Zm-.848 4.484a5.73 5.73 0 0 1-3.527 1.203A5.683 5.683 0 0 1 3 8.437C3 5.32 5.543 2.75 8.688 2.75c3.117 0 5.687 2.57 5.687 5.688 0 1.34-.465 2.57-1.23 3.554l3.664 3.637c.246.273.246.684 0 .93-.274.273-.684.273-.93 0l-3.664-3.637Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M13.063 8.438c0-1.56-.848-2.981-2.188-3.774a4.32 4.32 0 0 0-4.375 0 4.341 4.341 0 0 0-2.188 3.774c0 1.585.82 3.007 2.188 3.8a4.32 4.32 0 0 0 4.375 0c1.34-.793 2.188-2.215 2.188-3.8Zm-.848 4.484a5.73 5.73 0 0 1-3.527 1.203A5.683 5.683 0 0 1 3 8.437C3 5.32 5.543 2.75 8.688 2.75c3.117 0 5.687 2.57 5.687 5.688 0 1.34-.465 2.57-1.23 3.554l3.664 3.637c.246.273.246.684 0 .93-.274.273-.684.273-.93 0l-3.664-3.637Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-tooltip {
    width: 20px;
    height: 20px;
}
.icon-tooltip:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M15.688 9.75c0-2.023-1.094-3.883-2.844-4.922a5.708 5.708 0 0 0-5.688 0A5.683 5.683 0 0 0 4.313 9.75c0 2.05 1.066 3.91 2.843 4.95a5.708 5.708 0 0 0 5.688 0c1.75-1.04 2.844-2.9 2.844-4.95ZM3 9.75a6.948 6.948 0 0 1 3.5-6.043c2.16-1.258 4.813-1.258 7 0C15.66 4.965 17 7.262 17 9.75a7.016 7.016 0 0 1-3.5 6.07c-2.188 1.258-4.84 1.258-7 0A6.96 6.96 0 0 1 3 9.75Zm4.621-2.46a1.527 1.527 0 0 1 1.45-1.04h1.585c.957 0 1.75.793 1.75 1.75 0 .602-.355 1.176-.875 1.477l-.875.52c-.027.355-.3.628-.656.628a.632.632 0 0 1-.656-.656v-.356c0-.246.11-.465.328-.574l1.203-.684A.427.427 0 0 0 11.094 8c0-.246-.192-.41-.438-.41H9.07a.206.206 0 0 0-.191.137l-.027.027a.642.642 0 0 1-.82.41.683.683 0 0 1-.41-.848V7.29Zm1.504 5.085c0-.465.383-.875.875-.875a.9.9 0 0 1 .875.875c0 .492-.41.875-.875.875a.864.864 0 0 1-.875-.875Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M15.688 9.75c0-2.023-1.094-3.883-2.844-4.922a5.708 5.708 0 0 0-5.688 0A5.683 5.683 0 0 0 4.313 9.75c0 2.05 1.066 3.91 2.843 4.95a5.708 5.708 0 0 0 5.688 0c1.75-1.04 2.844-2.9 2.844-4.95ZM3 9.75a6.948 6.948 0 0 1 3.5-6.043c2.16-1.258 4.813-1.258 7 0C15.66 4.965 17 7.262 17 9.75a7.016 7.016 0 0 1-3.5 6.07c-2.188 1.258-4.84 1.258-7 0A6.96 6.96 0 0 1 3 9.75Zm4.621-2.46a1.527 1.527 0 0 1 1.45-1.04h1.585c.957 0 1.75.793 1.75 1.75 0 .602-.355 1.176-.875 1.477l-.875.52c-.027.355-.3.628-.656.628a.632.632 0 0 1-.656-.656v-.356c0-.246.11-.465.328-.574l1.203-.684A.427.427 0 0 0 11.094 8c0-.246-.192-.41-.438-.41H9.07a.206.206 0 0 0-.191.137l-.027.027a.642.642 0 0 1-.82.41.683.683 0 0 1-.41-.848V7.29Zm1.504 5.085c0-.465.383-.875.875-.875a.9.9 0 0 1 .875.875c0 .492-.41.875-.875.875a.864.864 0 0 1-.875-.875Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-check {
    width: 20px;
    height: 20px;
}
.icon-check:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M15.934 5.566c.246.274.246.684 0 .93l-7.22 7.219c-.273.273-.683.273-.929 0L4.066 9.996a.599.599 0 0 1 0-.902.599.599 0 0 1 .903 0l3.254 3.254 6.78-6.782a.644.644 0 0 1 .903 0h.028Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M15.934 5.566c.246.274.246.684 0 .93l-7.22 7.219c-.273.273-.683.273-.929 0L4.066 9.996a.599.599 0 0 1 0-.902.599.599 0 0 1 .903 0l3.254 3.254 6.78-6.782a.644.644 0 0 1 .903 0h.028Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-files {
    width: 20px;
    height: 20px;
}
.icon-files:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M8.25 12.813h6.125a.45.45 0 0 0 .438-.438V6.25H13.5a.864.864 0 0 1-.875-.875V4.062H8.25a.45.45 0 0 0-.438.438v7.875c0 .246.192.438.438.438Zm6.125 1.312H8.25c-.984 0-1.75-.766-1.75-1.75V4.5c0-.957.766-1.75 1.75-1.75h4.512c.465 0 .902.191 1.23.52l1.613 1.613c.329.328.52.765.52 1.23v6.262c0 .984-.793 1.75-1.75 1.75Zm-9.844-8.75c.356 0 .657.3.657.656v7a2.392 2.392 0 0 0 2.406 2.406h5.25c.355 0 .656.301.656.657 0 .383-.3.656-.656.656h-5.25a3.688 3.688 0 0 1-3.719-3.719v-7c0-.355.273-.656.656-.656Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M8.25 12.813h6.125a.45.45 0 0 0 .438-.438V6.25H13.5a.864.864 0 0 1-.875-.875V4.062H8.25a.45.45 0 0 0-.438.438v7.875c0 .246.192.438.438.438Zm6.125 1.312H8.25c-.984 0-1.75-.766-1.75-1.75V4.5c0-.957.766-1.75 1.75-1.75h4.512c.465 0 .902.191 1.23.52l1.613 1.613c.329.328.52.765.52 1.23v6.262c0 .984-.793 1.75-1.75 1.75Zm-9.844-8.75c.356 0 .657.3.657.656v7a2.392 2.392 0 0 0 2.406 2.406h5.25c.355 0 .656.301.656.657 0 .383-.3.656-.656.656h-5.25a3.688 3.688 0 0 1-3.719-3.719v-7c0-.355.273-.656.656-.656Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-add-file {
    width: 20px;
    height: 20px;
}
.icon-add-file:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M6.063 15c0 .246.19.438.437.438h7a.45.45 0 0 0 .438-.438V7.125H11.75a.864.864 0 0 1-.875-.875V4.062H6.5a.45.45 0 0 0-.438.438V15ZM6.5 2.75h4.512c.465 0 .902.191 1.23.52l2.488 2.488c.329.328.52.765.52 1.23V15c0 .984-.793 1.75-1.75 1.75h-7c-.984 0-1.75-.766-1.75-1.75V4.5c0-.957.766-1.75 1.75-1.75ZM10 8.438c.355 0 .656.3.656.656v1.312h1.313c.355 0 .656.301.656.656 0 .383-.3.657-.656.657h-1.313v1.312c0 .383-.3.656-.656.656a.632.632 0 0 1-.656-.656V11.72H8.03a.632.632 0 0 1-.656-.656c0-.356.273-.657.656-.657h1.313V9.094c0-.356.273-.656.656-.656Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M6.063 15c0 .246.19.438.437.438h7a.45.45 0 0 0 .438-.438V7.125H11.75a.864.864 0 0 1-.875-.875V4.062H6.5a.45.45 0 0 0-.438.438V15ZM6.5 2.75h4.512c.465 0 .902.191 1.23.52l2.488 2.488c.329.328.52.765.52 1.23V15c0 .984-.793 1.75-1.75 1.75h-7c-.984 0-1.75-.766-1.75-1.75V4.5c0-.957.766-1.75 1.75-1.75ZM10 8.438c.355 0 .656.3.656.656v1.312h1.313c.355 0 .656.301.656.656 0 .383-.3.657-.656.657h-1.313v1.312c0 .383-.3.656-.656.656a.632.632 0 0 1-.656-.656V11.72H8.03a.632.632 0 0 1-.656-.656c0-.356.273-.657.656-.657h1.313V9.094c0-.356.273-.656.656-.656Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-pdf {
    width: 20px;
    height: 20px;
}
.icon-pdf:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' fill='none'%3E%3Cpath fill='%23000' d='M14.274 16.129c-.391-.024-1.332.032-2.274.211-.545-.551-1.017-1.246-1.367-1.82 1.122-3.225.412-4.141-.545-4.141-.75 0-1.125.792-1.042 1.668.042.44.415 1.367.875 2.246-.282.742-.785 1.995-1.284 2.901-.585.178-1.086.375-1.446.542-1.792.833-1.936 1.946-1.563 2.417.708.896 2.217.123 3.73-2.584 1.037-.294 2.4-.687 2.523-.687.014 0 .033.005.056.012.755.666 1.648 1.429 2.382 1.529 1.062.146 1.667-.625 1.625-1.104-.041-.48-.321-1.11-1.67-1.19Zm-6.708 2.92c-.438.52-1.146 1.02-1.396.854-.25-.166-.292-.646.271-1.188.563-.541 1.504-.822 1.646-.875.167-.062.209 0 .209.083 0 .084-.292.605-.73 1.126Zm1.918-7.003c-.042-.521.062-1.021.5-1.083.437-.063.646.437.48 1.25-.168.813-.251 1.354-.334 1.418-.084.062-.167-.147-.167-.147-.167-.334-.438-.917-.48-1.438Zm.167 4.898c.229-.376.812-1.896.812-1.896.125.23 1.105 1.395 1.105 1.395s-1.501.334-1.917.5Zm4.542.666c-.625-.082-1.688-.834-1.688-.834-.145-.062 1.165-.24 1.668-.208.646.042.875.313.875.584 0 .271-.229.541-.855.458Z'/%3E%3Cpath fill='%23000' d='M19.566 5.016 14.985.434 14.55 0H4.593c-2.206 0-4 1.795-4 4.002v.306H0v4.786h.592v10.758a4.006 4.006 0 0 0 4.001 4.001h11.405A4.006 4.006 0 0 0 20 19.851V5.45l-.434-.434ZM15.998 22.37H4.593a2.52 2.52 0 0 1-2.52-2.52V9.095h7.33V4.308h-7.33v-.306a2.52 2.52 0 0 1 2.52-2.52h8.99v2.836c0 1.16.94 2.1 2.1 2.1h2.836V19.85a2.52 2.52 0 0 1-2.52 2.52ZM2.178 7.738V5.522c0-.039.031-.07.07-.07h.704a.87.87 0 0 1 .319.056.756.756 0 0 1 .247.154c.07.067.123.147.16.239.036.09.055.189.055.293a.773.773 0 0 1-.056.295.683.683 0 0 1-.407.39.886.886 0 0 1-.318.055h-.297v.804c0 .039-.032.07-.07.07h-.337a.071.071 0 0 1-.07-.07Zm2.17 0V5.522c0-.039.032-.07.071-.07h.778c.148 0 .278.024.388.072a.8.8 0 0 1 .296.234.69.69 0 0 1 .104.182c.024.064.043.133.055.205.012.072.019.149.021.231a9.59 9.59 0 0 1 0 .507c-.002.083-.01.16-.02.232-.013.072-.032.14-.056.205a.792.792 0 0 1-.4.416.951.951 0 0 1-.388.073h-.778a.07.07 0 0 1-.07-.071Zm3.708-1.31c.039 0 .07.032.07.071v.302c0 .04-.031.071-.07.071h-.85v.866c0 .039-.032.07-.071.07h-.336a.071.071 0 0 1-.071-.07V5.522c0-.039.032-.07.071-.07h1.288c.04 0 .071.031.071.07v.302c0 .04-.032.071-.07.071h-.882v.533h.85Z'/%3E%3Cpath fill='%23000' d='M3.171 6.415c.056-.05.084-.123.084-.22 0-.098-.028-.17-.084-.222a.34.34 0 0 0-.237-.078h-.279v.599h.279a.34.34 0 0 0 .237-.079ZM5.348 7.337a.344.344 0 0 0 .138-.098.375.375 0 0 0 .083-.21c.012-.103.018-.237.018-.399 0-.162-.006-.297-.018-.4a.376.376 0 0 0-.083-.21.346.346 0 0 0-.138-.097.524.524 0 0 0-.188-.031h-.334v1.476h.334c.07 0 .133-.01.188-.031Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='24' fill='none'%3E%3Cpath fill='%23000' d='M14.274 16.129c-.391-.024-1.332.032-2.274.211-.545-.551-1.017-1.246-1.367-1.82 1.122-3.225.412-4.141-.545-4.141-.75 0-1.125.792-1.042 1.668.042.44.415 1.367.875 2.246-.282.742-.785 1.995-1.284 2.901-.585.178-1.086.375-1.446.542-1.792.833-1.936 1.946-1.563 2.417.708.896 2.217.123 3.73-2.584 1.037-.294 2.4-.687 2.523-.687.014 0 .033.005.056.012.755.666 1.648 1.429 2.382 1.529 1.062.146 1.667-.625 1.625-1.104-.041-.48-.321-1.11-1.67-1.19Zm-6.708 2.92c-.438.52-1.146 1.02-1.396.854-.25-.166-.292-.646.271-1.188.563-.541 1.504-.822 1.646-.875.167-.062.209 0 .209.083 0 .084-.292.605-.73 1.126Zm1.918-7.003c-.042-.521.062-1.021.5-1.083.437-.063.646.437.48 1.25-.168.813-.251 1.354-.334 1.418-.084.062-.167-.147-.167-.147-.167-.334-.438-.917-.48-1.438Zm.167 4.898c.229-.376.812-1.896.812-1.896.125.23 1.105 1.395 1.105 1.395s-1.501.334-1.917.5Zm4.542.666c-.625-.082-1.688-.834-1.688-.834-.145-.062 1.165-.24 1.668-.208.646.042.875.313.875.584 0 .271-.229.541-.855.458Z'/%3E%3Cpath fill='%23000' d='M19.566 5.016 14.985.434 14.55 0H4.593c-2.206 0-4 1.795-4 4.002v.306H0v4.786h.592v10.758a4.006 4.006 0 0 0 4.001 4.001h11.405A4.006 4.006 0 0 0 20 19.851V5.45l-.434-.434ZM15.998 22.37H4.593a2.52 2.52 0 0 1-2.52-2.52V9.095h7.33V4.308h-7.33v-.306a2.52 2.52 0 0 1 2.52-2.52h8.99v2.836c0 1.16.94 2.1 2.1 2.1h2.836V19.85a2.52 2.52 0 0 1-2.52 2.52ZM2.178 7.738V5.522c0-.039.031-.07.07-.07h.704a.87.87 0 0 1 .319.056.756.756 0 0 1 .247.154c.07.067.123.147.16.239.036.09.055.189.055.293a.773.773 0 0 1-.056.295.683.683 0 0 1-.407.39.886.886 0 0 1-.318.055h-.297v.804c0 .039-.032.07-.07.07h-.337a.071.071 0 0 1-.07-.07Zm2.17 0V5.522c0-.039.032-.07.071-.07h.778c.148 0 .278.024.388.072a.8.8 0 0 1 .296.234.69.69 0 0 1 .104.182c.024.064.043.133.055.205.012.072.019.149.021.231a9.59 9.59 0 0 1 0 .507c-.002.083-.01.16-.02.232-.013.072-.032.14-.056.205a.792.792 0 0 1-.4.416.951.951 0 0 1-.388.073h-.778a.07.07 0 0 1-.07-.071Zm3.708-1.31c.039 0 .07.032.07.071v.302c0 .04-.031.071-.07.071h-.85v.866c0 .039-.032.07-.071.07h-.336a.071.071 0 0 1-.071-.07V5.522c0-.039.032-.07.071-.07h1.288c.04 0 .071.031.071.07v.302c0 .04-.032.071-.07.071h-.882v.533h.85Z'/%3E%3Cpath fill='%23000' d='M3.171 6.415c.056-.05.084-.123.084-.22 0-.098-.028-.17-.084-.222a.34.34 0 0 0-.237-.078h-.279v.599h.279a.34.34 0 0 0 .237-.079ZM5.348 7.337a.344.344 0 0 0 .138-.098.375.375 0 0 0 .083-.21c.012-.103.018-.237.018-.399 0-.162-.006-.297-.018-.4a.376.376 0 0 0-.083-.21.346.346 0 0 0-.138-.097.524.524 0 0 0-.188-.031h-.334v1.476h.334c.07 0 .133-.01.188-.031Z'/%3E%3C/svg%3E");
}
.icon-zip {
    width: 20px;
    height: 20px;
}
.icon-zip:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='24' fill='none'%3E%3Cpath stroke='%23200E32' stroke-width='2' d='M1 21.777V2.222C1 1.547 1.547 1 2.222 1h6.659c.42 0 .81.216 1.034.571l1.59 2.525c.223.355.614.57 1.034.57H24.22c.675 0 1.223.548 1.223 1.223v15.888c0 .675-.548 1.222-1.223 1.222H2.222A1.222 1.222 0 0 1 1 21.777Z'/%3E%3Cpath fill='%23200E32' d='M18.11 5.889h-2.444v2.444h2.444V5.889ZM20.555 8.334h-2.444v2.444h2.444V8.334ZM18.11 10.777h-2.444v2.445h2.444v-2.445ZM20.555 13.223h-2.444v2.444h2.444v-2.444ZM18.11 15.666h-2.444v2.444h2.444v-2.444ZM20.555 18.111h-2.444v2.445h2.444V18.11ZM18.11 18.111h-2.444v2.445h2.444V18.11Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='24' fill='none'%3E%3Cpath stroke='%23200E32' stroke-width='2' d='M1 21.777V2.222C1 1.547 1.547 1 2.222 1h6.659c.42 0 .81.216 1.034.571l1.59 2.525c.223.355.614.57 1.034.57H24.22c.675 0 1.223.548 1.223 1.223v15.888c0 .675-.548 1.222-1.223 1.222H2.222A1.222 1.222 0 0 1 1 21.777Z'/%3E%3Cpath fill='%23200E32' d='M18.11 5.889h-2.444v2.444h2.444V5.889ZM20.555 8.334h-2.444v2.444h2.444V8.334ZM18.11 10.777h-2.444v2.445h2.444v-2.445ZM20.555 13.223h-2.444v2.444h2.444v-2.444ZM18.11 15.666h-2.444v2.444h2.444v-2.444ZM20.555 18.111h-2.444v2.445h2.444V18.11ZM18.11 18.111h-2.444v2.445h2.444V18.11Z'/%3E%3C/svg%3E");
}
.icon-image {
    width: 20px;
    height: 20px;
}
.icon-image:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M15.25 4.938H4.75a.45.45 0 0 0-.438.437v8.777l.11-.164 2.187-3.062a.665.665 0 0 1 .547-.301c.192 0 .41.11.52.273l.847 1.176 2.27-2.926c.11-.164.3-.273.52-.273.19 0 .382.11.519.273l3.719 4.813.136.164v-8.75a.47.47 0 0 0-.437-.438ZM4.75 3.625h10.5c.957 0 1.75.793 1.75 1.75v8.75c0 .984-.793 1.75-1.75 1.75H4.75c-.984 0-1.75-.766-1.75-1.75v-8.75c0-.957.766-1.75 1.75-1.75Zm2.188 5.25a1.31 1.31 0 0 1-1.149-.656c-.246-.383-.246-.903 0-1.313.246-.383.656-.656 1.149-.656.464 0 .875.273 1.12.656.247.41.247.93 0 1.313-.245.41-.656.656-1.12.656Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M15.25 4.938H4.75a.45.45 0 0 0-.438.437v8.777l.11-.164 2.187-3.062a.665.665 0 0 1 .547-.301c.192 0 .41.11.52.273l.847 1.176 2.27-2.926c.11-.164.3-.273.52-.273.19 0 .382.11.519.273l3.719 4.813.136.164v-8.75a.47.47 0 0 0-.437-.438ZM4.75 3.625h10.5c.957 0 1.75.793 1.75 1.75v8.75c0 .984-.793 1.75-1.75 1.75H4.75c-.984 0-1.75-.766-1.75-1.75v-8.75c0-.957.766-1.75 1.75-1.75Zm2.188 5.25a1.31 1.31 0 0 1-1.149-.656c-.246-.383-.246-.903 0-1.313.246-.383.656-.656 1.149-.656.464 0 .875.273 1.12.656.247.41.247.93 0 1.313-.245.41-.656.656-1.12.656Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-trash {
    width: 20px;
    height: 20px;
}
.icon-trash:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='m8.523 4.172-.52.766h3.966l-.52-.766a.23.23 0 0 0-.191-.11H8.715a.23.23 0 0 0-.192.11Zm4.02-.738 1.012 1.503H15.469c.355 0 .656.301.656.657 0 .383-.3.656-.656.656h-.219v8.313c0 1.23-.984 2.187-2.188 2.187H6.939a2.16 2.16 0 0 1-2.188-2.188V6.25h-.219a.632.632 0 0 1-.656-.656c0-.356.273-.657.656-.657h1.887L7.43 3.434c.273-.41.765-.684 1.285-.684h2.543c.52 0 1.012.273 1.285.684ZM6.063 6.25v8.313c0 .492.382.874.875.874h6.125a.881.881 0 0 0 .874-.874V6.25H6.064Zm1.722 2.16a.644.644 0 0 1 .902 0l1.286 1.285 1.285-1.285c.273-.246.683-.246.93 0 .273.274.273.684 0 .93l-1.286 1.285 1.286 1.285c.273.274.273.684 0 .93-.247.273-.657.273-.93 0l-1.285-1.285-1.286 1.285a.599.599 0 0 1-.902 0c-.273-.246-.273-.656 0-.93l1.285-1.285L7.785 9.34c-.273-.246-.273-.656 0-.93Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='m8.523 4.172-.52.766h3.966l-.52-.766a.23.23 0 0 0-.191-.11H8.715a.23.23 0 0 0-.192.11Zm4.02-.738 1.012 1.503H15.469c.355 0 .656.301.656.657 0 .383-.3.656-.656.656h-.219v8.313c0 1.23-.984 2.187-2.188 2.187H6.939a2.16 2.16 0 0 1-2.188-2.188V6.25h-.219a.632.632 0 0 1-.656-.656c0-.356.273-.657.656-.657h1.887L7.43 3.434c.273-.41.765-.684 1.285-.684h2.543c.52 0 1.012.273 1.285.684ZM6.063 6.25v8.313c0 .492.382.874.875.874h6.125a.881.881 0 0 0 .874-.874V6.25H6.064Zm1.722 2.16a.644.644 0 0 1 .902 0l1.286 1.285 1.285-1.285c.273-.246.683-.246.93 0 .273.274.273.684 0 .93l-1.286 1.285 1.286 1.285c.273.274.273.684 0 .93-.247.273-.657.273-.93 0l-1.285-1.285-1.286 1.285a.599.599 0 0 1-.902 0c-.273-.246-.273-.656 0-.93l1.285-1.285L7.785 9.34c-.273-.246-.273-.656 0-.93Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-house-night {
    width: 20px;
    height: 20px;
}
.icon-house-night:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23262626' d='m12.598 5.54 5.906 4.812a.651.651 0 0 1 .082.93c-.219.273-.629.3-.93.081L17 10.816v4.403c0 .847-.71 1.531-1.531 1.531H8.906a1.529 1.529 0 0 1-1.531-1.531v-4.403l-.684.547c-.3.219-.71.192-.93-.082-.218-.3-.19-.71.083-.93L11.75 5.54a.698.698 0 0 1 .848 0Zm3.09 4.21-3.5-2.871-3.5 2.871v5.469c0 .136.082.219.218.219h6.563c.11 0 .219-.083.219-.22V9.75Zm-4.813 1.531c0-.355.273-.656.656-.656h1.313c.355 0 .656.3.656.656v1.313c0 .383-.3.656-.656.656H11.53a.632.632 0 0 1-.656-.656V11.28ZM8.031 3.105a.218.218 0 0 1 .41 0l.329.875.875.329a.218.218 0 0 1 0 .41l-.875.328-.329.875a.218.218 0 0 1-.41 0l-.328-.875-.875-.328a.218.218 0 0 1 0-.41l.875-.329.328-.875Zm-3.965 8.75.329.875.875.329c.19.082.19.328 0 .41l-.875.328-.329.875a.218.218 0 0 1-.41 0l-.328-.875-.875-.328c-.191-.082-.191-.328 0-.41l.875-.329.328-.875a.218.218 0 0 1 .41 0ZM3.17 4.231a.352.352 0 0 1 .66 0l.529 1.41 1.41.529a.352.352 0 0 1 0 .66l-1.41.529-.529 1.41a.352.352 0 0 1-.66 0l-.529-1.41-1.41-.529a.352.352 0 0 1 0-.66l1.41-.529.529-1.41Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cpath fill='%23262626' d='m12.598 5.54 5.906 4.812a.651.651 0 0 1 .082.93c-.219.273-.629.3-.93.081L17 10.816v4.403c0 .847-.71 1.531-1.531 1.531H8.906a1.529 1.529 0 0 1-1.531-1.531v-4.403l-.684.547c-.3.219-.71.192-.93-.082-.218-.3-.19-.71.083-.93L11.75 5.54a.698.698 0 0 1 .848 0Zm3.09 4.21-3.5-2.871-3.5 2.871v5.469c0 .136.082.219.218.219h6.563c.11 0 .219-.083.219-.22V9.75Zm-4.813 1.531c0-.355.273-.656.656-.656h1.313c.355 0 .656.3.656.656v1.313c0 .383-.3.656-.656.656H11.53a.632.632 0 0 1-.656-.656V11.28ZM8.031 3.105a.218.218 0 0 1 .41 0l.329.875.875.329a.218.218 0 0 1 0 .41l-.875.328-.329.875a.218.218 0 0 1-.41 0l-.328-.875-.875-.328a.218.218 0 0 1 0-.41l.875-.329.328-.875Zm-3.965 8.75.329.875.875.329c.19.082.19.328 0 .41l-.875.328-.329.875a.218.218 0 0 1-.41 0l-.328-.875-.875-.328c-.191-.082-.191-.328 0-.41l.875-.329.328-.875a.218.218 0 0 1 .41 0ZM3.17 4.231a.352.352 0 0 1 .66 0l.529 1.41 1.41.529a.352.352 0 0 1 0 .66l-1.41.529-.529 1.41a.352.352 0 0 1-.66 0l-.529-1.41-1.41-.529a.352.352 0 0 1 0-.66l1.41-.529.529-1.41Z'/%3E%3C/svg%3E");
}
.icon-mail {
    width: 20px;
    height: 20px;
}
.icon-mail:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M4.75 5.813a.45.45 0 0 0-.438.437v.629l4.704 3.855a1.526 1.526 0 0 0 1.941 0l4.73-3.855V6.25a.47.47 0 0 0-.437-.438H4.75Zm-.438 2.761v4.676c0 .246.192.438.438.438h10.5a.45.45 0 0 0 .438-.438V8.574l-3.883 3.172c-1.067.875-2.57.875-3.61 0L4.312 8.574ZM3 6.25c0-.957.766-1.75 1.75-1.75h10.5c.957 0 1.75.793 1.75 1.75v7c0 .984-.793 1.75-1.75 1.75H4.75C3.766 15 3 14.234 3 13.25v-7Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M4.75 5.813a.45.45 0 0 0-.438.437v.629l4.704 3.855a1.526 1.526 0 0 0 1.941 0l4.73-3.855V6.25a.47.47 0 0 0-.437-.438H4.75Zm-.438 2.761v4.676c0 .246.192.438.438.438h10.5a.45.45 0 0 0 .438-.438V8.574l-3.883 3.172c-1.067.875-2.57.875-3.61 0L4.312 8.574ZM3 6.25c0-.957.766-1.75 1.75-1.75h10.5c.957 0 1.75.793 1.75 1.75v7c0 .984-.793 1.75-1.75 1.75H4.75C3.766 15 3 14.234 3 13.25v-7Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-phone {
    width: 20px;
    height: 20px;
}
.icon-phone:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M11.75 4.063V4.5a.45.45 0 0 1-.438.438H8.688A.432.432 0 0 1 8.25 4.5v-.438h-.875a.881.881 0 0 0-.875.875v9.625c0 .493.383.876.875.876h5.25a.881.881 0 0 0 .875-.876V4.938a.9.9 0 0 0-.875-.875h-.875Zm-6.563.875c0-1.204.958-2.188 2.188-2.188h5.25c1.203 0 2.188.984 2.188 2.188v9.625c0 1.23-.985 2.187-2.188 2.187h-5.25a2.16 2.16 0 0 1-2.188-2.188V4.938Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M11.75 4.063V4.5a.45.45 0 0 1-.438.438H8.688A.432.432 0 0 1 8.25 4.5v-.438h-.875a.881.881 0 0 0-.875.875v9.625c0 .493.383.876.875.876h5.25a.881.881 0 0 0 .875-.876V4.938a.9.9 0 0 0-.875-.875h-.875Zm-6.563.875c0-1.204.958-2.188 2.188-2.188h5.25c1.203 0 2.188.984 2.188 2.188v9.625c0 1.23-.985 2.187-2.188 2.187h-5.25a2.16 2.16 0 0 1-2.188-2.188V4.938Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-arrow-right-to-line {
    width: 16px;
    height: 16px;
}
.icon-arrow-right-to-line:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M14 .75v10.5a.74.74 0 0 1-.75.75.722.722 0 0 1-.75-.75V.75a.74.74 0 0 1 .75-.75.76.76 0 0 1 .75.75ZM9.75 6.563l-4.25 4a.774.774 0 0 1-1.063-.032c-.28-.312-.28-.781.032-1.062L7.344 6.75H.75A.722.722 0 0 1 0 6a.74.74 0 0 1 .75-.75H7.344L4.469 2.562c-.313-.28-.313-.75-.032-1.062.282-.313.75-.313 1.063-.031l4.25 4c.156.156.25.343.25.531a.783.783 0 0 1-.25.563Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M14 .75v10.5a.74.74 0 0 1-.75.75.722.722 0 0 1-.75-.75V.75a.74.74 0 0 1 .75-.75.76.76 0 0 1 .75.75ZM9.75 6.563l-4.25 4a.774.774 0 0 1-1.063-.032c-.28-.312-.28-.781.032-1.062L7.344 6.75H.75A.722.722 0 0 1 0 6a.74.74 0 0 1 .75-.75H7.344L4.469 2.562c-.313-.28-.313-.75-.032-1.062.282-.313.75-.313 1.063-.031l4.25 4c.156.156.25.343.25.531a.783.783 0 0 1-.25.563Z'/%3E%3C/svg%3E");
}
.icon-arrow-right-from-line {
    width: 16px;
    height: 16px;
}
.icon-arrow-right-from-line:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M1.5.75v10.5a.74.74 0 0 1-.75.75.722.722 0 0 1-.75-.75V.75A.74.74 0 0 1 .75 0a.76.76 0 0 1 .75.75Zm12.25 5.813-4.25 4a.774.774 0 0 1-1.063-.032c-.28-.312-.28-.781.032-1.062l2.875-2.719H4.75A.722.722 0 0 1 4 6a.74.74 0 0 1 .75-.75H11.344L8.469 2.562c-.313-.28-.313-.75-.031-1.062.28-.313.75-.313 1.062-.031l4.25 4c.156.156.25.343.25.531a.783.783 0 0 1-.25.563Z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12' fill='none'%3E%3Cpath fill='%23fff' d='M1.5.75v10.5a.74.74 0 0 1-.75.75.722.722 0 0 1-.75-.75V.75A.74.74 0 0 1 .75 0a.76.76 0 0 1 .75.75Zm12.25 5.813-4.25 4a.774.774 0 0 1-1.063-.032c-.28-.312-.28-.781.032-1.062l2.875-2.719H4.75A.722.722 0 0 1 4 6a.74.74 0 0 1 .75-.75H11.344L8.469 2.562c-.313-.28-.313-.75-.031-1.062.28-.313.75-.313 1.062-.031l4.25 4c.156.156.25.343.25.531a.783.783 0 0 1-.25.563Z'/%3E%3C/svg%3E");
}
.icon-cross {
    width: 16px;
    height: 16px;
}
.icon-cross:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_545_14094)'%3E%3Cpath d='M9.92852 5.04727L7.63164 7.34414L9.90937 9.62187C10.1008 9.79414 10.1008 10.0812 9.90937 10.2535C9.73711 10.4449 9.45 10.4449 9.27773 10.2535L6.98086 7.97578L4.70312 10.2535C4.53086 10.4449 4.24375 10.4449 4.07148 10.2535C3.88008 10.0812 3.88008 9.79414 4.07148 9.60273L6.34922 7.325L4.07148 5.04727C3.88008 4.875 3.88008 4.58789 4.07148 4.39648C4.24375 4.22422 4.53086 4.22422 4.72227 4.39648L7 6.69336L9.27773 4.41562C9.45 4.22422 9.73711 4.22422 9.92852 4.41562C10.1008 4.58789 10.1008 4.875 9.92852 5.04727Z' fill='%23FB2C36'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_545_14094'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_545_14094)'%3E%3Cpath d='M9.92852 5.04727L7.63164 7.34414L9.90937 9.62187C10.1008 9.79414 10.1008 10.0812 9.90937 10.2535C9.73711 10.4449 9.45 10.4449 9.27773 10.2535L6.98086 7.97578L4.70312 10.2535C4.53086 10.4449 4.24375 10.4449 4.07148 10.2535C3.88008 10.0812 3.88008 9.79414 4.07148 9.60273L6.34922 7.325L4.07148 5.04727C3.88008 4.875 3.88008 4.58789 4.07148 4.39648C4.24375 4.22422 4.53086 4.22422 4.72227 4.39648L7 6.69336L9.27773 4.41562C9.45 4.22422 9.73711 4.22422 9.92852 4.41562C10.1008 4.58789 10.1008 4.875 9.92852 5.04727Z' fill='%23FB2C36'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_545_14094'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.icon-plus {
    width: 20px;
    height: 20px;
}
.icon-plus:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M10.656 4.719v4.375h4.375c.356 0 .656.3.656.656 0 .383-.3.656-.656.656h-4.375v4.375c0 .383-.3.656-.656.656a.632.632 0 0 1-.656-.656v-4.375H4.969a.632.632 0 0 1-.657-.656c0-.355.274-.656.657-.656h4.375V4.719c0-.356.273-.657.656-.657.355 0 .656.301.656.657Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M10.656 4.719v4.375h4.375c.356 0 .656.3.656.656 0 .383-.3.656-.656.656h-4.375v4.375c0 .383-.3.656-.656.656a.632.632 0 0 1-.656-.656v-4.375H4.969a.632.632 0 0 1-.657-.656c0-.355.274-.656.657-.656h4.375V4.719c0-.356.273-.657.656-.657.355 0 .656.301.656.657Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-file-plus {
    width: 56px;
    height: 56px;
}
.icon-file-plus:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23D4D4D4' d='M37.8 45.45c1.302 0 2.45-1.072 2.45-2.45V23.4h-8.575C29.608 23.4 28 21.792 28 19.725V11.15h-9.8c-1.378 0-2.45 1.148-2.45 2.45V43a2.419 2.419 0 0 0 2.45 2.45h19.6Zm-6.125-24.5h8.498c-.076-.153-.153-.383-.306-.536l-8.881-8.881c-.153-.153-.383-.23-.536-.306v8.498c0 .69.536 1.225 1.225 1.225ZM18.2 8.7h11.944c.919 0 1.914.46 2.603 1.148l8.805 8.805c.689.69 1.148 1.684 1.148 2.603V43c0 2.756-2.22 4.9-4.9 4.9H18.2c-2.756 0-4.9-2.144-4.9-4.9V13.6c0-2.68 2.144-4.9 4.9-4.9Zm8.575 31.85v-4.9h-4.9a1.21 1.21 0 0 1-1.225-1.225c0-.612.536-1.225 1.225-1.225h4.9v-4.9c0-.613.536-1.225 1.225-1.225.613 0 1.225.613 1.225 1.225v4.9h4.9c.612 0 1.225.612 1.225 1.225 0 .69-.613 1.225-1.225 1.225h-4.9v4.9c0 .69-.613 1.225-1.225 1.225a1.21 1.21 0 0 1-1.225-1.225Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h56v56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23D4D4D4' d='M37.8 45.45c1.302 0 2.45-1.072 2.45-2.45V23.4h-8.575C29.608 23.4 28 21.792 28 19.725V11.15h-9.8c-1.378 0-2.45 1.148-2.45 2.45V43a2.419 2.419 0 0 0 2.45 2.45h19.6Zm-6.125-24.5h8.498c-.076-.153-.153-.383-.306-.536l-8.881-8.881c-.153-.153-.383-.23-.536-.306v8.498c0 .69.536 1.225 1.225 1.225ZM18.2 8.7h11.944c.919 0 1.914.46 2.603 1.148l8.805 8.805c.689.69 1.148 1.684 1.148 2.603V43c0 2.756-2.22 4.9-4.9 4.9H18.2c-2.756 0-4.9-2.144-4.9-4.9V13.6c0-2.68 2.144-4.9 4.9-4.9Zm8.575 31.85v-4.9h-4.9a1.21 1.21 0 0 1-1.225-1.225c0-.612.536-1.225 1.225-1.225h4.9v-4.9c0-.613.536-1.225 1.225-1.225.613 0 1.225.613 1.225 1.225v4.9h4.9c.612 0 1.225.612 1.225 1.225 0 .69-.613 1.225-1.225 1.225h-4.9v4.9c0 .69-.613 1.225-1.225 1.225a1.21 1.21 0 0 1-1.225-1.225Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h56v56H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-store {
    width: 12px;
    height: 12px;
}
.icon-store:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231A1A1A' fill-opacity='.5' fill-rule='evenodd' d='M2.25 5.625V9h7.5V5.625c.539 0 1.049-.126 1.5-.351v5.976a.75.75 0 0 1-.75.75h-9a.75.75 0 0 1-.75-.75V5.274c.452.225.962.351 1.5.351ZM0 2.25 1.277.334A.75.75 0 0 1 1.901 0H10.1a.75.75 0 0 1 .624.334L12 2.25a2.25 2.25 0 0 1-4.125 1.244 2.248 2.248 0 0 1-3.75 0A2.25 2.25 0 0 1 0 2.25Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%231A1A1A' fill-opacity='.5' fill-rule='evenodd' d='M2.25 5.625V9h7.5V5.625c.539 0 1.049-.126 1.5-.351v5.976a.75.75 0 0 1-.75.75h-9a.75.75 0 0 1-.75-.75V5.274c.452.225.962.351 1.5.351ZM0 2.25 1.277.334A.75.75 0 0 1 1.901 0H10.1a.75.75 0 0 1 .624.334L12 2.25a2.25 2.25 0 0 1-4.125 1.244 2.248 2.248 0 0 1-3.75 0A2.25 2.25 0 0 1 0 2.25Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h12v12H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.icon-warning {
    width: 20px;
    height: 20px;
}
.icon-warning:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1118_3025)'%3E%3Cpath d='M8.22266 4.58984C8.05859 4.58984 7.89453 4.64453 7.75781 4.78125L4.50391 8.03516C4.36719 8.14453 4.3125 8.33594 4.3125 8.5V12.0273C4.3125 12.1914 4.36719 12.3555 4.50391 12.4922L3.57422 13.4219C3.19141 13.0391 3 12.5469 3 12.0273L3 8.5C3 7.98047 3.19141 7.48828 3.57422 7.10547L6.82812 3.85156C7.21094 3.46875 7.70312 3.27734 8.22266 3.27734L11.75 3.27734C12.2695 3.27734 12.7617 3.46875 13.1445 3.85156L16.3984 7.10547C16.7812 7.48828 16.9727 7.98047 16.9727 8.5V12.0273C16.9727 12.5469 16.7812 13.0391 16.3984 13.4219L13.1445 16.6758C12.7617 17.0586 12.2695 17.25 11.75 17.25H8.22266C7.70312 17.25 7.21094 17.0586 6.82812 16.6758L3.57422 13.4219L4.50391 12.4922L7.75781 15.7461C7.89453 15.8828 8.05859 15.9375 8.22266 15.9375H11.75C11.9141 15.9375 12.1055 15.8828 12.2148 15.7461L15.4688 12.4922C15.6055 12.3555 15.6602 12.1914 15.6602 12.0273V8.5C15.6602 8.33594 15.6055 8.14453 15.4688 8.03516L12.2148 4.78125C12.1055 4.64453 11.9141 4.58984 11.75 4.58984H8.22266ZM10 6.75C10.3555 6.75 10.6562 7.05078 10.6562 7.40625V10.4688C10.6562 10.8516 10.3555 11.125 10 11.125C9.61719 11.125 9.34375 10.8516 9.34375 10.4688V7.40625C9.34375 7.05078 9.61719 6.75 10 6.75ZM9.125 12.875C9.125 12.4102 9.50781 12 10 12C10.4648 12 10.875 12.4102 10.875 12.875C10.875 13.3672 10.4648 13.75 10 13.75C9.50781 13.75 9.125 13.3672 9.125 12.875Z' fill='%23FB2C36'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1118_3025'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1118_3025)'%3E%3Cpath d='M8.22266 4.58984C8.05859 4.58984 7.89453 4.64453 7.75781 4.78125L4.50391 8.03516C4.36719 8.14453 4.3125 8.33594 4.3125 8.5V12.0273C4.3125 12.1914 4.36719 12.3555 4.50391 12.4922L3.57422 13.4219C3.19141 13.0391 3 12.5469 3 12.0273L3 8.5C3 7.98047 3.19141 7.48828 3.57422 7.10547L6.82812 3.85156C7.21094 3.46875 7.70312 3.27734 8.22266 3.27734L11.75 3.27734C12.2695 3.27734 12.7617 3.46875 13.1445 3.85156L16.3984 7.10547C16.7812 7.48828 16.9727 7.98047 16.9727 8.5V12.0273C16.9727 12.5469 16.7812 13.0391 16.3984 13.4219L13.1445 16.6758C12.7617 17.0586 12.2695 17.25 11.75 17.25H8.22266C7.70312 17.25 7.21094 17.0586 6.82812 16.6758L3.57422 13.4219L4.50391 12.4922L7.75781 15.7461C7.89453 15.8828 8.05859 15.9375 8.22266 15.9375H11.75C11.9141 15.9375 12.1055 15.8828 12.2148 15.7461L15.4688 12.4922C15.6055 12.3555 15.6602 12.1914 15.6602 12.0273V8.5C15.6602 8.33594 15.6055 8.14453 15.4688 8.03516L12.2148 4.78125C12.1055 4.64453 11.9141 4.58984 11.75 4.58984H8.22266ZM10 6.75C10.3555 6.75 10.6562 7.05078 10.6562 7.40625V10.4688C10.6562 10.8516 10.3555 11.125 10 11.125C9.61719 11.125 9.34375 10.8516 9.34375 10.4688V7.40625C9.34375 7.05078 9.61719 6.75 10 6.75ZM9.125 12.875C9.125 12.4102 9.50781 12 10 12C10.4648 12 10.875 12.4102 10.875 12.875C10.875 13.3672 10.4648 13.75 10 13.75C9.50781 13.75 9.125 13.3672 9.125 12.875Z' fill='%23FB2C36'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1118_3025'%3E%3Crect width='20' height='20' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.mod-input {
    width: 100%;
    position: relative;
}
.mod-input ::-webkit-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.mod-input :-ms-input-placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.mod-input ::placeholder {
    color: #a1a1a1;
    opacity: 1;
}
.mod-input__label {
    position: relative;
    margin: 0 0 8px;
    display: block;
    z-index: 4;
    color: var(--color-gray-800);
}
.mod-input__field {
    position: relative;
    width: 100%;
    height: 56px;
    border: 0.5px solid var(--color-gray-300);
    border-radius: 8px;
    background: var(--color-white);
    outline: none;
    z-index: 1;
    font-size: 16px;
    font-family: var(--font-primary);
    padding: 4px 16px;
    color: var(--color-gray-800);
    letter-spacing: -0.02em;
    transition: border-color 0.5s var(--easing-default);
}
@media only screen and (max-width: 1022px) {
    .mod-input__field {
        height: 50px;
        padding: 8px 16px;
        border-radius: 6px;
    }
}
.mod-input__field:hover, .mod-input__field:focus {
    border-color: var(--color-gray-600);
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: var(--color-validation-failed);
    border-color: var(--color-validation-failed);
    background-color: var(--color-red-50);
}
.mod-input__field:-webkit-autofill {
    color: var(--color-gray-800) !important;
    -webkit-text-fill-color: var(--color-gray-800) !important;
}
.mod-input__field:-webkit-autofill::selection {
    background-color: transparent !important;
    -webkit-text-fill-color: var(--color-gray-800) !important;
}
.mod-input__inner {
    position: relative;
}
.mod-input textarea {
    resize: none;
    min-height: 300px;
    padding: 16px;
    border-radius: 8px;
}
@media only screen and (max-width: 1022px) {
    .mod-input textarea {
        border-radius: 6px;
    }
}
.mod-input textarea::-webkit-scrollbar {
    width: 0;
    display: none;
}
.mod-input__icon {
    position: absolute;
    top: 18px;
    left: 16px;
    z-index: 5;
    width: 20px;
    height: 20px;
}
@media only screen and (max-width: 1022px) {
    .mod-input__icon {
        left: 10px;
        top: 15px;
    }
}
.mod-input__text {
    margin-top: 8px;
    letter-spacing: -0.02em;
}
@media only screen and (max-width: 767px) {
    .mod-input__text {
        font-size: 12px;
    }
}
.mod-input__max-character {
    pointer-events: none;
    position: relative;
    line-height: 1;
    margin-top: -4px;
}
.mod-input--with-icon .mod-input__field {
    padding-left: 46px;
}
@media only screen and (max-width: 1022px) {
    .mod-input--with-icon .mod-input__field {
        padding-left: 40px;
    }
}
.mod-input.textarea-with-counter .mod-input__inner {
    border: 0.5px solid var(--color-gray-300);
    border-radius: 8px;
    padding: 8px;
    transition: border-color 0.5s var(--easing-default);
}
.mod-input.textarea-with-counter .mod-input__inner:hover {
    border-color: var(--color-gray-600);
}
.mod-input.textarea-with-counter .mod-input__inner:has(textarea:focus) {
    border-color: var(--color-gray-600);
}
.mod-input.textarea-with-counter textarea {
    border: 0;
    padding: 8px;
    min-height: 112px;
}
@media only screen and (max-width: 1022px) {
    .mod-input.textarea-with-counter textarea {
        min-height: 150px;
    }
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
    border-color: var(--color-gray-300);
    background-color: var(--color-gray-200);
}
.mod-input.is-disabled .icon {
    color: var(--color-gray-400);
}
.mod-input.is-disabled .mod-input__text {
    color: var(--color-gray-200);
}
.mod-input.is-validation-failed ::-webkit-input-placeholder {
    color: #fb2c36;
    opacity: 1;
}
.mod-input.is-validation-failed :-ms-input-placeholder {
    color: #fb2c36;
    opacity: 1;
}
.mod-input.is-validation-failed ::placeholder {
    color: #fb2c36;
    opacity: 1;
}
.mod-input.is-validation-failed .icon,
.mod-input.is-validation-failed label {
    color: var(--color-validation-failed);
}
.mod-input.is-validation-failed.textarea-with-counter .mod-input__inner {
    border-color: var(--color-validation-failed);
}
.mod-input.is-focused .mod-input__password-validation {
    display: grid;
}

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

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

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

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

.form-error-message {
    background-color: rgba(251, 44, 54, 0.5);
    border: 1px solid var(--color-validation-failed);
}

.form-success-message {
    background-color: rgba(40, 167, 69, 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-yellow);
    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--200 {
    height: 200px;
}
@media only screen and (max-width: 1511px) {
    .margin--200 {
        height: 180px;
    }
}
@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: 1200px) {
    .margin--180 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--180 {
        height: 80px;
    }
}
.margin--170 {
    height: 170px;
}
@media only screen and (max-width: 1200px) {
    .margin--170 {
        height: 110px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--170 {
        height: 70px;
    }
}
.margin--160 {
    height: 160px;
}
@media only screen and (max-width: 1200px) {
    .margin--160 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--160 {
        height: 80px;
    }
}
.margin--150 {
    height: 150px;
}
@media only screen and (max-width: 1200px) {
    .margin--150 {
        height: 120px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--150 {
        height: 80px;
    }
}
.margin--128 {
    height: 128px;
}
@media only screen and (max-width: 1200px) {
    .margin--128 {
        height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .margin--128 {
        height: 64px;
    }
}
.margin--120 {
    height: 120px;
}
@media only screen and (max-width: 1200px) {
    .margin--120 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--120 {
        height: 60px;
    }
}
.margin--112 {
    height: 112px;
}
@media only screen and (max-width: 1200px) {
    .margin--112 {
        height: 75px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--112 {
        height: 60px;
    }
}
.margin--100 {
    height: 100px;
}
@media only screen and (max-width: 1200px) {
    .margin--100 {
        height: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--100 {
        height: 60px;
    }
}
.margin--96 {
    height: 96px;
}
@media only screen and (max-width: 1200px) {
    .margin--96 {
        height: 75px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--96 {
        height: 60px;
    }
}
.margin--80 {
    height: 80px;
}
@media only screen and (max-width: 1200px) {
    .margin--80 {
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--80 {
        height: 40px;
    }
}
.margin--64 {
    height: 64px;
}
.margin--60 {
    height: 60px;
}
@media only screen and (max-width: 1200px) {
    .margin--60 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--60 {
        height: 30px;
    }
}
.margin--50 {
    height: 50px;
}
@media only screen and (max-width: 1200px) {
    .margin--50 {
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--50 {
        height: 32px;
    }
}
.margin--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;
}
.margin--24 {
    height: 24px;
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}
.margin--12 {
    height: 12px;
}
.mod-link {
    color: var(--color-link);
    text-decoration: underline;
}
.mod-link:hover {
    text-decoration: none;
    color: var(--color-link);
}
.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--selection-card .radio-button__text {
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.radio-button--selection-card .radio-button__text {
    font-size: 30px;
}
@media only screen and (max-width: 1200px) {
    .radio-button--selection-card .radio-button__text {
        font-size: 28px;
    }
}
@media only screen and (max-width: 767px) {
    .radio-button--selection-card .radio-button__text {
        font-size: 26px;
    }
}

.radio-button {
    user-select: none;
    line-height: 1.5;
    transition: opacity 0.5s var(--easing-default), color 0.5s var(--easing-default);
}
@media only screen and (max-width: 767px) {
    .radio-button {
        line-height: 20px;
    }
}
.radio-button__label {
    position: relative;
    cursor: pointer;
    margin: 0;
    transition: color 0.5s var(--easing-default), border-color 0.5s var(--easing-default), box-shadow 0.5s var(--easing-default), background-color 0.5s var(--easing-default);
    display: flex;
    flex-direction: column;
}
.radio-button__text {
    position: relative;
    display: block;
    width: 100%;
    padding-left: 32px;
}
@media only screen and (max-width: 767px) {
    .radio-button__text {
        padding-left: 30px;
    }
}
.radio-button__text::after, .radio-button__text:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    pointer-events: none;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
@media only screen and (max-width: 767px) {
    .radio-button__text::after, .radio-button__text:before {
        width: 20px;
        height: 20px;
    }
}
.radio-button__text:before {
    border: 0.5px solid var(--color-gray-300);
    background-color: var(--color-white);
    transition: background-color 0.5s var(--easing-default), border 0.5s var(--easing-default);
}
.radio-button__text::after {
    transform: scale(0);
    transition: transform 0.5s var(--easing-default), opacity 0.5s var(--easing-default);
    width: 12px;
    height: 12px;
    left: 6px;
    top: 6px;
    background-color: var(--color-gray-800);
}
@media only screen and (max-width: 767px) {
    .radio-button__text::after {
        width: 8px;
        height: 8px;
    }
}
.radio-button__image {
    margin-right: 8px;
}
.radio-button .editor-text {
    margin-top: 28px;
}
@media only screen and (max-width: 1022px) {
    .radio-button .editor-text {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1023px) {
    .radio-button:hover .radio-button__text::before {
        border-color: var(--color-gray-600);
    }
}
.radio-button input:checked ~ label .radio-button__text::before {
    border-color: var(--color-yellow-dark);
    background-color: var(--color-yellow);
}
.radio-button input:checked ~ label .radio-button__text::after {
    transform: scale(1);
}
@media only screen and (min-width: 1023px) {
    .radio-button input:checked ~ label .radio-button__text:hover::before {
        border-color: var(--color-gray-600);
    }
}
.radio-button a {
    text-decoration: underline;
}
.radio-button a:hover {
    color: var(--color-link);
}
.radio-button--selection-card .radio-button__label {
    background-color: var(--color-white);
    border: 0.5px solid var(--color-gray-300);
    border-radius: 16px;
    padding: 28px 24px 24px;
    height: 100%;
}
@media only screen and (max-width: 1022px) {
    .radio-button--selection-card .radio-button__label {
        padding: 20px;
    }
}
.radio-button--selection-card .radio-button__label:hover {
    border-color: var(--color-gray-600);
    background-color: var(--color-gray-100);
    box-shadow: var(--shadow-default);
}
.radio-button--selection-card .radio-button__text {
    padding-left: 54px;
}
@media only screen and (max-width: 767px) {
    .radio-button--selection-card .radio-button__text {
        padding-left: 34px;
    }
}
.radio-button--selection-card .radio-button__text::after, .radio-button--selection-card .radio-button__text:before {
    left: 10px;
    top: 5px;
    width: 24px;
    height: 24px;
    border-radius: 8px;
}
@media only screen and (max-width: 767px) {
    .radio-button--selection-card .radio-button__text::after, .radio-button--selection-card .radio-button__text:before {
        width: 20px;
        height: 20px;
        border-radius: 4px;
        left: 0;
    }
}
.radio-button--selection-card .radio-button__text::after {
    transform: scale(0);
    transition: transform 0.3s var(--easing-default), opacity 0.3s var(--easing-default);
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M15.934 5.566c.246.274.246.684 0 .93l-7.22 7.219c-.273.273-.683.273-.929 0L4.066 9.996a.599.599 0 0 1 0-.902.599.599 0 0 1 .903 0l3.254 3.254 6.78-6.782a.644.644 0 0 1 .903 0h.028Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/20px auto;
}
.radio-button--selection-card input:checked ~ label {
    background-color: var(--color-yellow-mild);
    border-color: var(--color-yellow-dark);
    box-shadow: var(--shadow-default);
}
.radio-button--selection-card input:checked ~ label:hover {
    background-color: var(--color-yellow-mild);
    border-color: var(--color-yellow-dark);
    box-shadow: var(--shadow-default);
}
.radio-button--selection-card.is-validation-failed .radio-button__label, .is-validation-failed .radio-button--selection-card .radio-button__label {
    border-color: var(--color-validation-failed);
    background-color: var(--color-red-50);
}
.radio-button.is-validation-failed .radio-button__text::before, .is-validation-failed .radio-button .radio-button__text::before {
    border-color: var(--color-validation-failed);
}
.radio-button .fv-plugins-message-container {
    text-align: left;
    padding-left: 34px;
}
.radio-button.is-disabled {
    pointer-events: none;
}
.radio-button.is-disabled input {
    pointer-events: none;
}
.radio-button.is-disabled .radio-button__text::before {
    border-color: var(--color-gray-300);
    background-color: var(--color-gray-300);
}
.radio-button.is-disabled .radio-button__label,
.radio-button.is-disabled .radio-button__text {
    color: var(--color-gray-400);
}

.status {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    border-radius: 50px;
    padding: 4px 10px;
    gap: 10px;
    font-weight: 500;
    background-color: var(--color-gray-100);
    border: 0.5px solid var(--color-gray-200);
    transition: color 0.5s var(--easing-default), background-color 0.5s var(--easing-default);
}
.status::before {
    content: "";
    flex-shrink: 0;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: currentColor;
}
.status.is-active {
    background-color: var(--color-gray-800);
    color: var(--color-gray-100);
}
.status--approved {
    border-color: var(--color-teal-300);
    background-color: var(--color-teal-50);
    color: var(--color-teal-500);
}
.status--approved.is-active {
    background-color: var(--color-teal-500);
    color: var(--color-teal-50);
}
.status--free, .status--green {
    border-color: var(--color-emerald-300);
    background-color: var(--color-emerald-50);
    color: var(--color-emerald-500);
}
.status--free.is-active, .status--green.is-active {
    background-color: var(--color-emerald-500);
    color: var(--color-emerald-50);
}
.status--light-green {
    border-color: var(--color-emerald-300);
    background-color: var(--color-emerald-50);
    color: var(--color-emerald-500);
}
.status--light-green.is-active {
    background-color: var(--color-emerald-50);
    color: var(--color-emerald-500);
}
.status--completed {
    border-color: var(--color-green-300);
    background-color: var(--color-green-50);
    color: var(--color-green-500);
}
.status--completed.is-active {
    background-color: var(--color-green-500);
    color: var(--color-green-50);
}
.status--in-progress, .status--yellow {
    border-color: var(--color-yellow-300);
    background-color: var(--color-yellow-50);
    color: var(--color-yellow-500);
}
.status--in-progress.is-active, .status--yellow.is-active {
    background-color: var(--color-yellow-500);
    color: var(--color-yellow-50);
}
.status--submitted {
    border-color: var(--color-orange-300);
    background-color: var(--color-orange-50);
    color: var(--color-orange-400);
}
.status--submitted.is-active {
    background-color: var(--color-orange-400);
    color: var(--color-orange-50);
}
.status--awaiting, .status--red {
    border-color: var(--color-red-300);
    background-color: var(--color-red-50);
    color: var(--color-red-400);
}
.status--awaiting.is-active, .status--red.is-active {
    background-color: var(--color-red-500);
    color: var(--color-red-50);
}
.status--sent {
    border-color: var(--color-fuchsia-300);
    background-color: var(--color-fuchsia-50);
    color: var(--color-fuchsia-500);
}
.status--sent.is-active {
    background-color: var(--color-fuchsia-500);
    color: var(--color-fuchsia-50);
}
.status--paid, .status--blue {
    border-color: var(--color-blue-300);
    background-color: var(--color-blue-50);
    color: var(--color-blue-500);
}
.status--paid.is-active, .status--blue.is-active {
    background-color: var(--color-blue-500);
    color: var(--color-blue-50);
}
.status--rejected {
    border-color: var(--color-neutral-400);
    background-color: var(--color-neutral-50);
    color: var(--color-black);
}
.status--rejected.is-active {
    background-color: var(--color-gray-950);
    color: var(--color-neutral-50);
}
.mod-tag {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 6px 8px 6px 12px;
    border-radius: 8px;
    border: 0.5px solid var(--color-gray-300);
    background-color: var(--color-gray-50);
    min-height: 38px;
}
.mod-tag.hide {
    display: none;
}
.mod-tag .icon {
    flex-shrink: 0;
}
.mod-tag--icon-only {
    width: 36px;
    min-height: 36px;
    height: 36px;
    padding: 5px;
    justify-content: center;
}
.mod-tag--small {
    min-height: 22px;
    padding: 2px 6px;
    font-size: 12px;
    line-height: 12px;
    gap: 4px;
}
.mod-tag--small .icon {
    width: 14px;
    height: 14px;
}
.mod-tag--small.mod-tag--icon-only {
    width: 22px;
    height: 22px;
    min-height: 22px;
    padding: 2px;
}
.mod-tag--error {
    border-color: var(--color-red-300);
    color: var(--color-red-500);
    background-color: var(--color-red-50);
}
.mod-tag--success {
    border-color: var(--color-green-500);
    color: var(--color-green-500);
    background-color: var(--color-green-50);
}
.mod-tag--secondary {
    background-color: var(--color-gray-100);
    border-color: var(--color-gray-200);
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
    padding: 5px 10px;
    min-height: 36px;
}
@media only screen and (max-width: 767px) {
    .mod-tag--secondary {
        font-size: 14px;
        min-height: 32px;
    }
}
.mod-tag--secondary .icon {
    width: 20px;
    height: 20px;
}
.mod-tag--secondary.mod-tag--error {
    font-size: 12px;
    line-height: 1.2;
    padding: 0 6px 0 4px;
    border-color: var(--color-red-500);
    background-color: var(--color-red-50);
    min-height: 22px;
    border-radius: 8px;
    gap: 2px;
}
.mod-tag--secondary.mod-tag--error .icon {
    width: 16px;
    height: 16px;
}
.mod-tag--yellow {
    background-color: var(--color-yellow);
    border-color: var(--color-yellow-dark);
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.03em;
}

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

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

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

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

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

.title--h6 {
    font-size: 20px;
}
.mod-toggle {
    -webkit-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.mod-toggle__label {
    margin-bottom: 0;
}
.mod-toggle__switch {
    position: relative;
    display: flex;
    align-items: center;
    width: 38px;
    height: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .mod-toggle__switch {
        width: 30px;
        height: 20px;
    }
}
.mod-toggle__switch::before, .mod-toggle__switch::after {
    position: absolute;
    display: block;
    content: "";
}
.mod-toggle__switch:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: gray;
    border-radius: 20px;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}
.mod-toggle__switch::after {
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background-color: var(--color-white);
    border-radius: 50%;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 767px) {
    .mod-toggle__switch::after {
        width: 16px;
        height: 16px;
    }
}
.mod-toggle input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::before {
    background-color: var(--color-gray-800);
}
.mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
    transform: translate(14px, 0);
}
@media only screen and (max-width: 767px) {
    .mod-toggle input:checked + .mod-toggle__label .mod-toggle__switch::after {
        transform: translate(10px, 0);
    }
}
.mod-toggle.is-disabled .mod-toggle__switch {
    cursor: not-allowed;
}
.mod-toggle.is-disabled .mod-toggle__switch::before {
    background-color: rgba(0, 0, 0, 0.05);
}
.mod-toggle.is-disabled .mod-toggle__switch::after {
    background-color: rgba(0, 0, 0, 0.3);
}
.toggle-switch {
    position: relative;
    -webkit-user-select: none;
    user-select: none;
}
.toggle-switch__switch {
    width: 44px;
    height: 24px;
    border-radius: 30px;
    border: 0.5px solid var(--color-gray-300);
    background-color: var(--color-gray-200);
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background-color 0.5s var(--easing-default), border-color 0.5s var(--easing-default);
}
.toggle-switch__ball {
    position: absolute;
    left: 2px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    background-color: var(--color-white);
    transform: translateY(-50%);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.05), 0px 6px 6px rgba(0, 0, 0, 0.05), 0px 13px 8px rgba(0, 0, 0, 0.03), 0px 22px 9px rgba(0, 0, 0, 0), 0px 35px 10px rgba(0, 0, 0, 0);
    transition: transform 0.5s var(--easing-default);
}
.toggle-switch__text {
    position: relative;
}
.toggle-switch__label {
    position: relative;
    margin: 0;
    padding-bottom: 30px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}
.toggle-switch input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    white-space: nowrap;
    border: 0;
    visibility: inherit;
    clip: rect(0, 0, 0, 0);
}
.toggle-switch input:checked + .toggle-switch__label .toggle-switch__ball {
    transform: translate(19px, -50%);
}
.toggle-switch input:checked + .toggle-switch__label .toggle-switch__switch {
    background-color: var(--color-yellow);
    border-color: var(--color-yellow-dark);
}
.toggle-switch input[disabled] + .toggle-switch__label .toggle-switch__switch {
    cursor: not-allowed;
    opacity: 0.5;
}
.accordion-single {
    max-width: 1250px;
    width: 100%;
    position: relative;
    text-align: left;
    border-bottom: 0.5px solid var(--color-gray-200);
    padding: 8px 0;
}
.accordion-single:first-child {
    padding-top: 0;
}
.accordion-single:last-child {
    border-bottom: 0;
}
.accordion-single__title {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    text-transform: none;
    padding: 36px 0;
}
@media only screen and (max-width: 1200px) {
    .accordion-single__title {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .accordion-single__title {
        padding: 16px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .accordion-single__title.title--h4 {
        font-size: 24px;
    }
}
@media only screen and (max-width: 1022px) {
    .accordion-single__title.title--h4 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .accordion-single__title.title--h4 {
        font-size: 20px;
    }
}
.accordion-single__title-icon {
    flex-shrink: 0;
    position: relative;
    width: 36px;
    height: 36px;
}
@media only screen and (max-width: 1200px) {
    .accordion-single__title-icon {
        width: 32px;
        height: 32px;
    }
}
@media only screen and (max-width: 1022px) {
    .accordion-single__title-icon {
        width: 26px;
        height: 26px;
    }
}
.accordion-single__title-icon .icon {
    width: 100%;
    height: 100%;
    transition: transform 0.5s var(--easing-default);
}
.accordion-single__title-icon .icon:before {
    background-color: currentColor;
}
.accordion-single__content {
    display: none;
    will-change: height;
}
.accordion-single__content-inner {
    padding-bottom: 36px;
    display: grid;
    grid-gap: 36px;
}
@media only screen and (max-width: 1200px) {
    .accordion-single__content-inner {
        padding: 12px 0;
    }
}
.accordion-single__content .editor-text ul,
.accordion-single__content .editor-text ol,
.accordion-single__content .editor-text p {
    margin: 25px 0;
}
.accordion-single__content .editor-text ul:first-child,
.accordion-single__content .editor-text ol:first-child,
.accordion-single__content .editor-text p:first-child {
    margin-top: 0;
}
.accordion-single__content .editor-text ul:last-child,
.accordion-single__content .editor-text ol:last-child,
.accordion-single__content .editor-text p:last-child {
    margin-bottom: 0;
}
.accordion-single__content .editor-text p:has(+ ul), .accordion-single__content .editor-text p:has(+ ol) {
    margin-bottom: 0;
}
.accordion-single__content .editor-text p + ul {
    margin-top: 0;
}
.accordion-single__content .editor-text img {
    display: block;
    margin: 36px 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media only screen and (min-width: 1023px) {
    .accordion-single__content .editor-text img {
        max-width: calc(100% - 82px);
        margin-left: auto;
        margin-right: auto;
    }
}
.accordion-single__content .editor-text img:first-child {
    margin-top: 0;
}
.accordion-single__content .editor-text img:last-child {
    margin-bottom: 0;
}
.accordion-single__content .editor-text a {
    color: var(--color-link);
}
.accordion-single__content .editor-text a:hover {
    text-decoration: none;
}
.accordion-single .mx-content {
    max-width: 100%;
}
.accordion-single.is-open .accordion-single__title .icon {
    transform: scaleY(-1) translateY(-2px);
}
.advance-cookie-banner {
    font-size: 16px;
    line-height: 1.5;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner {
        font-size: 14px;
    }
}
.advance-cookie-banner__title {
    margin-bottom: 8px;
}
.advance-cookie-banner__bar {
    position: fixed;
    right: 8px;
    bottom: 8px;
    width: 100%;
    max-width: 700px;
    z-index: 998;
    transition: opacity 0.5s ease;
    padding: 24px 32px;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color-gray-800);
    color: var(--color-white);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1019607843), 0px 4px 4px 0px rgba(0, 0, 0, 0.0901960784), 0px 9px 6px 0px rgba(0, 0, 0, 0.0509803922), 0px 17px 7px 0px rgba(0, 0, 0, 0.0117647059), 0px 26px 7px 0px rgba(0, 0, 0, 0);
    border-radius: 24px;
}
@media only screen and (max-width: 1200px) {
    .advance-cookie-banner__bar {
        max-width: 60vw;
    }
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__bar {
        right: 18px;
        bottom: 18px;
        padding: 32px 20px 20px 20px;
        max-width: calc(100% - 36px);
        border-radius: 16px;
    }
}
.cookie-not-set .advance-cookie-banner__bar {
    opacity: 1;
    pointer-events: all;
}
.body-scroll-locked .advance-cookie-banner__bar {
    right: calc(8px + var(--scroll-width, 0px));
}
@media only screen and (max-width: 1022px) {
    .body-scroll-locked .advance-cookie-banner__bar {
        right: calc(18px + var(--scroll-width, 0px));
    }
}
.advance-cookie-banner__inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
    align-items: center;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__inner {
        grid-template-columns: 1fr;
        align-items: flex-start;
        grid-gap: 20px;
    }
}
.advance-cookie-banner a {
    color: var(--color-link);
    text-decoration: underline;
}
.advance-cookie-banner a:hover {
    color: var(--color-yellow);
    text-decoration: underline;
}
.advance-cookie-banner__button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__button {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__button .btn {
        flex: auto;
    }
}
.advance-cookie-banner .btn--cookie-setting {
    color: var(--color-link);
    text-decoration: underline;
    white-space: nowrap;
    transition: color 0.3s ease;
}
.advance-cookie-banner .btn--cookie-setting:hover {
    color: var(--color-yellow);
    text-decoration: underline;
}
.advance-cookie-banner .btn[disabled] {
    pointer-events: none;
    opacity: 0.4;
}
.advance-cookie-banner .btn[disabled]::after {
    width: 100%;
    height: 100%;
}
.advance-cookie-banner__modal {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    opacity: 0;
    pointer-events: none;
    overflow: auto;
    transition: opacity 0.4s ease;
    padding: 28px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal {
        padding: 18px 10px;
        font-size: 14px;
    }
}
.advance-cookie-banner__modal.is-open-modal {
    opacity: 1;
    pointer-events: all;
}
.advance-cookie-banner__modal-close {
    flex-shrink: 0;
    padding: 4px;
}
.advance-cookie-banner__modal-close .icon {
    pointer-events: none;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}
.advance-cookie-banner__modal-close:hover .icon {
    transform: scale(0.9);
}
.advance-cookie-banner__modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.advance-cookie-banner__modal-body {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 830px;
    box-shadow: 1px 6px 20px rgba(0, 0, 0, 0.25);
    background-color: var(--color-white);
    z-index: 1000;
    padding: 32px;
    border-radius: 12px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-body {
        padding: 16px;
    }
}
.advance-cookie-banner__modal-header {
    border-bottom: 1px solid var(--color-gray-200);
    padding: 0 0 16px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-header {
        margin-bottom: 30px;
    }
}
.advance-cookie-banner__modal-content {
    display: grid;
    grid-gap: 44px;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__modal-content {
        grid-gap: 32px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-content {
        font-size: 14px;
    }
}
.advance-cookie-banner__modal-content .editor-text p {
    margin-top: 8px;
    margin-bottom: 8px;
}
.advance-cookie-banner__modal-content .editor-text p:first-child {
    margin-top: 0;
}
.advance-cookie-banner__modal-content .editor-text p a {
    text-decoration: underline;
}
.advance-cookie-banner__modal-content .editor-text p a:hover {
    color: var(--color-link);
    text-decoration: none;
}
.advance-cookie-banner__modal-item {
    position: relative;
}
.advance-cookie-banner__modal-item.is-necessary .mod-toggle {
    pointer-events: none;
    opacity: 0;
}
.advance-cookie-banner__modal-cookie-title {
    margin-bottom: 8px;
    padding-right: 140px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-cookie-title {
        padding-right: 80px;
    }
}
.advance-cookie-banner__modal-active-label {
    position: absolute;
    right: 12px;
    top: 0;
    font-weight: 500;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-active-label {
        font-size: 12px;
        top: 4px;
    }
}
.advance-cookie-banner__modal-footer {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    gap: 14px;
    border-top: 1px solid var(--color-gray-200);
    padding-top: 20px;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-footer {
        flex-direction: column;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal-footer .btn {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) {
    .advance-cookie-banner__modal-footer .btn__text {
        flex-shrink: 0;
    }
}
.advance-cookie-banner__modal .mod-toggle {
    position: absolute;
    right: 14px;
    top: 0;
}
@media only screen and (max-width: 767px) {
    .advance-cookie-banner__modal .mod-toggle {
        right: 0;
    }
}
.advance-cookie-banner__close {
    position: absolute;
    top: 5px;
    z-index: 3;
    width: 32px;
    height: 32px;
    border-radius: 24px;
    right: 5px;
}
@media only screen and (max-width: 1022px) {
    .advance-cookie-banner__close {
        top: 2px;
        right: 5px;
    }
}
.advance-cookie-banner__close .icon {
    opacity: 0.3;
    width: 20px;
    height: 20px;
    transition: opacity 0.3s ease;
}
.advance-cookie-banner__close .icon::before {
    background-color: currentColor;
}
.advance-cookie-banner__close:hover .icon {
    opacity: 1;
}
.card-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 36px 20px;
}
@media only screen and (max-width: 1022px) {
    .card-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .card-list {
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }
}
.card-list .mod-card {
    max-width: 100%;
}
.checkbox-group__label {
    position: relative;
    margin: 0 0 8px;
    display: block;
    z-index: 4;
    color: var(--color-gray-800);
}
.checkbox-group__list {
    display: grid;
    grid-gap: 8px;
}
.checkbox-group__separator {
    width: 100%;
}
.checkbox-group .checkbox .fv-plugins-message-container,
.checkbox-group .checkbox .validation-message {
    display: none;
}
.checkbox-group .fv-plugins-message-container,
.checkbox-group .validation-message {
    display: none;
    margin-top: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.checkbox-group.failed .fv-plugins-message-container.group-error,
.checkbox-group.failed .validation-message {
    display: block;
    margin-top: 16px;
}
.checkbox-group.failed .checkbox__label::before {
    border-color: var(--color-validation-failed);
}
.checkbox-multiple__label {
    position: relative;
    margin: 0 0 8px;
    display: block;
    z-index: 4;
    color: var(--color-gray-800);
}
.checkbox-multiple__list {
    display: grid;
    grid-gap: 8px;
}
.checkbox-multiple__separator {
    width: 100%;
}
.clone-input {
    width: 100%;
}
.clone-input__inner {
    display: grid;
    grid-gap: 24px;
}
.clone-input__inputs {
    width: 100%;
}
.clone-input__item {
    display: flex;
    align-items: flex-end;
    gap: 12px;
}
.clone-input__item.hide {
    display: none;
}
.clone-input__item.hide .delete-button {
    display: flex;
}
.clone-input__item.is-show {
    display: flex;
}
.clone-input__item.is-show .delete-button {
    display: flex;
}
.clone-input__item--multiple .clone-input__inputs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .clone-input__item--multiple .clone-input__inputs {
        grid-template-columns: 1fr;
    }
}
.clone-input__item:last-child {
    margin-bottom: 24px;
}
.clone-input .delete-button {
    flex-shrink: 0;
    margin-bottom: calc(var(--error-height, 0px) + 8px);
    display: none;
}
@media only screen and (max-width: 1022px) {
    .clone-input .delete-button {
        margin-bottom: calc(var(--error-height, 0px) + 5px);
    }
}
.clone-input__add-more {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
}
.clone-input__add-more .btn {
    -webkit-user-select: none;
    user-select: none;
}
@media only screen and (min-width: 1023px) {
    .clone-input--tone-info .clone-input__inner {
        grid-gap: 44px;
    }
}
.clone-input--tone-info .clone-input__add-more {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}
.clone-input--tone-info .clone-input__item:last-child {
    margin-bottom: 44px;
}
@media only screen and (max-width: 1022px) {
    .clone-input--tone-info .clone-input__item:last-child {
        margin-bottom: 30px;
    }
}
.cookie-banner {
    position: fixed;
    right: 8px;
    bottom: 8px;
    max-width: 458px;
    width: 100%;
    z-index: 998;
    background-color: var(--color-gray-800);
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1019607843), 0px 4px 4px 0px rgba(0, 0, 0, 0.0901960784), 0px 9px 6px 0px rgba(0, 0, 0, 0.0509803922), 0px 17px 7px 0px rgba(0, 0, 0, 0.0117647059), 0px 26px 7px 0px rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
    border-radius: 24px;
    padding: 6px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    color: var(--color-white);
    transition: opacity 0.5s var(--easing-default), visibility 0s linear 0.5s, transform 0.3s var(--easing-default);
}
@media only screen and (max-width: 1022px) {
    .cookie-banner {
        right: 18px;
        bottom: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .cookie-banner {
        max-width: calc(100% - 36px);
    }
}
.cookie-banner.cookie-not-set {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0s linear, transform 0.3s ease;
}
.cookie-banner__text {
    opacity: 0.75;
    padding: 14px;
}
.cookie-banner__button {
    flex-shrink: 0;
    margin-left: auto;
}
.cookie-banner__link {
    text-decoration: underline;
    color: var(--color-link);
}
.cookie-banner__link:hover {
    color: var(--color-yellow);
    text-decoration: underline;
}
.cookie-banner__inner {
    position: relative;
    line-height: 1.5;
}
.cookie-banner__footer {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    padding-left: 14px;
    margin-top: 6px;
}
.detail-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.4);
    overflow: auto;
    padding: 32px 0;
    opacity: 0;
    visibility: hidden;
    align-items: flex-start;
    transition: opacity 500ms cubic-bezier(0.25, 1, 0.5, 1), visibility 500ms cubic-bezier(0.25, 1, 0.5, 1);
}
@media only screen and (min-width: 1023px) {
    .detail-modal {
        scrollbar-track-color: rgba(255, 255, 255, 0.2);
        scrollbar-face-color: white;
        scrollbar-arrow-color: white;
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */
    }
    .detail-modal::-webkit-scrollbar {
        width: 4px;
    }
    .detail-modal ::-webkit-scrollbar-track {
        -webkit-border-radius: 6px;
        border-radius: 6px;
        background: rgba(255, 255, 255, 0.2);
    }
    .detail-modal ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255, 255, 255, 0.6);
    }
    .detail-modal::-webkit-scrollbar-thumb {
        background: white;
        width: 4px;
        border-radius: 6px;
    }
    .detail-modal::-webkit-scrollbar-thumb:hover {
        background: rgba(255, 255, 255, 0.84);
    }
    .detail-modal ::-webkit-scrollbar {
        width: 4px;
    }
}
.detail-modal.is-open-modal {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.detail-modal.is-open-modal .detail-modal__overlay {
    pointer-events: all;
}
.detail-modal__overlay {
    pointer-events: none;
}
.detail-modal__inner {
    margin: auto;
    width: 100%;
}
.detail-modal__content {
    padding: 32px;
    position: relative;
    z-index: 4;
}
@media only screen and (max-width: 767px) {
    .detail-modal__content {
        padding: 24px;
    }
}
.detail-modal__footer {
    margin-top: 32px;
}
.detail-modal .editor-text img {
    display: block;
    margin: 32px 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media only screen and (min-width: 1023px) {
    .detail-modal .editor-text img {
        max-width: calc(100% - 44px);
        margin-left: auto;
        margin-right: auto;
    }
}
.detail-modal .editor-text img:first-child {
    margin-top: 0;
}
.detail-modal .editor-text img:last-child {
    margin-bottom: 0;
}
.detail-modal .editor-text mark {
    background-color: var(--color-gray-800);
    color: var(--color-white);
    font-weight: 700;
    border: 0.5px solid var(--color-gray-600);
    border-radius: 8px;
    padding: 4px 8px;
}
@media only screen and (max-width: 767px) {
    .detail-modal .editor-text mark {
        padding: 2px 4px;
        border-radius: 4px;
    }
}

.existing-studies-code {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .existing-studies-code {
        grid-template-columns: 1fr;
    }
}
.existing-studies-code__item {
    min-height: 56px;
    padding: 8px 16px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
@media only screen and (max-width: 1022px) {
    .existing-studies-code__item {
        min-height: 1px;
        border-radius: 8px;
    }
}
.existing-studies-code__item p {
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
}
.existing-studies-code__item[href] {
    padding: 16px;
    white-space: normal;
    color: var(--color-link);
    text-decoration: underline;
    word-wrap: break-word;
}
.existing-studies-code__item[href]:hover {
    color: var(--color-link);
    text-decoration: none;
}
.existing-studies-code__item[href] p {
    text-overflow: unset;
}
.file-upload .mx-content {
    max-width: 100%;
}
.file-upload .uploaded-files:has(.uploaded-files__item) {
    margin-top: 44px;
}
@media only screen and (max-width: 1022px) {
    .file-upload .uploaded-files:has(.uploaded-files__item) {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1023px) {
    .file-upload .uploaded-files:has(.section-header.is-active) {
        margin-top: 64px;
    }
}
.file-upload .uploaded-files .section-header {
    display: none;
}
.file-upload .uploaded-files .section-header.is-active {
    display: grid;
}
.form-component {
    width: 100%;
    position: relative;
}
.form-component__title {
    margin-bottom: 52px;
}
@media only screen and (max-width: 1022px) {
    .form-component__title {
        margin-bottom: 24px;
    }
}
@media only screen and (min-width: 1023px) {
    .form-component__title {
        font-size: 36px;
    }
}
.form-component__body {
    margin-bottom: 32px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 32px 24px;
}
@media only screen and (max-width: 1022px) {
    .form-component__body {
        grid-gap: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .form-component__body {
        margin-bottom: 24px;
        grid-template-columns: 1fr;
    }
}
.form-component__item.full {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .form-component__item.full {
        grid-column: span 1;
    }
}
.form-component__form {
    position: relative;
    margin: 0 auto;
    max-width: 1000px;
}
.form-component__submit {
    margin-top: 44px;
}
@media only screen and (max-width: 1022px) {
    .form-component__submit {
        margin-top: 24px;
    }
}
.form-component__submit .btn {
    white-space: nowrap;
}
.form-component__success {
    display: none;
    margin: 0 auto;
    flex-direction: column;
    gap: 16px;
}
.form-component__success-icon {
    width: 88px;
    height: 88px;
    border-radius: 100%;
    border: 0.5px solid var(--color-yellow-dark);
    background-color: var(--color-yellow);
    padding: 8px;
    margin: 0 auto 8px;
}
.form-component__success-icon img {
    max-width: 56px;
    object-fit: contain;
}
.form-component__success-button {
    margin-top: 28px;
}
@media only screen and (max-width: 767px) {
    .form-component__success-button {
        margin-top: 16px;
    }
}
.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 .title {
    color: inherit;
}
.form-component .upload-box {
    max-width: 100%;
}
.form-component [data-validator] + [data-validator] {
    display: none;
}
.form-component.show-thankyou .section-header,
.form-component.show-thankyou .form-component__form {
    display: none;
}
.form-component.show-thankyou .form-component__success {
    display: flex;
}
.highlighted-box__inner {
    padding: 24px;
    display: grid;
    grid-gap: 54px;
}
@media only screen and (max-width: 1022px) {
    .highlighted-box__inner {
        grid-gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .highlighted-box__inner {
        padding: 20px;
    }
}
.highlighted-box .editor-text mark {
    background-color: var(--color-gray-800);
    color: var(--color-white);
    font-weight: 700;
    border: 0.5px solid var(--color-gray-600);
    border-radius: 8px;
    padding: 4px 8px;
}
@media only screen and (max-width: 767px) {
    .highlighted-box .editor-text mark {
        padding: 2px 4px;
        border-radius: 4px;
    }
}
.highlighted-box__footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .highlighted-box__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
.highlighted-box__info-title {
    margin-bottom: 8px;
}
.highlighted-box__instructions {
    padding: 0 16px;
}
.highlighted-box .btn {
    flex-shrink: 0;
}
.icon-text-list {
    display: grid;
    grid-gap: 10px;
}
.icon-text-list__item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 12px;
    min-height: 80px;
}
@media only screen and (max-width: 1022px) {
    .icon-text-list__item {
        padding: 8px 12px;
        min-height: 60px;
        gap: 12px;
        border-radius: 12px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-text-list__item {
        min-height: 1px;
        padding: 12px;
    }
}
.icon-text-list__item-icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
}
@media only screen and (max-width: 1022px) {
    .icon-text-list__item-icon {
        width: 45px;
        height: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .icon-text-list__item-icon {
        width: 32px;
        height: 32px;
    }
}
.icon-text-list__item-icon img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.image-compare {
    position: relative;
    width: 100%;
    max-width: 728px;
}
.image-compare__inner {
    position: relative;
    height: 0;
    padding-bottom: 68%;
    width: 100%;
}
.image-compare__label {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translateX(-50%);
    width: calc(100% - 48px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    z-index: 9;
}
@media only screen and (max-width: 767px) {
    .image-compare__label {
        top: 12px;
        width: calc(100% - 24px);
    }
}
.image-compare__label-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    padding: 6px 10px;
    min-height: 36px;
    font-weight: 500;
    line-height: 1;
    color: var(--color-white);
    background-color: var(--color-gray-500);
    border: 0.5px solid var(--color-gray-400);
}
@media only screen and (max-width: 767px) {
    .image-compare__label-btn {
        font-size: 12px;
        min-height: 25px;
        gap: 5px;
    }
}
@media only screen and (max-width: 767px) {
    .image-compare__label-btn .icon {
        width: 12px;
        height: 12px;
    }
}
.image-compare__label-btn--after {
    background-color: var(--color-green-500);
    border-color: var(--color-green-300);
}

.icv__control-line {
    width: 4px !important;
    background: var(--color-yellow) !important;
    box-shadow: none !important;
}

.icv__control::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.5px;
    height: 18px;
    z-index: 6;
    background-color: var(--color-yellow-dark);
}

.icv__arrow-wrapper {
    width: 32px;
    height: 28px;
    transform: translateX(0) !important;
    background-color: var(--color-yellow) !important;
}
.icv__arrow-wrapper::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    width: 18px;
    height: 18px;
    background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23262626' d='M13.965 9.285c.246.274.246.684 0 .93l-5.25 5.25c-.274.273-.684.273-.93 0a.599.599 0 0 1 0-.902l4.785-4.786-4.785-4.812a.599.599 0 0 1 0-.902.599.599 0 0 1 .902 0l5.278 5.222Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h20v20H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/18px auto;
}
.icv__arrow-wrapper:first-child {
    border-radius: 50px 0 0 50px;
}
.icv__arrow-wrapper:first-child::after {
    right: initial;
    left: 4px;
    transform: translateY(-50%) scaleX(-1);
}
.icv__arrow-wrapper:last-child {
    border-radius: 0 50px 50px 0;
}
.icv__arrow-wrapper svg {
    display: none !important;
}
.info-box__inner {
    display: grid;
    grid-gap: 20px;
}
.info-box__icon {
    border-radius: 100%;
    width: 88px;
    height: 88px;
    background-color: var(--color-green-200);
    border-color: var(--color-green-300);
    margin-bottom: 48px;
    padding: 5px;
}
@media only screen and (max-width: 1022px) {
    .info-box__icon {
        width: 66px;
        height: 66px;
        padding: 10px;
        margin-bottom: 24px;
    }
}
.info-box__icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 45px;
    max-height: 45px;
}
@media only screen and (max-width: 1022px) {
    .info-box__icon img {
        max-width: 36px;
        max-height: 36px;
    }
}
.info-box__content {
    display: grid;
    grid-gap: 24px;
}
.info-box__content .editor-text p:has(+ ul), .info-box__content .editor-text p:has(+ ol) {
    margin-bottom: 0;
}
.info-box__content .editor-text p + ul {
    margin-top: 0;
}
.info-box__content .editor-text h1,
.info-box__content .editor-text h2,
.info-box__content .editor-text h3,
.info-box__content .editor-text h4,
.info-box__content .editor-text h5,
.info-box__content .editor-text h6 {
    color: currentColor;
}
.info-box__item {
    background-color: var(--color-green-100);
    border: 0.5px solid var(--color-green-200);
    color: var(--color-green-700);
    padding: 48px;
}
@media only screen and (max-width: 1022px) {
    .info-box__item {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .info-box__item {
        padding: 30px 20px;
    }
}
.info-box__item--error {
    background-color: var(--color-red-100);
    border-color: var(--color-red-200);
    color: var(--color-red-700);
}
.info-box__item--error .info-box__icon {
    background-color: var(--color-red-200);
    border-color: var(--color-red-300);
}
@media only screen and (min-width: 1201px) {
    .info-box__item--error .info-box__icon {
        margin-bottom: 48px;
    }
}
.info-box__item--error .editor-text h1,
.info-box__item--error .editor-text h2,
.info-box__item--error .editor-text h3,
.info-box__item--error .editor-text h4,
.info-box__item--error .editor-text h5,
.info-box__item--error .editor-text h6 {
    color: currentColor;
}
.info-tab {
    max-width: 826px;
}
.info-tab__nav {
    background-color: var(--color-white);
    border-radius: 100px;
    border: 0.5px solid var(--color-gray-200);
    padding: 4px;
    display: flex;
}
.info-tab__nav-link {
    flex: 1;
    text-align: center;
    transition: background-color 0.5s var(--easing-default);
    min-height: 46px;
    border-radius: 100px;
    position: relative;
    z-index: 3;
    line-height: 1.1;
    padding: 8px;
}
.info-tab__nav-link:not(.is-active):hover {
    background-color: var(--color-gray-100);
}
.info-tab__tab {
    display: none;
}
.info-tab__tab.is-active {
    display: block;
}
.info-tab__body {
    margin-top: 44px;
}
.info-tab__header {
    display: grid;
    grid-gap: 16px;
}
.info-tab__search-input {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
    .info-tab__search-input {
        flex-direction: column;
    }
}
.info-tab__search .btn {
    flex-shrink: 0;
    margin-top: 38px;
}
@media only screen and (max-width: 767px) {
    .info-tab__search .btn {
        margin-top: 0;
    }
}
.info-tab .mod-tag {
    background-color: var(--color-gray-200);
}
.info-tab__company {
    border-top: 0.5px solid var(--color-gray-200);
    padding-top: 44px;
}
@media only screen and (max-width: 1022px) {
    .info-tab__company {
        padding-top: 32px;
    }
}
.input-list {
    position: relative;
}
.input-list__body {
    position: relative;
    display: grid;
    grid-gap: 44px 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
    .input-list__body {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
.input-list__item {
    grid-column: span 4;
}
@media only screen and (max-width: 767px) {
    .input-list__item {
        grid-column: span 1;
    }
}
.input-list__item-other {
    margin-top: 44px;
}
@media only screen and (max-width: 767px) {
    .input-list__item-other {
        margin-top: 24px;
    }
}
.input-list__item.half {
    grid-column: span 2;
}
@media only screen and (max-width: 767px) {
    .input-list__item.half {
        grid-column: span 1;
    }
}
.input-list__item.fourth {
    grid-column: span 1;
}
.input-list__info {
    display: grid;
    grid-gap: 8px;
}
.input-list .section-header__info {
    color: var(--color-gray-800);
}
.mod-card {
    max-width: 404px;
    width: 100%;
    padding: 8px;
    display: flex;
    flex-direction: column;
}
.mod-card__image {
    position: relative;
    height: 0;
    padding-bottom: 77.5%;
    width: 100%;
    margin: 0;
}
.mod-card__image .mod-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    pointer-events: none;
}
.mod-card__content {
    padding: 16px 16px 8px;
    flex: auto;
    display: flex;
    flex-direction: column;
}
.mod-card__content-inner {
    flex: auto;
}
.mod-card__title {
    margin-bottom: 10px;
}
.mod-card__divider {
    border-bottom: 0.5px solid var(--color-gray-200);
    margin-bottom: 16px;
    margin-top: 16px;
}
.overview-card {
    position: relative;
    padding: 24px;
    display: grid;
    grid-gap: 102px;
    background-color: var(--color-white);
}
@media only screen and (max-width: 767px) {
    .overview-card {
        grid-gap: 44px;
    }
}
.overview-card__top {
    display: grid;
    grid-gap: 16px;
}
.overview-card__status {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    grid-gap: 6px;
}
.overview-card__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .overview-card__bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 44px;
    }
}
.overview-card__bottom-right {
    display: flex;
    align-items: flex-end;
    gap: 12px;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .overview-card__bottom-right {
        gap: 4px;
        align-items: flex-start;
    }
}
.overview-card__link {
    color: var(--color-link);
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 4px;
}
.overview-card__link .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.overview-card__subscriber-title {
    margin-bottom: 6px;
}
.overview-card__subscriber-info {
    line-height: 1.75;
    margin-bottom: 2px;
}
.payment-method__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .payment-method__inner {
        grid-template-columns: 1fr;
    }
}
.payment-summary {
    width: 100%;
    gap: 44px;
}
.payment-summary__business {
    display: grid;
    grid-template-columns: 28px 1fr;
    align-items: center;
    grid-gap: 10px;
    color: rgba(26, 26, 26, 0.9);
    font-family: var(--font-secondary);
    letter-spacing: normal;
}
.payment-summary__business-icon {
    background-color: var(--color-white);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.0705882353), 0px 2px 5px 0px rgba(50, 50, 93, 0.1019607843);
    width: 28px;
    height: 28px;
    border-radius: 100%;
}
.payment-summary__business-icon .icon::before {
    background-color: var(--color-gray-dark-2);
}
.payment-summary__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 50px;
}
@media only screen and (max-width: 767px) {
    .payment-summary__inner {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
}
.payment-summary__error {
    margin: 30px 0;
}
.payment-summary .price-summary {
    max-width: 298px;
    margin: 0;
}
@media only screen and (max-width: 767px) {
    .payment-summary .price-summary {
        max-width: 100%;
    }
}
.payment-summary .price-summary__body {
    flex-direction: column;
    align-items: flex-start;
}
@media only screen and (max-width: 1022px) {
    .payment-summary .price-summary__body {
        gap: 10px;
    }
}
.payment-summary__details {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.payment-summary__footer {
    color: rgba(26, 26, 26, 0.5);
    font-family: var(--font-secondary);
    letter-spacing: normal;
    align-items: center;
    gap: 18px;
    margin-top: auto;
}
@media only screen and (max-width: 767px) {
    .payment-summary__footer {
        justify-content: center;
        flex-direction: column;
        gap: 10px;
    }
}
.payment-summary__footer-nav {
    position: relative;
    padding-left: 16px;
}
@media only screen and (max-width: 767px) {
    .payment-summary__footer-nav {
        padding: 0;
    }
}
.payment-summary__footer-nav::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 16px;
    width: 1px;
    background-color: rgba(26, 26, 26, 0.5);
}
@media only screen and (max-width: 767px) {
    .payment-summary__footer-nav::before {
        display: none;
    }
}
.payment-summary__footer-nav ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
@media only screen and (max-width: 767px) {
    .payment-summary__footer-nav ul {
        gap: 6px;
    }
}
.payment-summary__footer-nav a:hover {
    color: var(--color-link);
}
.payment-summary__powered-by-logo {
    display: inline-block;
}
.payment-summary__powered-by img {
    max-width: 32px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
.payment-summary__form img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.payment-summary__form-submit {
    margin-top: 30px;
}
.payment-summary__bottom {
    margin-top: auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-color: var(--color-gray-200);
    border-top: 0.5px solid var(--color-gray-200);
}
.photo-instructions {
    max-width: 826px;
    padding: 36px 12px 12px;
}
.photo-instructions__list {
    margin-top: 36px;
    display: grid;
    grid-gap: 12px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
    .photo-instructions__list {
        grid-gap: 8px;
        margin-top: 24px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
.photo-instructions__item {
    background-color: var(--color-gray-50);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-height: 150px;
    gap: 8px;
    padding: 12px;
}
.photo-instructions__item-icon img {
    max-width: 56px;
    max-height: 56px;
    object-fit: contain;
}
.photo-instructions__item-text {
    margin-top: auto;
}
.photo-list {
    max-width: 826px;
}
.photo-list__header {
    margin-bottom: 44px;
}
.photo-list__list {
    display: grid;
    grid-gap: 25px 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
    .photo-list__list {
        grid-template-columns: 1fr;
        grid-gap: 32px;
    }
}
.photo-list__item {
    position: relative;
}
.photo-list__item-image {
    padding-bottom: 75%;
    overflow: hidden;
    background-color: var(--color-gray-300);
    border: 0.5px solid var(--color-gray-300);
    margin-bottom: 10px;
}
.photo-list__item-status {
    position: absolute;
    z-index: 3;
    left: 8px;
    top: 8px;
    background-color: var(--color-green-50);
    border: 0.5px solid currentColor;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    min-height: 22px;
    color: var(--color-green-500);
    font-size: 12px;
    gap: 4px;
    padding: 0px 6px 0px 4px;
}
.photo-list__item-status .icon {
    width: 14px;
    height: 14px;
}
.photo-list__item-status.inappropriate {
    background-color: var(--color-red-50);
    color: var(--color-red-500);
}
.price-summary {
    width: 100%;
}
.price-summary .section-header {
    margin-bottom: 24px;
}
.price-summary__body {
    background-color: var(--color-yellow-mild);
    border: 0.5px solid var(--color-yellow-dark);
    padding: 24px;
    display: flex;
    align-items: flex-end;
    gap: 24px;
    justify-content: space-between;
}
@media only screen and (max-width: 767px) {
    .price-summary__body {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 8px;
    }
}
.price-summary__price, .price-summary__price.title--h1 {
    font-family: var(--font-primary);
}
@media only screen and (min-width: 1512px) {
    .price-summary__price, .price-summary__price.title--h1 {
        font-size: 64px;
    }
}
.price-summary__info-text {
    opacity: 0.3;
}
.price-summary__label {
    margin-bottom: 4px;
}
.radio-button-group__label {
    position: relative;
    margin: 0 0 8px;
    display: block;
    z-index: 4;
    color: var(--color-gray-800);
}
.radio-button-group__list {
    padding: 10px 0;
    display: grid;
    grid-gap: 16px;
}
.radio-button-group .radio-button .fv-plugins-message-container,
.radio-button-group .radio-button .validation-message {
    display: none;
}
.radio-button-group .fv-plugins-message-container,
.radio-button-group .validation-message {
    display: none;
}
.radio-button-group.failed .fv-plugins-message-container.group-error,
.radio-button-group.failed .validation-message {
    display: block;
    margin-top: 0;
}
.radio-button-group.failed .radio-button__text::before,
.radio-button-group.failed .radio-button__label::before {
    border-color: var(--color-validation-failed);
}
.radio-button-group.failed .radio-button-group__label {
    color: var(--color-validation-failed);
}
.radio-button-group__none {
    display: none;
}
.radio-button-group--horizontal .radio-button-group__list {
    display: flex;
    grid-gap: 0;
    gap: 32px;
    flex-wrap: wrap;
}
.refund-info {
    max-width: 404px;
    width: 100%;
    margin: 0 auto;
    padding: 24px;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
@media only screen and (max-width: 767px) {
    .refund-info {
        gap: 20px;
    }
}
.refund-info__link {
    color: var(--color-link);
    text-decoration: underline;
    display: flex;
    align-items: flex-start;
    gap: 4px;
}
.refund-info__link .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}
.refund-info__inner {
    display: grid;
    grid-gap: 24px;
}
.refund-info__status {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
    gap: 6px;
    margin-left: auto;
}
@media only screen and (max-width: 767px) {
    .refund-info__status {
        margin-left: 0;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }
}
.refund-info .editor-text p {
    margin: 8px 0;
}
.refund-info .editor-text p:first-child {
    margin-top: 0;
}
.refund-info .editor-text p:last-child {
    margin-bottom: 0;
}
.refund-info__reason-label {
    margin-bottom: 8px;
}
.refund-info__credit-number-label {
    margin-bottom: 10px;
}
.refund-info .divider {
    max-width: 100%;
}
.refund-info__footer {
    margin-top: auto;
    display: flex;
    align-items: flex-start;
    gap: 0 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .refund-info__footer {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media only screen and (min-width: 768px) {
    .refund-info__footer .btn {
        margin-left: auto;
    }
}
.section-header {
    display: grid;
    grid-gap: 16px;
}
.section-header:not([class*=mb-]) {
    margin-bottom: 44px;
}
@media only screen and (max-width: 1022px) {
    .section-header:not([class*=mb-]) {
        margin-bottom: 30px;
    }
}
.section-header__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .section-header__title {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}
.section-header .editor-text p {
    margin-top: 16px;
    margin-bottom: 16px;
}
.section-header .editor-text p:first-child {
    margin-top: 0;
}
.section-header .editor-text p:last-child {
    margin-bottom: 0;
}
.section-header .editor-text p:has(+ ul), .section-header .editor-text p:has(+ ol) {
    margin-bottom: 0;
}
.section-header .editor-text p + ul {
    margin-top: 0;
}
.section-header__info {
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .section-header__info {
        width: 100%;
    }
}

.status-cta {
    padding: 48px;
}
@media only screen and (max-width: 1022px) {
    .status-cta {
        padding: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .status-cta {
        padding: 30px 20px;
    }
}
.status-cta__inner {
    display: grid;
    grid-gap: 20px;
}
.status-cta__icon {
    border-radius: 100%;
    width: 88px;
    height: 88px;
    background-color: var(--color-yellow);
    border: 0.5px solid var(--color-yellow-dark);
    margin-bottom: 24px;
    padding: 5px;
}
@media only screen and (max-width: 1022px) {
    .status-cta__icon {
        width: 66px;
        height: 66px;
        padding: 10px;
    }
}
.status-cta__icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 45px;
    max-height: 45px;
}
@media only screen and (max-width: 1022px) {
    .status-cta__icon img {
        max-width: 36px;
        max-height: 36px;
    }
}
.status-cta__content {
    display: grid;
    grid-gap: 24px;
}
.status-cta__content .editor-text p:has(+ ul), .status-cta__content .editor-text p:has(+ ol) {
    margin-bottom: 0;
}
.status-cta__content .editor-text p + ul {
    margin-top: 0;
}
.status-cta__footer {
    margin-top: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .status-cta__footer {
        margin-top: 25px;
    }
}
.step-form {
    width: 100%;
    position: relative;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    padding: 32px 0 0;
    min-height: calc(100vh - var(--header-height, 0px));
}
.step-form .mod-tag {
    margin-bottom: 10px;
}
.step-form__body {
    flex: auto;
}
.step-form__row {
    display: grid;
    grid-gap: 64px;
}
.step-form__indicator-list {
    display: flex;
    gap: 20px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .step-form__indicator-list {
        gap: 8px;
    }
}
.step-form__indicator-btn {
    position: relative;
    flex: 1;
    padding-bottom: 12px;
    transition: background-color 0.3s ease, border 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .step-form__indicator-btn {
        flex: auto;
    }
}
@media only screen and (max-width: 1022px) {
    .step-form__indicator-btn span {
        display: none;
    }
}
.step-form__indicator-btn::after {
    content: "";
    position: absolute;
    left: 0;
    height: 6px;
    width: 100%;
    border-radius: 100px;
    background-color: var(--color-gray-200);
    border: 0.5px solid var(--color-gray-200);
    bottom: 0;
}
.step-form__indicator-btn.is-completed::after, .step-form__indicator-btn.is-active::after {
    border-color: var(--color-yellow-dark);
    background-color: var(--color-yellow);
}
@media only screen and (max-width: 1022px) {
    .step-form__indicator-btn.is-active span {
        display: block;
        white-space: nowrap;
    }
}
.step-form__step {
    display: none;
}
.step-form__step .highlighted-box__inner {
    box-shadow: var(--shadow-default);
}
.step-form__step.is-active {
    display: block;
}
.step-form__item > .section-header {
    margin: 0;
}
.step-form__submit {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-color: var(--color-gray-100);
    border-top: 0.5px solid var(--color-gray-200);
    position: relative;
    width: 100%;
    z-index: 9;
}
@media only screen and (max-width: 767px) {
    .step-form__submit {
        padding: 16px 20px;
    }
}
.step-form [data-validator] + [data-validator] {
    display: none;
}
.step-form__prev-step.hide {
    display: none;
}
.step-form__success {
    display: none;
    flex-direction: column;
    justify-content: center;
}
.step-form__payment.hide {
    display: none;
}
.step-form .mx-content {
    max-width: 100%;
}
.step-form.show-default-thankyou .step-form__indicator,
.step-form.show-default-thankyou .step-form__form {
    display: none;
}
.step-form.show-default-thankyou .step-form__success--default {
    display: flex;
}
.step-form.show-payment-thankyou .step-form__indicator,
.step-form.show-payment-thankyou .step-form__form {
    display: none;
}
.step-form.show-payment-thankyou .step-form__success--payment {
    display: flex;
}
.step-form.show-free-thankyou .step-form__indicator,
.step-form.show-free-thankyou .step-form__form {
    display: none;
}
.step-form.show-free-thankyou .step-form__success--free {
    display: flex;
}
.step-form.show-payment-screen .step-form__form {
    display: none;
}
.step-form.show-payment-screen .step-form__payment {
    display: flex;
}
.suggestions {
    width: 100%;
}
.suggestions .mod-input textarea {
    min-height: 256px;
}
.thankyou-block {
    width: 100%;
    gap: 44px;
}
.thankyou-block__icon {
    border-radius: 100%;
    width: 88px;
    height: 88px;
    padding: 5px;
}
@media only screen and (max-width: 1022px) {
    .thankyou-block__icon {
        width: 66px;
        height: 66px;
        padding: 10px;
    }
}
.thankyou-block__icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
    max-width: 45px;
    max-height: 45px;
}
@media only screen and (max-width: 1022px) {
    .thankyou-block__icon img {
        max-width: 36px;
        max-height: 36px;
    }
}
.thankyou-block__inner {
    display: grid;
    grid-gap: 44px;
}
@media only screen and (max-width: 1200px) {
    .thankyou-block__inner {
        grid-gap: 32px;
    }
}
.thankyou-block__footer {
    margin-top: auto;
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 20px;
    background-color: var(--color-gray-100);
    border-top: 0.5px solid var(--color-gray-200);
}
.three-col-text {
    width: 100%;
}
.three-col-text__inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 44px 20px;
    align-items: flex-start;
}
@media only screen and (max-width: 1022px) {
    .three-col-text__inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media only screen and (max-width: 767px) {
    .three-col-text__inner {
        grid-template-columns: 1fr;
        grid-gap: 24px;
    }
}
.three-col-text__title {
    margin-bottom: 8px;
}
.three-col-text a:hover {
    color: var(--color-link);
}
.three-col-text__item--half {
    grid-column: span 2;
}
@media only screen and (max-width: 1022px) {
    .three-col-text__item--half {
        grid-column: span 1;
    }
}
.three-col-text__item--full {
    grid-column: span 3;
}
@media only screen and (max-width: 1022px) {
    .three-col-text__item--full {
        grid-column: span 1;
    }
}
@media only screen and (min-width: 1023px) {
    .three-col-text.two-cols .three-col-text__inner {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .three-col-text.two-cols .three-col-text__item {
        grid-column: span 2;
    }
    .three-col-text.two-cols .three-col-text__item--half {
        grid-column: span 2;
    }
    .three-col-text.two-cols .three-col-text__item--full {
        grid-column: span 4;
    }
    .three-col-text.two-cols .three-col-text__item--third {
        grid-column: span 1;
    }
}
.tone-batch-info .section-header__link {
    text-align: left;
}
.upload-box {
    width: 100%;
    max-width: 826px;
    display: flex;
    flex-direction: column;
}
@media only screen and (max-width: 767px) {
    .upload-box {
        max-width: 100%;
        font-size: 14px;
    }
}
.upload-box__label {
    position: relative;
    display: grid;
    z-index: 4;
    margin: 0;
    grid-gap: 6px;
    pointer-events: none;
}
.upload-box__label strong {
    color: var(--color-gray-800);
}
.upload-box__inner {
    position: relative;
    flex-direction: column;
    text-align: center;
    gap: 44px;
    padding: 44px;
    min-height: 338px;
    width: 100%;
    border-radius: 8px;
    background-color: var(--color-white);
    overflow: hidden;
    border: 1px dashed var(--color-gray-300);
    transition: border-color 0.3s ease;
}
@media only screen and (max-width: 1022px) {
    .upload-box__inner {
        min-height: 300px;
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .upload-box__inner {
        padding: 30px;
        gap: 20px;
        min-height: 270px;
    }
}
.upload-box__inner:hover {
    border-color: var(--color-gray-600);
}
.upload-box__inner .icon {
    transition: opacity 0.5s var(--easing-default);
}
@media only screen and (max-width: 1022px) {
    .upload-box__inner .icon {
        width: 44px;
        height: 44px;
    }
}
.upload-box__inner .icon::before {
    background-color: var(--color-gray-300);
}
.is-validation-failed .upload-box__inner, .upload-box__inner.is-validation-failed {
    background-color: var(--color-red-50);
    border-color: var(--color-red-500);
}
.is-validation-failed .upload-box__inner .upload-box__info-text, .upload-box__inner.is-validation-failed .upload-box__info-text {
    display: none;
}
.is-validation-failed .upload-box__inner .fv-plugins-message-container, .upload-box__inner.is-validation-failed .fv-plugins-message-container {
    display: block;
}
.upload-box input[type=file] {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.upload-box .icon {
    pointer-events: none;
}
.upload-box .hide-on-drag {
    transition: opacity 0.5s var(--easing-default);
}
.upload-box__main {
    position: relative;
}
.upload-box__drag-label {
    color: var(--color-yellow-dark);
    font-weight: 700;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s var(--easing-default);
}
.upload-box__list ul {
    display: grid;
    grid-gap: 16px;
}
.upload-box__list-text-wrapper {
    position: relative;
}
.upload-box__list-icon {
    width: 18px;
    height: 18px;
    border: 0.5px solid var(--color-yellow-dark);
    background-color: var(--color-yellow);
    border-radius: 100%;
    flex-shrink: 0;
}
.upload-box__list li {
    position: relative;
    width: 100%;
    border: 0.5px solid var(--color-gray-300);
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    z-index: 4;
    background-color: var(--color-white);
    padding: 14px 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
@media only screen and (max-width: 1022px) {
    .upload-box__list li {
        padding: 12px;
    }
}
.upload-box__list li:first-child {
    margin-top: 16px;
}
.upload-box__list-left {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.upload-box__list-text {
    overflow: hidden;
    text-overflow: ellipsis;
}
.upload-box__list-remove {
    margin-left: auto;
    flex-shrink: 0;
}
.upload-box.is-hovered .upload-box__inner {
    background-color: rgba(255, 235, 0, 0.03);
    border-color: var(--color-yellow-dark);
}
.upload-box.is-hovered .upload-box__inner .icon,
.upload-box.is-hovered .hide-on-drag {
    opacity: 0;
}
.upload-box.is-hovered .upload-box__drag-label {
    opacity: 1;
}
.upload-box .fv-plugins-message-container {
    display: none;
}
.upload-box .fv-plugins-message-container > div {
    margin-top: 0;
}

.toast-container {
    position: fixed;
    top: var(--header-height, 100px);
    right: 20px;
    z-index: 999;
    pointer-events: none;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
@media only screen and (max-width: 767px) {
    .toast-container {
        right: 10px;
    }
}
.toast-container-item {
    background-color: #28a745;
    color: var(--color-white);
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 8px;
    font-size: 14px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    opacity: 0;
    transform: translateY(-12px) scale(0.96);
    animation: toast-in 420ms cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media only screen and (max-width: 767px) {
    .toast-container-item {
        max-width: calc(100vw - 40px);
        width: 100%;
        padding: 8px 10px;
        border-radius: 4px;
        font-size: 12px;
    }
}
.toast-container-item--error {
    background-color: #ff3b30;
}
.toast-container-item.toast-hide {
    animation: toast-out 360ms cubic-bezier(0.4, 0, 1, 1) forwards;
}

@keyframes toast-in {
    0% {
        opacity: 0;
        transform: translateY(-12px) scale(0.96);
    }
    60% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}
@keyframes toast-out {
    0% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100% {
        opacity: 0;
        transform: translateY(6px) scale(0.98);
    }
}
.uploaded-files__item .mod-input__label {
    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);
}

.uploaded-files__item {
    width: 100%;
    padding: 8px;
    display: flex;
    flex-direction: column;
}
.uploaded-files__item-image {
    position: relative;
    height: 0;
    padding-bottom: 77.5%;
    margin: 0 0 8px;
}
.uploaded-files__item-image .icon-zip,
.uploaded-files__item-image .icon-pdf {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
}
.uploaded-files__item-image .mod-tag {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
    pointer-events: none;
}
.uploaded-files__item-footer {
    margin-top: 8px;
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .uploaded-files__item-footer {
        padding: 8px;
    }
}
.uploaded-files__item-file {
    display: grid;
    grid-template-columns: 16px 1fr;
    grid-gap: 12px;
    align-items: center;
    white-space: nowrap;
}
.uploaded-files__item-file p {
    text-overflow: ellipsis;
    overflow: hidden;
}
.uploaded-files__item-icon {
    width: 18px;
    height: 18px;
    border: 0.5px solid var(--color-yellow-dark);
    background-color: var(--color-yellow);
    border-radius: 100%;
}
.uploaded-files__item .delete-button {
    flex-shrink: 0;
    margin-left: auto;
}
.uploaded-files__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 20px;
}
@media only screen and (max-width: 767px) {
    .uploaded-files__list {
        grid-template-columns: 1fr;
    }
}
.weber-consultancy .checkbox {
    padding: 0;
}
.weber-consultancy .checkbox__label {
    background-color: var(--color-white);
    border: 0.5px solid var(--color-gray-300);
    border-radius: 16px;
    padding: 22px 22px 22px 55px;
}
@media only screen and (max-width: 1022px) {
    .weber-consultancy .checkbox__label {
        padding: 14px 14px 14px 45px;
        border-radius: 8px;
    }
}
.weber-consultancy .checkbox__label::after, .weber-consultancy .checkbox__label::before {
    left: 22px;
    top: 21px;
}
@media only screen and (max-width: 1022px) {
    .weber-consultancy .checkbox__label::after, .weber-consultancy .checkbox__label::before {
        left: 12px;
        top: 14px;
    }
}
.page-404__title {
    font-size: 128px;
    line-height: 1;
    letter-spacing: -0.2px;
}
@media only screen and (max-width: 1511px) {
    .page-404__title {
        font-size: 100px;
    }
}
@media only screen and (max-width: 1200px) {
    .page-404__title {
        font-size: 90px;
    }
}
@media only screen and (max-width: 1022px) {
    .page-404__title {
        font-size: 96px;
    }
}

.page-404__content {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    max-width: 700px;
}

.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: calc(var(--vh, 1vh) * 100 - 69px);
    }
}
.accordion-module__title {
    margin-bottom: 8px;
}
.accordion-module .container--small .accordion-module__title {
    margin-bottom: 28px;
}
.accordion-module .container--small .container--small {
    padding: 0;
    max-width: 100%;
}
.accordion-module .status-cta {
    max-width: 100%;
    margin-bottom: 30px;
}
.additional-info-form {
    position: relative;
}
.check-status {
    width: 100%;
    flex-direction: column;
    min-height: calc(100vh - var(--header-height, 76px));
    padding-bottom: var(--header-height, 76px);
}
.check-status .form-component__body {
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .check-status .form-component__submit {
        margin: 0;
        position: absolute;
        right: 0;
        top: 40px;
        z-index: 3;
    }
}
.check-status .form-component__form {
    position: relative;
    padding-right: 176px;
}
@media only screen and (max-width: 767px) {
    .check-status .form-component__form {
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    .check-status .form-component .fv-plugins-message-container {
        position: absolute;
        left: 0;
        top: 100%;
    }
}
.dashboard-module .refund-info,
.dashboard-module .mx-content,
.dashboard-module .mod-card,
.dashboard-module .overview-card {
    max-width: 100%;
    margin: 0;
}
.dashboard-module__inner {
    display: grid;
    grid-template-columns: 66.2% 1fr;
    grid-gap: 20px;
}
@media only screen and (max-width: 1022px) {
    .dashboard-module__inner {
        grid-template-columns: 1fr;
    }
}
.dashboard-module .refund-info {
    min-height: 1px;
    align-self: flex-start;
}
@media only screen and (min-width: 1023px) {
    .dashboard-module--free-study .highlighted-box {
        grid-column: span 2;
    }
}

main .sc-dashboard-module:first-child {
    margin-top: -12px;
}
@charset "UTF-8";
.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.03em;
}

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

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

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

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

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

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

.editor-text ol li:before {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    text-align: inherit;
    font-style: inherit;
    font-family: inherit;
}

.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 {
    font-weight: 700;
    margin-bottom: 25px;
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
    margin-top: 40px;
}
.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: 25px;
    margin-bottom: 25px;
}
.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 {
    color: var(--color-link);
    text-decoration: underline;
}
.editor-text p a:hover,
.editor-text ul a:hover,
.editor-text ol a:hover,
.editor-text img a:hover,
.editor-text figure a:hover,
.editor-text table a:hover {
    text-decoration: none;
}
.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 ul,
.editor-text ol {
    list-style: none;
}
.editor-text ul li,
.editor-text ol li {
    position: relative;
    padding-left: 25px;
}
.editor-text ul li:before {
    content: "•";
    position: absolute;
    left: 8px;
    top: 0;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.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) ".";
    font-size: inherit;
    position: absolute;
    left: 0;
}
.editor-text table {
    border: 1px solid;
    width: 100%;
}
.editor-text table tr {
    border-bottom: 1px solid;
}
.editor-text table th,
.editor-text table td {
    padding: 0.5em;
    height: auto !important;
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border-left: 1px solid;
}
.editor-text blockquote p {
    margin: 0 !important;
}
.editor-text p:has(+ ul), .editor-text p:has(+ ol) {
    margin-bottom: 0;
}
.editor-text p + ul {
    margin-top: 0;
}
.footer {
    position: relative;
    width: 100%;
    border-top: 0.5px solid var(--color-gray-200);
}
.footer__inner {
    padding: 56px 0 50px;
    display: flex;
    flex-direction: column;
    min-height: 398px;
    gap: 40px;
}
@media only screen and (max-width: 1200px) {
    .footer__inner {
        min-height: 330px;
    }
}
@media only screen and (max-width: 1022px) {
    .footer__inner {
        padding: 45px 0;
    }
}
@media only screen and (max-width: 767px) {
    .footer__inner {
        padding: 40px 0 30px;
    }
}
.footer__logo {
    display: flex;
    max-width: 154px;
    width: 100%;
}
@media only screen and (max-width: 767px) {
    .footer__logo {
        max-width: 130px;
        margin: 0 auto;
    }
}
.footer__logo img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.footer__bottom {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    margin-top: auto;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .footer__bottom {
        flex-direction: column;
        gap: 15px;
    }
}
.footer__copyright {
    flex-shrink: 0;
}
.footer__nav ul {
    display: flex;
    align-items: center;
    gap: 22px;
    justify-content: flex-end;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .footer__nav ul {
        justify-content: center;
        gap: 10px 20px;
    }
}
.footer__nav a:hover {
    color: var(--color-link);
}
.hero-module__inner {
    display: flex;
    padding: 8px;
    gap: 0;
}
@media only screen and (max-width: 1022px) {
    .hero-module__inner {
        flex-direction: column;
    }
}
.hero-module__slider {
    max-width: 49.4%;
    width: 49.4%;
    flex: 0 0 49.4%;
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    align-self: flex-start;
}
@media only screen and (max-width: 1022px) {
    .hero-module__slider {
        flex: auto;
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__slider {
        border-radius: 18px;
    }
}
.hero-module__slider .image-compare {
    max-width: 100%;
}
.hero-module__slider .slider-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 8px;
    z-index: 8;
}
.hero-module__content {
    padding: 8px 90px;
    max-width: 51.6%;
    width: 51.6%;
    flex: 0 0 51.6%;
    display: flex;
    align-items: center;
}
@media only screen and (max-width: 1200px) {
    .hero-module__content {
        padding: 20px 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__content {
        flex: auto;
        max-width: 100%;
        width: 100%;
        padding: 20px 16px;
    }
}
.hero-module__content-inner {
    max-width: 574px;
    width: 100%;
}
.hero-module__content .title {
    margin-bottom: 32px;
}
@media only screen and (max-width: 1022px) {
    .hero-module__content .title {
        margin-bottom: 16px;
    }
}
.noscript {
    display: block;
    width: 100%;
    position: relative;
    z-index: 9999;
}
.noscript__content {
    background-color: #ffc107;
    border: 4px solid black;
    color: black;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 40px;
    text-align: center;
    width: 100%;
}
.order-color-study {
    position: relative;
}
.order-cta__inner {
    padding: 56px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 112px;
    position: relative;
}
@media only screen and (max-width: 1200px) {
    .order-cta__inner {
        padding: 40px;
        grid-gap: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .order-cta__inner {
        grid-template-columns: 1fr;
        padding: 30px;
        grid-gap: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .order-cta__inner {
        padding: 30px 20px;
    }
}
.order-cta__inner::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0.5px;
    height: calc(100% - 112px);
    transform: translate(-50%, -50%);
    background-color: var(--color-gray-300);
    pointer-events: none;
}
@media only screen and (max-width: 1200px) {
    .order-cta__inner::after {
        height: calc(100% - 80px);
    }
}
@media only screen and (max-width: 1022px) {
    .order-cta__inner::after {
        display: none;
    }
}
.order-cta__content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
@media only screen and (max-width: 1022px) {
    .order-cta__content {
        gap: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .order-cta__content {
        gap: 25px;
    }
}
@media only screen and (max-width: 1022px) {
    .order-cta__content:not(:last-child) {
        padding-bottom: 40px;
        border-bottom: 0.5px solid var(--color-gray-300);
    }
}
.order-cta__content-header {
    display: grid;
    grid-gap: 12px;
}
.order-cta__content-header p {
    color: var(--color-gray);
}
.order-cta__content-footer {
    margin-top: auto;
}
.order-cta__content-footer .btn {
    width: 100%;
}
.order-cta__summary {
    display: grid;
    grid-gap: 10px;
}
.order-cta__summary-item {
    padding: 24px;
}
@media only screen and (max-width: 1022px) {
    .order-cta__summary-item {
        padding: 16px;
        border-radius: 12px;
    }
}
.order-cta__summary-item-label {
    margin-bottom: 2px;
}
.order-cta__summary-item-inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
    .order-cta__summary-item-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}
@media only screen and (max-width: 1022px) {
    .order-cta__summary-item .title {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .order-cta__summary-item .title {
        font-size: 32px;
    }
}
.order-cta__summary-item-text {
    opacity: 0.45;
    flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
    .order-cta .icon-text-list__item {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1200px) {
    .order-cta .icon-text-list__item-icon {
        width: 40px;
        height: 40px;
    }
}
.site-header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: var(--color-white);
    border-bottom: 0.5px solid var(--color-gray-200);
    padding: 20px 0;
    z-index: 100;
}
.body-scroll-locked .site-header, .icv__body .site-header {
    padding-right: var(--scroll-width, 0px);
}
@media only screen and (max-width: 1022px) {
    .site-header {
        padding: 16px 0;
    }
}
.site-header__logo {
    display: block;
    max-width: 126px;
}
@media only screen and (max-width: 1022px) {
    .site-header__logo {
        max-width: 100px;
    }
}
.site-header__logo img {
    width: auto;
    height: auto;
    object-fit: contain;
}
.site-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}
.site-header__right {
    display: flex;
    gap: 26px;
}
.site-header__contact {
    min-height: 36px;
    background-color: var(--color-gray-100);
    border: 0.5px solid var(--color-gray-200);
    border-radius: 100px;
    gap: 6px;
    padding: 4px 10px;
    transition: color 0.5s var(--easing-default), background-color 0.5s var(--easing-default);
}
@media only screen and (max-width: 1022px) {
    .site-header__contact {
        width: 32px;
        height: 32px;
        padding: 4px;
        min-height: 1px;
        position: relative;
    }
}
.site-header__contact[href]:hover {
    color: var(--color-black);
    background-color: var(--color-gray-200);
}
@media only screen and (max-width: 1022px) {
    .site-header__contact[href]:hover .site-header__contact-text {
        opacity: 1;
        pointer-events: all;
    }
}
.site-header__contact-text {
    position: relative;
}
@media only screen and (max-width: 1022px) {
    .site-header__contact-text {
        padding: 8px 14px;
        position: absolute;
        top: calc(100% + 16px);
        right: -12px;
        border: 0.5px solid var(--color-gray-200);
        border-radius: 100px;
        white-space: nowrap;
        background-color: var(--color-white);
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.0196078431), 0px 11px 11px 0px rgba(0, 0, 0, 0.0196078431), 0px 25px 15px 0px rgba(0, 0, 0, 0.0117647059), 0px 44px 18px 0px rgba(0, 0, 0, 0), 0px 69px 19px 0px rgba(0, 0, 0, 0);
        pointer-events: none;
        opacity: 0;
        transition: opacity 0.5s var(--easing-default);
    }
    .site-header__contact-text::after {
        content: "";
        width: 10px;
        height: 10px;
        background-color: var(--color-white);
        rotate: -45deg;
        position: absolute;
        top: -6px;
        border-top: 0.5px solid var(--color-gray-200);
        border-right: 0.5px solid var(--color-gray-200);
        right: 22px;
    }
}
.status-cta-module .status-cta {
    max-width: 100%;
}
.text-module__content h4, .text-module__content h3, .text-module__content h2, .text-module__content h1 {
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: -0.03em;
}

.text-module__content h1 {
    font-size: 48px;
    line-height: 1.2;
}
@media only screen and (max-width: 1511px) {
    .text-module__content h1 {
        font-size: 44px;
    }
}
@media only screen and (max-width: 1200px) {
    .text-module__content h1 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .text-module__content h1 {
        font-size: 38px;
    }
}
@media only screen and (max-width: 767px) {
    .text-module__content h1 {
        font-size: 28px;
    }
}

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

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

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

.text-module__content h6, .text-module__content h5 {
    font-size: 18px;
}

.text-module .info-box {
    max-width: 100%;
}
.text-module__content h1,
.text-module__content h2,
.text-module__content h3,
.text-module__content h4,
.text-module__content h5,
.text-module__content h6 {
    margin: 44px 0 16px;
}
@media only screen and (max-width: 1022px) {
    .text-module__content h1,
    .text-module__content h2,
    .text-module__content h3,
    .text-module__content h4,
    .text-module__content h5,
    .text-module__content h6 {
        margin-top: 32px;
    }
}
.text-module__content h1:first-child,
.text-module__content h2:first-child,
.text-module__content h3:first-child,
.text-module__content h4:first-child,
.text-module__content h5:first-child,
.text-module__content h6:first-child {
    margin-top: 0;
}
.text-module__content h1:last-child,
.text-module__content h2:last-child,
.text-module__content h3:last-child,
.text-module__content h4:last-child,
.text-module__content h5:last-child,
.text-module__content h6:last-child {
    margin-bottom: 0;
}
.text-module__content img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media only screen and (min-width: 1023px) {
    .text-module__content img {
        max-width: calc(100% - 82px);
        margin: 42px auto;
    }
}
.text-module__content img:first-child {
    margin-top: 0;
}
.text-module__content img:last-child {
    margin-bottom: 0;
}
.text-module__content a {
    color: var(--color-link);
}
.text-module__content a:hover {
    text-decoration: none;
}
.text-module__content p {
    margin: 16px 0 44px;
}
@media only screen and (max-width: 1022px) {
    .text-module__content p {
        margin-bottom: 25px;
    }
}
.text-module__content p:first-child {
    margin-top: 0;
}
.text-module__content p:last-child {
    margin-bottom: 0;
}

main .sc-text-module:first-child {
    margin-top: -12px;
}
/*# sourceMappingURL=bundle.css.map */
