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

.covered, .cover-bg {
    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;
}

body {
    font-size: 15px;
    line-height: 1.5;
}
@media only screen and (max-width: 766px) {
    body {
        font-size: 15px;
    }
}

.text--30 {
    font-size: 30px;
    line-height: 1.4;
}
@media only screen and (max-width: 1171px) {
    .text--30 {
        font-size: 22px;
    }
}
@media only screen and (max-width: 766px) {
    .text--30 {
        font-size: 20px;
    }
}

.text--22 {
    font-size: 22px;
    line-height: 1.27;
}

.text--18 {
    font-size: 18px;
    line-height: 1.22;
}

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

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

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

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

:root {
    --color-white:	#fff;
    --color-black:	#000;
    --color-primary:	#00324e;
    --color-secondary:	#d6ccbc;
    --color-body-bg:	#faf8f4;
    --color-validation:	#ff3b30;
    --space-16px:	16px;
    --space-24px:	24px;
    --space-40px:	40px;
    --space-60px:	60px;
    --space-80px:	80px;
    --space-100px:	100px;
    --space-120px:	120px;
}

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

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 38px;
    line-height: 36px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto;
}

.nice-select:hover {
    border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999;
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: "";
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px;
}

.nice-select.open:after {
    transform: rotate(-135deg);
}

.nice-select.open .nice-select-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0);
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}

.nice-select.disabled:after {
    border-color: #ccc;
}

.nice-select.wide {
    width: 100%;
}

.nice-select.wide .nice-select-dropdown {
    left: 0 !important;
    right: 0 !important;
}

.nice-select.right {
    float: right;
}

.nice-select.right .nice-select-dropdown {
    left: auto;
    right: 0;
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}

.nice-select.small:after {
    height: 4px;
    width: 4px;
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}

.nice-select .nice-select-dropdown {
    margin-top: 4px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(19px);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    opacity: 0;
}

.nice-select .list {
    border-radius: 5px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    max-height: 210px;
    overflow-y: auto;
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important;
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #f6f6f6;
}

.nice-select .option.selected {
    font-weight: bold;
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

.nice-select .optgroup {
    font-weight: bold;
}

.no-csspointerevents .nice-select .nice-select-dropdown {
    display: none;
}

.no-csspointerevents .nice-select.open .nice-select-dropdown {
    display: block;
}

.nice-select .list::-webkit-scrollbar {
    width: 0;
}

.nice-select .has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px;
}

.nice-select .has-multiple span.current {
    border: 1px solid #ccc;
    background: #eee;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px;
}

.nice-select .has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0;
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    color: #444;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100%;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important;
    font-size: 14px;
}

