body::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }

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

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

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

.text--16, body {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.31; }
    @media only screen and (max-width: 767px) {
        .text--16, body {
            font-size: 14px; } }

.text--28 {
    font-size: 28px;
    letter-spacing: 0.84px;
    line-height: 1.04;
    font-weight: 600;
    text-shadow: 0 5px 0 rgba(0, 66, 136, 0.26); }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .text--28 {
            font-size: 25px; } }
    @media only screen and (max-width: 767px) {
        .text--28 {
            font-size: 18px; } }

.text--24 {
    font-size: 24px;
    letter-spacing: 0.48px;
    line-height: normal;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.34); }
    @media only screen and (max-width: 767px) {
        .text--24 {
            font-size: 20px; } }

.text--20 {
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.34);
    font-size: 20px;
    letter-spacing: 0.4px; }
    @media only screen and (max-width: 767px) {
        .text--20 {
            font-size: 18px; } }

.text--18, .validation-message {
    font-size: 18px;
    letter-spacing: 0.36px; }
    @media only screen and (max-width: 767px) {
        .text--18, .validation-message {
            font-size: 16px;
            letter-spacing: 0; } }

.text--16 {
    letter-spacing: 0.32px; }
    @media only screen and (max-width: 767px) {
        .text--16 {
            letter-spacing: 0; } }

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

.text--13 {
    font-size: 13px;
    letter-spacing: 0.26px;
    line-height: 1.23; }

.text--9 {
    font-size: 9px;
    letter-spacing: 0.18px;
    font-weight: 700; }

.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;
    background-color: transparent; }

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

a:focus-visible {
    outline-offset: 0;
    outline: 2.5px solid #000; }

*,
*::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: 1023.8px) {
    .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: 1200px) {
    .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: 1439px) {
    .text-xl-center {
        text-align: center; }
    .text-xl-left {
        text-align: left; }
    .text-xl-right {
        text-align: right; }
    .d-xl-none {
        display: none !important; }
    .d-xl-inline-block {
        display: inline-block !important; }
    .d-xl-block {
        display: block !important; }
    .d-xl-flex {
        display: flex !important; }
    .d-xl-inline-flex {
        display: inline-flex !important; } }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Roboto';
    src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: 'Roboto';
    src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: 'Roboto';
    src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap; }

@font-face {
    font-family: 'Montserrat';
    src: local("Montserrat ExtraBold"), local("Montserrat-ExtraBold"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
    font-weight: 800;
    font-style: normal;
    font-display: swap; }

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

.covered {
    max-height: initial; }

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

.p-0 {
    padding: 0; }

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

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

.text--bold {
    font-weight: 700; }

.text--md {
    font-weight: 500; }

.text--uppercase {
    text-transform: uppercase; }

.hide {
    display: none; }

.show {
    display: block; }

.d-flex {
    display: flex; }

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

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

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

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

.validation-message {
    text-align: center;
    color: #f62d27;
    margin-top: 10px;
    display: none; }
    .validation-failed .validation-message {
        display: block; }
    .validation-message p {
        display: inline-block;
        padding-left: 22px;
        position: relative; }
        .validation-message p::before {
            content: '';
            position: absolute;
            left: 0;
            top: 3px;
            width: 14px;
            height: 14px;
            border-radius: 100%;
            background: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='14px' height='14px' viewBox='0 0 14 14' enable-background='new 0 0 14 14' xml:space='preserve'%3E%3Cg%3E%3Cpath fill='%23F62D27' d='M0,7c0-3.9,3.1-7,7-7s7,3.1,7,7s-3.1,7-7,7S0,10.9,0,7z'/%3E%3Cg enable-background='new '%3E%3Cpath fill='%23FAFAFA' d='M6.5,9.3L6,4.5V2.3H8v2.2L7.5,9.3H6.5z M6.1,11.7V9.9h1.8v1.8H6.1z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A") no-repeat center center/contain; }

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

::selection {
    background-color: #004288;
    color: #fff; }

body {
    color: #fafafa;
    font-family: "Roboto", sans-serif;
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    min-height: calc(var(--vh, 1vh) * 100);
    align-items: flex-start;
    background-color: #004288; }
    body::before {
        position: fixed;
        background: url("../images/bodybg_pattern.png") no-repeat center/cover; }
    @media only screen and (max-width: 1022.8px) {
        body.is-open-menu {
            overflow: hidden; } }

.noselect,
.noselect * {
    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;
    -webkit-transition: color 0.3s ease, border 0.3s ease; }

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

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

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

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

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

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

:focus {
    outline: none; }

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

figure img {
    margin: 0; }

.sc-general {
    position: relative;
    width: 100%;
    display: flex;
    flex: auto;
    z-index: 9;
    flex-direction: column; }

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

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

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

input:invalid {
    outline: none; }

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

hr {
    border: 0;
    height: 1px; }

blockquote {
    margin: 0; }

main {
    width: 100%;
    flex: 1 0 auto;
    padding-top: 52px;
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 767px) {
        main {
            padding-top: 24px; } }
    @media print {
        main {
            padding-top: 0; } }

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

@media print {
    * {
        -webkit-print-color-adjust: exact;
        color-adjust: exact; }
    .d-print-none {
        display: none !important; } }

.background-circle::after, .background-circle::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }

.background-circle {
    position: relative;
    width: 106px;
    height: 106px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    pointer-events: none;
    z-index: -1;
    opacity: 0.4; }
    @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
        .background-circle {
            height: 90px;
            width: 90px; } }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .background-circle {
            height: 80px;
            width: 80px; } }
    @media only screen and (max-width: 767px) {
        .background-circle {
            height: 50px;
            width: 50px; } }
    .background-circle::after, .background-circle::before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background-color: #fff;
        border-radius: 100%;
        height: calc(100% + 130%);
        width: calc(100% + 130%);
        z-index: 2;
        opacity: 0.25; }
    .background-circle::after {
        height: calc(100% + 210%);
        width: calc(100% + 210%);
        z-index: 1;
        opacity: 0.15; }

