﻿.is-hero{position:relative;overflow:hidden;background:var(--is-blu)}.is-hero .hero__track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.is-hero__slide{position:relative;flex:0 0 100%;width:100%;min-width:0}.is-hero__foto{display:block;width:100%;aspect-ratio:16 / 11;object-fit:cover;object-position:50% 100%}.is-hero__pannello{background:var(--is-blu);padding:clamp(1.75rem,6vw,2.75rem) var(--is-gutter) clamp(2rem,7vw,3rem)}.is-hero__testo{width:100%;max-width:var(--is-larghezza);margin-inline:auto}.is-hero .is-occhiello{color:#b9b9e0;margin-bottom:.9rem}.is-hero .is-occhiello::before{background:var(--is-rosso-chiaro)}.is-hero__titolo{margin:0;color:#fff;font-size:clamp(1.9rem,6.2vw,3.9rem);font-weight:800;line-height:1.02;letter-spacing:-.02em;text-transform:uppercase;text-wrap:balance}.is-hero__riga1,.is-hero__riga2{display:block}.is-hero__riga2{color:var(--is-rosso-chiaro)}.is-hero__lead{margin:1.15rem 0 0;color:#d7d7ee;font-size:clamp(1rem,2.4vw,1.2rem);line-height:1.55;max-width:46ch}.is-hero .is-btn{margin-top:1.6rem}.is-hero .hero__prev,.is-hero .hero__next{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border:0;border-radius:50%;background:rgba(255,255,255,.2);color:#fff;font-size:2rem;line-height:1;cursor:pointer;z-index:4}.is-hero .hero__prev{left:1rem}.is-hero .hero__next{right:1rem}.is-hero .hero__prev:hover,.is-hero .hero__next:hover{background:rgba(255,255,255,.38)}.is-hero .hero__dots{position:absolute;left:50%;bottom:1rem;transform:translateX(-50%);display:flex;gap:.5rem;z-index:4}.is-hero .hero__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.55);cursor:pointer}.is-hero .hero__dot.active{background:var(--is-rosso)}@media (min-width:992px){.is-hero__slide{display:grid;min-height:clamp(460px,72vh,720px)}.is-hero__foto{position:absolute;inset:0;width:100%;height:100%;aspect-ratio:auto;object-position:50% 20%}.is-hero__slide::before{content:"";position:absolute;inset:0;background:linear-gradient(100deg,rgba(34,34,107,.94) 0%,rgba(34,34,107,.84) 22%,rgba(34,34,107,.46) 44%,rgba(34,34,107,.10) 62%,rgba(34,34,107,0) 74%);z-index:1}.is-hero__pannello{position:relative;z-index:2;background:none;display:flex;align-items:center;padding-block:clamp(3rem,6vw,5rem)}.is-hero__testo{max-width:var(--is-larghezza)}.is-hero__titolo{max-width:19ch}.is-hero__lead{max-width:42ch}}@media (prefers-reduced-motion:reduce){.is-hero .hero__track{transition:none}}