.countdown-desktop {
    padding: 12px 6px;
    background: rgba(0, 0, 0, 1);
    text-align: center;
}

.countdown-desktop:not(.arrived) {
    display: none;
}

@media (min-width: 1025px) {
    .countdown-desktop {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.countdown-desktop__label {
    font: normal normal 800 1.2em/0.851 Inter;
    letter-spacing: 0.7px;
    color: var(--color-text-highlight);
    text-transform: uppercase;
    opacity: 1;
    margin: 0;
    text-align: center;
}

@media (min-width: 1025px) {
    .countdown-desktop__label {
        font: normal normal 800 2.2em/0.851 Inter;
    }
}

.countdown-desktop__timer {
    margin-top: 0.5em;
}

.hero {
    position: relative;
    background-image: url('./img/hero-bg.png');
    background-size: cover;
    background-position-y: bottom;
}

.hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('./img/hero-gradient.png');
    background-size: cover;
    background-position-y: bottom;
    z-index: 1;
}

.hero__columns {
    display: flex;
    flex-direction: column-reverse;
    position: relative;
    z-index: 2;
    color: var(--color-text-highlight)
}

@media (min-width: 1025px) {
    .hero__columns {
        flex-direction: row;
        max-width: 1920px;
        margin: 0 auto;
        padding: 15px 6.82291667%;
        margin-bottom: 122px;
    }

    .hero-column--a {
        width: 45%;
    }

    .hero-column--b {
        width: 55%
    }
}

.hero-column--a {
    position: relative;
    flex: none;
}

.hero-image {
    max-width: 100%;
}

.hero-column--a__text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.hero-description {
    font: normal normal 700 1.3125em/1.14285714 Inter;
    text-transform: uppercase;
    margin-bottom: 14px;
}

@media (min-width: 1025px) {
    .hero-description {
        font: normal normal 700 2.1875em/1.14285714 Inter;
    }
}

.hero-launch-date,
.hero-available-now {
    font: normal normal 300 1.8125em/1.34693878 Inter;
    letter-spacing: 0.98px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin: 0 auto;
    max-width: 70%;
}

.hero-launch-date.arrived {
    display: none;
}

.hero-available-now:not(.arrived) {
    display: none;
}

@media (min-width: 1025px) {

    .hero-launch-date,
    .hero-available-now {
        font: normal normal 300 3.0625em/1.34693878 Inter;
    }
}

.hero-launch-date em,
.hero-available-now em {
    display: block;
    background-color: var(--color-purple);
    font: normal normal 800 1.14285714em/1.17857143 Inter;
    border-radius: 4px;
}


@media (max-width: 1024px) {
    .hero-column--b {
        padding: 0 4%;
    }
}

@media (min-width: 1025px) {
    .hero-column--b {
        padding: 0 16px;
    }
}

.hero-intro {
    font: normal normal 300 0.7375em/1.26666667 Inter;
    letter-spacing: 0.84px;
    text-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.16);
    /* text-transform: uppercase; */
    text-align: center;
    /* max-width: 40ch; */
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    font-variation-settings:
        "slnt" -8;
}

@media (min-width: 1025px) {
    .hero-intro {
        font: normal normal 300 1.1em/1.26666667 Inter;
        font-style: italic;
        font-variation-settings:
            "slnt" -8;
        margin-top: 42px;
    }
}

.hero-intro strong {
    font-weight: 700;
}

.hero-title {
    font: normal normal 800 3em/1 Inter;
    text-align: center;
}

@media (min-width: 1025px) {
    .hero-title {
        font: normal normal 800 3.7em/1.15625 Inter;
        text-align: center;
    }
}

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

.hero-sub-title {
    text-align: center;
    font: normal normal 500 0.8625em/1.15625 Inter;
    letter-spacing: 1.12px;
    text-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.16);
    text-transform: uppercase;
    max-width: 300px;
    margin: 23px auto 0;
}

@media (min-width: 1025px) {
    .hero-sub-title {
        max-width: 500px;
        font: normal normal bold 1.6em/1.15625 Inter;
    }
}

.hero-form-container {
    padding: 0 8%;
}

.hs-error-msgs {
    margin: 6px 0;
}

.hs-error-msg {
    font-size: 0.8em;
    color: red;
    position: relative;
    top: -14px;
}

.hs-form-private {
    margin: 35px 0;
}

.hs-form-private fieldset {
    display: block;
    max-width: none !important;
}

.hs-form-private fieldset .hs-input:not([type="checkbox"]),
.hs-form-booleancheckbox-display {
    margin-bottom: 14px !important;
}

/* @media (max-width: 1024px) {
    .form-columns-2 .hs-form-field:not(:last-of-type) {
        margin-bottom: 14px;
    }
} */

@media (min-width: 1025px) {
    .form-columns-2 .hs-form-field {
        width: 49% !important;
    }
}

.form-columns-2 .hs-form-field:first-child {
    margin-right: 2%;
}


.hs-form-field label:not(.hs-error-msg):not(.hs-form-booleancheckbox-display) {
    display: none;
}