.checkbox {
    min-height: 30px;
    letter-spacing: 0.32px; }
    .checkbox + .checkbox {
        margin-top: 18px; }
    .checkbox__label {
        color: rgba(255, 255, 255, 0.7);
        display: inline-block;
        position: relative;
        padding-left: 42px;
        cursor: pointer;
        margin: 0;
        transition: color 0.3s ease; }
        .checkbox__label::before {
            content: '';
            position: absolute;
            width: 32px;
            height: 32px;
            background-color: rgba(0, 172, 209, 0.3);
            border-radius: 100%;
            left: 0;
            top: -5px; }
        .checkbox__label::after {
            content: '';
            position: absolute;
            left: 8px;
            top: 3px;
            width: 16px;
            height: 16px;
            box-shadow: 0 0 20px #162650;
            background-color: #00acd1;
            border-radius: 100%;
            transition: transform 0.3s ease;
            transform: scale(0); }
    .checkbox a {
        border: 0;
        text-decoration: underline; }
    .checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
        .checkbox input:checked + .checkbox__label {
            color: #fafafa; }
            .checkbox input:checked + .checkbox__label::after {
                transform: scale(1);
                -webkit-transform: scale(1); }

.btn {
    position: relative;
    cursor: pointer;
    font-size: 20px;
    font-weight: 700;
    padding: 6px 25px;
    min-width: 220px;
    min-height: 58px;
    border-radius: 30px;
    background-color: #00acd1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease; }
    @media only screen and (max-width: 767px) {
        .btn {
            padding: 6px 20px;
            min-height: 46px;
            font-size: 16px;
            min-width: 180px; } }
    .btn i,
    .btn span {
        position: relative;
        z-index: 4; }
    .btn:hover, .btn:focus {
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3); }
    .btn:focus-visible {
        outline-color: transparent; }
    .btn--ghost {
        border: 2px solid #00acd1;
        background-color: transparent; }
        .btn--ghost:hover, .btn--ghost:focus {
            background-color: #00acd1; }
    .btn.is-disabled {
        border: 1px solid rgba(0, 0, 0, 0.2);
        background-color: rgba(0, 0, 0, 0.2);
        pointer-events: none; }

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

.icon {
    display: block;
    position: relative; }
    .icon::before {
        background-color: var(--icon-color, #fafafa);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-position: center;
        mask-position: center;
        transition: background-color 0.3s ease; }
    .icon-chevron-up, .icon-chevron-down {
        width: 12px;
        height: 6px; }
        .icon-chevron-up::before, .icon-chevron-down::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.306' height='6.017' viewBox='0 0 9.306 6.017'%3E%3Cpath d='M4.5,4.692l-.021.022L4.5,4.692.4.286,4.5,4.692,8.6.286,4.5,4.692l.021.022Z' transform='translate(0.153 0.225)' fill='none' stroke='%231f2121' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.306' height='6.017' viewBox='0 0 9.306 6.017'%3E%3Cpath d='M4.5,4.692l-.021.022L4.5,4.692.4.286,4.5,4.692,8.6.286,4.5,4.692l.021.022Z' transform='translate(0.153 0.225)' fill='none' stroke='%231f2121' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E%0A"); }
    .icon-chevron-right, .icon-chevron-left {
        width: 7px;
        height: 10px; }
        .icon-chevron-right::before, .icon-chevron-left::before {
            -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6 9.3' style='enable-background:new 0 0 6 9.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234ACE8C;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpath id='Path_195' class='st0' d='M1.3,8.2l3.5-3.4L1.4,1.2'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 6 9.3' style='enable-background:new 0 0 6 9.3;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%234ACE8C;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;%7D%0A%3C/style%3E%3Cpath id='Path_195' class='st0' d='M1.3,8.2l3.5-3.4L1.4,1.2'/%3E%3C/svg%3E%0A"); }
    .icon-arrow-right, .icon-arrow-left {
        width: 20px;
        height: 20px;
        background: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.364' height='19.364' viewBox='0 0 19.364 19.364'%3E%3Cdefs%3E%3ClinearGradient id='linear-gradient' x1='0.177' y1='0.136' x2='1' y2='0.676' gradientUnits='objectBoundingBox'%3E%3Cstop offset='0' stop-color='%23d5ad68'/%3E%3Cstop offset='1' stop-color='%23efcf9b'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M10642.831,10858.06a9.235,9.235,0,1,1,3.575.72A9.18,9.18,0,0,1,10642.831,10858.06Zm-1.739-13.775a7.517,7.517,0,1,0,5.314-2.2A7.47,7.47,0,0,0,10641.092,10844.284Zm4.724,9.242a.833.833,0,0,1,0-1.18l1.914-1.915h-4.663a.834.834,0,1,1,0-1.668h4.663l-1.914-1.915a.834.834,0,0,1,1.179-1.181l3.332,3.331a1.111,1.111,0,0,1,.1.121h0a.079.079,0,0,0,.012.018v0a.065.065,0,0,0,.009.014l0,.006a.1.1,0,0,0,.008.011.026.026,0,0,0,0,.008s0,0,.006.01a.055.055,0,0,1,0,.008l.006.01,0,.009a.01.01,0,0,1,0,.008.107.107,0,0,0,.006.011s0,0,0,.008a.038.038,0,0,0,.006.011l0,.007s0,.009,0,.013a.01.01,0,0,1,0,.006l.006.013s0,0,0,0a.092.092,0,0,0,.006.015v0a.083.083,0,0,1,.006.017v0a.185.185,0,0,1,.006.018h0a.83.83,0,0,1-.166.794h0a.085.085,0,0,0-.012.014l-.006.006a.032.032,0,0,1-.008.009.094.094,0,0,1-.015.014l-3.34,3.34a.831.831,0,0,1-1.179,0Z' transform='translate(-10636.723 -10839.915)' stroke='rgba(0,0,0,0)' stroke-miterlimit='10' stroke-width='1' fill='url(%23linear-gradient)'/%3E%3C/svg%3E%0A") no-repeat center/contain; }
        .icon-arrow-right::before, .icon-arrow-left::before {
            background: transparent; }
    .icon-chevron-up, .icon-chevron-left, .icon-arrow-left {
        transform: scale(-1); }
    .icon-check {
        width: 12px;
        height: 8px; }
        .icon-check::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.139' height='10.544' viewBox='0 0 14.139 10.544'%3E%3Cpath id='Icon_awesome-check' data-name='Icon awesome-check' d='M4.8,14.914l-4.6-4.6a.707.707,0,0,1,0-1l1-1a.707.707,0,0,1,1,0l3.1,3.1,6.63-6.63a.707.707,0,0,1,1,0l1,1a.707.707,0,0,1,0,1L5.8,14.914A.707.707,0,0,1,4.8,14.914Z' transform='translate(0 -4.577)' fill='%23004990'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.139' height='10.544' viewBox='0 0 14.139 10.544'%3E%3Cpath id='Icon_awesome-check' data-name='Icon awesome-check' d='M4.8,14.914l-4.6-4.6a.707.707,0,0,1,0-1l1-1a.707.707,0,0,1,1,0l3.1,3.1,6.63-6.63a.707.707,0,0,1,1,0l1,1a.707.707,0,0,1,0,1L5.8,14.914A.707.707,0,0,1,4.8,14.914Z' transform='translate(0 -4.577)' fill='%23004990'/%3E%3C/svg%3E%0A"); }
    .icon-cross {
        width: 10px;
        height: 8px; }
        .icon-cross::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' height='6.7px' viewBox='0 0 7 6.7' enable-background='new 0 0 7 6.7' xml:space='preserve'%3E%3Cg enable-background='new'%3E%3Cpath fill='%23FAFAFA' d='M0,6.7l2.4-3.5L0.1,0h2.2l1.2,1.9L4.7,0h2.1L4.5,3.2L7,6.7H4.8L3.5,4.7L2.1,6.7H0z'/%3E%3C/g%3E%3C/svg%3E");
            mask-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='7px' height='6.7px' viewBox='0 0 7 6.7' enable-background='new 0 0 7 6.7' xml:space='preserve'%3E%3Cg enable-background='new'%3E%3Cpath fill='%23FAFAFA' d='M0,6.7l2.4-3.5L0.1,0h2.2l1.2,1.9L4.7,0h2.1L4.5,3.2L7,6.7H4.8L3.5,4.7L2.1,6.7H0z'/%3E%3C/g%3E%3C/svg%3E"); }
    .icon-music {
        width: 78px;
        height: 28px;
        opacity: 0.25; }
        .icon-music::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='28.5' viewBox='0 0 78 28.5'%3E%3Cpath id='Union_1' data-name='Union 1' d='M-4555.778,25.611v-.2a2.888,2.888,0,0,1,2.888-2.889,2.889,2.889,0,0,1,2.89,2.889v.2a2.89,2.89,0,0,1-2.89,2.89A2.889,2.889,0,0,1-4555.778,25.611Zm-11.556,0V14.852a2.889,2.889,0,0,1,2.889-2.889,2.889,2.889,0,0,1,2.89,2.889V25.611a2.89,2.89,0,0,1-2.89,2.89A2.89,2.89,0,0,1-4567.334,25.611Zm-10.111,0V8.518a2.889,2.889,0,0,1,2.889-2.889,2.889,2.889,0,0,1,2.889,2.889V25.611a2.889,2.889,0,0,1-2.889,2.89A2.89,2.89,0,0,1-4577.445,25.611Zm-10.112,0V2.889A2.889,2.889,0,0,1-4584.668,0a2.89,2.89,0,0,1,2.89,2.889V25.611a2.89,2.89,0,0,1-2.89,2.89A2.89,2.89,0,0,1-4587.557,25.611Zm-10.11,0V12.74a2.889,2.889,0,0,1,2.888-2.889,2.89,2.89,0,0,1,2.89,2.889v12.87a2.89,2.89,0,0,1-2.89,2.89A2.89,2.89,0,0,1-4597.667,25.611Zm-10.111,0V4.3a2.889,2.889,0,0,1,2.889-2.889A2.889,2.889,0,0,1-4602,4.3V25.611a2.89,2.89,0,0,1-2.89,2.89A2.89,2.89,0,0,1-4607.778,25.611Zm-10.112,0V15.556A2.889,2.889,0,0,1-4615,12.667a2.889,2.889,0,0,1,2.89,2.889V25.611A2.89,2.89,0,0,1-4615,28.5,2.89,2.89,0,0,1-4617.89,25.611Zm-10.11,0v-.2a2.888,2.888,0,0,1,2.888-2.889,2.889,2.889,0,0,1,2.89,2.889v.2a2.89,2.89,0,0,1-2.89,2.89A2.889,2.889,0,0,1-4628,25.611Z' transform='translate(4628)' fill='%23fff'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='78' height='28.5' viewBox='0 0 78 28.5'%3E%3Cpath id='Union_1' data-name='Union 1' d='M-4555.778,25.611v-.2a2.888,2.888,0,0,1,2.888-2.889,2.889,2.889,0,0,1,2.89,2.889v.2a2.89,2.89,0,0,1-2.89,2.89A2.889,2.889,0,0,1-4555.778,25.611Zm-11.556,0V14.852a2.889,2.889,0,0,1,2.889-2.889,2.889,2.889,0,0,1,2.89,2.889V25.611a2.89,2.89,0,0,1-2.89,2.89A2.89,2.89,0,0,1-4567.334,25.611Zm-10.111,0V8.518a2.889,2.889,0,0,1,2.889-2.889,2.889,2.889,0,0,1,2.889,2.889V25.611a2.889,2.889,0,0,1-2.889,2.89A2.89,2.89,0,0,1-4577.445,25.611Zm-10.112,0V2.889A2.889,2.889,0,0,1-4584.668,0a2.89,2.89,0,0,1,2.89,2.889V25.611a2.89,2.89,0,0,1-2.89,2.89A2.89,2.89,0,0,1-4587.557,25.611Zm-10.11,0V12.74a2.889,2.889,0,0,1,2.888-2.889,2.89,2.89,0,0,1,2.89,2.889v12.87a2.89,2.89,0,0,1-2.89,2.89A2.89,2.89,0,0,1-4597.667,25.611Zm-10.111,0V4.3a2.889,2.889,0,0,1,2.889-2.889A2.889,2.889,0,0,1-4602,4.3V25.611a2.89,2.89,0,0,1-2.89,2.89A2.89,2.89,0,0,1-4607.778,25.611Zm-10.112,0V15.556A2.889,2.889,0,0,1-4615,12.667a2.889,2.889,0,0,1,2.89,2.889V25.611A2.89,2.89,0,0,1-4615,28.5,2.89,2.89,0,0,1-4617.89,25.611Zm-10.11,0v-.2a2.888,2.888,0,0,1,2.888-2.889,2.889,2.889,0,0,1,2.89,2.889v.2a2.89,2.89,0,0,1-2.89,2.89A2.889,2.889,0,0,1-4628,25.611Z' transform='translate(4628)' fill='%23fff'/%3E%3C/svg%3E%0A"); }
    .icon-earphone {
        width: 22px;
        height: 24px; }
        .icon-earphone::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.5' height='24' viewBox='0 0 22.5 24'%3E%3Cpath id='Union_5' data-name='Union 5' d='M16.5,22.125v-4.5A1.878,1.878,0,0,1,18,15.788V15.75a6.75,6.75,0,1,0-13.5,0v.036A1.878,1.878,0,0,1,6,17.625v4.5A1.878,1.878,0,0,1,4.125,24,4.125,4.125,0,0,1,3,15.906V15.75a8.25,8.25,0,0,1,16.5,0v.158A4.125,4.125,0,0,1,18.375,24,1.878,1.878,0,0,1,16.5,22.125Zm1.5-4.5v4.5a.376.376,0,0,0,.375.375,2.625,2.625,0,0,0,.3-5.233h0a2.635,2.635,0,0,0-.3-.017A.375.375,0,0,0,18,17.625ZM1.5,19.875A2.629,2.629,0,0,0,4.125,22.5a.376.376,0,0,0,.375-.375v-4.5a.375.375,0,0,0-.375-.374,2.637,2.637,0,0,0-.3.017h0A2.629,2.629,0,0,0,1.5,19.875ZM14.021,5.747a3.7,3.7,0,0,0-5.542,0,.75.75,0,1,1-1.122-.995,5.2,5.2,0,0,1,7.788,0A.75.75,0,0,1,14.583,6,.745.745,0,0,1,14.021,5.747ZM4.441,4.332a.752.752,0,0,1-.1-1.056,8.932,8.932,0,0,1,13.826,0A.75.75,0,0,1,17,4.226a7.432,7.432,0,0,0-11.5,0,.754.754,0,0,1-1.057.105Z' fill='%23fff'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.5' height='24' viewBox='0 0 22.5 24'%3E%3Cpath id='Union_5' data-name='Union 5' d='M16.5,22.125v-4.5A1.878,1.878,0,0,1,18,15.788V15.75a6.75,6.75,0,1,0-13.5,0v.036A1.878,1.878,0,0,1,6,17.625v4.5A1.878,1.878,0,0,1,4.125,24,4.125,4.125,0,0,1,3,15.906V15.75a8.25,8.25,0,0,1,16.5,0v.158A4.125,4.125,0,0,1,18.375,24,1.878,1.878,0,0,1,16.5,22.125Zm1.5-4.5v4.5a.376.376,0,0,0,.375.375,2.625,2.625,0,0,0,.3-5.233h0a2.635,2.635,0,0,0-.3-.017A.375.375,0,0,0,18,17.625ZM1.5,19.875A2.629,2.629,0,0,0,4.125,22.5a.376.376,0,0,0,.375-.375v-4.5a.375.375,0,0,0-.375-.374,2.637,2.637,0,0,0-.3.017h0A2.629,2.629,0,0,0,1.5,19.875ZM14.021,5.747a3.7,3.7,0,0,0-5.542,0,.75.75,0,1,1-1.122-.995,5.2,5.2,0,0,1,7.788,0A.75.75,0,0,1,14.583,6,.745.745,0,0,1,14.021,5.747ZM4.441,4.332a.752.752,0,0,1-.1-1.056,8.932,8.932,0,0,1,13.826,0A.75.75,0,0,1,17,4.226a7.432,7.432,0,0,0-11.5,0,.754.754,0,0,1-1.057.105Z' fill='%23fff'/%3E%3C/svg%3E%0A"); }
    .icon-ticket {
        width: 95px;
        height: 66px; }
        .icon-ticket::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94.853' height='66.99' viewBox='0 0 94.853 66.99'%3E%3Cpath id='Union_6' data-name='Union 6' d='M8.892,66.99A9.026,9.026,0,0,1,0,57.854V42.632a3.008,3.008,0,0,1,2.963-3.047,6.092,6.092,0,0,0,0-12.179A3,3,0,0,1,0,24.362V9.135A9.024,9.024,0,0,1,8.892,0H85.961a9.024,9.024,0,0,1,8.892,9.135V24.362a3.007,3.007,0,0,1-2.967,3.044,6.092,6.092,0,0,0,0,12.179,3.011,3.011,0,0,1,2.967,3.047V57.854a9.026,9.026,0,0,1-8.892,9.135ZM5.929,9.135V21.7a12.269,12.269,0,0,1,0,23.59V57.854A3.01,3.01,0,0,0,8.892,60.9H85.961a3.01,3.01,0,0,0,2.963-3.047V45.288a12.269,12.269,0,0,1,0-23.59V9.135a3,3,0,0,0-2.963-3.044H8.892A3,3,0,0,0,5.929,9.135ZM65.21,50.243a4.448,4.448,0,1,1,4.446,4.568A4.514,4.514,0,0,1,65.21,50.243Zm2.966,0a1.482,1.482,0,1,0,1.48-1.524A1.5,1.5,0,0,0,68.176,50.243ZM17.785,45.676a9.024,9.024,0,0,1,8.892-9.135,8.647,8.647,0,0,1,2.963.521v-12.7A9.085,9.085,0,0,1,36.377,15.5l11.855-3.044a8.767,8.767,0,0,1,7.633,1.663,9.16,9.16,0,0,1,3.418,7.2v18.27a8.9,8.9,0,1,1-8.892-9.135,8.646,8.646,0,0,1,2.963.521V21.314a3.089,3.089,0,0,0-1.142-2.4,2.886,2.886,0,0,0-2.536-.559L37.814,21.405a3.024,3.024,0,0,0-2.244,2.956V45.676a8.9,8.9,0,1,1-17.785,0Zm5.929,0a2.964,2.964,0,1,0,2.963-3.044A3,3,0,0,0,23.714,45.676Zm23.711-6.091a2.966,2.966,0,1,0,2.966-3.044A3.011,3.011,0,0,0,47.425,39.584ZM65.21,35.017a4.448,4.448,0,1,1,4.446,4.568A4.514,4.514,0,0,1,65.21,35.017Zm2.966,0a1.482,1.482,0,1,0,1.48-1.52A1.5,1.5,0,0,0,68.176,35.017ZM65.21,19.794a4.448,4.448,0,1,1,4.446,4.568A4.514,4.514,0,0,1,65.21,19.794Zm2.966,0a1.482,1.482,0,1,0,1.48-1.524A1.5,1.5,0,0,0,68.176,19.794Z' fill='%23004288'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94.853' height='66.99' viewBox='0 0 94.853 66.99'%3E%3Cpath id='Union_6' data-name='Union 6' d='M8.892,66.99A9.026,9.026,0,0,1,0,57.854V42.632a3.008,3.008,0,0,1,2.963-3.047,6.092,6.092,0,0,0,0-12.179A3,3,0,0,1,0,24.362V9.135A9.024,9.024,0,0,1,8.892,0H85.961a9.024,9.024,0,0,1,8.892,9.135V24.362a3.007,3.007,0,0,1-2.967,3.044,6.092,6.092,0,0,0,0,12.179,3.011,3.011,0,0,1,2.967,3.047V57.854a9.026,9.026,0,0,1-8.892,9.135ZM5.929,9.135V21.7a12.269,12.269,0,0,1,0,23.59V57.854A3.01,3.01,0,0,0,8.892,60.9H85.961a3.01,3.01,0,0,0,2.963-3.047V45.288a12.269,12.269,0,0,1,0-23.59V9.135a3,3,0,0,0-2.963-3.044H8.892A3,3,0,0,0,5.929,9.135ZM65.21,50.243a4.448,4.448,0,1,1,4.446,4.568A4.514,4.514,0,0,1,65.21,50.243Zm2.966,0a1.482,1.482,0,1,0,1.48-1.524A1.5,1.5,0,0,0,68.176,50.243ZM17.785,45.676a9.024,9.024,0,0,1,8.892-9.135,8.647,8.647,0,0,1,2.963.521v-12.7A9.085,9.085,0,0,1,36.377,15.5l11.855-3.044a8.767,8.767,0,0,1,7.633,1.663,9.16,9.16,0,0,1,3.418,7.2v18.27a8.9,8.9,0,1,1-8.892-9.135,8.646,8.646,0,0,1,2.963.521V21.314a3.089,3.089,0,0,0-1.142-2.4,2.886,2.886,0,0,0-2.536-.559L37.814,21.405a3.024,3.024,0,0,0-2.244,2.956V45.676a8.9,8.9,0,1,1-17.785,0Zm5.929,0a2.964,2.964,0,1,0,2.963-3.044A3,3,0,0,0,23.714,45.676Zm23.711-6.091a2.966,2.966,0,1,0,2.966-3.044A3.011,3.011,0,0,0,47.425,39.584ZM65.21,35.017a4.448,4.448,0,1,1,4.446,4.568A4.514,4.514,0,0,1,65.21,35.017Zm2.966,0a1.482,1.482,0,1,0,1.48-1.52A1.5,1.5,0,0,0,68.176,35.017ZM65.21,19.794a4.448,4.448,0,1,1,4.446,4.568A4.514,4.514,0,0,1,65.21,19.794Zm2.966,0a1.482,1.482,0,1,0,1.48-1.524A1.5,1.5,0,0,0,68.176,19.794Z' fill='%23004288'/%3E%3C/svg%3E%0A"); }
    .icon-crossed-fingers {
        width: 64px;
        height: 102px; }
        .icon-crossed-fingers::before {
            -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.055' height='81.466' viewBox='0 0 51.055 81.466'%3E%3Cpath id='Union_8' data-name='Union 8' d='M15.56,80.452A3.292,3.292,0,0,1,12.287,78.1,4.568,4.568,0,0,1,12.11,76.9c-.024-1.054,0-2.108-.018-3.162a.81.81,0,0,0-.216-.5c-.741-.75-1.536-1.446-2.248-2.222a11.84,11.84,0,0,1-2.837-6.2c-.544-3.168-1.145-6.326-1.727-9.487a.5.5,0,0,0-.157-.29,7.146,7.146,0,0,1-2.8-5.072C1.566,46.148.937,42.352.357,38.549A21.111,21.111,0,0,1,0,35.593a6.335,6.335,0,0,1,7.536-6.334,20.359,20.359,0,0,1,2.015.63,6.271,6.271,0,0,1,4.746-5.31c2.682-.7,4.906.219,6.7,2.416.111-.716.215-1.37.313-2.023.24-1.6.484-3.191.71-4.789a1.146,1.146,0,0,0-.083-.6c-1.2-2.667-2.414-5.327-3.62-7.991a6.566,6.566,0,0,1,1.3-7.649A6.062,6.062,0,0,1,25.4,2.318a.432.432,0,0,0,.474-.153A5.993,5.993,0,0,1,32.329.29,6.254,6.254,0,0,1,36.86,5.513a9.17,9.17,0,0,1-.151,3.036q-.671,4.547-1.334,9.1a.953.953,0,0,0,.067.5q3.238,7.07,6.492,14.133A1.281,1.281,0,0,0,42,32.4c.761-.038,1.48-.134,2.193-.1a6.314,6.314,0,0,1,5.82,5.544,15.609,15.609,0,0,1-.018,2.66c-.156,2.618-.343,5.234-.52,7.85-.185,2.722-.3,5.451-.578,8.163A12.785,12.785,0,0,1,44.5,65c-1.325,1.174-2.676,2.318-4,3.488a.553.553,0,0,0-.155.411c.25,2.2.495,4.4.784,6.587a4.368,4.368,0,0,1-3.985,4.956c-.137.007-.275.013-.413.013H25.265ZM7.867,56.435c.494,2.714,1.009,5.424,1.479,8.143a9.276,9.276,0,0,0,2.872,5.417c.638.589,1.254,1.2,1.9,1.788a1.58,1.58,0,0,1,.545,1.266c-.016,1.288-.008,2.577,0,3.865a.826.826,0,0,0,.909.938q10.616,0,21.233,0a1.767,1.767,0,0,0,1.777-2.144c-.119-.893-.215-1.789-.321-2.684-.1-.869-.207-1.738-.319-2.671-.154.083-.255.134-.353.192a16.217,16.217,0,0,1-3.395,1.508,20.185,20.185,0,0,1-4.076.8,1.3,1.3,0,0,1-1.219-.41,1.315,1.315,0,0,1,.892-2.181c.592-.07,1.188-.12,1.773-.226a14.712,14.712,0,0,0,6.9-3.213C39.943,65.576,41.408,64.3,42.859,63a10.189,10.189,0,0,0,3.5-6.827c.247-2.622.382-5.254.561-7.882.205-3.014.4-6.028.609-9.042a4.023,4.023,0,0,0-.855-2.95,3.728,3.728,0,0,0-5.329-.583Q35.823,40,30.333,44.316a3.894,3.894,0,0,0-1.319,4.271,3.788,3.788,0,0,0,5.9,1.979c1.01-.752,1.979-1.559,2.985-2.316a1.732,1.732,0,0,1,.855-.4c1.053-.057,2.11-.06,3.165-.044a1.284,1.284,0,0,1,.077,2.56,5.043,5.043,0,0,1-1.166.038,3.094,3.094,0,0,0-2.758.975.881.881,0,0,0-.3.618q-.082,1.49-.206,2.978a1.27,1.27,0,0,1-2.537-.125c.009-.463.05-.925.08-1.43-.159.052-.267.085-.373.122a5.751,5.751,0,0,1-4.361-.088,1.565,1.565,0,0,0-1.351.013,18.808,18.808,0,0,0-7.91,5.947c-.514.657-.961,1.369-1.444,2.052a1.244,1.244,0,0,1-1.446.518A1.311,1.311,0,0,1,17.6,59.95a21.278,21.278,0,0,1,9.371-8.4l.566-.264c-.084-.133-.145-.23-.207-.326a6.587,6.587,0,0,1,1.5-8.753q4.825-3.792,9.666-7.562c.415-.325.83-.651,1.252-.982L34.678,22.646a1.264,1.264,0,0,0-.064.167q-.659,4.5-1.316,8.992A1.29,1.29,0,0,1,31.87,33a1.31,1.31,0,0,1-1.1-1.547c.157-1.124.326-2.245.491-3.368q.777-5.276,1.554-10.552c.5-3.4.985-6.806,1.5-10.205a3.844,3.844,0,1,0-7.575-1.222c-.287,2.18-.653,4.348-.982,6.522q-.706,4.666-1.408,9.332-.707,4.683-1.414,9.367a6.926,6.926,0,0,0-.2,1.908c.444,3.149.964,6.288,1.458,9.43A10.482,10.482,0,0,1,24.4,45.7a6.378,6.378,0,0,1-8.449,5.319c-.364-.128-.711-.308-1.085-.473A6.586,6.586,0,0,1,12.453,54.8a6.077,6.077,0,0,1-4.624,1.331C7.844,56.256,7.85,56.346,7.867,56.435ZM5.68,31.793a3.976,3.976,0,0,0-3.072,4.75c.75,4.521,1.432,9.053,2.131,13.582A3.831,3.831,0,0,0,8.52,53.556l.309-.022a3.843,3.843,0,0,0,3.5-4.317c-.1-.742-.211-1.482-.326-2.221-.611-3.94-1.239-7.877-1.831-11.819a3.9,3.9,0,0,0-3.791-3.45A3.8,3.8,0,0,0,5.68,31.793Zm8.635-4.515a3.987,3.987,0,0,0-2.2,4.363q1.072,6.824,2.121,13.651a3.953,3.953,0,0,0,4.082,3.486,3.9,3.9,0,0,0,3.565-3.927c-.014-.186-.014-.375-.043-.559q-1.086-7.017-2.179-14.032a3.926,3.926,0,0,0-3.846-3.3A3.668,3.668,0,0,0,14.316,27.278ZM21.443,5.768a3.823,3.823,0,0,0-.889,4.511c.683,1.543,1.386,3.076,2.082,4.613a2.455,2.455,0,0,0,.157.245L24.369,4.781q-.194-.017-.383-.017A3.626,3.626,0,0,0,21.443,5.768Zm2.539,67.569c-.776-.053-1.552-.129-2.325-.219A1.322,1.322,0,0,1,20.5,71.706a1.3,1.3,0,0,1,1.477-1.179c.711.072,1.5.131,2.282.238A1.255,1.255,0,0,1,25.4,72.208a1.273,1.273,0,0,1-1.308,1.133C24.052,73.341,24.018,73.34,23.982,73.337Z' transform='translate(0.5 0.511)' fill='%23004288' stroke='%23004288' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A");
            mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='51.055' height='81.466' viewBox='0 0 51.055 81.466'%3E%3Cpath id='Union_8' data-name='Union 8' d='M15.56,80.452A3.292,3.292,0,0,1,12.287,78.1,4.568,4.568,0,0,1,12.11,76.9c-.024-1.054,0-2.108-.018-3.162a.81.81,0,0,0-.216-.5c-.741-.75-1.536-1.446-2.248-2.222a11.84,11.84,0,0,1-2.837-6.2c-.544-3.168-1.145-6.326-1.727-9.487a.5.5,0,0,0-.157-.29,7.146,7.146,0,0,1-2.8-5.072C1.566,46.148.937,42.352.357,38.549A21.111,21.111,0,0,1,0,35.593a6.335,6.335,0,0,1,7.536-6.334,20.359,20.359,0,0,1,2.015.63,6.271,6.271,0,0,1,4.746-5.31c2.682-.7,4.906.219,6.7,2.416.111-.716.215-1.37.313-2.023.24-1.6.484-3.191.71-4.789a1.146,1.146,0,0,0-.083-.6c-1.2-2.667-2.414-5.327-3.62-7.991a6.566,6.566,0,0,1,1.3-7.649A6.062,6.062,0,0,1,25.4,2.318a.432.432,0,0,0,.474-.153A5.993,5.993,0,0,1,32.329.29,6.254,6.254,0,0,1,36.86,5.513a9.17,9.17,0,0,1-.151,3.036q-.671,4.547-1.334,9.1a.953.953,0,0,0,.067.5q3.238,7.07,6.492,14.133A1.281,1.281,0,0,0,42,32.4c.761-.038,1.48-.134,2.193-.1a6.314,6.314,0,0,1,5.82,5.544,15.609,15.609,0,0,1-.018,2.66c-.156,2.618-.343,5.234-.52,7.85-.185,2.722-.3,5.451-.578,8.163A12.785,12.785,0,0,1,44.5,65c-1.325,1.174-2.676,2.318-4,3.488a.553.553,0,0,0-.155.411c.25,2.2.495,4.4.784,6.587a4.368,4.368,0,0,1-3.985,4.956c-.137.007-.275.013-.413.013H25.265ZM7.867,56.435c.494,2.714,1.009,5.424,1.479,8.143a9.276,9.276,0,0,0,2.872,5.417c.638.589,1.254,1.2,1.9,1.788a1.58,1.58,0,0,1,.545,1.266c-.016,1.288-.008,2.577,0,3.865a.826.826,0,0,0,.909.938q10.616,0,21.233,0a1.767,1.767,0,0,0,1.777-2.144c-.119-.893-.215-1.789-.321-2.684-.1-.869-.207-1.738-.319-2.671-.154.083-.255.134-.353.192a16.217,16.217,0,0,1-3.395,1.508,20.185,20.185,0,0,1-4.076.8,1.3,1.3,0,0,1-1.219-.41,1.315,1.315,0,0,1,.892-2.181c.592-.07,1.188-.12,1.773-.226a14.712,14.712,0,0,0,6.9-3.213C39.943,65.576,41.408,64.3,42.859,63a10.189,10.189,0,0,0,3.5-6.827c.247-2.622.382-5.254.561-7.882.205-3.014.4-6.028.609-9.042a4.023,4.023,0,0,0-.855-2.95,3.728,3.728,0,0,0-5.329-.583Q35.823,40,30.333,44.316a3.894,3.894,0,0,0-1.319,4.271,3.788,3.788,0,0,0,5.9,1.979c1.01-.752,1.979-1.559,2.985-2.316a1.732,1.732,0,0,1,.855-.4c1.053-.057,2.11-.06,3.165-.044a1.284,1.284,0,0,1,.077,2.56,5.043,5.043,0,0,1-1.166.038,3.094,3.094,0,0,0-2.758.975.881.881,0,0,0-.3.618q-.082,1.49-.206,2.978a1.27,1.27,0,0,1-2.537-.125c.009-.463.05-.925.08-1.43-.159.052-.267.085-.373.122a5.751,5.751,0,0,1-4.361-.088,1.565,1.565,0,0,0-1.351.013,18.808,18.808,0,0,0-7.91,5.947c-.514.657-.961,1.369-1.444,2.052a1.244,1.244,0,0,1-1.446.518A1.311,1.311,0,0,1,17.6,59.95a21.278,21.278,0,0,1,9.371-8.4l.566-.264c-.084-.133-.145-.23-.207-.326a6.587,6.587,0,0,1,1.5-8.753q4.825-3.792,9.666-7.562c.415-.325.83-.651,1.252-.982L34.678,22.646a1.264,1.264,0,0,0-.064.167q-.659,4.5-1.316,8.992A1.29,1.29,0,0,1,31.87,33a1.31,1.31,0,0,1-1.1-1.547c.157-1.124.326-2.245.491-3.368q.777-5.276,1.554-10.552c.5-3.4.985-6.806,1.5-10.205a3.844,3.844,0,1,0-7.575-1.222c-.287,2.18-.653,4.348-.982,6.522q-.706,4.666-1.408,9.332-.707,4.683-1.414,9.367a6.926,6.926,0,0,0-.2,1.908c.444,3.149.964,6.288,1.458,9.43A10.482,10.482,0,0,1,24.4,45.7a6.378,6.378,0,0,1-8.449,5.319c-.364-.128-.711-.308-1.085-.473A6.586,6.586,0,0,1,12.453,54.8a6.077,6.077,0,0,1-4.624,1.331C7.844,56.256,7.85,56.346,7.867,56.435ZM5.68,31.793a3.976,3.976,0,0,0-3.072,4.75c.75,4.521,1.432,9.053,2.131,13.582A3.831,3.831,0,0,0,8.52,53.556l.309-.022a3.843,3.843,0,0,0,3.5-4.317c-.1-.742-.211-1.482-.326-2.221-.611-3.94-1.239-7.877-1.831-11.819a3.9,3.9,0,0,0-3.791-3.45A3.8,3.8,0,0,0,5.68,31.793Zm8.635-4.515a3.987,3.987,0,0,0-2.2,4.363q1.072,6.824,2.121,13.651a3.953,3.953,0,0,0,4.082,3.486,3.9,3.9,0,0,0,3.565-3.927c-.014-.186-.014-.375-.043-.559q-1.086-7.017-2.179-14.032a3.926,3.926,0,0,0-3.846-3.3A3.668,3.668,0,0,0,14.316,27.278ZM21.443,5.768a3.823,3.823,0,0,0-.889,4.511c.683,1.543,1.386,3.076,2.082,4.613a2.455,2.455,0,0,0,.157.245L24.369,4.781q-.194-.017-.383-.017A3.626,3.626,0,0,0,21.443,5.768Zm2.539,67.569c-.776-.053-1.552-.129-2.325-.219A1.322,1.322,0,0,1,20.5,71.706a1.3,1.3,0,0,1,1.477-1.179c.711.072,1.5.131,2.282.238A1.255,1.255,0,0,1,25.4,72.208a1.273,1.273,0,0,1-1.308,1.133C24.052,73.341,24.018,73.34,23.982,73.337Z' transform='translate(0.5 0.511)' fill='%23004288' stroke='%23004288' stroke-miterlimit='10' stroke-width='1'/%3E%3C/svg%3E%0A"); }

.input-field {
    width: 100%;
    max-width: 500px;
    position: relative;
    text-align: left;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
        .input-field {
            max-width: 100%;
            margin-bottom: 20px; } }
    .input-field__inner {
        position: relative; }
    .input-field__label {
        display: block;
        color: #fff;
        margin: 0;
        position: absolute;
        left: 0;
        top: 5px;
        padding-left: 18px;
        transform: translate(16px, 7px);
        transition: all 0.3s ease; }
        .is-focused .input-field__label {
            color: rgba(250, 250, 250, 0.4);
            font-size: 13px;
            font-weight: 500;
            padding-left: 16px;
            transform: translate(16px, -24px); }
        .validation-failed .input-field__label {
            color: #f62d27; }
        .input-field__label::before {
            content: '';
            width: 9px;
            height: 9px;
            background-color: #00acd1;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 7px;
            transition: all 0.3s ease; }
            @media only screen and (max-width: 767px) {
                .input-field__label::before {
                    top: 5px; } }
            .is-focused .input-field__label::before {
                width: 8px;
                height: 8px;
                top: 4px; }
            .validation-failed .input-field__label::before {
                background-color: #f62d27; }
    .input-field__input {
        width: 100%;
        height: 48px;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 50px;
        border: 0;
        color: #5cd0d9;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 700;
        letter-spacing: 1.6px;
        padding: 0 18px; }
        .validation-failed .input-field__input {
            color: #f62d27; }
    .input-field textarea {
        resize: none; }
    .input-field.is-disabled {
        pointer-events: none;
        opacity: 0.5; }

.radio-button {
    min-height: 30px;
    letter-spacing: 0.32px;
    display: flex;
    align-items: center; }
    .radio-button__label {
        color: rgba(250, 250, 250, 0.4);
        display: inline-block;
        position: relative;
        padding-left: 42px;
        cursor: pointer;
        margin: 0;
        transition: color 0.3s ease; }
        .radio-button__label::before {
            content: '';
            position: absolute;
            width: 32px;
            height: 32px;
            background-color: rgba(0, 172, 209, 0.3);
            border-radius: 100%;
            left: 0;
            top: -5px; }
        .radio-button__label::after {
            content: '';
            position: absolute;
            left: 8px;
            top: 3px;
            width: 16px;
            height: 16px;
            box-shadow: 0 0 20px #162650;
            background-color: #00acd1;
            border-radius: 100%;
            transition: transform 0.3s ease;
            transform: scale(0); }
    .radio-button a {
        border: 0;
        text-decoration: underline; }
    .radio-button input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
        .radio-button input:checked + .radio-button__label {
            color: #fafafa; }
            .radio-button input:checked + .radio-button__label::after {
                transform: scale(1);
                -webkit-transform: scale(1); }

.title--h1, .title--h2, .title--h3, .title--h4, .title--h5, .title--h6 {
    font-weight: 800;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif; }

.title--h1 {
    font-size: 72px;
    line-height: 1.01;
    letter-spacing: 5.04px;
    text-shadow: 0 7px 0 rgba(0, 161, 228, 0.54);
    text-transform: uppercase; }
    @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
        .title--h1 {
            font-size: 62px; } }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .title--h1 {
            font-size: 50px; } }
    @media only screen and (max-width: 767px) {
        .title--h1 {
            font-size: 40px; } }
    @media (max-width: 360px) {
        .title--h1 {
            font-size: 32px; } }

.title--h2 {
    text-shadow: 0 7px 0 rgba(0, 161, 228, 0.54);
    font-size: 48px;
    letter-spacing: 3.36px;
    line-height: 1.1;
    text-transform: uppercase; }
    @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
        .title--h2 {
            font-size: 38px; } }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .title--h2 {
            font-size: 34px; } }
    @media only screen and (max-width: 767px) {
        .title--h2 {
            font-size: 26px; } }

.title--h3 {
    font-size: 29px;
    text-shadow: 0 5px 0 rgba(0, 66, 136, 0.26);
    letter-spacing: 0.87px;
    line-height: 1.17;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .title--h3 {
            font-size: 25px; } }
    @media only screen and (max-width: 767px) {
        .title--h3 {
            font-size: 18px; } }

.title--h4 {
    font-size: 20px;
    letter-spacing: 0.4px; }
    @media only screen and (max-width: 767px) {
        .title--h4 {
            font-size: 16px; } }

.title--h5 {
    font-size: 18px;
    line-height: 1.44; }

.title--h6 {
    font-size: 16px;
    line-height: 1.44; }

.agreement {
    max-width: 454px;
    margin-top: 36px; }

.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 28px 0;
    z-index: 998;
    background-color: #004288;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.3s ease;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 1022.8px) {
        .cookie-banner {
            padding: 18px 0; } }
    .cookie-banner.cookie-not-set {
        opacity: 1;
        visibility: visible; }
    .cookie-banner__text {
        padding-left: 24px;
        line-height: 1.5; }
        @media only screen and (max-width: 1199px) {
            .cookie-banner__text {
                padding: 0; } }
    .cookie-banner__right {
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media only screen and (max-width: 767px) {
            .cookie-banner__right {
                flex-direction: column;
                justify-content: center; } }
    .cookie-banner__inner {
        display: grid;
        grid-template-columns: 68% 1fr;
        grid-gap: 28px;
        align-items: center; }
        @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
            .cookie-banner__inner {
                grid-template-columns: 56% 1fr; } }
        @media only screen and (max-width: 1022.8px) {
            .cookie-banner__inner {
                grid-template-columns: 1fr;
                grid-gap: 20px; } }
    .cookie-banner .btn {
        font-size: inherit; }
    .cookie-banner__settings-link {
        position: relative;
        display: block;
        margin-right: 36px;
        transition: opacity 0.3s ease, color 0.3s ease; }
        @media only screen and (max-width: 767px) {
            .cookie-banner__settings-link {
                margin: 0 0 20px; } }
        .cookie-banner__settings-link::before {
            content: '';
            position: absolute;
            bottom: 0;
            width: 0;
            left: 0;
            height: 2px;
            background-color: #fff;
            pointer-events: none;
            transition: width 0.3s ease; }
        .cookie-banner__settings-link:hover {
            opacity: 0.8; }
            .cookie-banner__settings-link:hover::before {
                width: 100%; }

.birth-date__input-field {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 2.1px;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
        .birth-date__input-field {
            font-size: 18px; } }

.birth-date {
    margin-top: 28px;
    max-width: 540px;
    width: 100%;
    text-align: center; }
    .birth-date__input {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 15px; }
        .birth-date__input ::-webkit-input-placeholder {
            color: #fafafa;
            opacity: 0.55; }
        .birth-date__input :-ms-input-placeholder {
            color: #fafafa;
            opacity: 0.55; }
        .birth-date__input ::placeholder {
            color: #fafafa;
            opacity: 0.55; }
        .birth-date__input-field {
            font-weight: 700;
            text-align: center;
            color: #5cd0d9;
            width: 100%;
            height: 48px;
            border: 0;
            background-color: rgba(255, 255, 255, 0.15);
            border-radius: 50px;
            padding: 0 10px; }
    .birth-date__info-text {
        color: #f62d27;
        position: relative;
        display: inline-block;
        padding-left: 22px;
        margin-bottom: 10px; }
        .birth-date__info-text::before {
            content: '!';
            width: 14px;
            height: 14px;
            background-color: #f62d27;
            border-radius: 100%;
            position: absolute;
            left: 0;
            top: 4px;
            color: #fafafa;
            font-size: 13px;
            line-height: 1.1;
            font-weight: 700; }

.game__code-input {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    top: 0;
    pointer-events: none; }

.game__code {
    position: relative;
    margin-top: 12px;
    text-align: center;
    max-width: 434px; }
    @media only screen and (max-width: 767px) {
        .game__code {
            max-width: 298px; } }
    .game__code-label {
        color: #00a1e4;
        font-size: 20px;
        letter-spacing: 0.4px;
        margin-bottom: 14px; }
    .game__code-input {
        opacity: 0;
        border: 0;
        z-index: 3;
        pointer-events: all; }
    .game__code-display {
        font-size: 42px;
        width: 100%;
        height: 70px;
        border: 0;
        text-align: center;
        background-color: rgba(255, 255, 255, 0.15);
        border-radius: 50px;
        letter-spacing: 16.8px;
        text-transform: uppercase;
        font-weight: 700;
        line-height: 1.8;
        pointer-events: none;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff; }
        @media only screen and (max-width: 767px) {
            .game__code-display {
                height: 70px;
                font-size: 36px;
                letter-spacing: 14.8px;
                line-height: 2.1; } }
    .game__code .cursor {
        color: #fff; }

.game-circle::after, .game-circle::before, .game-circle__bg-circle {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }

.game-circle {
    position: relative;
    width: 202px;
    height: 202px;
    background-color: #fff;
    border-radius: 100%; }
    @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
        .game-circle {
            width: 170px;
            height: 170px; } }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .game-circle {
            width: 130px;
            height: 130px; } }
    @media only screen and (max-width: 767px) {
        .game-circle {
            width: 100px;
            height: 100px; } }
    .game-circle::after, .game-circle::before, .game-circle__bg-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background-color: #00a1e4;
        opacity: 0.8;
        border-radius: 100%;
        height: calc(100% + 30%);
        width: calc(100% + 30%);
        z-index: -1; }
    .game-circle::after {
        opacity: 0.3;
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
        height: calc(100% + 74%);
        width: calc(100% + 74%); }
    .game-circle__bg-circle {
        height: calc(100% + 204%);
        width: calc(100% + 204%);
        background-color: rgba(255, 255, 255, 0.25);
        opacity: 0.16; }
        .game-circle__bg-circle:nth-child(2) {
            height: calc(100% + 312%);
            width: calc(100% + 312%);
            opacity: 0.06; }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .game-circle .icon-ticket {
            width: 65px;
            height: 46px; } }
    @media only screen and (max-width: 767px) {
        .game-circle .icon-ticket {
            width: 55px;
            height: 46px; } }
    @media only screen and (max-width: 1022.8px) {
        .game-circle .icon-crossed-fingers {
            width: 52px;
            height: 82px; } }
    .game-circle__calender {
        position: relative;
        width: 110px;
        height: 96px;
        border: 6px solid #004288;
        border-radius: 12px;
        color: #00a1e4;
        text-align: center;
        display: flex;
        flex-direction: column;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 700;
        line-height: 1;
        font-family: "Montserrat", sans-serif;
        text-shadow: 0 2px 0 rgba(0, 161, 228, 0.17); }
        @media only screen and (max-width: 767px) {
            .game-circle__calender {
                width: 100px;
                height: 84px;
                border-width: 4px; } }
        .game-circle__calender::after, .game-circle__calender::before {
            content: '';
            position: absolute;
            left: 20px;
            top: -5px;
            transform: translateY(-100%);
            background-color: #004288;
            height: 12px;
            width: 6px;
            border-radius: 12px 12px 0 0; }
            @media only screen and (max-width: 767px) {
                .game-circle__calender::after, .game-circle__calender::before {
                    width: 4px;
                    top: -3px; } }
        .game-circle__calender::after {
            left: inherit;
            right: 20px; }
        .game-circle__calender-month {
            padding: 5px 2px 4px;
            border-bottom: 6px solid #004288; }
            @media only screen and (max-width: 767px) {
                .game-circle__calender-month {
                    border-width: 4px; } }
        .game-circle__calender-date {
            font-size: 46px;
            font-weight: 800;
            padding: 2px;
            display: flex;
            flex: auto;
            align-items: center;
            justify-content: center; }
            @media only screen and (max-width: 767px) {
                .game-circle__calender-date {
                    font-size: 32px; } }

.modal .editor-text h1,
.modal .editor-text h2,
.modal .editor-text h3 {
    font-weight: 800;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif; }

.modal .editor-text h1,
.modal .editor-text h2,
.modal .editor-text h3 {
    font-size: 29px;
    text-shadow: 0 5px 0 rgba(0, 66, 136, 0.26);
    letter-spacing: 0.87px;
    line-height: 1.17;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .modal .editor-text h1,
        .modal .editor-text h2,
        .modal .editor-text h3 {
            font-size: 25px; } }
    @media only screen and (max-width: 767px) {
        .modal .editor-text h1,
        .modal .editor-text h2,
        .modal .editor-text h3 {
            font-size: 18px; } }

.modal {
    position: fixed;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    padding: 30px;
    visibility: hidden;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.3s ease, visibility 0.3s ease; }
    @media only screen and (max-width: 767px) {
        .modal {
            padding: 20px; } }
    .modal.is-open-modal {
        visibility: visible;
        opacity: 1; }
    .modal__close {
        position: absolute;
        top: 20px;
        right: 20px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20px;
        height: 20px;
        background-color: #004288;
        z-index: 9; }
        @media only screen and (max-width: 767px) {
            .modal__close {
                top: 22px;
                right: 16px; } }
    .modal__inner {
        width: 100%;
        max-width: 500px;
        background-color: #fff;
        border-radius: 32px;
        position: relative;
        margin: auto;
        color: #004288;
        height: 65vh;
        overflow: hidden; }
    .modal__body {
        height: 100%;
        left: 0;
        position: absolute;
        width: 100%;
        top: 0;
        overflow: auto;
        padding: 80px 50px 40px;
        scrollbar-track-color: rgba(0, 66, 136, 0.5);
        scrollbar-darkshadow-color: #004288;
        scrollbar-arrow-color: rgba(0, 66, 136, 0.5);
        /* width */
        /* Track */
        /* Handle */
        /* Handle on hover */ }
        .modal__body::-webkit-scrollbar {
            width: 6px; }
        .modal__body::-webkit-scrollbar-track {
            background: rgba(0, 66, 136, 0.5); }
        .modal__body::-webkit-scrollbar-thumb {
            background: rgba(0, 66, 136, 0.5);
            width: 6px;
            border-radius: 0; }
        .modal__body::-webkit-scrollbar-thumb:hover {
            background: #004288; }
        @media only screen and (max-width: 767px) {
            .modal__body {
                border-radius: 10px;
                padding: 50px 30px 30px; } }
        @media (max-width: 360px) {
            .modal__body {
                padding: 50px 20px 20px; } }
    .modal .editor-text {
        line-height: 1.5; }
        .modal .editor-text h1,
        .modal .editor-text h2,
        .modal .editor-text h3 {
            text-shadow: 0 2px 0 rgba(0, 66, 136, 0.26);
            font-size: 20px; }
            @media only screen and (max-width: 767px) {
                .modal .editor-text h1,
                .modal .editor-text h2,
                .modal .editor-text h3 {
                    font-size: 16px; } }
            @media (max-width: 360px) {
                .modal .editor-text h1,
                .modal .editor-text h2,
                .modal .editor-text h3 {
                    font-size: 14px; } }

.particles {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0.18; }

.menu li {
    display: inline-block;
    margin: 0 11px; }
    @media (max-width: 380px) {
        .menu li {
            margin: 0 5px; } }

.menu__link {
    display: block;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    transition: color 0.3s ease, opacity 0.3s ease; }
    .menu__link:hover {
        opacity: 0.8; }

.radiobox-inline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px; }
    @media only screen and (max-width: 767px) {
        .radiobox-inline {
            margin-top: 28px;
            display: flex;
            flex-direction: column; } }
    .radiobox-inline__label {
        margin-bottom: 0;
        color: #00acd1; }
    .radiobox-inline__input {
        display: inline-flex;
        align-items: center;
        margin-left: 22px; }
        @media only screen and (max-width: 767px) {
            .radiobox-inline__input {
                margin: 15px 0 0; } }
    .radiobox-inline .radio-button {
        margin-right: 22px; }
    .radiobox-inline__text {
        margin-top: 4px; }

.section-footer__icon::after, .section-footer__icon::before, .section-footer__icon .icon::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none; }

.section-footer {
    position: relative;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #00acd1;
    letter-spacing: 0.32px; }
    @media only screen and (max-width: 767px) {
        .section-footer {
            flex-direction: column; } }
    .section-footer__text-left, .section-footer__text-right {
        position: relative;
        z-index: 4; }
    .section-footer__text-left {
        margin-right: 16px; }
        @media only screen and (max-width: 767px) {
            .section-footer__text-left {
                margin: 0 0 8px; } }
    .section-footer__icon {
        margin-right: 16px;
        position: relative; }
        @media only screen and (max-width: 767px) {
            .section-footer__icon {
                margin: 0 0 8px; } }
        .section-footer__icon::after, .section-footer__icon::before {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            background-color: rgba(92, 208, 217, 0.25);
            height: calc(100% + 160px);
            width: calc(100% + 160px);
            opacity: 0.2;
            border-radius: 100%; }
            @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
                .section-footer__icon::after, .section-footer__icon::before {
                    height: calc(100% + 100px);
                    width: calc(100% + 100px); } }
            @media only screen and (max-width: 767px) {
                .section-footer__icon::after, .section-footer__icon::before {
                    height: calc(100% + 90px);
                    width: calc(100% + 90px); } }
        .section-footer__icon::after {
            height: calc(100% + 246px);
            width: calc(100% + 246px);
            opacity: 0.15; }
            @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
                .section-footer__icon::after {
                    height: calc(100% + 150px);
                    width: calc(100% + 150px); } }
            @media only screen and (max-width: 767px) {
                .section-footer__icon::after {
                    height: calc(100% + 130px);
                    width: calc(100% + 130px); } }
        .section-footer__icon .icon::after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            height: 82px;
            width: 82px;
            background-color: rgba(92, 208, 217, 0.25);
            border-radius: 100%;
            opacity: 0.4; }
            @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
                .section-footer__icon .icon::after {
                    height: 70px;
                    width: 70px; } }
            @media only screen and (max-width: 767px) {
                .section-footer__icon .icon::after {
                    height: 60px;
                    width: 60px; } }