@font-face {
    font-family: "Cera";
    src: url("../fonts/Cera-Light.woff2") format("woff2"), url("../fonts/Cera-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera";
    src: url("../fonts/Cera-Regular.woff2") format("woff2"), url("../fonts/Cera-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera";
    src: url("../fonts/Cera-Medium.woff2") format("woff2"), url("../fonts/Cera-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Cera";
    src: url("../fonts/Cera-Bold.woff2") format("woff2"), url("../fonts/Cera-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Canela";
    src: url("../fonts/Canela-Regular.woff2") format("woff2"), url("../fonts/Canela-Regular.woff") format("woff");
    font-weight: 400;
    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;
}

.text--white {
    color: var(--color-white);
}
.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;
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: calc(100% - 50px);
}
@media only screen and (min-width: 767px) {
    .container {
        max-width: 600px;
    }
}
.container .container {
    max-width: 100%;
}

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

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

body {
    color: var(--color-primary);
    font-family: "Cera", 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: var(--color-body-bg);
    /* stylelint-disable-next-line */
}
body.is-open-menu, body.noscroll {
    overflow: hidden;
}
@media only screen and (min-width: 1023px) {
    body.is-open-menu, body.noscroll {
        overflow: auto;
    }
}

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

i,
em {
    font-style: italic;
}

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

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

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

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

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

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

: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 {
    width: 100%;
    position: relative;
}

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

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

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

input:invalid {
    outline: none;
}

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

main {
    width: 100%;
    flex: 1 0 auto;
}
.birth-date {
    margin: 28px 0 20px;
}
.birth-date__input {
    display: grid;
    grid-gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.birth-date .title {
    margin-bottom: 18px;
}
.birth-date .input-field {
    margin-bottom: 0;
}
.birth-date .input-field__input {
    text-align: center;
}
.personal-data {
    width: 100%;
    margin: 45px 0 58px;
}
.personal-data .input-field {
    margin-bottom: 16px;
}
.personal-data .input-field__label {
    margin-bottom: 5px;
}
.personal-data__info-text {
    font-weight: 300;
    margin-top: 14px;
}
.cookie-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 20px 0;
    z-index: 998;
    color: var(--color-black);
    background-color: var(--color-white);
    font-size: 14px;
    line-height: 1.5;
    transition: opacity 0.5s ease, visibility 0s linear 0.5s;
}
@media only screen and (max-width: 766px) {
    .cookie-banner {
        padding: 30px 0;
    }
}
.cookie-banner.cookie-set {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0s linear;
}
.cookie-banner .cookie-width {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1440px;
}
@media only screen and (max-width: 766px) {
    .cookie-banner .cookie-width {
        flex-direction: column;
    }
}
.cookie-banner__button {
    margin-left: 50px;
}
@media only screen and (max-width: 766px) {
    .cookie-banner__button {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }
}
@media only screen and (max-width: 766px) {
    .cookie-banner .btn--cookie {
        width: 100%;
    }
}
.button-group {
    display: grid;
    grid-gap: 14px;
    justify-items: flex-start;
}
.button-group .btn {
    min-width: 256px;
    padding: 4px 20px;
}
.radiobox-inline {
    margin: 30px 0 22px;
}
.radiobox-inline .title {
    margin-bottom: 16px;
}
.radiobox-inline .radio-button {
    display: inline-block;
}
.radiobox-inline .radio-button:not(:last-child) {
    margin-right: 30px;
}
.radiobox-inline__info-text {
    font-weight: 300;
    margin-top: 14px;
}
.reward-card {
    width: 100%;
    max-width: 120px;
    display: grid;
    grid-gap: 14px;
    text-align: center;
    justify-content: center;
}
.reward-card__image {
    width: 98px;
    height: 98px;
    overflow: hidden;
    border-radius: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    background-color: var(--color-white);
    flex-direction: column;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 5px 10px;
}
.reward-card__image-inner {
    width: 100%;
    min-height: 50px;
}
.reward-card__image img {
    max-width: 40px;
    object-fit: contain;
}
.reward-card__points {
    color: var(--color-secondary);
    margin-bottom: 4px;
}
.reward-card__text {
    line-height: 1.35;
}
.reward-card__text strong {
    font-weight: 500;
}
.reward-card--large {
    max-width: 232px;
    grid-gap: 28px;
}
.reward-card--large .reward-card__image {
    width: 155px;
    height: 155px;
    margin: 0 auto;
    justify-content: center;
}
.reward-card--large .reward-card__image-inner {
    min-height: 100px;
}
.reward-card--large .reward-card__image img {
    max-width: 75px;
    height: 100%;
}
.reward-card--bottom-align-image .reward-card__image {
    padding-bottom: 0;
    align-items: flex-end;
}
.reward-card--bottom-align-image .reward-card__image-inner {
    margin-bottom: -20px;
}
.section-header {
    position: relative;
    width: 100%;
    min-height: 360px;
    overflow: hidden;
    padding-top: 40px;
}
.section-header::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 100%;
    height: 100%;
    background: url(../images/section-header-bg.png) no-repeat center bottom/100% auto;
    z-index: 0;
}
@media only screen and (max-width: 1023px) {
    .section-header::before {
        bottom: 110px;
    }
}
@media only screen and (max-width: 766px) {
    .section-header::before {
        bottom: 70px;
        background-size: 250% auto;
    }
}
@media (max-width: 370px) {
    .section-header::before {
        background-size: 350% auto;
    }
}
.section-header__text, .section-header__info-text,
.section-header .title {
    position: relative;
    z-index: 3;
}
.section-header__info-text {
    margin-top: 20px;
}
.section-header__text {
    margin-top: 15px;
}
.section-header__card-list {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    z-index: 3;
    margin-top: 40px;
}
.section-header__card-list .reward-card {
    margin: 0 28px;
}
.section-header--single-card::before {
    bottom: 100px;
}
.btn {
    cursor: pointer;
    border-radius: 0;
    padding: 4px 12px 2px;
    min-width: 154px;
    min-height: 40px;
    background-color: var(--color-primary);
    color: var(--color-white);
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--color-primary);
    font-size: 22px;
    font-family: "Canela", sans-serif;
    font-weight: 400;
    justify-content: center;
    line-height: 0.95;
    transition: background-color 0.25s ease-in, box-shadow 0.25s ease-in, color 0.3s ease;
}
.btn:hover, .btn:focus {
    background-color: transparent;
    color: var(--color-hover-primary);
}
.btn .btn__text {
    display: block;
}
.btn--ghost {
    background-color: transparent;
    color: var(--color-primary);
}
.btn--ghost:hover, .btn--ghost:focus {
    background-color: var(--color-primary);
    color: var(--color-white);
}
.checkbox {
    display: flex;
    align-items: center;
    min-height: 30px;
    font-weight: 300;
    user-select: none;
}
.checkbox + .checkbox {
    margin-top: 18px;
}
.checkbox__label {
    display: inline-block;
    line-height: normal;
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin: 0;
    transition: color 0.3s ease;
}
.checkbox__label::before {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    border: 1px solid currentColor;
    left: 0;
    top: 2px;
    transition: box-shadow 0.3s ease;
}
.checkbox__label::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    width: 9px;
    height: 9px;
    background-color: var(--color-primary);
    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::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.checkbox input:focus + .checkbox__label::before {
    box-shadow: 0 0 0 3px rgba(0, 50, 78, 0.2);
}
.checkbox.agree-checkbox {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.31;
}
.checkbox.agree-checkbox .checkbox__label::before {
    top: 2px;
}
.checkbox.agree-checkbox .checkbox__label::after {
    top: 5px;
}
.custom-dropdown {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.custom-dropdown .title {
    margin-bottom: 14px;
}
.custom-dropdown__info-text {
    display: block;
    width: 100%;
    font-weight: 300;
    margin-top: 8px;
}

.nice-select {
    width: 100%;
    border: 0;
    max-width: 222px;
    min-height: 35px;
    display: flex;
    align-items: center;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
    background-color: var(--color-white);
    color: var(--color-primary);
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    border-radius: 0;
    padding-left: 22px;
    padding-right: 36px;
}
.nice-select::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 7.8px;
    border-color: transparent transparent transparent var(--color-primary);
    transform: rotate(0);
    right: 16px;
    transform-origin: center;
}
.nice-select.open::after {
    transform: rotate(90deg);
}
.nice-select .nice-select-dropdown {
    margin-top: 0;
    width: 100%;
    border: 0;
    box-shadow: 2px 8px 8px rgba(0, 0, 0, 0.05);
    border-radius: 0;
    background-color: var(--color-white);
}
.nice-select .list {
    max-height: 266px;
}
.nice-select .option {
    padding: 5px 22px;
    line-height: 1.5;
}
.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(--color-black);
    -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-down, .icon-chevron-up {
    width: 9px;
    height: 6px;
}
.icon-chevron-down::before, .icon-chevron-up::before {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-343.000000, -3797.000000)' stroke='%23000000' stroke-width='1.15'%3E%3Cpolyline transform='translate(349.500000, 3800.500000) rotate(90.000000) translate(-349.500000, -3800.500000) ' points='346.749922 3795 352.250078 3800.50016 346.749922 3806'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg width='13px' height='8px' viewBox='0 0 13 8' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate(-343.000000, -3797.000000)' stroke='%23000000' stroke-width='1.15'%3E%3Cpolyline transform='translate(349.500000, 3800.500000) rotate(90.000000) translate(-349.500000, -3800.500000) ' points='346.749922 3795 352.250078 3800.50016 346.749922 3806'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-chevron-up:before {
    transform: scale(-1);
}
.input-field {
    width: 100%;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}
@media only screen and (max-width: 766px) {
    .input-field {
        margin-bottom: 20px;
    }
}
.input-field__inner {
    position: relative;
}
.input-field__label {
    color: var(--color-primary);
    font-weight: 300;
    margin-bottom: 2px;
}
.input-field__input {
    width: 100%;
    height: 35px;
    box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
    background-color: var(--color-white);
    border: 1px solid transparent;
    color: var(--color-primary);
    padding: 0 15px;
    border-radius: 0;
    transition: border 0.3s ease;
}
.is-validation-failed .input-field__input {
    color: var(--color-validation);
}
.input-field__input:focus {
    border-color: var(--color-primary);
}
.input-field textarea {
    resize: none;
}
.input-field.is-disabled {
    pointer-events: none;
    opacity: 0.5;
}
.radio-button {
    display: flex;
    align-items: center;
    user-select: none;
}
.radio-button__label {
    display: inline-block;
    position: relative;
    padding-left: 28px;
    line-height: normal;
    cursor: pointer;
    margin: 0;
    transition: color 0.3s ease;
}
.radio-button__label::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid var(--color-primary);
    border-radius: 100%;
    left: 0;
    top: 2px;
    transition: box-shadow 0.3s ease;
}
.radio-button__label::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: var(--color-primary);
    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::after {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.radio-button input:focus + .radio-button__label::before {
    box-shadow: 0 0 0 3px rgba(0, 50, 78, 0.2);
}
.title--h6, .title--h5, .title--h4, .title--h3, .title--h2, .title--h1 {
    font-weight: 400;
    line-height: 1.4;
    font-family: "Canela", sans-serif;
}

.title--h1 {
    font-size: 45px;
    line-height: 1;
}

.title--h2 {
    font-size: 22px;
    line-height: normal;
}

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

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

.title--h5 {
    font-size: 16px;
}

.title--h6 {
    font-size: 14px;
}
.coming-soon-module {
    min-height: 100vh;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20vh;
}
.coming-soon-module .title {
    font-size: 90px;
    margin-bottom: 32px;
}
@media only screen and (max-width: 1171px) {
    .coming-soon-module .title {
        font-size: 60px;
        margin-bottom: 20px;
    }
}
@media only screen and (max-width: 766px) {
    .coming-soon-module .title {
        font-size: 34px;
        margin-bottom: 15px;
    }
}
.coming-soon-module .title, .coming-soon-module__text {
    position: relative;
    z-index: 3;
}
.coming-soon-module::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50vh;
    pointer-events: none;
    background: url(../images/comming-soon-bg.png) no-repeat center top/100% auto;
}
@media only screen and (max-width: 1171px) {
    .coming-soon-module::after {
        height: 30vh;
        background-size: 150% auto;
    }
}
@media only screen and (max-width: 766px) {
    .coming-soon-module::after {
        height: 40vh;
        background-size: 160% auto;
    }
}
.editor-text ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
}

