.carousel{height:var(--hero-h)}.carousel .slide__inner,.carousel. .slide,.carousel__viewport{height:100%}.carousel{margin:0 auto;overflow:hidden;position:relative}.carousel .carousel__viewport{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.carousel .carousel__viewport::-webkit-scrollbar{display:none}.carousel .slide{flex:0 0 100%;position:relative;scroll-snap-align:start}.carousel .slide__inner{background:linear-gradient(66deg,#360084 14%,#0092ff 56%,#0092ff);display:grid;grid-template-columns:1.1fr .9fr;min-height:360px;overflow:hidden;position:relative}.carousel .slide__content{align-content:center;color:#fff;display:grid;font-family:Montserrat,sans-serif;gap:25px;max-width:90%;padding:clamp(20px,3vw,48px)}.carousel .pill{background:#00e991e3;border-radius:999px;color:#fff;font-size:12px;font-weight:500;padding:6px 20px;width:fit-content}.carousel :is(h1,h2){font-size:clamp(22px,2.6vw,42px);font-weight:700;letter-spacing:-.02em;line-height:1.05;margin:0}.carousel .cta{align-items:center;background:linear-gradient(90deg,#00c9ff,#00e991);border-radius:999px;color:#360084;display:inline-flex;font-weight:600;gap:10px;padding:12px 16px 12px 20px;text-decoration:none;width:fit-content}.carousel .cta__icon{background:#fff;border-radius:999px;display:grid;font-size:21px;height:28px;place-items:center;align-items:center;padding-bottom:3px;width:28px}.carousel .slide__media{background-position:50%;background-size:cover;border-bottom-left-radius:120px;border-top-left-radius:120px}.carousel .slide__media img{border-bottom-left-radius:120px;height:100%;max-height:487px;max-width:100%;min-height:487px;object-fit:cover}.carousel .slide__media--1{background:linear-gradient(135deg,hsla(0,0%,100%,.25),rgba(0,0,0,.4))}.carousel .slide__media--2{background:linear-gradient(135deg,rgba(255,200,0,.35),rgba(0,0,0,.5))}.carousel .slide__media--3{background:linear-gradient(135deg,rgba(0,255,180,.3),rgba(0,0,0,.5))}.carousel .carousel__dots{bottom:22px;display:flex;gap:10px;left:clamp(30px,3vw,48px);position:absolute;z-index:5}.carousel .dot{background:hsla(0,0%,100%,.45);border:0;border-radius:999px;cursor:pointer;height:8px;width:18px}.carousel .dot[aria-current=true]{background:#fff;width:26px}.carousel .nav{background:rgba(0,0,0,.35);border:0;border-radius:999px;color:#fff;cursor:pointer;display:grid;font-size:22px;height:42px;place-items:center;position:absolute;top:50%;transform:translateY(-50%);width:42px}.carousel .nav--prev{left:12px}.carousel .nav--next{right:12px}@media (max-width:899px){.carousel .slide__inner{background:#000;grid-template-columns:1fr;min-height:var(--hero-h);min-height:47vh}.carousel .slide__media{border-radius:0;height:100%;inset:0;position:absolute;width:100%}.carousel .slide__media:after{background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.65));content:"";inset:0;position:absolute}.carousel .slide__media img{border-bottom-left-radius:120px;height:100%;max-height:450px;max-width:100%;min-height:450px;object-fit:cover}.carousel .slide__content{align-content:end;padding:18px 30px;position:relative;z-index:1}.carousel .nav{display:none}.carousel .cta{margin-bottom:40px}}