.passes {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    max-width: 460px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: left; }
    @media only screen and (max-width: 767px) {
        .passes {
            align-items: flex-start; } }
    @media (max-width: 320px) {
        .passes {
            flex-direction: column; } }
    .passes__icon {
        height: 76px;
        width: 76px;
        border-radius: 100%;
        background-color: #fff;
        color: #004288;
        flex-direction: column;
        border: 8px solid rgba(0, 161, 228, 0.8);
        text-align: center; }
        @media (max-width: 320px) {
            .passes__icon {
                border-width: 6px; } }
        .passes__icon .icon {
            width: 26px;
            height: 18px; }
    .passes__text {
        margin-top: 4px; }
    .passes__item {
        display: grid;
        grid-template-columns: 76px 1fr;
        grid-gap: 10px;
        align-items: center;
        max-width: 176px;
        width: 100%;
        flex: 0 0 176px; }
        @media only screen and (max-width: 767px) {
            .passes__item {
                flex: auto;
                grid-template-columns: unset;
                grid-template-rows: 76px 1fr;
                text-align: center;
                justify-items: center; } }
        @media (max-width: 320px) {
            .passes__item {
                grid-template-columns: 76px 1fr;
                text-align: left;
                max-width: 100%;
                grid-template-rows: unset;
                justify-items: flex-start; } }
        .passes__item:not(:last-child) {
            margin-right: 40px; }
            @media only screen and (max-width: 767px) {
                .passes__item:not(:last-child) {
                    margin-right: 20px; } }
            @media (max-width: 320px) {
                .passes__item:not(:last-child) {
                    margin: 0 0 20px; } }
    .passes__label {
        letter-spacing: 0.28px; }