.editor-text h6, .editor-text h5, .editor-text h4, .editor-text h3, .editor-text h2, .editor-text h1 {
    font-weight: 400;
    line-height: 1.4;
    font-family: "Canela", sans-serif;
}

.editor-text h1 {
    font-size: 45px;
    line-height: 1;
}

.editor-text h2 {
    font-size: 22px;
    line-height: normal;
}

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

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

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

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

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

.container .editor-text .container {
    max-width: 100%;
    padding: 0;
}
.editor-text h1,
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5,
.editor-text h6 {
    font-weight: 700;
    margin-bottom: 30px;
}
* + .editor-text h1,
* + .editor-text h2,
* + .editor-text h3,
* + .editor-text h4,
* + .editor-text h5,
* + .editor-text h6 {
    margin-top: 40px;
}
.editor-text h1:first-child,
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text h6:first-child {
    margin-top: 0;
}
.editor-text p,
.editor-text ul,
.editor-text ol,
.editor-text img,
.editor-text figure,
.editor-text table {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img:first-child,
.editor-text figure:first-child,
.editor-text table:first-child {
    margin-top: 0;
}
.editor-text p:last-child,
.editor-text ul:last-child,
.editor-text ol:last-child,
.editor-text img:last-child,
.editor-text figure:last-child,
.editor-text table:last-child {
    margin-bottom: 0;
}
.editor-text p a,
.editor-text ul a,
.editor-text ol a,
.editor-text img a,
.editor-text figure a,
.editor-text table a {
    text-decoration: underline;
}
.editor-text ul,
.editor-text ol {
    list-style: none;
}
.editor-text ul li,
.editor-text ol li {
    position: relative;
    padding-left: 1.75em;
}
.editor-text ul li:before {
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: currentColor;
    color: inherit;
    top: calc(0.5em + 4px);
}
.editor-text ol {
    counter-reset: ol_text_counter;
}
.editor-text ol li {
    counter-increment: ol_text_counter;
}
.editor-text ol li:before {
    content: counter(ol_text_counter) ".";
    font-size: inherit;
    position: absolute;
    left: 0;
}
.editor-text table {
    border: 1px solid;
    width: 100%;
}
.editor-text table tr {
    border-bottom: 1px solid;
}
.editor-text table th,
.editor-text table td {
    padding: 0.5em;
}
.editor-text table th:not(:first-child),
.editor-text table td:not(:first-child) {
    border-left: 1px solid;
}
.editor-text blockquote p {
    margin: 0 !important;
}
.site-footer__nav a::before, .site-footer__nav a::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    pointer-events: none;
}
.site-footer__nav a::before {
    transition: width 0.4s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
.site-footer__nav a::after {
    transition: width 0.2s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
.site-footer__nav a.is-active::after, .site-footer__nav a.is-active::before, .site-footer__nav a:hover::after, .site-footer__nav a:hover::before {
    width: 100%;
    left: 0;
}

.site-footer {
    width: 100%;
    padding: 15px 0;
    background: url(../images/footer-bg.jpg);
}
.site-footer__nav {
    text-transform: uppercase;
    line-height: 1.71;
}
.site-footer__nav ul {
    display: grid;
    grid-gap: 0;
}
.site-footer__nav a {
    display: inline-block;
    position: relative;
}







.intro-screen {
    position: relative;
    padding-bottom: 54px;
}
.intro-screen__form {
    margin-top: 50px;
}
.intro-screen__button {
    margin-top: 28px;
}
.intro-screen__info-text {
    margin-top: 36px;
}
.intro-screen .custom-dropdown {
    margin: 42px 0 28px;
}
/*# sourceMappingURL=bundle.css.map */
