@font-face{font-family:"FiraGO";font-style:normal;font-weight:400;font-display:swap;src:url("/fonts/firago-400.woff2") format("woff2")}
@font-face{font-family:"FiraGO";font-style:normal;font-weight:500;font-display:swap;src:url("/fonts/firago-500.woff2") format("woff2")}
@font-face{font-family:"FiraGO";font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/firago-600.woff2") format("woff2")}
@font-face{font-family:"FiraGO";font-style:normal;font-weight:700;font-display:swap;src:url("/fonts/firago-700.woff2") format("woff2")}

:root{--ink:#344860;--muted:#718391;--blue:#dbeaec;--orange:#f1a45e;--cta-radius:14px;--cta-height:48px;--cta-shadow:0 10px 24px rgba(241,164,94,.22)}
*{box-sizing:border-box}html{overflow-x:clip;scroll-behavior:smooth}body{margin:0;overflow-x:clip;color:var(--muted);font-family:"FiraGO",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;background:#fff}h1,h2,h3{font-weight:700}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}
.header{height:98px;display:flex;align-items:center;padding:0 max(5vw,32px);gap:28px;background:#fff;position:sticky;top:0;z-index:20;box-shadow:0 1px 0 #d6e1e4}.logo{width:56px;height:68px;object-fit:contain}.nav{margin:auto;display:flex;gap:26px;align-items:center}.navLinks{display:contents}.nav a{font-size:14px;font-weight:700;color:#70808b}.nav a:hover{color:var(--ink)}.headerActions{display:flex;align-items:center;gap:20px}.languageSwitcher{display:inline-grid;grid-template-columns:1fr 1fr;align-items:center;height:42px;padding:4px;border:1px solid rgba(52,72,96,.12);border-radius:13px;background:rgba(255,255,255,.56);box-shadow:0 7px 20px rgba(52,72,96,.05)}.languageSwitcher a,.languageSwitcher span{min-width:39px;height:32px;display:grid;place-items:center;border-radius:9px;color:#70808b;font-size:12px;font-weight:700;line-height:1;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.languageSwitcher span{background:#fff;color:var(--ink);box-shadow:0 3px 10px rgba(52,72,96,.12)}.languageSwitcher a:hover{color:var(--ink);background:rgba(255,255,255,.6)}.languageSwitcher a:focus-visible{outline:3px solid rgba(52,72,96,.28);outline-offset:2px}.button,.card a,.formSection button,.formSubmit{min-height:var(--cta-height);display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:var(--cta-radius);padding:0 22px;background:var(--orange);color:#fff;font-family:inherit;font-size:14px;font-weight:600;line-height:1.2;cursor:pointer;box-shadow:var(--cta-shadow);transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.button img{width:15px;height:15px;filter:brightness(0) invert(1)}.button:hover,.card a:hover,.formSection button:hover,.formSubmit:hover{background:#eb9850;color:#fff;transform:translateY(-2px);box-shadow:0 14px 30px rgba(241,164,94,.3)}.button:focus-visible,.card a:focus-visible,.formSection button:focus-visible,.formSubmit:focus-visible{outline:3px solid rgba(52,72,96,.28);outline-offset:3px}
body:has(main#top > .hero) .header{position:sticky;inset:auto;top:0;background:rgba(219,234,236,.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);box-shadow:none}body:has(main#top > .hero) .heroInner{min-height:535px;padding:54px max(5.5vw,40px) 44px}
.hero{background:var(--blue);min-height:0;display:block}.heroInner{max-width:1480px;width:100%;min-height:535px;margin:auto;padding:54px max(5.5vw,40px) 44px;display:grid;grid-template-columns:1.08fr .92fr;gap:42px;align-items:center}.heroCopy{max-width:660px}.heroCopy h3{font-family:"FiraGO",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:28px;line-height:1.3;font-weight:600;letter-spacing:-.015em;color:#7890a5;margin:0 0 24px;max-width:590px}.heroCopy h1{font-family:"FiraGO",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:52px;line-height:1.08;font-weight:700;letter-spacing:-.025em;color:var(--ink);margin:0 0 24px}.heroCopy p{font-family:"FiraGO",Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;font-size:16px;line-height:1.72;font-weight:400;letter-spacing:-.005em;margin:0 0 29px;max-width:620px}.heroCopy p b{font-weight:600;color:#526a7b}.heroActions{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.heroMore{display:inline-flex;align-items:center;gap:13px;color:#536d86;font-size:15px;font-weight:600;padding:8px 0;border-bottom:1px solid #7f96aa;transition:color .2s ease,border-color .2s ease}.heroMore:hover{color:var(--ink);border-color:var(--orange)}.heroImage{width:min(650px,100%);max-height:500px;object-fit:contain;justify-self:end}.heroTrust{width:100%;background:#fff;border-top:1px solid #d4e0e3;border-bottom:1px solid #dbe4e6;padding:0 max(5.5vw,40px);display:grid;grid-template-columns:repeat(3,1fr)}.heroTrustItem{min-height:132px;display:flex;align-items:center;justify-content:flex-start;gap:18px;padding:24px 34px}.heroTrustItem+.heroTrustItem{border-left:1px solid #dbe4e6}.heroTrustIcon{width:64px;height:64px;flex:0 0 64px;border-radius:50%;display:grid;place-items:center;background:#eef5f7;color:#344f6d}.heroTrustItem>span:last-child{display:flex;flex-direction:column;gap:5px}.heroTrustItem strong{color:var(--ink);font-size:15px;line-height:1.3}.heroTrustItem small{max-width:240px;color:#7a8c98;font-size:12px;line-height:1.5}
section h2{font-size:48px;color:var(--ink);text-align:center;margin:0}.splitSection{padding:65px max(5vw,30px) 100px}.split{max-width:1420px;margin:90px auto 0;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.split.reverse img{order:2}.split img{width:100%;max-height:610px;object-fit:contain}.copy{font-size:18px;line-height:1.6}.copy p{margin:0 0 26px}.more{display:inline-block;color:var(--orange);font-size:20px;font-weight:700;margin-top:12px}.about{min-height:970px}
.programs{padding:70px 30px 120px;min-height:690px}.cards{max-width:1140px;margin:75px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{background:var(--blue);border-radius:16px;min-height:390px;padding:20px 34px 30px;text-align:center;display:flex;flex-direction:column;align-items:center;color:var(--ink)}.cardIcon{width:148px;height:148px;object-fit:contain;margin:0 0 6px}.card h3{font-size:27px;margin:0 0 14px}.card p{font-size:18px;line-height:1.5;margin:0 auto;max-width:280px}.card a{margin-top:auto;width:100%}
.admission{min-height:1120px}.admission .split{margin-top:125px}.admission .copy ul{padding-left:28px}.admission .copy li{margin:0 0 20px}.admissionCta{min-width:250px;justify-content:flex-start;gap:12px;margin-top:12px;padding:0 18px}.admissionCta img{width:17px;height:17px}.admissionCtaArrow{margin-left:auto}.iconLine{display:flex;align-items:center;gap:8px}.iconLine img{width:20px;height:20px;opacity:.75}
.parents{background:var(--blue);padding:70px max(5vw,30px) 110px;min-height:920px}.parents .split{margin-top:125px}.parents .copy{max-width:620px}.contact{min-height:1080px}.contact .split{align-items:start;margin-top:95px}.contactCopy{padding-top:20px;color:var(--ink)}.contactList{padding:0;list-style:none;font-weight:700;font-size:18px;line-height:2}.contactList li{display:flex;align-items:center;gap:14px}.contactList img{width:20px;height:20px;object-fit:contain;opacity:.82;filter:invert(51%) sepia(12%) saturate(810%) hue-rotate(159deg) brightness(92%) contrast(86%)}.faqTitle{font-size:28px;margin:14px 0}.faq{border:1px solid #ccd3d6}.faqItem+ .faqItem{border-top:1px solid #ccd3d6}.faqItem button{width:100%;padding:14px 12px;border:0;background:white;text-align:left;font-size:18px;font-weight:700;color:#222;cursor:pointer}.faqItem p{margin:0;padding:4px 18px 18px;color:#637581;line-height:1.45}.small{font-size:12px;color:#89979f}
footer{background:var(--blue);padding:45px max(5vw,30px) 35px}.footerInner{max-width:1140px;margin:auto;display:grid;grid-template-columns:1fr auto;align-items:center}.footerInner nav{display:flex;gap:34px;font-size:13px}.footerInner img{width:48px;height:60px;object-fit:contain}.footerInner .rule{grid-column:1/-1;height:1px;background:#b8cdd0;margin:18px 0 35px}.footerInner p{grid-column:1/-1;text-align:right;margin:0;font-size:12px;color:#384d5b}
.menuButton{display:none;background:none;border:0;width:42px;height:42px;padding:7px;cursor:pointer}.menuButton img{width:100%;height:100%;object-fit:contain}.menuBackdrop,.mobileNavBrand,.mobileNavLabel,.mobileNavFooter,.mobileNavClose{display:none}
.innerPage{min-height:760px;padding:0}.innerHero{height:520px;overflow:hidden;position:relative;background:var(--blue)}.innerHero img{width:100%;height:100%;object-fit:cover}.innerHero:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-42px;height:84px;background:white;border-radius:50% 50% 0 0}.innerHero.compact{height:360px;background:var(--blue)}.innerHero.compact img{object-fit:contain;width:min(520px,82%);margin:auto}.innerHero.compact:after{display:none}.innerPageContent{padding:0 max(5vw,30px) 110px}.innerPageContent>h1{font-size:48px;text-align:center;color:var(--ink);margin:0 0 24px}.innerCopy{font-size:18px;line-height:1.65;color:var(--muted)}.innerCopy.narrow{max-width:700px;margin:0 auto}.innerCopy p{margin:0 0 25px}.innerCopy li{margin-bottom:12px}
.gallery{max-width:1240px;margin:80px auto 0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.gallery img{width:100%;aspect-ratio:3/2;object-fit:cover}
.aboutGallerySection{max-width:1240px;margin:110px auto 0;padding:54px;border-radius:32px;background:#f4f9fa}.aboutGalleryHeader{display:grid;grid-template-columns:minmax(0,.8fr) minmax(320px,.55fr);gap:56px;align-items:end;margin-bottom:34px}.aboutGalleryHeader span{display:block;margin-bottom:10px;color:var(--orange);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.aboutGalleryHeader h2{margin:0;text-align:left;color:var(--ink);font-size:46px;line-height:1.05;letter-spacing:-.03em}.aboutGalleryHeader p{max-width:480px;margin:0;color:#718391;font-size:15px;line-height:1.65}.aboutGalleryGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.aboutGalleryGrid figure{overflow:hidden;margin:0;aspect-ratio:3/2;border-radius:18px;background:#e4eef0}.aboutGalleryGrid img{display:block;width:100%;height:auto;aspect-ratio:3/2;object-fit:contain}
.formSection{scroll-margin-top:118px;max-width:1100px;margin:110px auto 0;padding:54px;border-radius:32px;background:linear-gradient(145deg,#f4f9fa 0%,#edf5f6 100%)}.formHeader{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:48px;align-items:end;margin-bottom:38px}.formEyebrow{display:block;margin-bottom:10px;color:var(--orange);font-size:12px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.formSection h2{margin:0;color:var(--ink);font-size:46px;line-height:1.08;letter-spacing:-.03em;text-align:left}.formHeader p{max-width:650px;margin:14px 0 0;color:#6d818e;font-size:15px;line-height:1.65}.formTime{display:flex;align-items:center;gap:12px;min-width:205px;padding:15px 18px;border:1px solid #dce7e9;border-radius:16px;background:rgba(255,255,255,.72)}.formTime img{width:22px;height:22px;opacity:.72}.formTime span{display:flex;flex-direction:column;gap:2px;color:#81929b;font-size:11px}.formTime strong{color:#405871;font-size:13px}.enrollmentForm{display:grid;gap:18px}.enrollmentForm fieldset{min-width:0;margin:0;padding:32px;border:1px solid #dce7e9;border-radius:22px;background:#fff;box-shadow:0 15px 36px rgba(52,72,96,.05)}.enrollmentForm legend{display:flex;align-items:center;gap:14px;margin-left:-7px;padding:0 7px;color:var(--ink)}.enrollmentForm legend>span:last-child{display:flex;flex-direction:column;gap:3px}.enrollmentForm legend strong{font-size:18px;line-height:1.3}.enrollmentForm legend small{color:#85959e;font-size:12px;font-weight:500}.formStep{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e8f2f3;color:#607b89;font-size:12px;font-weight:700}.formFields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 24px;margin-top:27px}.formSection label{display:flex;min-width:0;flex-direction:column;gap:9px;color:#41566b;font-size:13px;font-weight:600}.formSection label>span b{color:#d77f37}.formSection input,.formSection select{width:100%;height:54px;border:1px solid #d5e0e3;border-radius:12px;padding:0 16px;background:#fbfdfd;color:#405871;font:inherit;font-size:15px;outline:0;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}.formSection input::placeholder{color:#9aabb3}.formSection input:hover,.formSection select:hover{border-color:#b9cbd0}.formSection input:focus,.formSection select:focus{border-color:#7191a2;background:#fff;box-shadow:0 0 0 4px rgba(113,145,162,.14)}.formSection input:invalid:not(:placeholder-shown):not(:focus){border-color:#d99a76}.formFieldWide{grid-column:1/-1}.formSubmitRow{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:24px 4px 0}.formSubmitRow p{display:flex;align-items:center;gap:10px;max-width:570px;margin:0;color:#738690;font-size:12px;line-height:1.55}.formSubmitRow p span{display:grid;place-items:center;width:25px;height:25px;flex:0 0 25px;border-radius:50%;background:#dfeeed;color:#527974;font-size:13px;font-weight:700}.formSection .formSubmitRow button{min-width:230px;gap:10px}.formSubmitRow button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.groupsPage{padding-bottom:120px;background:#fff}.groupsHero{height:520px;overflow:hidden;position:relative}.groupsHero:after{content:"";position:absolute;left:-5%;right:-5%;bottom:-42px;height:84px;background:white;border-radius:50% 50% 0 0}.groupsHero img{width:100%;height:100%;object-fit:cover}.groupsHero.illustration{height:440px;background:var(--blue)}.groupsHero.illustration img{width:min(680px,90%);object-fit:contain;margin:auto}
.groupsIntro{max-width:1240px;margin:0 auto;padding:72px 30px 88px;text-align:center}.groupsEyebrow{display:inline-block;margin-bottom:14px;color:var(--orange);font-size:13px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.groupsIntro h1{margin:0;color:var(--ink);font-size:56px;line-height:1.08;letter-spacing:-.03em}.groupsIntro>p{max-width:670px;margin:20px auto 0;font-size:18px;line-height:1.65}.groupSwitcher{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:52px;text-align:left}.groupSwitcher a{min-height:126px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:24px;border:1px solid #d8e5e7;border-radius:18px;background:#f7fbfb;color:var(--ink);transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease}.groupSwitcher a:hover{border-color:rgba(241,164,94,.7);transform:translateY(-3px);box-shadow:0 16px 34px rgba(52,72,96,.09)}.groupSwitcher a:focus-visible{outline:3px solid rgba(52,72,96,.24);outline-offset:3px}.groupSwitcherIndex{display:grid;place-items:center;width:42px;height:42px;border-radius:13px;background:#e8f2f3;color:#6e8593;font-size:13px;font-weight:700}.groupSwitcher a>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:6px}.groupSwitcher small{color:#84959f;font-size:12px;font-weight:600}.groupSwitcher strong{font-size:17px;line-height:1.35}.groupSwitcher svg{color:var(--orange)}
.scheduleStack{max-width:1180px;margin:auto;padding:0 30px}.schedule{scroll-margin-top:118px;display:grid;grid-template-columns:300px minmax(0,1fr);gap:72px;padding:88px 0;color:var(--ink);border-top:1px solid #dce6e8}.scheduleHeader{position:sticky;top:132px;align-self:start;text-align:left}.scheduleNumber{display:block;color:#dbe8ea;font-size:72px;font-weight:700;line-height:.9;letter-spacing:-.06em}.scheduleAge{display:inline-flex;margin:24px 0 12px;padding:7px 11px;border-radius:8px;background:#fff1e5;color:#c87937;font-size:12px;font-weight:700}.schedule h2{margin:0;color:var(--ink);font-size:32px;line-height:1.25;text-align:left;text-transform:none}.scheduleHeader p{margin:13px 0 0;color:#84949d;font-size:14px;line-height:1.55}.scheduleTimeline{overflow:hidden;margin:0;padding:8px 26px;list-style:none;border:1px solid #dce6e8;border-radius:20px;background:#fbfdfd;box-shadow:0 18px 45px rgba(52,72,96,.07)}.scheduleTimeline li{display:grid;grid-template-columns:145px minmax(0,1fr);gap:24px;align-items:center;min-height:66px;padding:13px 4px;border-bottom:1px solid #e2eaec;font-size:16px;line-height:1.45}.scheduleTimeline li:last-child{border-bottom:0}.scheduleTimeline time{color:#627b8b;font-size:13px;font-weight:700;white-space:nowrap}.scheduleTimeline li span{position:relative;padding-left:20px;color:#41566b;font-weight:500}.scheduleTimeline li span:before{content:"";position:absolute;left:0;top:.58em;width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 0 5px rgba(241,164,94,.12)}
.parentsPage{min-height:700px}.parentsPage .innerCopy{max-width:920px}.contactStandalone{max-width:1180px;margin:auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:start}.contactStandalone iframe{width:100%;height:430px;border:0}.contactStandalone .contactList{margin:20px 0 0}
.documentationPage{padding-top:70px}.documentList{max-width:820px;margin:35px auto 0;display:grid;gap:16px}.documentList a{display:flex;align-items:center;gap:18px;padding:20px 24px;border:1px solid #d6e3e5;border-radius:12px;background:#f7fbfb;color:var(--ink);font-size:17px;font-weight:700;transition:.2s}.documentList a:hover{border-color:#f1a45e;transform:translateY(-2px);box-shadow:0 12px 25px rgba(52,72,96,.08)}.documentIcon{width:28px;height:28px;flex:0 0 28px;opacity:.75}
@media(min-width:901px) and (max-width:1180px){body.menuOpen{overflow:hidden}.header{height:97px;padding:0 32px}.logo{width:52px;height:64px}.menuButton{display:flex;align-items:center;justify-content:center;margin-left:auto;position:relative;z-index:42;border-radius:50%;transition:opacity .2s ease}.menuButton[aria-expanded="true"]{opacity:0;pointer-events:none}.menuBackdrop{display:block;position:fixed;inset:0;border:0;padding:0;background:rgba(25,43,57,.46);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:39}.menuBackdrop.open{opacity:1;visibility:visible}.nav{display:flex;position:fixed;inset:0 0 0 auto;width:min(88vw,380px);margin:0;background:linear-gradient(180deg,#f8fcfc 0%,#eef6f7 100%);padding:24px 28px 28px;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;z-index:40;overflow-y:auto;box-shadow:-20px 0 60px rgba(28,54,69,.18);transform:translateX(104%);visibility:hidden;transition:transform .34s cubic-bezier(.22,.8,.28,1),visibility .34s ease}.nav.open{transform:translateX(0);visibility:visible}.mobileNavClose{display:flex;align-items:center;justify-content:center;position:absolute;top:25px;right:22px;width:42px;height:42px;border:0;border-radius:50%;background:#eef5f6;padding:12px;cursor:pointer;box-shadow:0 8px 28px rgba(36,57,71,.12)}.mobileNavClose img{width:100%;height:100%;object-fit:contain}.mobileNavBrand{display:flex;align-items:center;min-height:58px;gap:13px;padding-right:54px;margin-bottom:26px;color:inherit}.mobileNavBrand:focus-visible{outline:3px solid rgba(52,72,96,.28);outline-offset:4px;border-radius:12px}.mobileNavBrand>img{width:48px;height:58px;object-fit:contain}.mobileNavBrand div{display:flex;flex-direction:column;gap:3px}.mobileNavBrand strong{color:#405871;font-size:18px;line-height:1}.mobileNavBrand span{color:#7b8d96;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mobileNavLabel{display:block;margin:0 0 9px;color:#9aabb1;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.navLinks{display:flex;flex-direction:column}.nav .navLinks a{display:flex;align-items:center;min-height:50px;border-bottom:1px solid rgba(75,105,120,.13);font-size:18px;line-height:1.25;color:#405871;white-space:normal;letter-spacing:-.01em}.nav .navLinks a:first-child{border-top:1px solid rgba(75,105,120,.13)}.nav .navLinks a:hover{color:#f5a63b}.mobileNavFooter{display:flex;flex-direction:column;gap:18px;margin-top:auto;padding-top:24px}.nav .mobileLocale{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#405871}.mobileLocale>small{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.languageSwitcherMobile{background:rgba(255,255,255,.7)}.nav .mobileNavCta{min-height:48px;color:#fff;font-size:13px;border:0;box-shadow:0 12px 26px rgba(241,153,48,.24)}.nav .mobileNavPhone{display:flex;align-items:center;gap:12px;color:#405871;font-size:15px}.mobileNavPhone>img{width:17px;height:17px;filter:invert(31%) sepia(16%) saturate(1130%) hue-rotate(166deg) brightness(91%)}.mobileNavPhone span{display:flex;flex-direction:column;gap:2px}.mobileNavPhone small{color:#8a9ba3;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.headerActions{display:none}}
@media(max-width:900px){body.menuOpen{overflow:hidden}.header{height:97px;padding:0 22px 0 47px}.logo{width:52px;height:64px}.menuButton{display:flex;align-items:center;justify-content:center;margin-left:auto;position:relative;z-index:42;border-radius:50%;transition:opacity .2s ease}.menuButton[aria-expanded="true"]{opacity:0;pointer-events:none}.menuBackdrop{display:block;position:fixed;inset:0;border:0;padding:0;background:rgba(25,43,57,.46);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:39}.menuBackdrop.open{opacity:1;visibility:visible}.nav{display:flex;position:fixed;inset:0 0 0 auto;width:min(88vw,380px);margin:0;background:linear-gradient(180deg,#f8fcfc 0%,#eef6f7 100%);padding:24px 28px 28px;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:0;z-index:40;overflow-y:auto;box-shadow:-20px 0 60px rgba(28,54,69,.18);transform:translateX(104%);visibility:hidden;transition:transform .34s cubic-bezier(.22,.8,.28,1),visibility .34s ease}.nav.open{transform:translateX(0);visibility:visible}.mobileNavClose{display:flex;align-items:center;justify-content:center;position:absolute;top:25px;right:22px;width:42px;height:42px;border:0;border-radius:50%;background:#eef5f6;padding:12px;cursor:pointer;box-shadow:0 8px 28px rgba(36,57,71,.12)}.mobileNavClose img{width:100%;height:100%;object-fit:contain}.mobileNavBrand{display:flex;align-items:center;min-height:58px;gap:13px;padding-right:54px;margin-bottom:26px;color:inherit}.mobileNavBrand:focus-visible{outline:3px solid rgba(52,72,96,.28);outline-offset:4px;border-radius:12px}.mobileNavBrand>img{width:48px;height:58px;object-fit:contain}.mobileNavBrand div{display:flex;flex-direction:column;gap:3px}.mobileNavBrand strong{color:#405871;font-size:18px;line-height:1}.mobileNavBrand span{color:#7b8d96;font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase}.mobileNavLabel{display:block;margin:0 0 9px;color:#9aabb1;font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.navLinks{display:flex;flex-direction:column}.nav .navLinks a{display:flex;align-items:center;min-height:50px;border-bottom:1px solid rgba(75,105,120,.13);font-size:18px;line-height:1.25;color:#405871;white-space:normal;letter-spacing:-.01em}.nav .navLinks a:first-child{border-top:1px solid rgba(75,105,120,.13)}.nav .navLinks a:hover{color:#f5a63b}.mobileNavFooter{display:flex;flex-direction:column;gap:18px;margin-top:auto;padding-top:24px}.nav .mobileLocale{display:flex;align-items:center;justify-content:space-between;gap:16px;color:#405871}.mobileLocale>small{font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.languageSwitcherMobile{background:rgba(255,255,255,.7)}.nav .mobileNavCta{min-height:48px;color:#fff;font-size:13px;border:0;box-shadow:0 12px 26px rgba(241,153,48,.24)}.nav .mobileNavPhone{display:flex;align-items:center;gap:12px;color:#405871;font-size:15px}.mobileNavPhone>img{width:17px;height:17px;filter:invert(31%) sepia(16%) saturate(1130%) hue-rotate(166deg) brightness(91%)}.mobileNavPhone span{display:flex;flex-direction:column;gap:2px}.mobileNavPhone small{color:#8a9ba3;font-size:10px;font-weight:700;letter-spacing:.11em;text-transform:uppercase}.headerActions{display:none}.hero{min-height:auto}.heroInner{min-height:0;padding:34px 29px 46px;grid-template-columns:1fr;gap:0}.heroCopy{max-width:none}.heroCopy h3{font-size:22px;margin-bottom:20px}.heroCopy h1{font-size:42px;line-height:1.08;margin-bottom:22px}.heroCopy p{font-size:16px;margin-bottom:26px}.heroImage{grid-row:auto;margin:34px 0 0;max-width:350px;max-height:330px;justify-self:center}.heroActions{gap:22px}.heroTrust{grid-template-columns:1fr;padding:8px 22px}.heroTrustItem{min-height:0;justify-content:flex-start;padding:18px 4px}.heroTrustItem+.heroTrustItem{border-left:0;border-top:1px solid #dbe4e6}.heroTrustIcon{width:54px;height:54px;flex-basis:54px}.heroTrustItem small{max-width:none}.splitSection,.parents,.programs{padding:55px 22px 75px;min-height:0}section h2{font-size:36px}.split{grid-template-columns:1fr;gap:35px;margin-top:55px}.split.reverse img{order:0}.cards{grid-template-columns:1fr;margin-top:60px;max-width:420px}.card{min-height:360px}.parents .split{margin-top:55px}.contact .split,.admission .split{margin-top:55px}.contactCopy{padding:0}.footerInner{grid-template-columns:1fr auto}.footerInner nav{display:none}}
@media(max-width:900px){.innerHero{height:260px}.innerHero.compact{height:280px}.innerHero.compact img{width:min(280px,78%)}.innerPageContent{padding:12px 15px 75px}.innerPageContent>h1{font-size:34px;margin-bottom:18px}.admissionPage .innerPageContent>h1{text-align:left;white-space:nowrap;letter-spacing:-1px}.innerCopy{font-size:18px;line-height:1.55}.formSection{margin-top:65px;padding:36px 28px;border-radius:26px}.formHeader{grid-template-columns:1fr;gap:22px;margin-bottom:30px}.formSection h2{font-size:38px}.formTime{width:max-content}.formFields{grid-template-columns:1fr}.formFieldWide{grid-column:auto}.formSubmitRow{align-items:flex-start;flex-direction:column}.formSection .formSubmitRow button{width:100%}.contactStandalone{grid-template-columns:1fr;gap:34px;padding:0 5px}.contactStandalone iframe{height:340px}.groupsHero,.groupsHero.illustration{height:330px}.groupsPage>h1{font-size:38px}.schedule li{font-size:15px}.schedule h2{font-size:28px}}
@media(max-width:900px){.aboutGallerySection{margin-top:72px;padding:36px 28px;border-radius:26px}.aboutGalleryHeader{grid-template-columns:1fr;gap:16px;margin-bottom:28px}.aboutGalleryHeader h2{font-size:38px}.aboutGalleryHeader p{max-width:620px}.aboutGalleryGrid{gap:12px}.aboutGalleryGrid figure{border-radius:14px}}
@media(max-width:900px){body:has(main#top > .hero) .heroInner{min-height:0;padding:34px 29px 46px}}
@media(max-width:900px){.groupsIntro{padding:54px 22px 68px}.groupsIntro h1{font-size:44px}.groupsIntro>p{font-size:16px}.groupSwitcher{grid-template-columns:1fr;margin-top:38px}.groupSwitcher a{min-height:104px;padding:18px}.scheduleStack{padding:0 22px}.schedule{grid-template-columns:1fr;gap:30px;padding:64px 0}.scheduleHeader{position:static}.scheduleNumber{font-size:58px}.scheduleAge{margin-top:18px}.scheduleTimeline{padding:6px 18px}.scheduleTimeline li{grid-template-columns:132px minmax(0,1fr);gap:16px;min-height:62px;padding:12px 2px}.scheduleTimeline li span{padding-left:18px}}
@media(max-width:520px){.heroCopy h1{font-size:35px}.button{padding:0 18px}.copy{font-size:16px}.contactList{font-size:18px}.faqItem button{font-size:15px}.footerInner p{text-align:left}.formSection{padding:26px 14px 18px;border-radius:22px}.formSection h2{font-size:32px}.formHeader{padding:0 5px}.formHeader p{font-size:14px}.formTime{width:100%;min-width:0}.enrollmentForm fieldset{padding:24px 14px 18px;border-radius:18px}.enrollmentForm legend{gap:11px}.enrollmentForm legend strong{font-size:16px}.enrollmentForm legend small{max-width:220px;font-size:11px}.formStep{width:38px;height:38px}.formFields{gap:18px;margin-top:22px}.formSection input,.formSection select{height:52px;font-size:16px}.formSubmitRow{padding:18px 4px 0}.formSubmitRow p{align-items:flex-start}.formSection .formSubmitRow button{min-width:0}}
@media(max-width:520px){.aboutGallerySection{margin-top:60px;padding:26px 14px 14px;border-radius:22px}.aboutGalleryHeader{margin-bottom:22px;padding:0 4px}.aboutGalleryHeader h2{font-size:34px}.aboutGalleryHeader p{font-size:14px}.aboutGalleryGrid{grid-template-columns:1fr;gap:10px}.aboutGalleryGrid figure{border-radius:12px}}
@media(max-width:520px){.groupsIntro h1{font-size:40px}.groupSwitcher a{grid-template-columns:auto 1fr}.groupSwitcher svg{display:none}.scheduleTimeline{padding:8px 16px}.scheduleTimeline li{grid-template-columns:1fr;gap:7px;padding:16px 0}.scheduleTimeline time{padding-left:18px}.scheduleTimeline li span{font-size:15px}}
@media(max-width:900px){
  body:has(main#top > .hero) .header{height:82px;padding:0 22px;background:rgba(219,234,236,.96)}
  body:has(main#top > .hero) .logo{width:48px;height:58px}
  body:has(main#top > .hero) .menuBackdrop{top:0;bottom:auto;height:100dvh}
  body:has(main#top > .hero) .nav{top:0;bottom:auto;height:100dvh;max-height:100dvh}
  body:has(main#top > .hero) .hero{padding-bottom:28px}
  body:has(main#top > .hero) .heroInner{display:flex;flex-direction:column;min-height:calc(100dvh - 82px);padding:18px 22px 30px;gap:0;overflow:hidden}
  .heroCopy{display:block;order:2;width:100%;max-width:none;margin-top:auto}
  .heroCopy h3{margin:0 0 8px;font-size:16px;line-height:1.42;font-weight:600;letter-spacing:0}
  .heroCopy h1{margin:0;font-size:38px;line-height:1.08;letter-spacing:-.035em}
  .heroImage{order:1;width:min(100%,390px);height:276px;max-width:none;max-height:none;margin:-8px auto 12px;object-fit:contain;object-position:center top;align-self:center}
  .heroCopy p{margin:14px 0 0;font-size:15px;line-height:1.58;color:#657c8b}
  .heroCopy p span{display:none}
  .heroCopy p span:first-child{display:inline}
  .heroCopy p span:first-child br{display:none}
  .heroCopy p b{color:#405970}
  .heroActions{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;margin-top:22px}
  .heroActions .button{width:100%;padding:0 16px;white-space:nowrap}
  .heroMore{justify-content:center;min-height:48px;padding:0 2px;font-size:13px;white-space:nowrap}
  .heroTrust{display:grid;grid-template-columns:1fr;gap:0;width:auto;margin:0 22px;padding:4px 16px;overflow:visible;background:rgba(255,255,255,.72);border:1px solid rgba(52,72,96,.1);border-radius:18px;box-shadow:0 14px 34px rgba(52,72,96,.06)}
  .heroTrustItem{width:100%;min-width:0;min-height:94px;justify-content:flex-start;gap:14px;padding:16px 4px;border:0;border-radius:0;background:transparent}
  .heroTrustItem+.heroTrustItem{border:0;border-top:1px solid rgba(52,72,96,.1)}
  .heroTrustIcon{width:48px;height:48px;flex-basis:48px;background:#fff}
  .heroTrustItem strong{font-size:14px}
  .heroTrustItem small{font-size:11px;line-height:1.45}
}
@media(max-width:390px){
  body:has(main#top > .hero) .heroInner{padding-left:18px;padding-right:18px}
  .heroCopy h1{font-size:35px}
  .heroImage{height:252px}
  .heroActions{grid-template-columns:1fr;gap:10px}
  .heroMore{justify-self:start}
  .heroTrust{margin-right:14px;margin-left:14px;padding-right:14px;padding-left:14px}
}
@media(min-width:420px) and (max-width:900px){
  .heroImage{height:360px}
}

.formSection input:invalid:not(:placeholder-shown):not(:focus){
  border-color:#d5e0e3;
}
.formSection input[type="date"]{
  display:block;
  min-width:0;
  max-width:100%;
  -webkit-appearance:none;
  appearance:none;
}
.formSection input[type="date"]::-webkit-date-and-time-value{
  min-width:0;
  text-align:left;
}
.formHoneypot{
  position:absolute!important;
  left:-10000px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
}
.formSection input:user-invalid,
.formSection select:user-invalid{
  border-color:#d99a76;
  box-shadow:0 0 0 4px rgba(217,154,118,.12);
}