.contest__header .title--h3 {
    font-size: 28px;
    letter-spacing: 0.84px;
    line-height: 1.04;
    font-weight: 600;
    text-shadow: 0 5px 0 rgba(0, 66, 136, 0.26); }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .contest__header .title--h3 {
            font-size: 25px; } }
    @media only screen and (max-width: 767px) {
        .contest__header .title--h3 {
            font-size: 18px; } }

.contest {
    overflow: hidden;
    text-align: center;
    padding: 40px 0; }
    @media only screen and (max-width: 767px) {
        .contest {
            padding: 0 20px 20px;
            max-width: 100%; } }
    .contest .container {
        max-width: 696px; }
    .contest__header .icon {
        margin: 24px auto 0; }
    .contest__header .title--h3 {
        text-transform: none;
        margin-top: 10px; }
    .contest__content {
        position: relative;
        margin: 16px 0 80px; }
        @media only screen and (max-width: 767px) {
            .contest__content {
                margin-bottom: 70px; } }
    .contest .game-circle {
        margin: 75px auto 0;
        height: 228px;
        width: 228px; }
        @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
            .contest .game-circle {
                width: 200px;
                height: 200px; } }
        @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
            .contest .game-circle {
                width: 178px;
                height: 178px; } }
        @media only screen and (max-width: 767px) {
            .contest .game-circle {
                width: 150px;
                height: 150px;
                margin-top: 60px; } }
        .contest .game-circle .game-circle__bg-circle {
            height: calc(100% + 170%);
            width: calc(100% + 170%); }
            .contest .game-circle .game-circle__bg-circle:nth-child(2) {
                height: calc(100% + 266%);
                width: calc(100% + 266%); }
    .contest .section-footer {
        margin-top: auto;
        padding-left: 42px; }
        @media only screen and (max-width: 767px) {
            .contest .section-footer {
                padding-left: 0; } }
    .contest__bg-element {
        opacity: 0.4; }
        .contest__bg-element .background-circle {
            position: absolute;
            left: -74%;
            top: 32%; }
            @media only screen and (min-width: 1200px) and (max-width: 1439px) {
                .contest__bg-element .background-circle {
                    left: -54%; } }
            @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
                .contest__bg-element .background-circle {
                    left: -34%; } }
            @media only screen and (max-width: 1022.8px) {
                .contest__bg-element .background-circle {
                    left: -10%; } }
            @media only screen and (min-width: 1200px) {
                .contest__bg-element .background-circle:nth-child(1) {
                    width: 126px;
                    height: 126px; } }
            .contest__bg-element .background-circle:nth-child(2) {
                left: inherit;
                right: -42%;
                top: -6%; }
                @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
                    .contest__bg-element .background-circle:nth-child(2) {
                        right: -12%; } }
                @media only screen and (max-width: 1022.8px) {
                    .contest__bg-element .background-circle:nth-child(2) {
                        right: -10%; } }

