/* COLORS */
/* MEDIA QUERIES */
/* MEDIA QUERIES */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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

html,
body {
    font-size: 62.5%;
}

body {
    line-height: 1.5;
    color: white;
    background-color: #090307;
}

@media (max-width: 900px) {
    body.is-menu-active {
        overflow: hidden;
    }
}

address {
    font-style: normal;
}

button {
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
}

img {
    height: auto;
    max-width: 100%;
}

video {
    max-width: 100%;
}

label {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

textarea {
    resize: vertical;
    /*height: auto !important; */
}

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

::-webkit-input-placeholder {
    text-overflow: ellipsis;
}

:-moz-placeholder {
    text-overflow: ellipsis;
}

::-moz-placeholder {
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    text-overflow: ellipsis;
}

input[placeholder] {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a {
    color: inherit;
    text-decoration: none;
}

/*input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}*/
:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1196px;
}

@media (max-width: 900px) {
    .container {
        padding: 0 2rem;
    }
}

.site-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'Manrope', sans-serif;
    font-size: 1.6rem;
    min-height: 100vh;
}

.site-content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.main {
    padding-top: 8.8rem;
}

@media (max-width: 767px) {
    .main {
        padding-top: 5.5rem;
    }
}

.row {
    margin: 0 -1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col {
    margin: 0 1.5rem;
    width: calc(50% - 3rem);
}

.bold {
    font-weight: bold !important;
}

.h1 {
    /* h1 */
    font-weight: normal;
    font-size: 3.4rem;
    line-height: 118%;
    letter-spacing: 0.0025em;
}

.h2 {
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 133%;
}

.h3 {
    font-weight: bold;
    font-size: 2rem;
    line-height: 160%;
    letter-spacing: 0.0025em;
}

.subtitle-1 {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: 0.0015em;
}

.subtitle-2 {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: 0.0015em;
}

.body-1, .site-wrapper, .link {
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 150%;
    letter-spacing: 0.005em;
    -webkit-font-feature-settings: 'liga' off;
    font-feature-settings: 'liga' off;
}

.body-2 {
    font-size: 1.4rem;
    line-height: 143%;
    letter-spacing: 0.0025em;
}

.button, .btn {
    font-weight: bold;
    font-size: 1.4rem;
    letter-spacing: 0.0125em;
}

.caption, .form__slider-label, .page__footer {
    font-size: 1.2rem;
    line-height: 167%;
    letter-spacing: 0.004em;
}

.overline {
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 267%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.link {
    color: #3D5AFE;
}

.link:hover {
    text-transform: underline;
}

.btn {
    height: 4rem;
    background: #FE2C55;
    color: #fff;
    padding: 0 1.2rem;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    border: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-family: inherit;
}

.btn svg {
    fill: currentColor;
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    margin-left: .8rem;
}

.btn:hover {
    background-color: #D02644;
}

.btn[disabled], .btn.is-disabled {
    background-color: rgba(29, 29, 29, 0.8) !important;
    color: rgba(84, 87, 105, 0.24) !important;
}

.header {
    background: transparent;
    color: white;
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 1;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    z-index: 10;
    background: transparent;
}

.header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 4rem 0;
}

.header__logo {
    width: 6.4rem;
    position: relative;
    z-index: 1;
}

.header__signup {
    color: #FE2C55;
}

@media (max-width: 900px) {
    .header__signup {
        font-size: 1.2rem;
    }
}

.footer {
    background: #FE2C55;
    color: rgba(255, 255, 255, 0.6);
    font-size: 1.4rem;
}

.footer .container {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.footer a {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

.footer a:hover {
    color: #D02644;
    opacity: 1;
}

.footer a:active {
    color: #D02644;
    opacity: .8;
}

.footer__row {
    height: 15rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .footer__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        height: auto;
        min-height: 14rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .footer__col:last-child {
        margin-bottom: 1.2rem;
    }
}

.form {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(84, 87, 105, 0.24);
    /* secondary */
    -webkit-box-shadow: 0px 0.4rem 1.6rem rgba(29, 29, 29, 0.08);
    box-shadow: 0px 0.4rem 1.6rem rgba(29, 29, 29, 0.08);
    border-radius: 8px;
    padding: 2rem 2.4rem;
    max-width: 39.2rem;
}

.form__item {
    margin-bottom: 1.6rem;
}

.form__slider-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form__slider-label {
    color: rgba(255, 255, 255, 0.5);
}

.form__slider-value {
    font-weight: 300;
    font-size: 2.4rem;
    line-height: 133%;
}

.form__totalprice {
    font-weight: bold;
    font-size: 3.4rem;
    line-height: 118%;
    letter-spacing: 0.0025em;
}

.form__button {
    margin-top: 1.6rem;
}

.form__social-title {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    /* or 118% */
    letter-spacing: 0.0025em;
    color: #24F3EE;
    text-shadow: 3px 3px 0px #FE2C55;
    margin-bottom: 1.6rem;
}

.form__social-link {
    margin-right: 1.2rem;
}

.form--social {
    margin-top: 4rem;
}

.vue-slider-dot-tooltip-text {
    display: none !important;
}

.vue-slider-dot {
    background: #FE2C55;
    width: 2.4rem !important;
    height: 2.4rem !important;
    border-radius: 50%;
    border: 1px solid #000;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 2px rgba(29, 29, 29, 0.08);
    box-shadow: 0 0 0 2px rgba(29, 29, 29, 0.08);
}

.vue-slider-process {
    background: #FE2C55;
    height: 4px !important;
    border-radius: 3px !important;
}

.vue-slider-rail {
    background: rgba(0, 0, 0, 0.4);
    height: 1px;
}

.field {
    height: 5.6rem;
    background-color: rgba(84, 87, 105, 0.24);
    display: block;
    position: relative;
    padding: 0 2rem;
}

.field__label {
    position: absolute;
    left: 2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: rgba(255, 255, 255, 0.5);
}

.field__iput, .field__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 1;
    padding-top: 20px;
    vertical-align: bottom;
    background-color: transparent;
    outline: none !important;
    color: white;
    border: none;
    width: 100%;
}

.field__iput--select *, .field__input--select * {
    background-color: #37343b;
}

.field__iput:not(:-moz-placeholder-shown) + .field__label, .field__input:not(:-moz-placeholder-shown) + .field__label {
    position: absolute;
    transform: translateY(-2.5rem);
    font-size: 1.2rem;
}

.field__iput:not(:-ms-input-placeholder) + .field__label, .field__input:not(:-ms-input-placeholder) + .field__label {
    position: absolute;
    -ms-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
    font-size: 1.2rem;
}

.field__iput:focus + .field__label, .field__iput:not(:placeholder-shown) + .field__label, .field__iput.is-active + .field__label, .field__input:focus + .field__label, .field__input:not(:placeholder-shown) + .field__label, .field__input.is-active + .field__label {
    position: absolute;
    -webkit-transform: translateY(-2.5rem);
    -ms-transform: translateY(-2.5rem);
    transform: translateY(-2.5rem);
    font-size: 1.2rem;
}

.page {
    position: relative;
}

.page__text-wrapper {
    max-width: 50%;
}

@media (max-width: 900px) {
    .page__text-wrapper {
        max-width: 100%;
    }
}

.page__bg {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

@media (max-width: 900px) {
    .page__bg {
        position: static;
        width: 100%;
        height: 142vw;
        -o-object-position: top;
        object-position: top;
    }
}

.page__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (max-width: 900px) {
    .page__bg img {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.page .h1 {
    color: #24F3EE;
    text-shadow: 3px 3px 0px #fe2c55;
    margin-bottom: 5.6rem;
    font-weight: 800;
    font-size: 5.2rem;
    line-height: 123%;
    letter-spacing: 0.0025em;
}

@media (max-width: 900px) {
    .page .h1 {
        font-size: 3.4rem;
        text-align: center;
        margin-top: 10.4rem;
    }
}

.page__footer {
    margin-top: 8rem;
    margin-bottom: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 900px) {
    .page__footer {
        position: absolute;
        padding: 2rem;
        left: 0;
        bottom: 0;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (max-width: 900px) {
    .page .form {
        max-width: initial;
        margin: 0 -2rem;
        border-radius: 0;
        padding: 2rem;
    }
    .page .form__button.btn {
        width: 100%;
    }
    .page .steps__item {
        margin-bottom: 2.3rem;
    }
}

.steps {
    margin-top: 4rem;
}

.steps__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.6rem;
}

.steps__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1.6rem;
    width: 3.6rem;
    height: 3.6rem;
    background: rgba(255, 255, 255, 0.15);
    /* secondary */
    border: 1px solid rgba(84, 87, 105, 0.24);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 16px rgba(29, 29, 29, 0.08);
    box-shadow: 0px 4px 16px rgba(29, 29, 29, 0.08);
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.steps__icon svg {
    width: 2.4rem;
    height: 2.4rem;
}

/* Local HTML slider: replaces external Vue component without changing the visual language. */
.clean-slider {
    position: relative;
    height: 2.4rem;
    display: flex;
    align-items: center;
}
.clean-slider input[type="range"] {
    --progress: 0%;
    width: 100%;
    height: 2.4rem;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
}
.clean-slider input[type="range"]::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 3px;
    background: linear-gradient(to right, #FE2C55 0%, #FE2C55 var(--progress), rgba(0, 0, 0, 0.4) var(--progress), rgba(0, 0, 0, 0.4) 100%);
}
.clean-slider input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: -1rem;
    border-radius: 50%;
    border: 1px solid #000;
    background: #FE2C55;
    box-shadow: 0 0 0 2px rgba(29, 29, 29, 0.08);
}
.clean-slider input[type="range"]::-moz-range-track {
    height: 4px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.4);
}
.clean-slider input[type="range"]::-moz-range-progress {
    height: 4px;
    border-radius: 3px;
    background: #FE2C55;
}
.clean-slider input[type="range"]::-moz-range-thumb {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    border: 1px solid #000;
    background: #FE2C55;
    box-shadow: 0 0 0 2px rgba(29, 29, 29, 0.08);
}
.clean-slider input[type="range"]:focus-visible::-webkit-slider-thumb {
    box-shadow: 0 0 0 4px rgba(254, 44, 85, 0.28);
}

/* Mobile layout refinement: remove the unused header offset and keep the hero compact. */
@media (max-width: 900px) {
    body {
        overflow-x: hidden;
    }

    .main {
        padding-top: 0;
    }

    .page__text-wrapper {
        padding-top: 2.4rem;
    }

    .page .h1 {
        margin: 0 0 2.8rem;
        font-size: 3.2rem;
        line-height: 1.16;
    }

    .steps {
        margin-top: 3rem;
        padding-bottom: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        padding-left: 1.6rem;
        padding-right: 1.6rem;
    }

    .page__text-wrapper {
        padding-top: 2rem;
    }

    .page .h1 {
        margin-bottom: 2.4rem;
        font-size: 2.9rem;
        line-height: 1.14;
    }

    .page .form {
        margin-left: -1.6rem;
        margin-right: -1.6rem;
        padding: 1.8rem 1.6rem;
    }

    .steps {
        margin-top: 2.6rem;
    }
}
