.gives-you-more-card p:last-of-type {
    font-weight:700;
}

/* ==========================================================================
   SECTION: phone-graphics/bottom-offers
   ========================================================================== */

.section--phone-graphics {
    background: url(/rea/shared/img/lxc/50/LXC50_phone.webp),
        url(/rea/shared/img/lxc/48/phone_bokeh.png);
    background-repeat: no-repeat;
    background-position: center 0px, center top;
    background-size: 320px, 2400px 400px;
    background-color: black;
    height: 720px;
}

.section--phone-graphics .section-heading > strong span {
    color: white;
    font-weight: 400;
}

/* ==========================================================================
   SECTION: hero-banner
   ========================================================================== */

.hero-banner__image {
    width: 100%;
    height: 430px;
    background-image: url("/rea/shared/page-contents/longform-rea_2025_7/img/hero-12FortuneDragons-largescreen.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-blend-mode: difference;
}

@media screen and (max-width: 575px) {
    .hero-banner__image {
        height: calc((500 / 760) * 100vw);
        background-image: url("/rea/shared/page-contents/longform-rea_2025_7/img/hero-12FortuneDragons-smallscreen.webp");
    }
}



body[data-variation="v1"] .frame-module,
body[data-variation="v2"] .frame-module {   
    text-shadow: 2px 2px 5px black;
}

/* v1 video */
body[data-variation="v1"] video,
body[data-variation="v2"] video {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 0;
    transition: 1.65s filter ease-out;
    object-fit: cover;   
}

body[data-variation="v1"] #heroVideoMobile,
body[data-variation="v2"] #heroVideoMobile {
    display: none;
}

@media screen and (max-width: 575px) {
    body[data-variation="v1"] #heroVideoDesk,
    body[data-variation="v2"] #heroVideoDesk {
        display: none;
    }
    body[data-variation="v1"] #heroVideoMobile,
    body[data-variation="v2"] #heroVideoMobile {
        display: block;
        filter: opacity(1);
        width: 100%;
        object-fit: contain;
        /* mask-image: linear-gradient(to bottom, black 55%, transparent 90%); */
    }
}



.responsibly p {
    color: #ccc;
    text-align: center;
    font-size: 11px;
}
.responsibly p a {
    color: #ccc;
    text-decoration: underline !important;
}

.section--ontario-tandc-link {
    padding: 0 15px;
}

.section--ontario-tandc-link p {
    color: rgba(160, 160, 160, 1);
    font-size: 0.8rem;
}

@media screen and (max-width: 575px) {
    .section--ontario-tandc-link p {
        font-size: 0.6rem;
    }
}

.section--ontario-tandc-link a.ontario-terms-link {
    color: rgba(255, 198, 0, 1);
}