.footer-main {
    width: 100%;
    padding: 10px 0; }
    .footer-main__nav ul {
        display: flex;
        width: 100%;
        justify-content: space-between; }
    .footer-main__nav li {
        display: inline-block;
        margin: 0 5px; }
        .footer-main__nav li:first-child {
            margin-left: 0; }
        .footer-main__nav li:last-child {
            margin-right: 0; }
    .footer-main__nav-link {
        display: block;
        color: #fff;
        font-weight: 700;
        letter-spacing: 0.64px;
        text-transform: uppercase;
        transition: color 0.3s ease, opacity 0.3s ease; }
        @media only screen and (max-width: 767px) {
            .footer-main__nav-link {
                font-size: 12px; } }
        @media (max-width: 360px) {
            .footer-main__nav-link {
                font-size: 8px; } }
        .footer-main__nav-link:hover {
            opacity: 0.8; }

.editor-text h1, .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6 {
    font-weight: 800;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif; }

.editor-text h1 {
    font-size: 72px;
    line-height: 1.01;
    letter-spacing: 5.04px;
    text-shadow: 0 7px 0 rgba(0, 161, 228, 0.54);
    text-transform: uppercase; }
    @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
        .editor-text h1 {
            font-size: 62px; } }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .editor-text h1 {
            font-size: 50px; } }
    @media only screen and (max-width: 767px) {
        .editor-text h1 {
            font-size: 40px; } }
    @media (max-width: 360px) {
        .editor-text h1 {
            font-size: 32px; } }

