body{box-sizing:border-box;min-height:100vh;margin:0;font-family:Montserrat,sans-serif;overflow-x:hidden}html,body{height:100%}html{scroll-behavior:smooth}h1,h2,h3{font-family:Montserrat,sans-serif}h1{font-size:3.2rem;font-weight:800}h2{font-size:2.1rem;font-weight:600}h3{font-size:1.35rem;font-weight:200}select{border:solid #3f464b;width:300px;height:2.8rem;margin-left:3rem;font-family:Montserrat,sans-serif;font-size:1.2rem}a{color:inherit;text-decoration:none}strong{font-weight:700}.container{flex-direction:column;min-height:100vh;padding:0 10vw;display:flex}.fullWidthImage{object-fit:cover;width:100vw;height:70vh;margin-left:calc(50% - 50vw)}.introduction{line-height:1.5}.Title{justify-content:space-between;align-items:center;gap:4vw;height:100vh;padding:0 5vw;display:flex;position:relative}.TitleLeft{z-index:2;width:50%;max-width:600px}.TitleRight{justify-content:center;align-items:center;width:45%;height:100%;display:flex}.HeroImage{object-fit:cover;border-radius:20px;width:100%;height:auto;max-height:80vh;animation:1.5s ease-out fadeIn;box-shadow:0 20px 50px #0b1f3333}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.BigTitle{color:#0b1f33;margin:0;font-size:clamp(4.5rem,9vw,10rem);font-weight:900;line-height:.95}.BigSubtitle{color:#0b1f33;max-width:42ch;margin:1.2rem 0 0;font-size:clamp(1.1rem,1.8vw,1.8rem);font-weight:300;line-height:1.35}.homeTitle{color:#7aa3c7;margin-left:5vw;font-size:4rem;font-weight:900}.homeSubTitle{color:#7aa3c7;margin-top:-30px;font-size:1.5rem}.ScrollHint{cursor:pointer;opacity:.85;z-index:10;position:absolute;bottom:4vh;left:50%}.ScrollHint img{width:48px;height:auto;animation:1.6s infinite bounceY;display:block}@keyframes bounceY{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}.ScrollHint--light img{filter:brightness(0)invert();opacity:.95}#who-section .ScrollHint{bottom:20vh}.Slide,.Title{position:relative}.Slide{align-items:center;width:100vw;height:100vh;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex}.SlideLeft{width:50%;padding-left:10vw}.SlideTitle{color:#7aa3c7;margin:0;font-family:Montserrat,sans-serif;font-size:clamp(2.8rem,4.6vw,4.6rem);font-weight:800}.SlideText{color:#0b1f33;max-width:55ch;margin-top:1.2rem;font-size:clamp(1.05rem,1.4vw,1.3rem);line-height:1.6}.SlideActions{margin-top:2rem}.SlideButton{color:#fff;cursor:pointer;background:#7aa3c7;border:none;border-radius:10px;padding:.9rem 1.2rem;font-size:1rem}.SlideButton:hover{opacity:.9}#who-section,#intro-section{scroll-margin-top:calc(var(--logo-height) + var(--header-offset))}.Slide--dark{background-color:#7aa3c7}.Slide--dark .SlideTitle,.Slide--dark .SlideText{color:#fff}.Slide--dark .SlideText{color:#ffffffe6;font-weight:400}.Game{width:100%;padding-left:10vw}.GameContent{max-width:70ch}.GameTitle{letter-spacing:-.02em;color:#7aa3c7;margin:0 0 .6rem;font-size:clamp(2.8rem,4.6vw,4.6rem);font-weight:900}.GameProgress{color:#000;margin-bottom:1.2rem;font-size:.95rem;font-weight:700}.GameScenarioTitle{color:#7aa3c7;margin-bottom:.6rem;font-size:clamp(1.8rem,2.4vw,2.4rem);font-weight:800}.GameScenarioText{color:#000;margin-bottom:2rem;font-size:1.15rem;line-height:1.7}.GameOptions{grid-template-columns:repeat(2,1fr);gap:14px;margin-bottom:2rem;display:grid}.GameOption{cursor:pointer;background:0 0;border:2px solid #0b1f3333;border-radius:14px;min-height:78px;padding:1.2rem 1.4rem;font-family:Montserrat,sans-serif;font-size:1.05rem;font-weight:700;transition:all .2s}.GameOption:hover{border-color:#7aa3c7;transform:translateY(-2px)}.GameOption.correct{background:#00a05a14;border-color:#00a05acc}.GameOption.wrong{background:#dc26260f;border-color:#dc2626b3}.GameOption.idle{opacity:.4}.GameExplanation{border-left:4px solid #7aa3c7;padding-left:1.2rem}.GameExplanation p{color:#0b1f33d9;margin-bottom:1.4rem;font-size:1.05rem;line-height:1.65}.GameNext{color:#fff;cursor:pointer;background:#7aa3c7;border:none;border-radius:10px;padding:.9rem 1.2rem;font-family:Montserrat,sans-serif;font-weight:800}.GameLayout{grid-template-columns:1fr;align-items:start;gap:24px;max-width:70ch;display:grid}.GameLayout.isRevealed{grid-template-columns:1.2fr .8fr;align-items:stretch;max-width:1100px}.GameLeft{min-width:0}.GameRight{justify-content:center;align-items:center;min-width:0;height:100%;display:flex}.GameRevealImage{object-fit:contain;width:100%;max-width:360px;height:auto;max-height:60vh}@media (max-width:768px){.GameLayout.isRevealed{grid-template-columns:1fr;max-width:70ch}.GameRight{justify-content:flex-start}.GameRevealImage{max-width:320px}}@media (max-width:1024px){.GameCard{width:min(860px,86vw)}}@media (max-width:768px){.Game{padding:0 6vw}.GameCard{border-radius:18px;width:100%;padding:1.6rem 1.3rem 1.3rem}.GameOptions{grid-template-columns:1fr}}.boxesGrid{grid-template-columns:repeat(3,1fr);gap:18px;width:100%;margin-top:2.2rem;margin-bottom:2.5rem;display:grid}.boxCard{background-position:50%;background-size:cover;border-radius:18px;height:280px;transition:transform .22s,box-shadow .22s;display:block;position:relative;overflow:hidden;transform:translateZ(0);box-shadow:0 14px 40px #0b1f331f}.boxOverlay{background:linear-gradient(#0b1f3300 0%,#0b1f3340 45%,#0b1f33b3 100%);align-items:flex-end;padding:18px;display:flex;position:absolute;inset:0}.boxOverlay h2{color:#fff;letter-spacing:.2px;max-width:18ch;margin:0;font-size:1.6rem;font-weight:800;line-height:1.1}.boxCard:hover{transform:translateY(-4px)scale(1.01);box-shadow:0 24px 60px #0b1f332e}.boxCard:after{content:"";opacity:0;background:#2f80ed1a;transition:opacity .22s;position:absolute;inset:0}.boxCard:hover:after{opacity:1}@media (max-width:1024px){.boxesGrid{grid-template-columns:repeat(2,1fr)}.boxCard{height:260px}}@media (max-width:768px){.boxesGrid{grid-template-columns:1fr;gap:14px}.boxCard{height:240px}}.degustazioniList{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.degustazioneCard{cursor:pointer;margin-bottom:2rem;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;position:relative;overflow:hidden}.cardOverlay{opacity:0;z-index:2;background:#808080a6;justify-content:center;align-items:center;width:100%;height:100%;font-family:Montserrat,sans-serif;transition:opacity .4s .1s;display:flex;position:absolute;top:0;left:0;transform:scale(1)}.cardOverlay h2{color:#fff;opacity:0;font-family:Montserrat,sans-serif;font-size:3.5rem;transition:transform .4s,opacity .4s;transform:scale(.8)}.degustazioneCard:hover{z-index:1;transform:scale(1.02);box-shadow:0 20px 40px #0003}.degustazioneCard:hover .cardOverlay{opacity:1}.degustazioneCard:hover .cardOverlay h2{opacity:1;transform:scale(1)}.programma{text-align:left;color:#7aa3c7;margin-left:5vw}.programmaList,.programmaSummary{color:#7aa3c7;font-size:1.2rem}.corpoHero{position:relative}.corpoHeroSentinel{top:calc(var(--logo-height) + var(--header-offset));pointer-events:none;opacity:0;width:1px;height:1px;position:absolute;left:0}.InterviewTeaser{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#fff9;border:1px solid #0b1f331a;border-radius:12px;align-items:center;width:fit-content;margin-top:2.5rem;padding:1rem 1.4rem;transition:transform .2s,box-shadow .2s;display:flex}.InterviewTeaser:hover{background:#fffc;transform:translateY(-3px);box-shadow:0 10px 20px #0000001a}.TeaserIcon{color:#fff;background-color:#7aa3c7;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;margin-right:1rem;font-size:1.2rem;display:flex}.TeaserText{color:#0b1f33;font-family:Montserrat,sans-serif;font-size:.95rem;line-height:1.3}.Slide--video{background-color:#f4f7f9}.VideoLayout{grid-template-columns:1fr 1fr;align-items:center;gap:4vw;width:100%;padding-left:10vw;padding-right:10vw;display:grid}.VideoInfo{max-width:55ch}@media (max-width:1024px){.VideoLayout{text-align:center;grid-template-columns:1fr;gap:2rem;margin-top:0;padding-left:6vw;padding-right:6vw}.VideoInfo{margin:0 auto 1.5rem}.VideoWrapper{max-width:100%;margin:0 auto}}.VideoWrapper{aspect-ratio:16/9;background:#000;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #0b1f3333}.StyledVideo{object-fit:cover;border:none;width:100%;height:100%;display:block}@media (max-width:768px){.InterviewTeaser{margin-top:1.5rem;padding:.8rem 1rem}.TeaserText{font-size:.85rem}}.TickerContainer{width:100%;margin-top:1.5rem;padding:1.5rem 0;position:relative;overflow:hidden}.TickerLabel{text-transform:uppercase;letter-spacing:1px;color:#ffffffb3;margin:0 0 .5rem;font-size:.9rem;font-weight:700}.TickerWrapper{white-space:nowrap;width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000);mask-image:linear-gradient(90deg,#0000,#000 5% 95%,#0000)}.TickerTrack{white-space:nowrap;animation:120s linear infinite scrollTicker;display:inline-block}.TickerWrapper:hover .TickerTrack{animation-play-state:paused}.TickerItem{color:#fff;font-family:Montserrat,sans-serif;font-size:1.9rem;font-weight:600}.TickerSeparator{color:#7aa3c7;margin:0 1.5rem;font-size:1.5rem;display:inline-block;transform:translateY(2px)}@keyframes scrollTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:768px){.TickerItem{font-size:1.1rem}.TickerLabel{font-size:.8rem}}:root{--corpo-gutter:10vw}.corpoContainer{width:min(var(--corpo-max),100%);padding-inline:var(--corpo-gutter);box-sizing:border-box;margin-inline:auto}.corpoPage{width:100%}.corpoHero{width:100vw;min-height:50vh;padding:calc(var(--logo-height) + 60px)0 52px;align-items:flex-end;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);display:flex;position:relative;overflow:hidden}.corpoHeroInner{z-index:2;margin-left:0;position:relative}.corpoHero:before{content:"";background:linear-gradient(180deg,#0000 0%,var(--hero-color)100%);z-index:1;position:absolute;inset:0}.corpoHeroImage{object-fit:cover;filter:saturate(1.05)contrast(1.03);z-index:0;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.03)}.homeImage{height:400px}.HeroImageWrapper{flex-direction:column;align-items:center;width:100%;display:flex}.HeroImage.homeImage{margin-bottom:15px;display:block}.CaptionUnder{text-align:center;width:100%;padding:0 10px}.CaptionText{color:#0b1f33;margin:0;font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:500}.CaptionLink{text-transform:uppercase;color:#7aa3c7;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;margin-top:10px;font-family:Montserrat,sans-serif;font-size:.9rem;font-weight:700;transition:transform .2s;display:inline-flex}.CaptionLink:hover{transform:translateY(3px)}.Arrow{font-size:1.2rem;animation:1.5s infinite bounceArrow}@keyframes bounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(4px)}}.HeroImage{max-height:70vh!important}@media (max-width:768px){.CaptionText{font-size:.95rem}}.corpoKicker{color:#ffffffeb;letter-spacing:.02em;border-radius:999px;align-items:center;gap:10px;margin-bottom:16px;padding:10px 14px;font-weight:600;display:inline-flex}.corpoTitle{color:#fff;text-shadow:0 20px 60px #00000059;max-width:16ch;margin:0;font-size:clamp(3rem,5.6vw,6rem);font-weight:900;line-height:.98}.corpoSubtitle{color:#ffffffeb;max-width:60ch;margin:18px 0 0;font-size:clamp(1.15rem,1.6vw,1.55rem);line-height:1.45}.corpoQuoteWrap{margin-left:10vw;transform:translateY(-28px)}.corpoQuote{border:1px solid var(--corpo-line);border-radius:var(--corpo-radius);background:#fff;padding:clamp(18px,2.6vw,34px);position:relative;overflow:hidden}.corpoQuote:before{content:"";width:220px;height:220px;position:absolute;inset:-80px -120px auto auto;transform:rotate(18deg)}.corpoQuoteText{color:var(--corpo-ink);margin:0;font-size:clamp(1.25rem,1.7vw,1.7rem);font-weight:700;line-height:1.55}.corpoQuoteAuthor{color:var(--corpo-muted);margin:14px 0 0;font-weight:600}.corpoMain{padding:0 0 80px}.corpoSection{border-bottom:1px solid var(--corpo-line);grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(18px,3vw,48px);padding:clamp(18px,3vw,42px) 0;display:grid}#corpo-first-title{scroll-margin-top:calc(var(--logo-height) + var(--header-offset) + 24px)}.corpoSection:last-child{border-bottom:none}.corpoSection.isReverse{grid-template-columns:.9fr 1.1fr}.corpoText{max-width:62ch}.corpoBlockTitle{color:var(--corpo-ink);margin:0 0 14px;font-size:clamp(1.8rem,2.2vw,2.4rem);font-weight:900;line-height:1.1}.corpoParagraph{color:var(--corpo-muted);margin:0 0 14px;font-size:clamp(1.05rem,1.2vw,1.15rem);line-height:1.75}.corpoParagraph:last-child{margin-bottom:0}.corpoMedia{border-radius:var(--corpo-radius);box-shadow:var(--corpo-shadow);border:1px solid #ffffffb3;transition:transform .28s,box-shadow .28s;position:relative;overflow:hidden;transform:translateY(0)}.corpoMedia:hover{transform:translateY(-6px);box-shadow:0 22px 70px #0b1f3338}.corpoMedia img{object-fit:cover;filter:saturate(1.02)contrast(1.02);width:100%;height:clamp(320px,35vw,520px);display:block}.corpoMedia:after{content:"";pointer-events:none;background:linear-gradient(135deg,#0b1f3314,#0b1f3300 45%);position:absolute;inset:0}@media (max-width:980px){.corpoHero{min-height:86vh}.corpoTitle{max-width:22ch}.corpoSection,.corpoSection.isReverse{grid-template-columns:1fr}.corpoMedia img{height:320px}.corpoQuoteWrap{transform:translateY(-18px)}}@media (max-width:560px){.corpoHero{min-height:80vh}.corpoMedia img{height:260px}}@media (max-width:980px){:root{--corpo-gutter:6vw}.corpoSection{grid-template-columns:1fr}}@media (max-width:560px){:root{--corpo-gutter:5vw}}.slugTop{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:40px;padding:4vw 10vw;display:flex;overflow-x:auto}.slugTitle{font-size:3.2rem;font-weight:800}.slugSubtitle,.storiaSubtitle{margin-top:-1.1rem;font-size:2.1rem}.slugRight{flex:1;justify-content:center;display:flex}.slugImage{border-radius:8px;width:700px;height:auto}.slugApprofondimento{box-sizing:border-box;width:100%;padding:0 10vw}.rightSubtitle{text-align:right;margin-bottom:2rem;margin-right:10vw;font-size:2.5rem}.p1{text-align:right;max-width:45vw;margin-bottom:1.5rem;margin-left:auto;margin-right:10vw;font-size:1.2rem;line-height:1.7}.p2{text-align:left;max-width:45vw;margin-bottom:1.5rem;margin-left:10vw;margin-right:auto;font-size:1.2rem;line-height:1.7}.slugQuote{background-color:#f9f9f9;border-left:5px solid #880018;border-radius:8px;max-width:700px;margin:5rem auto 3rem;padding:2rem;box-shadow:0 8px 20px #00000026}.quoteText{color:#333;text-align:center;margin:0;font-size:1.5rem;font-style:italic;line-height:1.7}.quoteAuthor{text-align:right;color:#555;margin-top:1rem;font-size:1.1rem;font-weight:500}.slugTextImageRight,.slugTextImageLeft{justify-content:space-between;align-items:center;margin-bottom:3vw;display:flex}.slugsubText{max-width:43vw}.slugsubImageLeft{border-radius:15px;max-width:40vw;height:auto;margin-left:10vw;margin-right:0;display:block;box-shadow:5px 5px 15px #0000004d}.slugsubImageRight{border-radius:15px;max-width:40vw;height:auto;margin-left:0;margin-right:10vw;display:block;box-shadow:5px 5px 15px #0000004d}.doublephoto{flex-direction:column;margin-top:6vw;display:flex}.double{margin-bottom:3vw;margin-right:10vw}.centralP{text-align:center;align-items:center;margin:2vw 10vw;font-size:1.2rem;line-height:1.7}.ph3right{text-align:left;margin-left:10vw}.ph3left{text-align:right;margin-right:10vw}.audioPlayerContainer{text-align:center;margin:3rem 0}.musicPlayer{cursor:pointer;max-width:13vw}:root{--logo-height:75px;--header-offset:50px;--gap-from-line:5vw}.header{height:calc(var(--logo-height) + var(--header-offset));z-index:1000;text-align:center;background-color:#7aa3c7;grid-template-columns:1fr auto 1fr;align-items:center;width:100%;padding:0 5vw;transition:background-color .4s,color .4s;display:grid;position:fixed;top:0;left:0}.header-item{align-items:center;display:flex}.header-item:first-child{padding-right:var(--gap-from-line);justify-content:flex-end}.header-item:last-child{padding-left:var(--gap-from-line);justify-content:flex-start}.header--inverted{background-color:#fff}.header--inverted .textH,.header--inverted a{color:#7aa3c7}.header--inverted svg{fill:#7aa3c7}.textH{color:#fff;font-size:1.5rem;font-weight:700}.line-wrapper{justify-content:center;align-items:center;display:flex}.line-image{width:auto;height:64px}.logo{height:var(--logo-height);width:auto}.footer{color:#fff;background-color:#7aa3c7;flex-direction:column;align-items:center;padding:2vh 10vw;display:flex}.footerContent{width:100%}.footerTopRow{justify-content:space-between;width:100%;margin-bottom:2vh;display:flex}.footerInfo{text-align:center;width:100%;margin-top:2vh;font-size:1rem}.footerInfo p{margin:0}.footer a{color:#fff;text-decoration:underline}.footer a:hover{color:#ddd}.linkfooter{align-items:center}@media (max-width:1024px){.fullWidthImage{height:60vh}.slugImage{width:90%}.slugsubImageLeft,.slugsubImageRight{max-width:90%;margin:0 auto}.p1,.p2{text-align:left;max-width:90%;margin:0 auto 1.5rem}.header{height:130px}.logo{height:95px}.footerContent{font-size:.9rem}.footerTopRow{align-items:center}.footerInfo{margin-top:2vh}.slugApprofondimento{padding:0 5vw}}.footerGrid{text-align:left;grid-template-columns:1fr 1fr;gap:4rem;width:100%;margin-bottom:2rem;display:grid}.footerColumn{flex-direction:column;display:flex}.footerTitle{color:#fff;border-bottom:2px solid #ffffff4d;width:fit-content;margin-bottom:1rem;padding-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;display:inline-block}.footerAddress{color:#f0f0f0;margin-bottom:1rem;font-size:1rem;line-height:1.6}.mapContainer{border-radius:12px;width:100%;overflow:hidden;box-shadow:0 4px 15px #0003}.creditsWrapper{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:12px;padding:1.5rem}.teacherBox{color:#fff;margin-bottom:1.5rem;font-size:1.1rem}.teacherBox .role{opacity:.8;margin-bottom:.2rem;font-size:.9rem;display:block}.teacherBox .name{font-size:1.2rem;font-weight:700}.studentsGrid{grid-template-columns:repeat(2,1fr);gap:.8rem;display:grid}.studentName{color:#ffffffe6;font-size:.95rem}@media (max-width:900px){.footerGrid{grid-template-columns:1fr;gap:3rem}.footerTitle{width:100%}.studentsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:500px){.studentsGrid{grid-template-columns:1fr}}@media (max-width:768px){.fullWidthImage{height:50vh;margin-left:0}.degustazioniList{grid-template-columns:1fr;gap:1rem;margin:1rem}.degustazioneCard{margin-bottom:2rem}.slugTextImageLeft,.slugTextImageRight{flex-direction:column;align-items:flex-start}.slugTextImageLeft>.slugsubText,.slugTextImageRight>.slugsubText{order:1;width:100%;margin:0 2vw 1rem}.slugTextImageLeft>.slugsubImage,.slugTextImageRight>.slugsubImage,.slugTextImageLeft>.doublephoto,.slugTextImageRight>.doublephoto{order:2;width:100%;margin:0 2vw}.slugsubImageLeft,.slugsubImageRight{max-width:100%;margin:0}.slugTitle,.slugSubtitle,.storiaSubtitle,.rightSubtitle{text-align:center;margin:0 2vw}.p1,.p2{text-align:left;max-width:100%;margin:0 2vw 1.5rem}.header{height:150px;padding:0 5vw}.logo{height:100px}.footer{padding:2rem 1rem}.footerTopRow{text-align:center;flex-direction:column;align-items:center;gap:2rem;width:100%}.footerInfo{margin-top:2rem}}@media (min-width:1440px){.container{max-width:1400px;margin:0 auto;padding:0 5vw}h1{font-size:3.8rem}h2{font-size:2.5rem}h3{font-size:1.7rem}.fullWidthImage{height:70vh}.degustazioniList{grid-template-columns:repeat(3,1fr);gap:2rem}.slugTop,.slugApprofondimento{padding:2vw 0}}
