.intro__content {
    height: calc(var(--app) - 103px);
    overflow-y: auto;
    position: relative;
    z-index: 1;
}
.intro__content-row {
    height: 100%;
    align-items: center;
    justify-content: center;
}
.intro__title-holder {
    align-self: flex-start;
    margin-bottom: 0.4rem;
    padding-top: 108px;
}

.intro__title {
    font-family: 'ABCArizonaFlare', sans-serif;
    font-size: 6.8rem;
    font-style: normal;
    font-weight: 500;
    line-height: 0.93; /* 63.24px */
    padding: 0 50px;
    letter-spacing: -2.38px;
    color: #0B3239;
}

/*.intro__body {*/
/*    margin-bottom: 3rem;*/
/*}*/
.intro__body-text {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.2;
    font-style: normal;
    display: block;
    opacity: 1;
    transition: opacity 0.2s ease;
    padding: 0 40px;
    max-width: 430px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #0B3239;
}
.intro__title-highlight {
    font-size: 4.8rem;
    font-family: 'Giorgio-sans', Sans-Serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.6px;
    display: block;
    line-height: 1;
}
/*.intro__btn-holder {*/
/*    margin-bottom: 3rem;*/
/*}*/
.intro__btn {
    font-size: 1.6rem;
    line-height: 1.1;
    font-weight: 400;
    font-style: normal;
    padding: 9px 32px;
    background-color: #FF222F;
    border: none;
    border-radius: 70px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 3.7rem;
    width: 305px;
}
.intro__btn:hover, .intro__btn:focus {
    color: #fff;
}
.intro__btn-text {
    font-size: 1.6rem;
    display: block;
}
.intro__terms {
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.2;
    padding-bottom: 1.2rem;
    align-self: flex-end;
    color: var(--white);
    text-decoration: none;
}
a.intro__terms {
    text-decoration: underline;
}
.intro__alt {
    display: none;
}



/* Responsive */

@media (min-width: 524px) {
    .intro__title-holder {
        padding-top: 180px;
    }

}
@media (min-width: 576px) {
    .intro__title-highlight {
        font-size: 6.4rem;
    }
    .intro__body {
        margin-bottom: 4rem;
    }
    .intro__body-text {
        max-width: 550px;
        font-size: 1.8rem;
    }
    .intro__btn-text {
        font-size: 2rem;
    }

}
@media (min-width: 768px) {
    .intro__title-holder {
        align-self: center;
    }
}

@media (min-width: 768px) { /* switch to tablet/desktop backgrounds*/
    .intro__title,
    .intro__body-text {
        color: #fff;
    }

    .intro__content-row {
        flex-direction: column;
    }

    .intro__content-row-inner {
        height: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: -2rem
    }

    .intro__title-holder {
        padding-top: 0;
    }

    .intro__title,
    .intro__body {
        margin-bottom: 4.4rem;
    }

    div.intro__terms {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .intro__small-print {
        margin-bottom: 140px;

    }
}


@media (min-width: 992px) {
    .intro__alt {
        display: flex;
        padding-bottom: 4rem;
        align-items: center;
        justify-content: center;
    }

    .intro__alt-inner {
        max-width: 500px;
        display: flex;
        align-items: center;
    }

    .intro__alt-qr-text {
        font-size: 1.8rem;
        text-align: left;
        padding-right: 40px;
        line-height: 1.2;
        max-width: 300px;
    }
    .intro__alt-qr-img {
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .intro__title {
        margin-bottom: 1.4rem;
    }

    .intro__title, .intro__body {
        margin-bottom: 2rem;
    }

    .intro__content-row-inner {
        margin-top: 2rem
    }

}

/* Responsive intro screen for small height devices */
@media (max-width: 375px) and (max-height: 644px) {
    .intro__title-holder {
        padding-top: 10px;
    }
}