.editor-text h2 {
    text-shadow: 0 7px 0 rgba(0, 161, 228, 0.54);
    font-size: 48px;
    letter-spacing: 3.36px;
    line-height: 1.1;
    text-transform: uppercase; }
    @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
        .editor-text h2 {
            font-size: 38px; } }
    @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
        .editor-text h2 {
            font-size: 34px; } }
    @media only screen and (max-width: 767px) {
        .editor-text h2 {
            font-size: 26px; } }

.editor-text h3 {
    font-size: 29px;
    text-shadow: 0 5px 0 rgba(0, 66, 136, 0.26);
    letter-spacing: 0.87px;
    line-height: 1.17;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .editor-text h3 {
            font-size: 25px; } }
    @media only screen and (max-width: 767px) {
        .editor-text h3 {
            font-size: 18px; } }

.editor-text h4 {
    font-size: 20px;
    letter-spacing: 0.4px; }
    @media only screen and (max-width: 767px) {
        .editor-text h4 {
            font-size: 16px; } }

.editor-text h5 {
    font-size: 18px;
    line-height: 1.44; }

.editor-text h6 {
    font-size: 16px;
    line-height: 1.44; }

.container .editor-text .container {
    max-width: 100%;
    padding: 0; }

.editor-text h1 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h1 {
            margin-bottom: 15px; } }
    * + .editor-text h1 {
        margin-top: 26px; }
    .editor-text h1:first-child {
        margin-top: 0; }
    .editor-text h1:last-child {
        margin-bottom: 0; }