.hs-input {
    background: hsla(0, 0%, 100%, 1) 0% 0% no-repeat padding-box;
    border: 1px solid hsla(0, 0%, 80%, 1);
    border-radius: 25px;
    width: 100% !important;
    padding: 2px 17px;
    box-sizing: border-box;
}

@media (max-width: 1024px) {
    .hs-input {
        font-size: 1.125em;
        padding: 11px 18px;
    }
}

.inputs-list {
    padding: 0;
    list-style: none;
}

.hs-form-booleancheckbox {
    list-style: none;
}

.hs-form-booleancheckbox-display {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.hs-form-booleancheckbox-display input {
    width: 25px !important;
    flex: none;
}

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

.hs-button {
    display: none !important;
}

.legal-consent-container {
    font: normal normal 300 0.75em/1.4 Inter;
    color: var(--color-text)
}

.legal-consent-container a {
    color: var(--color-purple);
}

.countdown-mobile {
    margin-top: 4.0625em;
}

.countdown-mobile__label {
    font: normal normal 800 1.5625em/1.2 Inter;
    color: var(--color-text-highlight);
    text-transform: uppercase;
    text-align: center;
}

.hero-footnote {
    text-align: center;
    font: normal normal 500 0.8625em/1.2 Inter;
    letter-spacing: 0px;
}

@media (max-width: 1025px) {
    .hero-footnote span {
        display: block;
        max-width: 300px;
        margin: 0 auto 1em;
    }
}

@media (min-width: 1025px) {
    .hero-footnote {
        font: normal normal 500 0.925em/1.2 Inter;
    }
}

.hero-small-print {
    font: normal normal 300 0.75em/1.4 Inter;
    letter-spacing: 0px;
    color: hsla(0, 0%, 70%, 1);
    text-align: center;
    margin-top: 3rem;
}

@media (min-width: 1025px) {
    .hero-small-print {
        font: normal normal 300 0.925em/1.4 Inter;
        margin-top: 0;
        max-width: 65ch;
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 1024px) {
    .section-discover {
        padding: 2rem 4% 0;
    }
}

.section-discover__title {
    font: normal normal 500 2.5em/1.08695652 Inter;
    letter-spacing: -2.14px;
    text-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.16);
    max-width: 614px;
    margin: 0 auto;
    color: var(--color-text-highlight);
    text-align: left;
}

@media (min-width: 1025px) {
    .section-discover__title {
        text-align: center;
        font: normal normal 500 4.3125em/1.08695652 Inter;
    }
}

.section-discover__title em {
    font-style: normal;
    color: var(--color-text);
}

.section-discover__body {
    font: normal normal 500 1.25em/1.33333333 Inter;
    letter-spacing: -0.05px;
    color: var(--color-text);
    text-align: left;
    max-width: 920px;
    margin: 52px auto 44px;
}

@media (min-width: 1025px) {
    .section-discover__body {
        font: normal normal 500 1.6875em/1.33333333 Inter;
        text-align: center;
    }
}

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

@media (min-width: 1025px) {
    .section-discover__cta {
        text-align: center;
    }
}

.section-results {
    padding-top: 55%;
    background-size: 100%;
    background-position: 45% 0%;
    background-size: 115%;
    background-repeat: no-repeat;
}

@media (min-width: 1025px) {
    .section-results {
        padding-top: 505px;
        background-size: 100%;
        background-position: 50% -5%;
        background-repeat: no-repeat;
    }
}

.section-results__title {
    font: normal normal 500 1.675em/1.08695652 Inter;
    background: hsla(300, 2%, 8%, 1) 0% 0% no-repeat padding-box;
    border-radius: 33px;
    margin: 0 4%;
    /* letter-spacing: -2.14px; */
    text-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.16);
    text-align: center;
    color: var(--color-text-highlight);
    padding-top: 26px;
    padding-bottom: 48px;
}

@media (min-width: 600px) {
    .section-results__title {
        font: normal normal 500 2.675em/1.08695652 Inter;
    }
}

@media (min-width: 1025px) {
    .section-results__title {
        font: normal normal 500 4.3125em/1.08695652 Inter;
        padding-top: 86px;
        letter-spacing: -2.14px;
        margin: 0 16.197917%;
        padding-bottom: 100px;
        margin-bottom: 103px;
    }
}

.section-results__title em {
    font-style: normal;
    color: var(--color-text);
}

.section-results__cards {
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 0 40px;
}

@media (min-width: 1025px) {
    .section-results__cards {
        display: flex;
        flex-direction: row;
        margin: 0 12%;
        gap: 81px;
        padding: 0;
    }
}

.section-results__card {
    background: transparent linear-gradient(180deg, hsl(231, 7%, 21%, 1) 0%, hsla(225, 36%, 21%, 0) 100%) 0% 0% no-repeat padding-box;
    border: 1px solid hsl(231, 7%, 21%, 1);
    border-radius: 31px;
    padding: 75px 24px 16px;
    flex-basis: 30%;
    box-sizing: border-box;
    position: relative;
}

.section-results__card--a {
    color: hsla(173, 47%, 58%, 1);
}

.section-results__card--b {
    color: hsla(277, 55%, 49%, 1);
}

