.program-banner-landing{align-items:center;background:var(--background-color-primary);display:flex;justify-content:center;overflow:hidden;position:relative}.overlay,.program-banner-landing__image-contain{display:none;height:36rem;overflow:hidden;position:absolute;top:2rem}.program-banner-landing__image-contain{right:60%;width:25rem}.program-banner-landing__image-contain img{display:block;height:100%;object-fit:cover;transform:scale(1.2);transform-origin:center;width:100%}.overlay{background:radial-gradient(circle,rgba(255,0,0,0) 40%,red 100%);inset:0}.program-banner-landing__container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:3rem 2rem;text-align:center}.program-banner-landing__logo{height:auto;margin-bottom:1.5rem;max-width:12.5rem;width:100%}.program-banner-landing__title{font-size:clamp(2.2rem,5vw,3.2rem);font-weight:700;max-width:25ch;text-shadow:0 .125rem .5rem rgba(0,0,0,.7)}.program-banner-landing h2,.program-banner-landing p,.program-banner-landing span{color:var(--text-color-tertiary)}.program-banner__discount{font-family:var(--font-montserrat);font-size:1rem;font-weight:500;margin-bottom:.625rem;opacity:.9;text-shadow:0 .0625rem .1875rem rgba(0,0,0,.5)}.program-banner__discount-value{background-color:hsla(0,0%,100%,.9);border-radius:.25rem;color:#d81e05!important;font-weight:700;margin-left:.625rem;padding:.25rem .75rem}.program-banner-landing__details{border-block:1px solid hsla(0,0%,100%,.2);display:flex;flex-wrap:wrap;gap:1.25rem 1.875rem;justify-content:center;margin-bottom:2.1875rem;padding:1.25rem 0;width:100%}.program-banner-landing__detail{align-items:center;display:flex;flex-direction:column;font-family:var(--font-montserrat);justify-content:center}.program-banner-landing__detail-label{font-size:.8rem;font-weight:400;opacity:.8;text-shadow:0 .0625rem .1875rem rgba(0,0,0,.5)}.program-banner-landing__detail-value{font-size:1.1rem;font-weight:700;text-shadow:0 .0625rem .1875rem rgba(0,0,0,.5)}.program-banner-landing__separator{border:0;border-top:.125rem solid #fff;margin:1.5625rem 0;opacity:.5;width:5rem}.program-banner-landing__legal{font-size:.75rem;line-height:1.6;max-width:50rem;opacity:.8;text-shadow:0 .0625rem .125rem rgba(0,0,0,.7)}.program-banner-landing__CTA{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:30px}.program-banner__button{border:2px solid;border-radius:5px;box-shadow:0 4px 15px rgba(0,0,0,.2);font-family:var(--font-montserrat);font-weight:700;padding:12px 35px;text-decoration:none;transition:transform .2s ease,background-color .2s ease,color .2s ease}.program-banner__button:hover{text-decoration:none;transform:translateY(-2px)}.button--primary{background-color:#fff;border-color:#fff;color:var(--background-color-primary)}.button--primary:hover,.button--secondary{background-color:transparent;border-color:#fff;color:#fff}.button--secondary:hover{background-color:#fff;color:var(--background-color-primary)}@media (min-width:48rem){.program-banner-landing{max-height:60rem;min-height:60rem}.program-banner-landing__content{height:100%;left:50%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:100%}.overlay,.program-banner-landing__image-contain{display:block}}