.editor-text h2 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h2 {
            margin-bottom: 15px; } }
    * + .editor-text h2 {
        margin-top: 26px; }
    .editor-text h2:first-child {
        margin-top: 0; }
    .editor-text h2:last-child {
        margin-bottom: 0; }

.editor-text h3 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h3 {
            margin-bottom: 15px; } }
    * + .editor-text h3 {
        margin-top: 26px; }
    .editor-text h3:first-child {
        margin-top: 0; }
    .editor-text h3:last-child {
        margin-bottom: 0; }

.editor-text h4 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h4 {
            margin-bottom: 15px; } }
    * + .editor-text h4 {
        margin-top: 26px; }
    .editor-text h4:first-child {
        margin-top: 0; }
    .editor-text h4:last-child {
        margin-bottom: 0; }

.editor-text h5 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h5 {
            margin-bottom: 15px; } }
    * + .editor-text h5 {
        margin-top: 26px; }
    .editor-text h5:first-child {
        margin-top: 0; }
    .editor-text h5:last-child {
        margin-bottom: 0; }

.editor-text h6 {
    margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
        .editor-text h6 {
            margin-bottom: 15px; } }
    * + .editor-text h6 {
        margin-top: 26px; }
    .editor-text h6:first-child {
        margin-top: 0; }
    .editor-text h6:last-child {
        margin-bottom: 0; }

.editor-text h4,
.editor-text h5,
.editor-text h6 {
    margin-bottom: 8px; }

.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text figure,
.editor-text table {
    margin-bottom: 26px; }
    @media only screen and (max-width: 767px) {
        .editor-text p,
        .editor-text ul,
        .editor-text ol,
        .editor-text figure,
        .editor-text table {
            margin-bottom: 18px; } }
    .editor-text p:first-child,
    .editor-text ul:first-child,
    .editor-text ol:first-child,
    .editor-text figure:first-child,
    .editor-text table:first-child {
        margin-top: 0; }
    .editor-text p:last-child,
    .editor-text ul:last-child,
    .editor-text ol:last-child,
    .editor-text figure:last-child,
    .editor-text table:last-child {
        margin-bottom: 0; }
    .editor-text p a,
    .editor-text ul a,
    .editor-text ol a,
    .editor-text figure a,
    .editor-text table a {
        color: inherit;
        text-decoration: underline; }
        .editor-text p a:hover,
        .editor-text ul a:hover,
        .editor-text ol a:hover,
        .editor-text figure a:hover,
        .editor-text table a:hover {
            text-decoration: none; }

.editor-text figure img {
    margin: 0; }

.editor-text img {
    margin-bottom: 8px; }
    * + .editor-text img {
        margin-top: 8px; }
    .editor-text img:first-child {
        margin-top: 0; }
    .editor-text img:last-child {
        margin-bottom: 0; }

.editor-text ul {
    list-style: none;
    padding-left: 0; }
    .editor-text ul li {
        padding-left: 14px;
        position: relative;
        margin-bottom: 10px; }
    .editor-text ul li::before {
        content: '';
        position: absolute;
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        top: 10px;
        background-color: currentColor; }
        @media only screen and (max-width: 767px) {
            .editor-text ul li::before {
                top: 8px; } }

.editor-text ol {
    list-style: decimal; }
    .editor-text ol li {
        margin-bottom: 10px; }

.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; }
        .editor-text table th:not(:first-child),
        .editor-text table td:not(:first-child) {
            border-left: 1px solid; }

.editor-text blockquote p {
    margin: 0 !important; }

.editor-text strong {
    font-weight: 700; }

.game-failed__header .title--h3 {
    font-size: 28px;
    letter-spacing: 0.84px;
    line-height: 1.04;
    font-weight: 600;
    text-shadow: 0 5px 0 rgba(0, 66, 136, 0.26); }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .game-failed__header .title--h3 {
            font-size: 25px; } }
    @media only screen and (max-width: 767px) {
        .game-failed__header .title--h3 {
            font-size: 18px; } }

.game-failed {
    overflow: hidden;
    text-align: center;
    padding: 40px 20px; }
    @media only screen and (max-width: 767px) {
        .game-failed {
            padding: 0 20px 20px; } }
    .game-failed .container {
        position: relative;
        max-width: 696px; }
    .game-failed__header .icon {
        margin: 20px auto 0; }
    .game-failed__header .title--h3 {
        text-transform: none;
        margin-top: 10px; }
    .game-failed__content {
        position: relative;
        margin: 12px 0 80px; }
        @media only screen and (max-width: 767px) {
            .game-failed__content {
                margin-bottom: 50px; } }
        .game-failed__content .title--h3 {
            text-transform: none; }
    .game-failed .game-circle {
        margin: 78px auto 0;
        width: 156px;
        height: 156px; }
        @media only screen and (max-width: 1022.8px) {
            .game-failed .game-circle {
                width: 122px;
                height: 122px; } }
        @media only screen and (max-width: 767px) {
            .game-failed .game-circle {
                margin-top: 60px; } }
        @media only screen and (min-width: 1200px) {
            .game-failed .game-circle .game-circle__bg-circle {
                height: calc(100% + 400%);
                width: calc(100% + 400%); } }
        @media only screen and (min-width: 1200px) {
            .game-failed .game-circle .game-circle__bg-circle:nth-child(2) {
                height: calc(100% + 582%);
                width: calc(100% + 582%); } }
    .game-failed .section-footer {
        margin-top: auto;
        padding-left: 42px; }
        @media only screen and (max-width: 767px) {
            .game-failed .section-footer {
                padding-left: 0; } }
    .game-failed .editor-text {
        max-width: 336px;
        width: 100%;
        margin: 76px auto 0;
        color: #1ca1e4; }
        @media only screen and (max-width: 767px) {
            .game-failed .editor-text {
                max-width: 100%;
                margin-top: 60px; } }
    .game-failed__bg-element {
        opacity: 0.3; }
        .game-failed__bg-element .background-circle {
            position: absolute;
            left: -74%;
            top: 32%; }
            @media only screen and (min-width: 1200px) and (max-width: 1439px) {
                .game-failed__bg-element .background-circle {
                    left: -54%; } }
            @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
                .game-failed__bg-element .background-circle {
                    left: -34%; } }
            @media only screen and (max-width: 1022.8px) {
                .game-failed__bg-element .background-circle {
                    left: -10%; } }
            @media only screen and (min-width: 1200px) {
                .game-failed__bg-element .background-circle:nth-child(1) {
                    width: 126px;
                    height: 126px; } }
            .game-failed__bg-element .background-circle:nth-child(2) {
                left: inherit;
                right: -42%;
                top: -6%; }
                @media only screen and (min-width: 1023.8px) and (max-width: 1199px) {
                    .game-failed__bg-element .background-circle:nth-child(2) {
                        right: -12%; } }
                @media only screen and (max-width: 1022.8px) {
                    .game-failed__bg-element .background-circle:nth-child(2) {
                        right: -10%; } }

.game-success .title--h3 {
    font-size: 37px;
    letter-spacing: 1.11px;
    line-height: 1.19;
    text-shadow: 0 5px 0 rgba(0, 66, 136, 0.26); }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .game-success .title--h3 {
            font-size: 25px; } }
    @media only screen and (max-width: 767px) {
        .game-success .title--h3 {
            font-size: 18px; } }

