

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode {
    position: relative !important;
    overflow: hidden !important;
    padding: 0 !important;
    display: block !important;
    background: #073B4C !important;
}

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
    z-index: 1 !important;
    display: block !important;
}

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    z-index: 2 !important;
    background:
        linear-gradient(180deg, rgba(4,43,52,.12) 0%, rgba(4,43,52,.02) 42%, rgba(4,43,52,.42) 100%),
        linear-gradient(90deg, rgba(4,43,52,.16), rgba(22,199,199,.04)) !important;
    pointer-events: none !important;
    opacity: 1 !important;
}

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rp-reference-form,
section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rp-reference-copy,
section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rp-reference-glow {
    display: none !important;
}

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-textbox {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: clamp(58px, 9vh, 105px) !important;
    z-index: 9 !important;
    transform: translateX(-50%) !important;
    width: fit-content !important;
    max-width: min(900px, calc(100% - 56px)) !important;
    display: grid !important;
    gap: 9px !important;
    place-items: center !important;
    text-align: center !important;
    pointer-events: none !important;
}

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-title {
    display: block !important;
    padding: 14px 28px !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: rgba(7, 59, 76, .44) !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    box-shadow: 0 20px 50px rgba(0,0,0,.22) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    text-shadow: 0 3px 16px rgba(0,0,0,.34) !important;
    font-size: clamp(28px, 4.2vw, 72px) !important;
    line-height: 1.35 !important;
    font-weight: 950 !important;
    letter-spacing: -1px !important;
    white-space: normal !important;
}

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-caption {
    display: block !important;
    padding: 9px 18px !important;
    border-radius: 999px !important;
    color: rgba(255,255,255,.96) !important;
    background: rgba(255,255,255,.16) !important;
    border: 1px solid rgba(255,255,255,.22) !important;
    box-shadow: 0 12px 32px rgba(0,0,0,.14) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    text-shadow: 0 2px 12px rgba(0,0,0,.30) !important;
    font-size: clamp(15px, 1.6vw, 24px) !important;
    line-height: 1.7 !important;
    font-weight: 850 !important;
    white-space: normal !important;
}

@media (max-width: 760px) {
    section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-textbox {
        bottom: 38px !important;
        max-width: calc(100% - 32px) !important;
        gap: 7px !important;
    }

    section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-title {
        padding: 10px 16px !important;
        font-size: clamp(23px, 8vw, 38px) !important;
    }

    section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-caption {
        padding: 7px 13px !important;
        font-size: 14px !important;
    }
}

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-title {
    background: rgba(7, 59, 76, var(--rasa-hero-full-title-bg-alpha, .28)) !important;
}

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-caption {
    background: rgba(7, 59, 76, var(--rasa-hero-full-caption-bg-alpha, .16)) !important;
}

section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-title[style*="background: transparent"],
section.rp-hero#top .rasa-hero-final-slide.rasa-hero-full-image-mode .rasa-hero-full-caption[style*="background: transparent"] {
    background: transparent !important;
    border-color: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
}

