.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, .covered, .cover-bg {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

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

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

body {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

.text--74 {
    line-height: 1;
    font-size: 50px;
}
@media only screen and (max-width: 1200px) {
    .text--74 {
        font-size: 45px;
    }
}
@media only screen and (max-width: 767px) {
    .text--74 {
        font-size: 36px;
    }
}

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

.text--28 {
    line-height: 1.4;
    font-size: 22px;
}
@media only screen and (max-width: 767px) {
    .text--28 {
        font-size: 18px;
    }
}

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

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

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

.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-blue:	#230078;
    --color-orange:	#fa7800;
    --color-green:	#84bd00;
    --color-grey:	#808080;
    --color-grey-light:	#F9FAFC;
    --color-grey-light-1:	#F2F2F2;
    --color-validation-failed:	#ff0000;
    --font-primary:	Coco Sharp, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: 700;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

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

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

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

input {
    overflow: visible;
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

@media (min-width: 320px) {
    .text-xs-center {
        text-align: center;
    }
    .text-xs-left {
        text-align: left;
    }
    .text-xs-right {
        text-align: right;
    }
    .d-xs-none {
        display: none !important;
    }
    .d-xs-inline-block {
        display: inline-block !important;
    }
    .d-xs-block {
        display: block !important;
    }
    .d-xs-flex {
        display: flex !important;
    }
    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .text-sm-center {
        text-align: center;
    }
    .text-sm-left {
        text-align: left;
    }
    .text-sm-right {
        text-align: right;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1023px) {
    .text-md-center {
        text-align: center;
    }
    .text-md-left {
        text-align: left;
    }
    .text-md-right {
        text-align: right;
    }
    .d-md-none {
        display: none !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1201px) {
    .text-lg-center {
        text-align: center;
    }
    .text-lg-left {
        text-align: left;
    }
    .text-lg-right {
        text-align: right;
    }
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1600px) {
    .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;
    }
}
:focus {
    outline: none;
}

a,
button,
.btn,
.focus-visible,
.focus-within {
    outline-offset: 6px;
}
/* stylelint-disable */
.noUi-target, .noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base, .noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect, .noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect, .noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 34px;
    height: 28px;
    right: -17px;
    top: -6px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
    left: -17px;
    right: auto;
}

.noUi-target {
    background: #FAFAFA;
    border-radius: 4px;
    border: 1px solid #D3D3D3;
    box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3FB8AF;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #FFF;
    cursor: default;
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
    box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

.noUi-handle:after, .noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 14px;
    width: 1px;
    background: #E8E7E6;
    left: 14px;
    top: 6px;
}

.noUi-handle:after {
    left: 17px;
}

.noUi-vertical .noUi-handle:after, .noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 17px;
}

[disabled] .noUi-connect {
    background: #B8B8B8;
}

[disabled] .noUi-handle, [disabled].noUi-handle, [disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips, .noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #CCC;
}

.noUi-marker-sub {
    background: #AAA;
}

.noUi-marker-large {
    background: #AAA;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

/* stylelint-enable */
@font-face {
    font-family: "Coco Sharp";
    src: url("../fonts/CocoSharp-Extrabold.woff2") format("woff2"), url("../fonts/CocoSharp-Extrabold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Coco Sharp";
    src: url("../fonts/CocoSharp-Bold.woff2") format("woff2"), url("../fonts/CocoSharp-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Coco Sharp";
    src: url("../fonts/CocoSharp-Light.woff2") format("woff2"), url("../fonts/CocoSharp-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Coco Sharp";
    src: url("../fonts/CocoSharp-Regular.woff2") format("woff2"), url("../fonts/CocoSharp-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.cover-bg {
    background-size: cover;
    background-position: center center;
}
.cover-bg img {
    display: none;
}

.covered {
    max-height: initial;
}
.bg-image img {
    max-height: initial;
}
.bg-video video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.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-grey);
}
.text--blue {
    color: var(--color-blue);
}
.text--bd {
    font-weight: 700;
}
.text--uppercase {
    text-transform: uppercase;
}

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

.hide {
    display: none;
}

.show {
    display: block;
}

.d-flex {
    display: flex;
}

.container {
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 1040px;
}
@media only screen and (max-width: 1022px) {
    .container {
        padding: 0;
        max-width: calc(100% - 40px);
    }
}

.d-none {
    display: none;
}

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

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

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

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

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

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

p {
    margin: 0;
}

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

i,
em {
    font-style: italic;
}

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

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

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

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

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

.development-error--active {
    overflow: hidden;
}

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

.development-error {
    --size-gap-half: 4px;
    --size-gap: 8px;
    --size-gap-double: 16px;
    --size-gap-triple: 24px;
    --size-gap-quad: 32px;
    --size-font-small: 14px;
    --size-font: 16px;
    --size-font-big: 20px;
    --size-font-bigger: 24px;
    --color-accents-1: #808080;
    --color-accents-2: #222222;
    --color-accents-3: #404040;
    --font-stack-monospace: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    --color-ansi-selection: rgba(95, 126, 151, 0.48);
    --color-ansi-bg: #111111;
    --color-ansi-fg: #cccccc;
    --color-ansi-white: #777777;
    --color-ansi-black: #141414;
    --color-ansi-blue: #00aaff;
    --color-ansi-cyan: #88ddff;
    --color-ansi-green: #98ec65;
    --color-ansi-magenta: #aa88ff;
    --color-ansi-red: #ff5555;
    --color-ansi-yellow: #ffcc33;
    --color-ansi-bright-white: #ffffff;
    --color-ansi-bright-black: #777777;
    --color-ansi-bright-blue: #33bbff;
    --color-ansi-bright-cyan: #bbecff;
    --color-ansi-bright-green: #b6f292;
    --color-ansi-bright-magenta: #cebbff;
    --color-ansi-bright-red: #ff8888;
    --color-ansi-bright-yellow: #ffd966;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    outline: none;
    background: white;
    border-radius: var(--size-gap);
    box-shadow: 0 var(--size-gap-half) var(--size-gap-double) rgba(0, 0, 0, 0.25);
    max-height: calc(100% - 56px);
    overflow-y: hidden;
}
@media (min-width: 576px) {
    .development-error {
        max-width: 540px;
        box-shadow: 0 var(--size-gap) var(--size-gap-quad) rgba(0, 0, 0, 0.25);
    }
}
@media (min-width: 768px) {
    .development-error {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .development-error {
        max-width: 960px;
    }
}
.development-error small {
    font-size: 80%;
    color: #757575;
}
.development-error__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(17, 17, 17, 0.2);
    pointer-events: all;
    cursor: not-allowed;
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px);
    z-index: -1;
}
.development-error__banner {
    z-index: 2;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-top-width: var(--size-gap-half);
    border-bottom-width: 0;
    border-top-style: solid;
    border-bottom-style: solid;
    border-color: var(--color-ansi-red);
}
.development-error__header {
    position: relative;
    margin-bottom: var(--size-gap-double);
}
.development-error__header button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px 0 20px 20px;
    font-size: 24px;
}
.development-error__title {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    padding: 0;
}
.development-error__content {
    position: relative;
    overflow-y: auto;
    border: none;
    margin: 0;
    padding: calc(var(--size-gap-double) + var(--size-gap-half)) var(--size-gap-double);
    height: 100%;
    display: flex;
    flex-direction: column;
}
.development-error__body {
    position: relative;
    flex: 1 1 auto;
}
.development-error__terminal {
    border-radius: var(--size-gap-half);
    background-color: var(--color-ansi-bg);
    color: var(--color-ansi-fg);
}
.development-error__terminal * {
    color: inherit;
    background-color: transparent;
    font-family: var(--font-stack-monospace);
}
.development-error__terminal > * {
    margin: 0;
    padding: calc(var(--size-gap) + var(--size-gap-half)) calc(var(--size-gap-double) + var(--size-gap-half));
}
.development-error__terminal pre {
    white-space: pre-wrap;
    word-break: break-word;
}
.development-error__terminal pre b {
    color: var(--color-ansi-cyan);
}
.development-error footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: var(--size-gap);
}
.development-error footer button small {
    color: black;
    font-weight: 500;
}
.development-error footer small span {
    color: black;
}
.btn {
    cursor: pointer;
    font-weight: 800;
    min-height: 1px;
    padding: 12px 30px;
    transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    grid-auto-flow: column;
    gap: 12px;
    color: var(--color-white);
    background-color: var(--color-orange);
    border: 2px solid var(--color-orange);
    border-radius: 50px;
    font-family: var(--font-primary);
    text-align: center;
    font-size: 24px;
}
@media only screen and (max-width: 1200px) {
    .btn {
        font-size: 20px;
    }
}
@media only screen and (max-width: 1022px) {
    .btn {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .btn {
        padding: 10px 20px;
        border-width: 1px;
    }
}
@media (max-width: 360px) {
    .btn {
        font-size: 16px;
    }
}
.btn.is-active, .btn:hover, .btn:focus {
    background-color: transparent;
    color: var(--color-orange);
}
.btn.is-active .icon::before, .btn:hover .icon::before, .btn:focus .icon::before {
    background-color: currentColor;
}
.btn__text {
    pointer-events: none;
    display: block;
}
.btn .icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}
.btn .icon::before {
    background-color: currentColor;
}
.btn--large {
    font-size: 20px;
    min-height: 50px;
    min-width: 220px;
}
.btn--ghost {
    color: var(--color-orange);
    background-color: transparent;
    font-weight: 400;
}
.btn--ghost:hover, .btn--ghost:focus {
    background-color: var(--color-orange);
    color: var(--color-white);
}
.btn.icon-left .btn__icon {
    order: 1;
}
.btn.icon-left .btn__text {
    order: 2;
}
.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.3;
    font-size: 16px;
}
.checkbox__label {
    position: relative;
    cursor: pointer;
    margin: 0;
    display: inline-flex;
    min-height: 20px;
    padding-left: 32px;
}
.checkbox__label::after, .checkbox__label:before {
    content: "";
    left: 0;
    position: absolute;
    pointer-events: none;
    width: 20px;
    height: 20px;
    top: -1px;
}
.checkbox__label:before {
    border: 1px solid var(--color-blue);
    background-color: var(--color-white);
    transition: background-color 0.3s ease, border 0.3s ease;
}
.checkbox__label::after {
    background-color: var(--color-orange);
    transform: scale(0);
    transition: transform 0.3s ease, opacity 0.3s ease;
}
.checkbox input:checked ~ label::after {
    transform: scale(1);
}
.checkbox a {
    text-decoration: underline;
    font-weight: 500;
}
.checkbox a:hover {
    text-decoration: none;
    color: var(--color-orange);
}
.checkbox.is-validation-failed .checkbox__label::before, .is-validation-failed .checkbox .checkbox__label::before {
    border-color: var(--color-validation-failed);
}
.checkbox .fv-plugins-message-container {
    text-align: left;
    padding-left: 30px;
}
.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: 30px;
    height: 16px;
}
.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='60.862' height='31.674' viewBox='0 0 60.862 31.674'%3E%3Cpath id='Path_65' data-name='Path 65' d='M1248.766,894.1l29.307,28.935L1307.38,894.1' transform='translate(-1247.641 -892.963)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='3.2'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60.862' height='31.674' viewBox='0 0 60.862 31.674'%3E%3Cpath id='Path_65' data-name='Path 65' d='M1248.766,894.1l29.307,28.935L1307.38,894.1' transform='translate(-1247.641 -892.963)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='3.2'/%3E%3C/svg%3E%0A");
}
.icon-chevron-up-light, .icon-chevron-down-light {
    width: 20px;
    height: 25px;
}
.icon-chevron-up-light:before, .icon-chevron-down-light:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90.166' height='45.483' viewBox='0 0 90.166 45.483'%3E%3Cpath id='Path_10' data-name='Path 10' d='M643.649,1916.283l44.8,44.8,44.8-44.8' transform='translate(-643.366 -1916)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='0.8'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='90.166' height='45.483' viewBox='0 0 90.166 45.483'%3E%3Cpath id='Path_10' data-name='Path 10' d='M643.649,1916.283l44.8,44.8,44.8-44.8' transform='translate(-643.366 -1916)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='0.8'/%3E%3C/svg%3E%0A");
}
.icon-chevron-left, .icon-chevron-right {
    width: 16px;
    height: 16px;
}
.icon-chevron-left:before, .icon-chevron-right:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.73966 3.20041C5.43613 3.48226 5.41856 3.95681 5.70041 4.26034L9.22652 8L5.70041 11.7397C5.41856 12.0432 5.43613 12.5177 5.73967 12.7996C6.0432 13.0815 6.51775 13.0639 6.7996 12.7603L10.7996 8.51034C11.0668 8.22258 11.0668 7.77743 10.7996 7.48966L6.7996 3.23966C6.51775 2.93613 6.0432 2.91856 5.73966 3.20041Z' fill='white'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.73966 3.20041C5.43613 3.48226 5.41856 3.95681 5.70041 4.26034L9.22652 8L5.70041 11.7397C5.41856 12.0432 5.43613 12.5177 5.73967 12.7996C6.0432 13.0815 6.51775 13.0639 6.7996 12.7603L10.7996 8.51034C11.0668 8.22258 11.0668 7.77743 10.7996 7.48966L6.7996 3.23966C6.51775 2.93613 6.0432 2.91856 5.73966 3.20041Z' fill='white'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right, .icon-arrow-left {
    width: 20px;
    height: 20px;
}
.icon-arrow-right:before, .icon-arrow-left:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10C4.5 9.58579 4.83579 9.25001 5.25 9.25001L14.037 9.25L10.7499 6.30894C10.4412 6.03274 10.4149 5.5586 10.6911 5.24991C10.9673 4.94122 11.4414 4.91488 11.7501 5.19108L16.5001 9.44107C16.6591 9.58335 16.75 9.78663 16.75 10C16.75 10.2134 16.6591 10.4167 16.5001 10.5589L11.7501 14.8089C11.4414 15.0851 10.9673 15.0588 10.6911 14.7501C10.4149 14.4414 10.4412 13.9673 10.7499 13.6911L14.037 10.75L5.25 10.75C4.83579 10.75 4.5 10.4142 4.5 10Z' fill='%2301192F'/%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 10C4.5 9.58579 4.83579 9.25001 5.25 9.25001L14.037 9.25L10.7499 6.30894C10.4412 6.03274 10.4149 5.5586 10.6911 5.24991C10.9673 4.94122 11.4414 4.91488 11.7501 5.19108L16.5001 9.44107C16.6591 9.58335 16.75 9.78663 16.75 10C16.75 10.2134 16.6591 10.4167 16.5001 10.5589L11.7501 14.8089C11.4414 15.0851 10.9673 15.0588 10.6911 14.7501C10.4149 14.4414 10.4412 13.9673 10.7499 13.6911L14.037 10.75L5.25 10.75C4.83579 10.75 4.5 10.4142 4.5 10Z' fill='%2301192F'/%3E%3C/svg%3E%0A");
}
.icon-arrow-up, .icon-arrow-down {
    width: 20px;
    height: 25px;
}
.icon-arrow-up:before, .icon-arrow-down:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='25' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.293 10.293 10 .586l9.707 9.707-1.414 1.414L11 4.414V25H9V4.414l-7.293 7.293-1.414-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='25' fill='none'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M.293 10.293 10 .586l9.707 9.707-1.414 1.414L11 4.414V25H9V4.414l-7.293 7.293-1.414-1.414Z' clip-rule='evenodd'/%3E%3C/svg%3E");
}
.icon-chevron-left:before, .icon-arrow-down:before, .icon-chevron-up:before, .icon-chevron-up-light:before, .icon-arrow-left:before {
    transform: scale(-1);
}
.icon-facebook {
    width: 14px;
    height: 22px;
}
.icon-facebook:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M80 299.3V512H196V299.3h86.5l18-97.8H196V166.9c0-51.7 20.3-71.5 72.7-71.5c16.3 0 29.4 .4 37 1.2V7.9C291.4 4 256.4 0 236.2 0C129.3 0 80 50.5 80 159.4v42.1H14v97.8H80z'/%3E%3C/svg%3E");
}
.icon-linkedin {
    width: 20px;
    height: 22px;
}
.icon-linkedin:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M100.3 448H7.4V148.9h92.9zM53.8 108.1C24.1 108.1 0 83.5 0 53.8a53.8 53.8 0 0 1 107.6 0c0 29.7-24.1 54.3-53.8 54.3zM447.9 448h-92.7V302.4c0-34.7-.7-79.2-48.3-79.2-48.3 0-55.7 37.7-55.7 76.7V448h-92.8V148.9h89.1v40.8h1.3c12.4-23.5 42.7-48.3 87.9-48.3 94 0 111.3 61.9 111.3 142.3V448z'/%3E%3C/svg%3E");
}
.icon-instagram {
    width: 20px;
    height: 22px;
}
.icon-instagram:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
}
.icon-piggy-bank {
    width: 106px;
    height: 86px;
}
.icon-piggy-bank:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105.631' height='81.047'%3E%3Cg fill='%23fff' data-name='Group 107'%3E%3Cpath d='M66.188 78.396h13.484l-2.315-13.829.782-.463c10.148-6 15.968-15.138 15.968-25.063 0-13.763-11.182-25.78-27.831-29.918-15.782-2.347-24.417.124-24.5.149q-2.244.591-4.347 1.373l-.9.333-.6-.752C33.02 6.564 27.88 4.42 25.247 3.511v14.126l-.455.4a30.641 30.641 0 0 0-8.595 11.932l-.328.848H5.228a2.579 2.579 0 0 0-2.576 2.576v12.183a2.581 2.581 0 0 0 2.576 2.578h10.98l.343.806A32.716 32.716 0 0 0 29.83 63.738l.756.466-2.315 14.2h13.491l3.87-8.739 1 .154a48.477 48.477 0 0 0 14.722.073l.992-.141Zm16.617 2.651H64.464l-3.731-8.407a50.746 50.746 0 0 1-13.5-.065l-3.752 8.472H25.149l2.531-15.532a35.35 35.35 0 0 1-13.216-14.714h-9.24a5.234 5.234 0 0 1-5.228-5.229V33.389a5.233 5.233 0 0 1 5.228-5.226h8.835a33.456 33.456 0 0 1 8.531-11.727V0l1.656.426c.357.093 8.44 2.219 13.13 7.417a48.06 48.06 0 0 1 3.681-1.124c.326-.1 9.195-2.664 25.668-.21l.123.024c17.887 4.423 29.906 17.487 29.906 32.508 0 10.624-6 20.375-16.487 26.874Z' data-name='Path 42'/%3E%3Cpath d='M95.508 40.367h-.153l.145-2.646-.072 1.322.066-1.322c.649 0 6.575.075 7.5-7.545l2.634.321c-1.157 9.5-8.926 9.872-10.119 9.872' data-name='Path 43'/%3E%3Cpath d='M70.256 19.188c-2.981-2.961-8.441-4.8-14.249-4.8s-11.267 1.842-14.248 4.8l-1.869-1.879c3.512-3.49 9.537-5.574 16.117-5.574s12.606 2.084 16.118 5.574Z' data-name='Path 44'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105.631' height='81.047'%3E%3Cg fill='%23fff' data-name='Group 107'%3E%3Cpath d='M66.188 78.396h13.484l-2.315-13.829.782-.463c10.148-6 15.968-15.138 15.968-25.063 0-13.763-11.182-25.78-27.831-29.918-15.782-2.347-24.417.124-24.5.149q-2.244.591-4.347 1.373l-.9.333-.6-.752C33.02 6.564 27.88 4.42 25.247 3.511v14.126l-.455.4a30.641 30.641 0 0 0-8.595 11.932l-.328.848H5.228a2.579 2.579 0 0 0-2.576 2.576v12.183a2.581 2.581 0 0 0 2.576 2.578h10.98l.343.806A32.716 32.716 0 0 0 29.83 63.738l.756.466-2.315 14.2h13.491l3.87-8.739 1 .154a48.477 48.477 0 0 0 14.722.073l.992-.141Zm16.617 2.651H64.464l-3.731-8.407a50.746 50.746 0 0 1-13.5-.065l-3.752 8.472H25.149l2.531-15.532a35.35 35.35 0 0 1-13.216-14.714h-9.24a5.234 5.234 0 0 1-5.228-5.229V33.389a5.233 5.233 0 0 1 5.228-5.226h8.835a33.456 33.456 0 0 1 8.531-11.727V0l1.656.426c.357.093 8.44 2.219 13.13 7.417a48.06 48.06 0 0 1 3.681-1.124c.326-.1 9.195-2.664 25.668-.21l.123.024c17.887 4.423 29.906 17.487 29.906 32.508 0 10.624-6 20.375-16.487 26.874Z' data-name='Path 42'/%3E%3Cpath d='M95.508 40.367h-.153l.145-2.646-.072 1.322.066-1.322c.649 0 6.575.075 7.5-7.545l2.634.321c-1.157 9.5-8.926 9.872-10.119 9.872' data-name='Path 43'/%3E%3Cpath d='M70.256 19.188c-2.981-2.961-8.441-4.8-14.249-4.8s-11.267 1.842-14.248 4.8l-1.869-1.879c3.512-3.49 9.537-5.574 16.117-5.574s12.606 2.084 16.118 5.574Z' data-name='Path 44'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-camera {
    width: 68px;
    height: 60px;
}
.icon-camera:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68.928' height='60.192' viewBox='0 0 68.928 60.192'%3E%3Cg transform='translate(-1349.054 -3284.21)'%3E%3Cg%3E%3Cpath d='M1416.782,3332.45v-30.24a10.752,10.752,0,0,0-10.752-10.752h-7.656a8.061,8.061,0,0,0-7.8-6.048h-14.112a8.061,8.061,0,0,0-7.8,6.048h-7.656a10.752,10.752,0,0,0-10.752,10.752v30.24a10.752,10.752,0,0,0,10.752,10.752h45.024A10.752,10.752,0,0,0,1416.782,3332.45Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cpath d='M1383.519,3330.434a13.1,13.1,0,1,0-13.1-13.1A13.1,13.1,0,0,0,1383.519,3330.434Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cpath d='M1403.678,3306.241a3.7,3.7,0,1,0-3.7-3.7A3.7,3.7,0,0,0,1403.678,3306.241Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68.928' height='60.192' viewBox='0 0 68.928 60.192'%3E%3Cg transform='translate(-1349.054 -3284.21)'%3E%3Cg%3E%3Cpath d='M1416.782,3332.45v-30.24a10.752,10.752,0,0,0-10.752-10.752h-7.656a8.061,8.061,0,0,0-7.8-6.048h-14.112a8.061,8.061,0,0,0-7.8,6.048h-7.656a10.752,10.752,0,0,0-10.752,10.752v30.24a10.752,10.752,0,0,0,10.752,10.752h45.024A10.752,10.752,0,0,0,1416.782,3332.45Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cpath d='M1383.519,3330.434a13.1,13.1,0,1,0-13.1-13.1A13.1,13.1,0,0,0,1383.519,3330.434Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cpath d='M1403.678,3306.241a3.7,3.7,0,1,0-3.7-3.7A3.7,3.7,0,0,0,1403.678,3306.241Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-photo {
    width: 68px;
    height: 54px;
}
.icon-photo:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68.928' height='54.145' viewBox='0 0 68.928 54.145'%3E%3Cg transform='translate(-1657.508 -3287.234)'%3E%3Cpath d='M1725.236,3320.291v-21.1a10.752,10.752,0,0,0-10.752-10.752H1669.46a10.752,10.752,0,0,0-10.752,10.752v30.239a10.7,10.7,0,0,0,2.736,7.148l13.925-13.925,17.529,17.53h.163l-5.616-5.617,26.031-26.031Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cpath d='M1673.156,3307.25a3.7,3.7,0,1,0-3.7-3.7A3.7,3.7,0,0,0,1673.156,3307.25Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Crect width='66.528' height='51.744' rx='10.752' transform='translate(1658.708 3288.434)' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cg%3E%3Cpath d='M1725.236,3320.291v-21.1a10.752,10.752,0,0,0-10.752-10.752H1669.46a10.752,10.752,0,0,0-10.752,10.752v30.239a10.7,10.7,0,0,0,2.736,7.148l13.925-13.925,17.529,17.53h.163l-5.616-5.617,26.031-26.031Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cpath d='M1673.156,3307.25a3.7,3.7,0,1,0-3.7-3.7A3.7,3.7,0,0,0,1673.156,3307.25Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Crect width='66.528' height='51.744' rx='10.752' transform='translate(1658.708 3288.434)' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68.928' height='54.145' viewBox='0 0 68.928 54.145'%3E%3Cg transform='translate(-1657.508 -3287.234)'%3E%3Cpath d='M1725.236,3320.291v-21.1a10.752,10.752,0,0,0-10.752-10.752H1669.46a10.752,10.752,0,0,0-10.752,10.752v30.239a10.7,10.7,0,0,0,2.736,7.148l13.925-13.925,17.529,17.53h.163l-5.616-5.617,26.031-26.031Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cpath d='M1673.156,3307.25a3.7,3.7,0,1,0-3.7-3.7A3.7,3.7,0,0,0,1673.156,3307.25Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Crect width='66.528' height='51.744' rx='10.752' transform='translate(1658.708 3288.434)' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cg%3E%3Cpath d='M1725.236,3320.291v-21.1a10.752,10.752,0,0,0-10.752-10.752H1669.46a10.752,10.752,0,0,0-10.752,10.752v30.239a10.7,10.7,0,0,0,2.736,7.148l13.925-13.925,17.529,17.53h.163l-5.616-5.617,26.031-26.031Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Cpath d='M1673.156,3307.25a3.7,3.7,0,1,0-3.7-3.7A3.7,3.7,0,0,0,1673.156,3307.25Z' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3Crect width='66.528' height='51.744' rx='10.752' transform='translate(1658.708 3288.434)' fill='none' stroke='%23fff' stroke-width='2.4'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon-edit {
    width: 36px;
    height: 34px;
}
.icon-edit:before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.855' height='33.529' viewBox='0 0 35.855 33.529'%3E%3Cg id='Group_107' data-name='Group 107' transform='translate(-1167.096 -3678.956)'%3E%3Cpath id='Path_36' data-name='Path 36' d='M1184.143,3684.988h-10.066a5.678,5.678,0,0,0-5.856,5.48v15.412a5.678,5.678,0,0,0,5.856,5.48h17.2a5.678,5.678,0,0,0,5.856-5.48v-9.539' fill='none' stroke='%23230078' stroke-width='2.25'/%3E%3Cpath id='Path_37' data-name='Path 37' d='M1180.466,3695.26c-1.419,1.328-2.7,7.333-2.7,7.333s6.416-1.2,7.835-2.525l15.158-14.184a3.247,3.247,0,0,0,0-4.807,3.813,3.813,0,0,0-5.139,0Z' fill='none' stroke='%23230078' stroke-linejoin='round' stroke-width='2.25'/%3E%3C/g%3E%3C/svg%3E%0A");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.855' height='33.529' viewBox='0 0 35.855 33.529'%3E%3Cg id='Group_107' data-name='Group 107' transform='translate(-1167.096 -3678.956)'%3E%3Cpath id='Path_36' data-name='Path 36' d='M1184.143,3684.988h-10.066a5.678,5.678,0,0,0-5.856,5.48v15.412a5.678,5.678,0,0,0,5.856,5.48h17.2a5.678,5.678,0,0,0,5.856-5.48v-9.539' fill='none' stroke='%23230078' stroke-width='2.25'/%3E%3Cpath id='Path_37' data-name='Path 37' d='M1180.466,3695.26c-1.419,1.328-2.7,7.333-2.7,7.333s6.416-1.2,7.835-2.525l15.158-14.184a3.247,3.247,0,0,0,0-4.807,3.813,3.813,0,0,0-5.139,0Z' fill='none' stroke='%23230078' stroke-linejoin='round' stroke-width='2.25'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.icon.blue::before {
    background-color: var(--color-blue);
}
.mod-input {
    width: 100%;
    position: relative;
}
.mod-input ::-webkit-input-placeholder {
    color: #fa7800;
    opacity: 1;
    font-weight: 800;
}
.mod-input ::-moz-placeholder {
    color: #fa7800;
    opacity: 1;
    font-weight: 800;
}
.mod-input ::-ms-input-placeholder {
    color: #fa7800;
    opacity: 1;
    font-weight: 800;
}
.mod-input :-moz-placeholder {
    color: #fa7800;
    opacity: 1;
    font-weight: 800;
}
.mod-input :-ms-input-placeholder {
    color: #fa7800;
    opacity: 1;
    font-weight: 800;
}
.mod-input ::placeholder {
    color: #fa7800;
    opacity: 1;
    font-weight: 800;
}
.mod-input__label {
    position: relative;
    display: block;
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 12px;
}
.mod-input__field {
    position: relative;
    width: 100%;
    font-weight: 800;
    border-radius: 50px;
    border: 1px solid var(--color-grey-light-1);
    background-color: var(--color-grey-light-1);
    outline: none;
    z-index: 1;
    color: var(--color-orange);
    transition: border-color 0.3s ease;
    padding: 8px 90px 8px 24px;
    font-size: 18px;
    height: 54px;
}
.mod-input__field:focus {
    border-color: var(--color-orange);
}
.mod-input__field:focus-visible {
    outline: 0;
}
.is-validation-failed .mod-input__field, .mod-input__field.is-validation-failed {
    color: var(--color-validation-failed);
    border-color: var(--color-validation-failed);
}
.mod-input__inner {
    position: relative;
}
.mod-input__inner .icon {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    right: 20px;
    top: 10px;
    width: 22px;
    height: 30px;
}
.mod-input textarea {
    resize: vertical;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 130px;
}
.mod-input.is-disabled {
    opacity: 0.5;
}
.mod-input.is-disabled .mod-input__field {
    pointer-events: none;
    background-color: rgba(0, 0, 0, 0.05);
}
.mod-input--textarea {
    height: auto;
}
.mod-input.is-validation-failed label {
    color: var(--color-validation-failed);
}