.game-success {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding: 56px 0 42px; }
    @media only screen and (max-width: 1022.8px) {
        .game-success {
            max-width: 100%;
            padding: 56px 40px 42px; } }
    @media only screen and (max-width: 767px) {
        .game-success {
            padding: 0 20px 20px; } }
    .game-success .container {
        max-width: 870px;
        position: relative; }
        @media only screen and (max-width: 1022.8px) {
            .game-success .container {
                max-width: 580px; } }
    .game-success__header .icon {
        margin: 14px auto 0; }
    .game-success__content {
        position: relative;
        max-width: 755px;
        width: 100%;
        margin: 14px auto 80px; }
        @media only screen and (max-width: 1199px) {
            .game-success__content {
                max-width: 682px; } }
        @media only screen and (max-width: 1022.8px) {
            .game-success__content {
                margin-bottom: 50px; } }
        @media only screen and (max-width: 767px) {
            .game-success__content {
                margin-bottom: 30px; } }
    .game-success .game-circle {
        margin: 105px auto 0; }
        @media only screen and (max-width: 767px) {
            .game-success .game-circle {
                margin-top: 60px; } }
    .game-success .editor-text {
        max-width: 336px;
        width: 100%;
        margin: 96px auto 0;
        color: #1ca1e4; }
        @media only screen and (max-width: 767px) {
            .game-success .editor-text {
                margin-top: 60px; } }
    .game-success .btn {
        margin-top: 32px; }
        @media only screen and (max-width: 767px) {
            .game-success .btn {
                margin-top: 24px; } }
    .game-success .section-footer {
        margin-top: auto;
        padding-left: 42px; }
        @media only screen and (max-width: 767px) {
            .game-success .section-footer {
                padding-left: 0; } }
    .game-success .title--h3 {
        text-transform: none; }
    .game-success__bg-element .background-circle {
        position: absolute;
        left: -21%;
        top: 28%; }
        @media only screen and (max-width: 1022.8px) {
            .game-success__bg-element .background-circle {
                left: -10%; } }
        @media only screen and (min-width: 1200px) {
            .game-success__bg-element .background-circle:nth-child(1) {
                width: 126px;
                height: 126px; } }
        .game-success__bg-element .background-circle:nth-child(2) {
            left: inherit;
            right: -32%;
            top: 8%; }
            @media only screen and (max-width: 1022.8px) {
                .game-success__bg-element .background-circle:nth-child(2) {
                    right: -10%; } }
        .game-success__bg-element .background-circle:nth-child(3) {
            width: 76px;
            height: 76px;
            left: inherit;
            right: 0;
            top: inherit;
            bottom: 20%; }
            @media only screen and (min-width: 768px) and (max-width: 1022.8px) {
                .game-success__bg-element .background-circle:nth-child(3) {
                    width: 50px;
                    height: 50px;
                    right: 0; } }
            @media only screen and (max-width: 767px) {
                .game-success__bg-element .background-circle:nth-child(3) {
                    height: 30px;
                    width: 30px; } }

.intro-screen {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 32px 0; }
    @media only screen and (max-width: 767px) {
        .intro-screen {
            padding: 0 20px 40px; } }
    .intro-screen .container {
        max-width: 580px;
        position: relative; }
    .intro-screen__header {
        display: flex;
        align-items: center;
        flex-direction: column;
        position: relative; }
        .intro-screen__header .icon {
            display: inline-block;
            margin-top: 32px; }
        .intro-screen__header .background-circle {
            height: 50px;
            width: 50px;
            position: absolute;
            left: 0;
            bottom: 32%; }
            @media only screen and (max-width: 767px) {
                .intro-screen__header .background-circle {
                    height: 30px;
                    width: 30px; } }
    .intro-screen__info-text {
        opacity: 0.73;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0.3px;
        margin-top: 10px; }
    .intro-screen__button {
        margin: 34px 0; }
    .intro-screen .section-footer {
        padding-left: 32px;
        margin-top: auto; }
        @media only screen and (max-width: 767px) {
            .intro-screen .section-footer {
                padding-left: 0; } }
    .intro-screen__bg-element .background-circle {
        position: absolute;
        left: -44%;
        top: 33%; }
        @media only screen and (max-width: 1022.8px) {
            .intro-screen__bg-element .background-circle {
                left: -10%; } }
        .intro-screen__bg-element .background-circle:nth-child(2) {
            left: inherit;
            right: -44%; }
            @media only screen and (min-width: 1200px) {
                .intro-screen__bg-element .background-circle:nth-child(2) {
                    width: 110px;
                    height: 110px; } }
            @media only screen and (max-width: 1022.8px) {
                .intro-screen__bg-element .background-circle:nth-child(2) {
                    right: -10%; } }

.participate {
    overflow: hidden;
    position: relative;
    text-align: center;
    padding: 0 20px; }
    .participate .container {
        max-width: 862px;
        position: relative; }
    .participate__header {
        position: relative;
        margin-bottom: 36px; }
        .participate__header .icon {
            margin: 30px auto 0; }
            @media only screen and (max-width: 767px) {
                .participate__header .icon {
                    margin-top: 20px; } }
        .participate__header .background-circle {
            height: 50px;
            width: 50px;
            position: absolute;
            left: 18%;
            bottom: 13%; }
            @media only screen and (max-width: 767px) {
                .participate__header .background-circle {
                    height: 30px;
                    width: 30px; } }
    .participate__content {
        position: relative;
        border: 1px solid #707070;
        background-color: #fff;
        border-radius: 36px 36px 0 0;
        color: #004288;
        padding: 80px 80px 100px;
        flex: auto; }
        @media only screen and (max-width: 1022.8px) {
            .participate__content {
                padding: 50px 50px 80px; } }
        @media only screen and (max-width: 767px) {
            .participate__content {
                padding: 30px 20px 80px;
                border-radius: 20px 20px 0 0; } }
        .participate__content .icon {
            position: absolute;
            bottom: 42px;
            left: 50%;
            transform: translateX(-50%); }
            @media only screen and (max-width: 1022.8px) {
                .participate__content .icon {
                    bottom: 30px; } }
        .participate__content .background-circle {
            position: absolute;
            left: -15%;
            top: 7%; }
            .participate__content .background-circle:nth-child(2) {
                left: inherit;
                right: -16%; }
    .participate .title--h3 {
        text-transform: none;
        font-weight: 700;
        text-shadow: none; }
    .participate .btn {
        margin-top: 66px; }
        @media only screen and (min-width: 1200px) {
            .participate .btn {
                padding: 6px 32px; } }
        @media only screen and (max-width: 1022.8px) {
            .participate .btn {
                margin-top: 30px; } }
        @media only screen and (max-width: 767px) {
            .participate .btn {
                font-size: 14px; } }
        .participate .btn:hover, .participate .btn:focus {
            box-shadow: 0 0 0 3px rgba(0, 172, 209, 0.3); }
    .participate .editor-text {
        max-width: 645px;
        width: 100%;
        margin: 60px auto 0;
        letter-spacing: 0.32px; }
        @media only screen and (max-width: 1022.8px) {
            .participate .editor-text {
                margin-top: 30px; } }
        @media only screen and (max-width: 767px) {
            .participate .editor-text {
                max-width: 100%;
                margin-top: 20px; } }

.personal-data {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 54px 0; }
    @media only screen and (max-width: 767px) {
        .personal-data {
            padding: 0 20px 40px; } }
    .personal-data .container {
        max-width: 670px;
        position: relative; }
    .personal-data__header {
        display: flex;
        align-items: center;
        flex-direction: column;
        max-width: 994px;
        width: 100%;
        margin: 0 auto; }
        @media only screen and (max-width: 1199px) {
            .personal-data__header {
                max-width: 670px; } }
    .personal-data .passes {
        margin-top: 34px; }
    .personal-data__form {
        margin-bottom: 60px; }
        @media only screen and (max-width: 1022.8px) {
            .personal-data__form {
                margin-bottom: 32px; } }
    .personal-data__button {
        margin: 34px 0 0; }
        @media only screen and (max-width: 767px) {
            .personal-data__button {
                margin: 20px 0 0; } }
    .personal-data .section-footer {
        padding-left: 48px;
        margin-top: auto; }
        @media only screen and (max-width: 767px) {
            .personal-data .section-footer {
                padding-left: 0; } }
    .personal-data .radiobox-inline {
        margin: 30px 0; }
    .personal-data .checkbox {
        text-align: left;
        padding: 0 14px; }
        @media only screen and (max-width: 767px) {
            .personal-data .checkbox {
                padding: 0; } }
        .personal-data .checkbox__label {
            font-size: 13px;
            letter-spacing: 0.26px;
            line-height: 1.23;
            padding-left: 36px;
            margin-bottom: 20px; }
            .personal-data .checkbox__label::before {
                width: 26px;
                height: 26px;
                top: 0; }
            .personal-data .checkbox__label::after {
                width: 14px;
                height: 14px;
                left: 6px;
                top: 6px; }
    .personal-data__bg-element {
        opacity: 0.6; }
        .personal-data__bg-element .background-circle {
            position: absolute;
            left: -42%;
            top: 7%; }
            @media only screen and (min-width: 1200px) {
                .personal-data__bg-element .background-circle {
                    width: 125px;
                    height: 125px; } }
            @media only screen and (max-width: 1022.8px) {
                .personal-data__bg-element .background-circle {
                    left: -10%; } }
            .personal-data__bg-element .background-circle:nth-child(2) {
                left: inherit;
                right: -43%;
                top: 54%; }
                @media only screen and (min-width: 1200px) {
                    .personal-data__bg-element .background-circle:nth-child(2) {
                        width: 106px;
                        height: 106px; } }
                @media only screen and (max-width: 1022.8px) {
                    .personal-data__bg-element .background-circle:nth-child(2) {
                        right: -10%; } }

.registration .title--h3 {
    font-size: 31px;
    text-shadow: 0 5px 0 rgba(0, 66, 136, 0.26);
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.93px;
    line-height: 1.16; }
    @media only screen and (min-width: 768px) and (max-width: 1199px) {
        .registration .title--h3 {
            font-size: 25px; } }
    @media only screen and (max-width: 767px) {
        .registration .title--h3 {
            font-size: 18px; } }

.registration {
    overflow: hidden;
    text-align: center;
    padding: 32px 0 40px; }
    @media only screen and (max-width: 767px) {
        .registration {
            padding: 0 20px 20px; } }
    .registration .container {
        position: relative;
        max-width: 780px; }
        @media only screen and (max-width: 1022.8px) {
            .registration .container {
                max-width: 580px; } }
    .registration__header {
        position: relative; }
        .registration__header .icon {
            margin: 30px auto 0; }
            @media only screen and (max-width: 767px) {
                .registration__header .icon {
                    margin-top: 20px; } }
        .registration__header .title--h3 {
            margin-top: 15px; }
        .registration__header .background-circle {
            height: 50px;
            width: 50px;
            position: absolute;
            left: 15%;
            bottom: 32%; }
            @media only screen and (max-width: 767px) {
                .registration__header .background-circle {
                    height: 30px;
                    width: 30px; } }
    .registration__button-list {
        display: grid;
        justify-items: center;
        grid-gap: 34px;
        margin-top: 50px; }
        @media only screen and (max-width: 1022.8px) {
            .registration__button-list {
                margin-top: 40px; } }
        @media only screen and (max-width: 767px) {
            .registration__button-list {
                grid-gap: 20px;
                margin-top: 30px; } }
        @media only screen and (min-width: 1023.8px) {
            .registration__button-list .btn {
                min-width: 312px; } }
    .registration__content {
        position: relative;
        margin: 14px 0 80px; }
        @media only screen and (max-width: 1022.8px) {
            .registration__content {
                margin-bottom: 50px; } }
        @media only screen and (max-width: 767px) {
            .registration__content {
                margin-bottom: 30px; } }
        .registration__content .background-circle {
            position: absolute;
            left: -22%;
            top: 10%; }
            .registration__content .background-circle:nth-child(2) {
                left: inherit;
                right: -22%;
                top: 13%; }
    .registration .title--h3 {
        text-transform: none; }
    .registration .editor-text {
        max-width: 432px;
        width: 100%;
        margin: 72px auto 0;
        letter-spacing: 0.32px; }
        @media only screen and (max-width: 1022.8px) {
            .registration .editor-text {
                margin-top: 30px; } }
        @media only screen and (max-width: 767px) {
            .registration .editor-text {
                max-width: 100%;
                margin-top: 20px; } }
    .registration .section-footer {
        margin-top: auto;
        padding-left: 32px; }
        @media only screen and (max-width: 767px) {
            .registration .section-footer {
                padding-left: 0; } }

.header-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 16px 30px;
    z-index: 100; }
    @media only screen and (max-width: 767px) {
        .header-main {
            top: inherit;
            bottom: 0;
            padding: 30px 15px;
            display: none; } }








/*# sourceMappingURL=bundle.css.map */