.section-results__card--c {
    color: hsla(39, 46%, 72%, 1);
}

.section-results__card svg {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 16px;
    right: 16px;
}

.section-results__card__title {
    font: normal normal 500 2.0625em/1.025 Inter;
    margin: 0;
    letter-spacing: -1.24px;
    text-shadow: 0px 3px 6px hsla(0, 0%, 0%, 0.16);
    color: var(--color-text);
}

@media (min-width: 1025px) {
    .section-results__card__title {
        font: normal normal 500 2.3em/1.025 Inter;
    }
}

.section-results__card__title span {
    color: var(--color-text-highlight);
}

.section-results__card__body {
    font: normal normal 300 1em/1.57894737 Inter;
    letter-spacing: -0.17px;
    color: var(--color-text-highlight);
}

.section-results__cta {
    text-align: center;
    margin-top: 69px;
}

.section-access {
    padding-top: 228px;
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.section-access:before {
    content: '';
    background: transparent linear-gradient(180deg, hsla(300, 2%, 8%, 1) 0%, hsla(300, 2%, 8%, 0) 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 228px;
    z-index: 1;
}

@media (min-width: 1025px) {
    .section-access {
        padding-top: 528px;
        background-size: cover;
    }

    .section-access:before {
        content: '';
        background: transparent linear-gradient(180deg, hsla(300, 2%, 8%, 1) 0%, hsla(300, 2%, 8%, 0) 100%) 0% 0% no-repeat padding-box;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 528px;
        z-index: 1;
    }

    .section-access:after {
        content: '';
        background: transparent linear-gradient(180deg, hsla(300, 2%, 8%, 0) 0%, hsla(300, 2%, 8%, 1) 100%) 0% 0% no-repeat padding-box;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 528px;
        z-index: 1;
    }
}



.section-access__inner {
    padding-top: 46px;
    max-width: 1298px;
    margin: 0 6.5%;
    border-radius: 33px;
    border: 11px solid hsla(300, 2%, 8%, 1);
    position: relative;
    z-index: 2;
    background-color: hsla(300, 2%, 8%, 1);
    text-align: center;
}

.section-access__inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 659px;
    background: transparent radial-gradient(circle at 50% 0%, rgba(71, 105, 160, 1) 0%, hsla(300, 2%, 8%, 1) 80%) 0% 0% no-repeat padding-box;
    opacity: 0.34;
    z-index: 1;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
}

@media (min-width: 1025px) {
    .section-access__inner {
        margin: 0 auto;
        padding-top: 92px;
        border: 27px solid hsla(300, 2%, 8%, 1);
        border-radius: 66px;
    }

    .section-access__inner:before {
        border-top-left-radius: 34px;
        border-top-right-radius: 34px;
    }
}

.section-access__icon {
    width: 58px;
    color: #465674;
    position: relative;
    z-index: 2;
    margin: 0 auto 35px;
}

@media (min-width: 1025px) {
    .section-access__icon {
        width: 105px;
        margin: 0 auto 70px;
    }
}

.section-access__title {
    font: normal normal 500 2.1875em/1.10294118 Inter;
    position: relative;
    z-index: 2;
    letter-spacing: -2.11px;
    text-shadow: 0px 3px 6px #00000029;
    max-width: 1138px;
    margin: 0 auto;
    color: var(--color-text-highlight);
}

@media (min-width: 1025px) {
    .section-access__title {
        font: normal normal 500 4.2em/1.10294118 Inter;
    }
}

.section-access__title em {
    color: var(--color-text);
    font-style: normal;
}

.section-access__body {
    font: normal normal 300 1.15625em/1.33333333 Inter;
    position: relative;
    z-index: 2;
    letter-spacing: -0.05px;
    color: #B2B2B2;
    max-width: 815px;
    margin: 42px auto 84px;
}

@media (min-width: 1025px) {
    .section-access__body {
        font: normal normal 300 1.6875em/1.33333333 Inter;
    }
}

.countdown-mobile__timer {
    margin: 1.125em 0 3.625em;
}

.tick {
    font-size: 1rem;
    white-space: nowrap;
    font-family: arial, sans-serif;
}

.tick-flip,
.tick-text-inline {
    font-size: 2.5em;
}

.tick-label {
    /* margin-bottom: 1em; */
    font-size: 0.6875;
    font-family: 'IBM Plex Mono';
    color: var(--color-text);
    text-transform: uppercase;
}

.tick-char {
    width: 1.5em;
}

.tick-text-inline {
    display: inline-block;
    text-align: center;
    min-width: 1em;
}

.tick-text-inline+.tick-text-inline {
    margin-left: -.325em;
}

.tick-group {
    margin: 0 .5em;
    text-align: center;
}

.tick-credits {
    display: none !important;
}

.tick-text-inline {
    color: rgb(90, 93, 99) !important;
}

.tick-label {
    color: rgb(90, 93, 99) !important;
}

.tick-flip-panel {
    color: rgb(255, 255, 255) !important;
}

.tick-flip {
    font-family: !important;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    background-color: rgb(59, 61, 59) !important;
}

.tick-flip {
    border-radius: 0.12em !important;
}