.fv-plugins-message-container,
.validation-message {
    color: var(--color-validation-failed);
    position: relative;
    font-size: 14px;
    margin-top: 2px;
    text-align: right;
}
@media only screen and (max-width: 767px) {
    .fv-plugins-message-container,
    .validation-message {
        font-size: 12px;
    }
}

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

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

.form-error-message {
    background-color: rgba(239, 61, 63, 0.8);
    border: 1px solid var(--color-validation-failed);
}

.form-success-message {
    background-color: rgba(102, 187, 106, 0.8);
    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-dark-blue);
    border-radius: 50%;
    border-top: 5px solid transparent;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* stylelint-disable */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* stylelint-enable */
.margin {
    display: block;
    width: 100%;
}
.margin--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--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--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--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--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--40 {
    height: 40px;
}
@media only screen and (max-width: 1200px) {
    .margin--40 {
        height: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .margin--40 {
        height: 20px;
    }
}
.margin--32 {
    height: 32px;
}
@media only screen and (max-width: 767px) {
    .margin--32 {
        height: 20px;
    }
}
.margin--24 {
    height: 24px;
}
.margin--20 {
    height: 20px;
}
.margin--16 {
    height: 16px;
}

.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 800;
}

.title--h1 {
    line-height: 1;
    font-size: 70px;
}
@media only screen and (max-width: 1200px) {
    .title--h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .title--h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h1 {
        font-size: 40px;
    }
}

