#tm-content .riko-register-page .riko-register-hero {
    min-height: clamp(390px, 31vw, 500px);
    border-color: rgba(128, 211, 245, .30);
    background:
        linear-gradient(90deg, rgba(5, 20, 38, .96) 0%, rgba(6, 36, 65, .84) 38%, rgba(8, 64, 95, .50) 66%, rgba(5, 22, 38, .34) 100%),
        linear-gradient(180deg, rgba(6, 35, 62, .34), rgba(4, 20, 36, .58)),
        url("/images/jdownloads/screenshots/Airbus_A350-1000_XWB_CamSim_FSX_P3D_2.jpg");
    background-position: 58% center;
    background-size: cover;
    box-shadow: 0 22px 54px rgba(8, 38, 66, .20);
}

#tm-content .riko-register-page .riko-register-video-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    background: #061c31;
    pointer-events: none;
}

#tm-content .riko-register-page .riko-register-video-bg iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: max(100%, 177.78vh);
    height: max(100%, 56.25vw);
    border: 0;
    opacity: .58;
    transform: translate(-50%, -50%) scale(1.05);
}

#tm-content .riko-register-page .riko-register-video-bg:after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(5, 20, 38, .94) 0%, rgba(5, 24, 43, .82) 38%, rgba(5, 24, 43, .52) 66%, rgba(5, 22, 38, .40) 100%),
        radial-gradient(circle at 72% 26%, rgba(255, 255, 255, .14), transparent 30%);
    content: "";
}

#tm-content .riko-register-page .riko-register-hero:before {
    z-index: 1;
    background:
        radial-gradient(circle at 73% 26%, rgba(255, 255, 255, .20), transparent 27%),
        linear-gradient(90deg, rgba(7, 25, 45, .42), transparent 70%);
}

#tm-content .riko-register-page .riko-register-hero:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .55), transparent);
    content: "";
    pointer-events: none;
}

#tm-content .riko-register-page .riko-register-hero-copy,
#tm-content .riko-register-page .riko-register-benefits-card {
    position: relative;
    z-index: 2;
}

#tm-content .riko-register-page .riko-register-benefits-card {
    border-color: rgba(255, 255, 255, .42);
    background: rgba(255, 255, 255, .90);
    box-shadow: 0 18px 42px rgba(5, 28, 48, .18);
    backdrop-filter: blur(9px);
}

@media (max-width: 900px) {
    #tm-content .riko-register-page .riko-register-hero {
        min-height: auto;
        background:
            linear-gradient(180deg, rgba(5, 20, 38, .92) 0%, rgba(6, 36, 65, .78) 56%, rgba(5, 20, 38, .86) 100%),
            url("/images/jdownloads/screenshots/Airbus_A350-1000_XWB_CamSim_FSX_P3D_2.jpg");
        background-position: 54% center;
        background-size: cover;
    }

    #tm-content .riko-register-page .riko-register-video-bg iframe {
        width: max(150%, 120vh);
        height: max(100%, 84.38vw);
        opacity: .45;
        transform: translate(-50%, -50%) scale(1.08);
    }

    #tm-content .riko-register-page .riko-register-video-bg:after {
        background:
            linear-gradient(180deg, rgba(5, 20, 38, .90) 0%, rgba(6, 36, 65, .76) 48%, rgba(5, 20, 38, .88) 100%),
            radial-gradient(circle at 66% 20%, rgba(255, 255, 255, .12), transparent 30%);
    }

    #tm-content .riko-register-page .riko-register-hero:before {
        background:
            linear-gradient(180deg, rgba(5, 20, 38, .30), rgba(5, 20, 38, .54)),
            radial-gradient(circle at 70% 18%, rgba(255, 255, 255, .16), transparent 30%);
    }
}