.title--h2 {
    line-height: 1.2;
    font-size: 50px;
}
@media only screen and (max-width: 1200px) {
    .title--h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .title--h2 {
        font-size: 32px;
    }
}

.title--h3 {
    font-size: 40px;
    line-height: 1.5;
}

.title--h4 {
    font-size: 32px;
    line-height: 1.5;
}

.title--h5 {
    font-size: 24px;
    line-height: 1.5;
}

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

.title strong {
    color: var(--color-green);
}
.mod-toggle {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}
.mod-toggle__label {
    margin-bottom: 0;
}
.mod-toggle__switch {
    position: relative;
    display: flex;
    align-items: center;
    width: 38px;
    height: 24px;
    cursor: pointer;
}
@media only screen and (max-width: 767px) {
    .mod-toggle__switch {
        width: 30px;
        height: 20px;
    }
}
.mod-toggle__switch::before, .mod-toggle__switch::after {
    position: absolute;
    display: block;
    content: "";
}
.mod-toggle__switch:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: 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-secondary);
}
.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);
}
.page-404__title {
    font-size: 120px;
    line-height: 1;
}
@media only screen and (max-width: 767px) {
    .page-404__title {
        font-size: 80px;
    }
}

.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);
    }
}
.cta-module {
    position: relative;
    overflow: hidden;
    color: var(--color-blue);
    padding: 120px 0 60px;
}
@media only screen and (max-width: 767px) {
    .cta-module {
        padding: 80px 0 40px;
    }
}
.cta-module::before {
    content: "";
    position: absolute;
    top: 0;
    background-color: var(--color-white);
    border-radius: 100%;
    width: 156vw;
    height: 156vw;
    pointer-events: none;
    left: -47%;
}
@media only screen and (max-width: 1200px) {
    .cta-module::before {
        left: -41%;
    }
}
@media only screen and (max-width: 767px) {
    .cta-module::before {
        left: -35%;
    }
}
@media (max-width: 359px) {
    .cta-module::before {
        width: 200vw;
        height: 200vw;
        left: -60%;
    }
}
.cta-module__inner {
    position: relative;
    z-index: 4;
    width: 100%;
    max-width: 740px;
}
@media only screen and (max-width: 1200px) {
    .cta-module__inner {
        max-width: 760px;
    }
}
@media only screen and (max-width: 1022px) {
    .cta-module__inner {
        max-width: 83%;
    }
}
@media only screen and (max-width: 767px) {
    .cta-module__inner {
        max-width: 100%;
        max-width: 95%;
    }
}
.cta-module strong {
    color: var(--color-green);
    font-weight: 800;
}
@media only screen and (max-width: 767px) {
    .cta-module .editor-text h2 {
        font-size: 25px;
    }
}
.cta-module .btn {
    margin-top: 0;
}
.editor-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 800;
}

.editor-text h1 {
    line-height: 1;
    font-size: 70px;
}
@media only screen and (max-width: 1200px) {
    .editor-text h1 {
        font-size: 60px;
    }
}
@media only screen and (max-width: 1022px) {
    .editor-text h1 {
        font-size: 50px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h1 {
        font-size: 40px;
    }
}

.editor-text h2 {
    line-height: 1.2;
    font-size: 50px;
}
@media only screen and (max-width: 1200px) {
    .editor-text h2 {
        font-size: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .editor-text h2 {
        font-size: 32px;
    }
}

.editor-text h3 {
    font-size: 40px;
    line-height: 1.5;
}

.editor-text h4 {
    font-size: 32px;
    line-height: 1.5;
}

.editor-text h5 {
    font-size: 24px;
    line-height: 1.5;
}

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

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

.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    margin-bottom: 30px;
}
* + .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 h1 strong,
.editor-text h2 strong,
.editor-text h3 strong,
.editor-text h4 strong,
.editor-text h5 strong,
.editor-text h6 strong {
    font-weight: inherit;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img:first-child,
.editor-text figure:first-child,
.editor-text table:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text img a,
.editor-text figure a,
.editor-text table a {
    text-decoration: underline;
}
.editor-text 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: 1.75em;
}
.editor-text ul li:before {
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    color: inherit;
    top: calc(0.5em + 4px);
}
.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;
}
.site-footer {
    background-color: var(--color-grey-light);
    width: 100%;
    color: var(--color-black);
    padding: 60px 0;
}
.site-footer__row {
    display: grid;
    grid-gap: 60px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__row {
        grid-gap: 40px;
    }
}
.site-footer__top {
    display: grid;
    align-items: flex-start;
    grid-gap: 30px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media only screen and (max-width: 1022px) {
    .site-footer__top {
        grid-template-columns: 1fr;
        grid-gap: 0;
        border-top: 1px solid rgba(209, 209, 209, 0.7);
    }
}
.site-footer__nav {
    display: grid;
    grid-gap: 16px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__nav {
        border-bottom: 1px solid rgba(209, 209, 209, 0.7);
        grid-gap: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .site-footer__nav-title {
        padding: 16px 0;
        cursor: pointer;
        position: relative;
    }
    .site-footer__nav-title .icon {
        width: 19px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translate(0, -50%);
        transition: transform 0.3s ease;
    }
}
@media only screen and (min-width: 1023px) {
    .site-footer__nav-dropdown {
        display: block !important;
    }
}
@media only screen and (max-width: 1022px) {
    .site-footer__nav-dropdown {
        display: none;
    }
}
.site-footer__nav-list {
    display: grid;
    grid-gap: 10px;
}
@media only screen and (max-width: 1022px) {
    .site-footer__nav-list {
        padding: 10px 0 20px;
    }
}
.site-footer__nav-link {
    display: inline-block;
}
.site-footer__nav-link:hover {
    color: var(--color-blue);
}
.site-footer__nav.is-open .site-footer__nav-title .icon {
    transform: translate(0, -50%) scaleY(-1);
}
.site-footer__bottom, .site-footer__middle {
    display: flex;
    justify-content: center;
}
.site-footer .social-nav {
    color: var(--color-blue);
}
.site-footer__logo {
    display: inline-block;
    max-width: 78px;
}
.game-info__second-prize::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.game-info {
    position: relative;
    padding: 40px 0 260px;
    overflow: hidden;
}
@media only screen and (max-width: 1022px) {
    .game-info {
        padding-bottom: 120px;
    }
}
.game-info::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(35, 0, 120);
    background: linear-gradient(180deg, rgb(35, 0, 120) 0%, rgba(35, 0, 120, 0.8) 20%, rgba(35, 0, 120, 0.5) 40%, rgba(35, 0, 120, 0.25) 60%, rgba(35, 0, 120, 0) 100%);
}
.game-info__background img {
    object-position: center top;
}
.game-info__row {
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media only screen and (max-width: 767px) {
    .game-info__row {
        grid-template-columns: 70% 1fr;
    }
}
@media only screen and (max-width: 1022px) {
    .game-info__left {
        display: flex;
        flex-direction: column;
    }
}
.game-info__left .title {
    color: var(--color-orange);
}
@media only screen and (max-width: 767px) {
    .game-info__left .title {
        max-width: 260px;
        min-width: 260px;
    }
}
.game-info__left-circle {
    border-radius: 100%;
    border: 1px solid var(--color-white);
    flex-direction: column;
    line-height: 1.2;
    width: 320px;
    height: 320px;
    margin-left: 0;
    padding: 0 37px 0 50px;
    letter-spacing: 0;
}
@media only screen and (max-width: 1200px) {
    .game-info__left-circle {
        width: 280px;
        height: 280px;
        padding: 0 24px 0 60px;
        font-size: 14px;
        line-height: 1.4;
    }
}
@media only screen and (max-width: 1022px) {
    .game-info__left-circle {
        margin-top: auto;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__left-circle {
        width: 190px;
        height: 190px;
        padding: 0 14px 0 45px;
        font-size: 10px;
        line-height: 1.2;
        margin-left: -50px;
        font-weight: 700;
    }
}
.game-info__left-circle .editor-text p {
    margin-top: 0;
    margin-bottom: 15px;
}
@media only screen and (max-width: 1200px) {
    .game-info__left-circle .editor-text p {
        margin-bottom: 8px;
    }
}
.game-info__left-circle .editor-text p:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 1022px) {
    .game-info__right {
        padding-bottom: 120px;
        left: -36%;
        margin-left: 0;
    }
}
.game-info__right-circle {
    border-radius: 100%;
    border: 1px solid var(--color-white);
    flex-direction: column;
    margin-top: 20px;
    position: relative;
    width: 650px;
    height: 650px;
    margin-left: -60px;
}
@media only screen and (max-width: 1200px) {
    .game-info__right-circle {
        width: 560px;
        height: 560px;
        margin-left: -80px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__right-circle {
        width: 360px;
        height: 360px;
        margin-left: 0;
        left: -45%;
        margin-top: 80px;
    }
}
.game-info__right-circle-inner {
    width: 110px;
    height: 110px;
    border-radius: 100%;
    border: 1px solid var(--color-white);
    z-index: 2;
    position: absolute;
    left: 60%;
    top: 10px;
    background-color: var(--color-blue);
    transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1200px) {
    .game-info__right-circle-inner {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__right-circle-inner {
        width: 40px;
        height: 40px;
        left: 55%;
        top: 0;
    }
}
.game-info__right-text {
    width: 100%;
    max-width: 300px;
    font-size: 20px;
    margin: 0 0 152px 70px;
    line-height: 1.4;
    letter-spacing: 0;
}
@media only screen and (max-width: 1200px) {
    .game-info__right-text {
        max-width: 270px;
        font-size: 18px;
        margin: 0 0 152px 70px;
        line-height: 1.5;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__right-text {
        max-width: 152px;
        font-size: 12px;
        margin: 0 0 102px -20px;
        line-height: 1.3;
        font-weight: 700;
    }
}
.game-info__main-prize {
    position: absolute;
    left: -19%;
    top: 19%;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: var(--color-blue);
    line-height: 1;
    background-color: rgba(132, 189, 0, 0.95);
    padding: 58px 10px;
    gap: 10px;
    width: 260px;
    height: 260px;
}
@media only screen and (max-width: 1200px) {
    .game-info__main-prize {
        width: 220px;
        height: 220px;
        padding: 48px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__main-prize {
        width: 120px;
        height: 120px;
        padding: 22px 10px;
        gap: 4px;
        left: -14%;
        top: 24%;
    }
}
.game-info__main-prize-number {
    font-size: 40px;
}
@media only screen and (max-width: 1200px) {
    .game-info__main-prize-number {
        font-size: 30px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__main-prize-number {
        font-size: 20px;
    }
}
.game-info__main-prize-text {
    font-weight: 800;
    font-size: 76px;
}
@media only screen and (max-width: 1200px) {
    .game-info__main-prize-text {
        font-size: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__main-prize-text {
        font-size: 34px;
    }
}
.game-info__main-prize-icon {
    background-color: rgba(255, 255, 255, 0.86);
    border-radius: 100%;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    width: 110px;
    height: 110px;
}
@media only screen and (max-width: 1200px) {
    .game-info__main-prize-icon {
        width: 90px;
        height: 90px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__main-prize-icon {
        width: 50px;
        height: 50px;
    }
}
.game-info__main-prize-icon .icon {
    width: 60px;
    height: 46px;
}
@media only screen and (max-width: 1200px) {
    .game-info__main-prize-icon .icon {
        width: 54px;
        height: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__main-prize-icon .icon {
        width: 32px;
        height: 30px;
    }
}
.game-info__second-prize {
    position: absolute;
    left: 40%;
    bottom: 5%;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    color: var(--color-blue);
    line-height: 1.1;
    z-index: 2;
    width: 200px;
    height: 200px;
    padding: 24px 10px;
    gap: 8px;
}
@media only screen and (max-width: 1200px) {
    .game-info__second-prize {
        width: 180px;
        height: 180px;
        padding: 24px 10px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__second-prize {
        width: 110px;
        height: 110px;
        padding: 12px 10px;
        gap: 4px;
    }
}
.game-info__second-prize::before {
    content: "";
    border-radius: 100%;
    z-index: 1;
    background-color: rgba(132, 189, 0, 0.95);
}
.game-info__second-prize-number {
    position: relative;
    z-index: 3;
    font-size: 26px;
}
@media only screen and (max-width: 1200px) {
    .game-info__second-prize-number {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__second-prize-number {
        font-size: 16px;
    }
}
.game-info__second-prize-text {
    position: relative;
    z-index: 3;
    font-weight: 800;
    font-size: 24px;
}
@media only screen and (max-width: 1200px) {
    .game-info__second-prize-text {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__second-prize-text {
        font-size: 14px;
    }
}
.game-info__second-prize-icon {
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 100%;
    position: absolute;
    left: -8%;
    bottom: -16px;
    transform: translate(-50%, 50%);
    z-index: 0;
    width: 240px;
    height: 240px;
}
@media only screen and (max-width: 1200px) {
    .game-info__second-prize-icon {
        width: 180px;
        height: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__second-prize-icon {
        width: 120px;
        height: 120px;
        left: 4%;
        bottom: 0;
    }
}
.game-info__second-prize-icon img {
    width: 440px;
    position: absolute;
    right: 0;
    bottom: -10px;
    max-width: 350px;
}
@media only screen and (max-width: 1200px) {
    .game-info__second-prize-icon img {
        max-width: 250px;
    }
}
@media only screen and (max-width: 767px) {
    .game-info__second-prize-icon img {
        max-width: 160px;
        bottom: -6px;
    }
}
.game-info__arrow {
    margin: 125px 0;
}
@media only screen and (max-width: 1200px) {
    .game-info__arrow {
        margin: 80px 0;
    }
}
@media only screen and (max-width: 1022px) {
    .game-info__arrow {
        margin: 40px 0;
    }
}
.game-info__arrow .icon {
    width: 100px;
    height: 52px;
    animation: arrowJump 5s infinite cubic-bezier(0.59, 0.14, 0.09, 1.02);
}
@media only screen and (max-width: 1200px) {
    .game-info__arrow .icon {
        width: 60px;
        height: 30px;
    }
}
.game-info .container {
    position: relative;
    z-index: 3;
}
.game-module {
    position: relative;
    background-color: var(--color-white);
    color: var(--color-blue);
    letter-spacing: 0.5px;
    padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
    .game-module {
        padding-bottom: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .game-module::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -80px;
        transform: translate(-50%, 0);
        width: 150vw;
        height: 100vw;
        border-radius: 100%;
        background-color: var(--color-white);
    }
}
.game-module .container {
    position: relative;
    z-index: 3;
}
@media only screen and (min-width: 1023px) {
    .game-module .container {
        max-width: 700px;
    }
}
.game-module__header {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .game-module__header {
        margin-bottom: 40px;
    }
}
.game-module__header-inner {
    background-color: var(--color-orange);
    border-radius: 100px;
    display: inline-flex;
    color: var(--color-white);
    font-weight: 800;
    margin-top: -80px;
    padding: 10px 60px;
    min-height: 1px;
    font-size: 36px;
    letter-spacing: 0;
}
@media only screen and (max-width: 1200px) {
    .game-module__header-inner {
        padding: 8px 50px;
    }
}
@media only screen and (max-width: 767px) {
    .game-module__header-inner {
        padding: 10px 40px;
        font-size: 26px;
        margin-top: 0;
    }
}
.game-module__body {
    border-bottom: 1px solid var(--color-blue);
    margin-bottom: 40px;
    padding-bottom: 40px;
}
.game-module__body-title {
    margin-bottom: 40px;
}
.game-module .range-slider {
    margin-bottom: 40px;
}
.game-module__buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
@media only screen and (max-width: 767px) {
    .game-module__buttons-label {
        flex: 0 0 160px;
    }
}
.game-module__buttons-item {
    border-radius: 100%;
    padding: 8px;
    background-color: var(--color-blue);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    width: 60px;
    height: 60px;
}
.game-module__buttons-item .icon {
    width: 30px;
    height: 30px;
}
.game-module__buttons-item .icon::before {
    background-color: var(--color-white);
}
.game-module__buttons-item:hover {
    box-shadow: 0 0 0 6px rgba(35, 0, 120, 0.3);
}
.game-module__upload-button {
    background-color: var(--color-orange);
}
.game-module__upload-button:hover {
    box-shadow: 0 0 0 6px rgba(250, 120, 0, 0.3);
}
.game-module__form-title {
    margin-bottom: 32px;
}
.game-module__form-row {
    display: grid;
    margin-bottom: 50px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 40px;
}
@media only screen and (max-width: 1022px) {
    .game-module__form-row {
        grid-template-columns: 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .game-module__form-row {
        grid-gap: 24px;
    }
}
.game-module__form-checkboxes {
    display: grid;
    grid-gap: 12px;
}
.game-module__form-submit {
    margin-top: 40px;
}

.sc-game-module {
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 767px) {
    .sc-game-module {
        padding-top: 80px;
        overflow: hidden;
        margin-top: -80px;
    }
}
.hero-module__image-circle::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.hero-module__image--default {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none;
}

.hero-module {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 600px;
}
@media only screen and (max-width: 1200px) {
    .hero-module {
        min-height: 470px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module {
        min-height: 400px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module {
        min-height: 360px;
    }
}
.hero-module__image {
    overflow: hidden;
}
.hero-module__image-circle {
    width: 2160px;
    height: 2160px;
    border: 3px solid var(--color-white);
    border-radius: 100%;
    position: absolute;
    left: 48%;
    transform: translate(-50%, 0);
    overflow: hidden;
    background-color: var(--color-white);
    bottom: 40px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__image-circle {
        width: 1500px;
        height: 1334px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__image-circle {
        width: 1200px;
        height: 1200px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__image-circle {
        width: 1000px;
        height: 1000px;
        left: 42%;
        border-width: 2px;
    }
}
.hero-module__image-circle::after {
    background: rgb(0, 0, 0);
    background: linear-gradient(40deg, rgba(0, 0, 0, 0.62) 0%, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.2) 35%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 2;
}
.hero-module__image-inner {
    position: absolute;
    right: 18%;
    bottom: 0;
    z-index: 4;
    width: 610px;
    height: 550px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__image-inner {
        width: 440px;
        height: 420px;
    }
}
@media only screen and (max-width: 1022px) {
    .hero-module__image-inner {
        width: 410px;
        height: 370px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__image-inner {
        width: 410px;
        height: 320px;
        right: initial;
        left: 50%;
        transform: translate(-50%, 0);
    }
}
.hero-module__image--big, .hero-module__image--small {
    width: 100%;
    height: auto;
    object-fit: contain;
    position: absolute;
}
.hero-module__image--big {
    right: 0;
    bottom: 0;
    max-width: 400px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__image--big {
        max-width: 290px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__image--big {
        left: 70%;
        right: initial;
        transform: translate(-50%, 0);
        max-width: 250px;
    }
}
.hero-module__image--small {
    left: 5%;
    top: 5%;
    max-width: 250px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__image--small {
        max-width: 180px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__image--small {
        max-width: 160px;
        left: 14%;
        top: 0;
    }
}
.hero-module__content {
    position: relative;
    flex: auto;
    display: flex;
    align-items: center;
    color: var(--color-white);
    padding: 0 0 40px;
}
@media only screen and (max-width: 1200px) {
    .hero-module__content {
        align-items: flex-start;
        padding-top: 60px;
    }
}
@media only screen and (max-width: 767px) {
    .hero-module__content {
        align-items: flex-end;
        padding: 0 0 90px;
    }
}
.hero-module__content strong {
    color: var(--color-green);
}
.hero-module__scroll-down {
    position: absolute;
    z-index: 3;
    border-radius: 100%;
    background-color: var(--color-green);
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 0) scale(1.0001);
    transition: transform 0.6s ease;
    width: 80px;
    height: 80px;
}
@media only screen and (max-width: 1022px) {
    .hero-module__scroll-down {
        width: 60px;
        height: 60px;
        bottom: 10px;
    }
}
.hero-module__scroll-down .icon {
    transition: transform 0.3s ease;
    pointer-events: none;
    animation: arrowJump 5s infinite cubic-bezier(0.59, 0.14, 0.09, 1.02);
    width: 38px;
    height: 20px;
}
@media only screen and (max-width: 1022px) {
    .hero-module__scroll-down .icon {
        width: 26px;
        height: 14px;
    }
}
.hero-module__scroll-down .icon::before {
    background-color: var(--color-white);
}

@keyframes arrowJump {
    0% {
        transform: translate(0, -5px);
    }
    50% {
        transform: translate(0, 10px);
    }
    100% {
        transform: translate(0, -5px);
    }
}
.intro-module {
    position: relative;
}
.intro-module h1 strong,
.intro-module h2 strong,
.intro-module h3 strong,
.intro-module h4 strong,
.intro-module h5 strong {
    color: var(--color-green);
}
.intro-module .editor-text {
    max-width: 750px;
}
@media only screen and (max-width: 1200px) {
    .intro-module .editor-text {
        max-width: 690px;
    }
}
.intro-module .editor-text strong {
    font-weight: 700;
}
.intro-module .editor-text h2 {
    margin-bottom: 40px;
}
.intro-module .editor-text p {
    margin-top: 24px;
    margin-bottom: 24px;
}
.intro-module .editor-text p:last-child {
    margin-bottom: 0;
}
.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%;
}
.reasons-module {
    overflow: hidden;
}
.reasons-module__inner {
    display: grid;
    grid-template-columns: 59% 1fr;
    grid-gap: 20px;
}
@media only screen and (max-width: 1022px) {
    .reasons-module__inner {
        grid-template-columns: 1fr;
        grid-gap: 40px;
    }
}
.reasons-module strong {
    color: var(--color-green);
}
.reasons-module .title {
    max-width: 490px;
    width: 100%;
    margin-bottom: 44px;
}
@media only screen and (max-width: 1022px) {
    .reasons-module .title {
        max-width: 100%;
        margin-bottom: 30px;
    }
}
.reasons-module__list {
    display: grid;
    grid-gap: 20px;
}
@media only screen and (max-width: 1022px) {
    .reasons-module__list {
        font-size: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .reasons-module__list {
        font-size: 16px;
    }
}
.reasons-module__list-item {
    display: grid;
    grid-gap: 20px;
    align-items: center;
    grid-template-columns: 8% 1fr;
}
@media only screen and (max-width: 1022px) {
    .reasons-module__list-item {
        grid-template-columns: 7% 1fr;
    }
}
@media only screen and (max-width: 767px) {
    .reasons-module__list-item {
        grid-gap: 12px;
        grid-template-columns: 12% 1fr;
    }
}
.reasons-module__left {
    margin-top: 180px;
}
@media only screen and (max-width: 1200px) {
    .reasons-module__left {
        margin-top: 150px;
    }
}
@media only screen and (max-width: 1022px) {
    .reasons-module__left {
        margin-top: 0;
    }
}
.reasons-module__right {
    border-radius: 100%;
    background-color: var(--color-white);
    color: var(--color-blue);
    margin-left: -18px;
    letter-spacing: 0.8px;
    position: relative;
    width: 540px;
    height: 540px;
    padding: 114px 115px 75px 98px;
}
@media (min-width: 1024px) and (max-width: 1320px) {
    .reasons-module__right {
        transform: scale(0.7);
        transform-origin: top left;
        margin-left: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .reasons-module__right {
        order: -1;
        width: 480px;
        height: 480px;
        padding: 108px 95px 76px 88px;
        margin-left: auto;
        margin-right: -60px;
    }
}
@media only screen and (max-width: 767px) {
    .reasons-module__right {
        width: 340px;
        height: 340px;
        padding: 80px 65px 48px 58px;
    }
}
@media (max-width: 359px) {
    .reasons-module__right {
        width: 300px;
        height: 300px;
        padding: 56px 65px 48px 50px;
    }
}
@media (max-width: 319px) {
    .reasons-module__right {
        transform: scale(0.85);
        margin-right: 0;
        transform-origin: top center;
    }
}
.reasons-module__right-icon {
    position: absolute;
    top: 46%;
    left: 0;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: var(--color-green);
    width: 150px;
    height: 150px;
}
@media only screen and (max-width: 1022px) {
    .reasons-module__right-icon {
        width: 120px;
        height: 120px;
        top: 65%;
    }
}
@media only screen and (max-width: 767px) {
    .reasons-module__right-icon {
        width: 80px;
        height: 80px;
    }
}
@media only screen and (max-width: 1022px) {
    .reasons-module__right-icon .icon {
        width: 76px;
        height: 62px;
    }
}
@media only screen and (max-width: 767px) {
    .reasons-module__right-icon .icon {
        width: 56px;
        height: 42px;
    }
}
.reasons-module__right-icon .icon::before {
    background-color: var(--color-white);
}
.reasons-module__info-text {
    overflow: hidden;
    max-height: 100%;
}
@media only screen and (max-width: 767px) {
    .reasons-module__info-text {
        font-size: 15px;
    }
}
@media (max-width: 359px) {
    .reasons-module__info-text {
        font-size: 14px;
    }
}
.reasons-module__info-text strong {
    font-weight: 800;
}
.reasons-module__info-text-footer {
    border-top: 1px solid var(--color-blue);
    margin-top: 30px;
    padding-top: 30px;
}
@media only screen and (max-width: 1022px) {
    .reasons-module__info-text-footer {
        margin-top: 18px;
        padding-top: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .reasons-module__info-text-footer {
        margin-top: 12px;
        padding-top: 12px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-module {
        overflow: hidden;
        padding-bottom: 230px;
    }
}
.result-module__inner {
    display: grid;
    grid-gap: 80px;
    align-items: center;
    position: relative;
    grid-template-columns: 55% 1fr;
}
@media only screen and (max-width: 1022px) {
    .result-module__inner {
        grid-template-columns: 1fr;
    }
}
.result-module__inner::after {
    content: "";
    position: absolute;
    border-radius: 100%;
    border: 1px solid var(--color-white);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    height: 1040px;
    width: 1040px;
    left: -15%;
}
@media (max-width: 1490px) {
    .result-module__inner::after {
        height: 1050px;
        width: 1050px;
        left: -11%;
    }
}
@media only screen and (max-width: 1200px) {
    .result-module__inner::after {
        height: 900px;
        width: 900px;
        left: -11%;
    }
}
@media only screen and (max-width: 1022px) {
    .result-module__inner::after {
        height: 1050px;
        width: 1050px;
        top: 75%;
        left: 50%;
        transform: translate(-56%, -50%);
    }
}
@media only screen and (max-width: 767px) {
    .result-module__inner::after {
        width: 800px;
        height: 800px;
        top: 25%;
        transform: translate(-60%, 0);
    }
}
@media (max-width: 360px) {
    .result-module__inner::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-device-width: 812px) and (orientation: landscape) {
    .result-module__inner::after {
        left: 50%;
        transform: translateX(-50%);
    }
}
.result-module__title {
    max-width: 400px;
    width: 100%;
}
@media only screen and (max-width: 1022px) {
    .result-module__title {
        max-width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}
.result-module .title {
    line-height: 1;
}
.result-module__buttons {
    display: inline-grid;
    margin-top: 60px;
    grid-gap: 30px;
}
@media only screen and (max-width: 1022px) {
    .result-module__buttons {
        margin-top: 40px;
        grid-gap: 20px;
        display: grid;
    }
}
@media only screen and (max-width: 767px) {
    .result-module__buttons {
        margin-top: 30px;
    }
}
.result-module__content {
    position: relative;
    z-index: 1;
    padding: 30px 0;
}
@media (max-width: 1490px) {
    .result-module__content {
        padding: 60px 0;
    }
}
@media only screen and (max-width: 1200px) {
    .result-module__content {
        padding: 40px;
    }
}
@media only screen and (max-width: 1022px) {
    .result-module__content {
        padding: 0;
    }
}
@media only screen and (max-width: 1022px) {
    .result-module__content-inner {
        max-width: 400px;
        width: 100%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
    .result-module__content-inner {
        max-width: 300px;
    }
}
.result-module__text {
    max-width: 490px;
    width: 100%;
    margin-top: 60px;
}
@media only screen and (max-width: 1022px) {
    .result-module__text {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 767px) {
    .result-module__text {
        margin-top: 30px;
        padding-right: 30px;
    }
}
.result-module__text .editor-text {
    line-height: 1.4;
}
@media only screen and (max-width: 767px) {
    .result-module__text .editor-text {
        font-size: 15px;
    }
}
.result-module__text .editor-text strong {
    font-weight: 800;
}
.result-module__text .editor-text a {
    text-decoration: none;
}
.result-module__text .editor-text a:hover {
    color: var(--color-orange);
}
.result-module__image {
    text-align: center;
    position: relative;
    z-index: 1;
}
.result-module__image img {
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 12px;
}
@media only screen and (max-width: 1022px) {
    .result-module__image img {
        border-radius: 8px;
    }
}

.sc-result-module {
    position: relative;
    z-index: 20;
}
@media only screen and (max-width: 1022px) {
    .sc-result-module .section-margin:last-child {
        display: none;
    }
}
@media only screen and (max-width: 1022px) {
    .sc-result-module + .sc-reasons-module {
        margin-top: -200px;
    }
}
.mobile-hamburger:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

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

.header-main {
    width: 100%;
    padding: 16px 0;
    background-color: var(--color-white);
}
.header-main__logo {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 120px;
}
@media only screen and (max-width: 1022px) {
    .header-main__logo {
        max-width: 70px;
    }
}
.header-main__logo img {
    object-fit: contain;
    width: 100%;
    height: auto;
}

.mobile-hamburger {
    margin-left: 20px;
    cursor: pointer;
    z-index: 9;
    position: relative;
    width: 50px;
}
.mobile-hamburger:after {
    z-index: 9;
    transform: scale(1.5);
}
.mobile-hamburger .bars {
    background-color: var(--color-black);
    height: 3px;
    display: block;
    border-radius: 4px;
    margin-bottom: 5px;
    width: 100%;
    transition: transform 0.3s ease;
}
.mobile-hamburger .bars:last-child {
    margin-bottom: 0;
}
.is-open-menu .mobile-hamburger .bars:first-child {
    transform: translateY(8px) rotate(225deg);
}
.is-open-menu .mobile-hamburger .bars:nth-child(2) {
    transform: scale(0);
}
.is-open-menu .mobile-hamburger .bars:last-child {
    transform: translateY(-8px) rotate(315deg);
}
.time-machine__header-outer {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
}

.time-machine {
    position: relative;
    min-height: 800px;
    overflow: hidden;
    text-align: center;
    padding: 40px 0 160px;
}
@media only screen and (max-width: 1200px) {
    .time-machine {
        padding-bottom: 80px;
        min-height: 1px;
    }
}
@media only screen and (max-width: 767px) {
    .time-machine {
        padding-bottom: 60px;
    }
}
.time-machine::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30%;
    z-index: 6;
    background: rgb(35, 0, 120);
    background: linear-gradient(180deg, rgb(35, 0, 120) 0%, rgba(35, 0, 120, 0.8) 20%, rgba(35, 0, 120, 0.5) 40%, rgba(35, 0, 120, 0.25) 60%, rgba(35, 0, 120, 0) 100%);
    transform: scaleY(-1);
}
.time-machine::before {
    content: "";
    width: 200vw;
    height: 100vw;
    bottom: 100%;
    background-color: var(--color-white);
    position: absolute;
    left: 50%;
    border-radius: 100%;
    z-index: 5;
    transform: translate(-50%, 250px);
}
@media only screen and (max-width: 767px) {
    .time-machine::before {
        transform: translate(-50%, 170px);
    }
}
.time-machine__background img {
    transition: opacity 0.3s ease;
}
.time-machine__background--animated {
    opacity: 0;
    z-index: 4;
}
.time-machine .container {
    position: relative;
    z-index: 21;
}
.time-machine__text {
    font-weight: 300;
    margin: 80px auto 0;
    line-height: 1.5;
    font-size: 24px;
    max-width: 580px;
}
@media only screen and (max-width: 767px) {
    .time-machine__text {
        font-size: 20px;
        max-width: 310px;
        font-weight: 400;
        margin-top: 60px;
    }
}
.time-machine__text strong {
    font-weight: 700;
}
.time-machine__text p {
    margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
    .time-machine__text p {
        margin-bottom: 24px;
    }
}
.time-machine__text p:last-child {
    margin-bottom: 0;
}
.time-machine__header {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 360px;
    height: 360px;
}
@media only screen and (max-width: 767px) {
    .time-machine__header {
        width: 280px;
        height: 280px;
    }
}
.time-machine__header-outer {
    line-height: 1;
    font-weight: 800;
    font-family: var(--font-primary);
    border-radius: 100%;
    border: 16px solid var(--color-white);
    background-color: var(--color-green);
    color: var(--color-white);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: box-shadow 0.3s ease, opacity 0.3s ease;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
    font-size: 50px;
}
@media only screen and (max-width: 767px) {
    .time-machine__header-outer {
        font-size: 40px;
        line-height: 1.1;
        border-width: 16px;
    }
}
.time-machine__header-outer.hide {
    opacity: 0;
    display: flex;
    pointer-events: none;
}
.time-machine__header-inner {
    padding: 20px;
    border-radius: 100%;
    transition: box-shadow 0.3s ease;
    box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.4);
}
.time-machine__button:hover {
    box-shadow: 0 0 0 10px rgba(132, 189, 0, 0.3);
}
.time-machine__progress {
    background-color: var(--color-white);
    opacity: 0;
    pointer-events: none;
}
.time-machine__progress-text {
    background-color: transparent;
    z-index: 3;
    color: var(--color-blue);
}
.time-machine__progress-loader {
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
    animation: rotateAnimate 2s infinite linear;
}
.time-machine__progress-loader img {
    object-fit: contain;
    max-width: initial;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    margin-top: -8px;
    margin-left: -6px;
}
@media only screen and (max-width: 767px) {
    .time-machine__progress-loader img {
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        margin-top: -5px;
        margin-left: -4px;
    }
}
.time-machine__confirmation {
    background-color: var(--color-white);
    line-height: 1.25;
    opacity: 0;
    pointer-events: none;
    font-size: 28px;
}
@media only screen and (max-width: 767px) {
    .time-machine__confirmation {
        font-size: 20px;
    }
}
.time-machine__confirmation-text {
    background-color: transparent;
    z-index: 3;
    color: var(--color-blue);
}
.time-machine__confirmation-loader {
    position: relative;
    z-index: 2;
}
.time-machine__confirmation-loader img {
    object-fit: contain;
    max-width: initial;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    margin-top: -8px;
    margin-left: -6px;
}
@media only screen and (max-width: 767px) {
    .time-machine__confirmation-loader img {
        width: calc(100% + 8px);
        height: calc(100% + 8px);
        margin-top: -5px;
        margin-left: -4px;
    }
}
.time-machine--in-progress .time-machine__progress,
.time-machine--in-progress .time-machine__background--animated {
    opacity: 1;
}
.time-machine--in-progress .time-machine__progress {
    pointer-events: all;
}
.time-machine--in-progress .time-machine__button {
    opacity: 0;
    pointer-events: none;
}
.time-machine--is-completed {
    min-height: 1px;
}
.time-machine--is-completed .time-machine__button,
.time-machine--is-completed .time-machine__progress,
.time-machine--is-completed .time-machine__background--animated {
    opacity: 0;
    pointer-events: none;
}
.time-machine--is-completed .time-machine__confirmation {
    opacity: 1;
    pointer-events: all;
}

@keyframes rotateAnimate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.range-slider {
    max-width: 1246px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    color: var(--color-blue);
}
.range-slider-wrap {
    padding: 80px 0;
    width: 100%;
    background-color: var(--color-white);
}
.range-slider__inputs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-gap: 10px;
    align-items: center;
    margin-top: 2px;
}
.range-slider__inputs-divider {
    color: var(--color-black);
}
.range-slider__label {
    font-weight: 800;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    font-size: 24px;
}
@media only screen and (max-width: 767px) {
    .range-slider__label {
        font-size: 20px;
        gap: 4px;
    }
}
.range-slider__label::after {
    content: "";
    width: 1px;
    background-color: currentColor;
    height: 30px;
}
.range-slider__label-wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 22px;
}
@media only screen and (max-width: 767px) {
    .range-slider__label-wrap {
        margin-bottom: 12px;
    }
}

/* stylelint-disable */
.noUi-connects {
    position: relative;
    background: var(--color-white);
    overflow: visible;
}
.noUi-connects::after {
    content: "";
    position: absolute;
    border-radius: 100px;
    background: rgb(248, 120, 1);
    background: linear-gradient(90deg, rgb(248, 120, 1) 0%, rgb(194, 89, 29) 25%, rgb(126, 50, 71) 50%, rgb(77, 23, 97) 75%, rgb(35, 0, 118) 100%);
    height: calc(100% + 6px);
    top: -3px;
    width: calc(100% + 56px);
    left: -28px;
}
.noUi-connects::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    border-radius: 0 50px 50px 0;
    background-color: var(--color-white);
    z-index: 3;
    width: 25px;
    right: -25px;
}

.noUi-base {
    width: calc(100% - 50px);
    margin-left: 25px;
}

.noUi-connect {
    background-color: var(--color-white);
}

.noUi-target {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.noUi-horizontal {
    height: 50px;
}

.noUi-handle {
    border: 0;
    border-radius: 100%;
    background: transparent;
    box-shadow: none;
}
.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-horizontal .noUi-handle {
    border-radius: 100%;
    top: 0;
    background: rgb(248, 120, 1);
    height: 50px;
    width: 50px;
    right: -25px;
    cursor: pointer;
}

.noUi-horizontal .noUi-tooltip {
    color: var(--color-orange);
    font-weight: 800;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    line-height: 0.8;
    font-size: 32px;
    gap: 8px;
    bottom: calc(100% + 20px);
}
@media only screen and (max-width: 767px) {
    .noUi-horizontal .noUi-tooltip {
        bottom: calc(100% + 12px);
    }
}
.noUi-horizontal .noUi-tooltip::after {
    content: "";
    background-color: currentColor;
    height: 36px;
    width: 2px;
}

/* stylelint-enable */
.social-nav ul {
    display: flex;
    align-items: center;
    gap: 40px;
}
.social-nav__link {
    display: block;
    transition: transform 0.3s ease;
}
.social-nav__link .icon::before {
    background-color: currentColor;
}
.social-nav__link:hover {
    transform: translate(0, -5px);
}
.social-nav__link:hover .icon::before {
    background-color: var(--color-green);
}
/*# sourceMappingURL=bundle.css.map */