/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.relative{position:relative}.start{inset-inline-start:var(--spacing)}.table{display:table}}:root{--blue:#205fc9;--blue-deep:#23217f;--green:#64c832;--green-deep:#13845b;--gold:#f1b52f;--ink:#17172d;--paper:#fff;--soft:#f2f3f8;--line:#d9dce7;--font-hei:"Microsoft YaHei","SimHei","Noto Sans SC",Arial,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);font-family:var(--font-hei);margin:0}body>main{background:#fff;width:min(1400px,100% - 72px);margin:0 auto;overflow:hidden;box-shadow:0 0 0 1px #1f2d520f}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{z-index:10;background:#fff;position:relative}.header-main{justify-content:space-between;align-items:center;height:92px;padding:0 clamp(24px,5vw,74px);display:flex}.header-logo{width:230px;height:auto;display:block}.header-tools{align-items:center;gap:24px;font-size:12px;display:flex}.header-tools>span{color:#687086}.header-tools a{background:var(--blue-deep);color:#fff;border-radius:2px;padding:11px 16px;font-weight:700}.header-tools b{color:#9af064;margin-left:18px}.site-header nav{border-top:1px solid var(--line);justify-content:flex-end;align-items:stretch;height:48px;padding:0 clamp(24px,5vw,74px);display:flex}.site-header nav a{border-left:1px solid var(--line);place-items:center;min-width:120px;font-size:14px;font-weight:700;display:grid;position:relative}.site-header nav a:last-child{border-right:1px solid var(--line)}.site-header nav a:after{content:"";background:var(--blue);height:5px;transition:all .2s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.site-header nav a:nth-child(2):after{background:var(--green)}.site-header nav a:nth-child(3):after{background:var(--gold)}.site-header nav a:nth-child(4):after{background:var(--blue-deep)}.site-header nav a:hover{background:#f7f8fc}.site-header nav a:hover:after{transform:scaleX(1)}.hero-carousel{background:#111;height:min(560px,63vw);min-height:440px;position:relative;overflow:hidden}.slide{opacity:0;visibility:hidden;transition:opacity .65s,visibility .65s;position:absolute;inset:0}.slide.is-active{opacity:1;visibility:visible}.slide>img{object-fit:cover;width:100%;height:100%;display:block}.slide:after{content:"";pointer-events:none;background:linear-gradient(90deg,#0003,#0000 60%);position:absolute;inset:0}.slide-panel{z-index:2;color:#fff;border-left:14px solid;flex-direction:column;justify-content:center;width:min(420px,38%);padding:clamp(32px,5vw,64px) clamp(28px,3.5vw,50px);display:flex;position:absolute;top:0;bottom:0;left:5%}.tone-blue{background:#23217fed;border-color:#2e6fe0}.tone-green{background:#136e50ed;border-color:#77d748}.tone-gold{background:#b4750ff0;border-color:#ffd159}.slide-panel p{letter-spacing:.2em;margin:0 0 18px;font-size:10px;font-weight:800}.slide-panel h1{margin:0 0 20px;font-size:clamp(32px,3.6vw,52px);line-height:1.12}.slide-description{color:#ffffffd9;font-size:14px;line-height:1.7}.slide-panel strong{border-top:1px solid #fff6;margin-top:25px;padding-top:15px;font-size:13px}.slide-panel strong i{float:right;font-size:19px;font-style:normal}.photo-credit{z-index:3;color:#ffffffb8;text-shadow:0 1px 4px #000;font-size:9px;position:absolute;bottom:15px;right:18px}.carousel-controls{z-index:5;background:#fff;align-items:center;height:44px;display:flex;position:absolute;bottom:24px;right:5%;box-shadow:0 8px 25px #1318372e}.carousel-controls>button{width:44px;height:44px;color:var(--blue-deep);cursor:pointer;background:#fff;border:0;font-size:19px}.carousel-controls>button:hover{background:var(--blue-deep);color:#fff}.carousel-dots{border-left:1px solid var(--line);border-right:1px solid var(--line);align-items:center;gap:10px;height:44px;padding:0 16px;display:flex}.carousel-dots button{border:1px solid var(--blue-deep);cursor:pointer;background:0 0;border-radius:50%;width:9px;height:9px;padding:0}.carousel-dots button.active{background:var(--blue-deep);transform:scale(1.2)}.welcome-section{border-top:5px solid #0000;border-image:linear-gradient(90deg,var(--blue) 0 34%,var(--green) 34% 67%,var(--gold) 67%) 1;grid-template-columns:1fr 2.3fr;gap:6vw;padding:72px clamp(24px,7vw,100px);display:grid}.section-kicker,.section-heading p,.campus-copy>p,.admissions-section p{color:var(--blue);letter-spacing:.2em;margin:0;font-size:10px;font-weight:800}.welcome-section h2,.section-heading h2,.campus-copy h2,.admissions-section h2{margin:0 0 24px;font-size:clamp(38px,5vw,66px);line-height:1.12}.welcome-section>div>p{color:#586174;max-width:720px;line-height:1.75}.welcome-section a,.campus-copy a{border-bottom:2px solid var(--blue-deep);margin-top:18px;padding-bottom:6px;font-weight:700;display:inline-block}.welcome-section a span{margin-left:45px}.welcome-section>div,.admissions-section>div{position:relative}.welcome-section h2{z-index:1;font-size:clamp(32px,4.25vw,56px);position:relative}.welcome-section h2:before{content:"";background:linear-gradient(90deg,var(--green) 0 55%,var(--gold) 55%);border-radius:999px;width:48px;height:8px;position:absolute;top:-18px;left:-20px}.welcome-section h2:after{content:"";border:3px solid var(--blue);width:13px;height:13px;box-shadow:21px 6px 0 -3px var(--gold);border-radius:50%;position:absolute;bottom:-10px;right:7%}.section-heading{justify-content:space-between;align-items:end;margin-bottom:32px;display:flex}.section-heading h2{margin:0}.program-grid{grid-template-columns:repeat(3,1fr);gap:3px;display:grid}.program-card{isolation:isolate;color:#fff;background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;min-height:270px;padding:28px;transition:all .25s;display:flex;position:relative;overflow:hidden}.program-card:before{content:"";z-index:-1;background:linear-gradient(155deg,#14183edb,#14183e61);position:absolute;inset:0}.program-card.green:before{background:linear-gradient(155deg,#08563ce0,#08563c5c)}.program-card.gold:before{background:linear-gradient(155deg,#915b06e6,#915b0659)}.program-card:hover{background-position:50% 45%;transform:translateY(-6px);box-shadow:0 18px 38px #1c28502e}.program-card>span{opacity:.8;font-size:11px}.program-card small{letter-spacing:.2em;font-size:9px}.program-card h3{margin:10px 0;font-size:34px}.program-card p{opacity:.9}.program-card>b{font-size:22px}.campus-section{grid-template-columns:1.42fr .58fr;min-height:450px;display:grid}.campus-image img{object-fit:cover;width:100%;height:100%;display:block}.campus-copy{background:linear-gradient(145deg,var(--blue),#1749a5);color:#fff;border-left:8px solid var(--gold);flex-direction:column;justify-content:center;padding:54px;display:flex}.campus-copy>p{color:#b9ff95}.campus-copy h2{margin-top:14px}.campus-copy>span{color:#ffffffd6;line-height:1.7}.campus-copy a{border-color:#fff;width:fit-content}.admissions-section{background:linear-gradient(90deg,#fff 0 72%,#f3fff0 72%);justify-content:space-between;align-items:end;padding:72px clamp(24px,7vw,100px);display:flex}.admissions-section h2{margin:16px 0 0}.admissions-section>a{background:var(--green);border-radius:50%;place-items:center;width:126px;height:126px;font-weight:800;display:grid;box-shadow:0 12px 30px #64c83247}.admissions-section>a span{font-size:22px}.admissions-section h2{z-index:1;max-width:980px;font-size:clamp(28px,4.25vw,56px);line-height:1.3;position:relative}.admissions-section h2:before{content:"";background:linear-gradient(var(--blue),var(--green),var(--gold));border-radius:999px;width:8px;height:78%;position:absolute;top:4px;left:-24px}.admissions-section h2:after{content:"✦";color:var(--gold);font-size:24px;position:absolute;top:-20px;right:-34px;transform:rotate(12deg)}.teaching-section{background:#fff;grid-template-columns:.72fr 1.28fr;gap:clamp(50px,8vw,120px);padding:88px clamp(24px,7vw,100px);display:grid}.teaching-heading{align-self:start;position:sticky;top:32px}.teaching-heading>p,.learning-cycle>div>p,.home-faq-heading>p{color:var(--blue);letter-spacing:.2em;margin:0 0 18px;font-size:10px;font-weight:800}.teaching-heading h2{margin:0 0 24px;font-size:clamp(36px,4.5vw,62px);line-height:1.16}.teaching-heading>span,.home-faq-heading>span{color:#606b7e;line-height:1.85;display:block}.teaching-grid{border-top:7px solid var(--green);grid-template-columns:1fr 1fr;display:grid}.teaching-grid article{border-bottom:1px solid var(--line);border-right:1px solid var(--line);min-height:205px;padding:28px 26px;transition:all .25s}.teaching-grid article:nth-child(2n){border-right:0}.teaching-grid article:hover{background:#f5f9ff;transform:translateY(-3px)}.teaching-grid b{color:var(--gold);font-size:11px}.teaching-grid h3{margin:10px 0 12px;font-size:25px}.teaching-grid p{color:#596578;margin:0;font-size:14px;line-height:1.8}.learning-cycle{background:linear-gradient(120deg,var(--blue),var(--blue-deep));color:#fff;border-top:8px solid var(--gold);padding:68px clamp(24px,7vw,100px)}.learning-cycle>div{justify-content:space-between;align-items:end;gap:30px;display:flex}.learning-cycle>div>p{color:#b9ff95}.learning-cycle h2{margin:0;font-size:clamp(38px,5vw,64px)}.learning-cycle ol{border:1px solid #fff3;grid-template-columns:repeat(6,1fr);margin:36px 0 0;padding:0;list-style:none;display:grid}.learning-cycle li{border-right:1px solid #fff3;flex-direction:column;justify-content:space-between;min-height:118px;padding:20px;display:flex}.learning-cycle li:last-child{border-right:0}.learning-cycle li span{color:#ffd159;font-size:11px}.learning-cycle-note{color:#ffffffc7;max-width:800px;margin:26px 0 0;line-height:1.8}.home-faq{background:#f7f8fb;grid-template-columns:.65fr 1.35fr;gap:8vw;padding:86px clamp(24px,8vw,120px);display:grid}.home-faq-heading h2{margin:0 0 22px;font-size:clamp(40px,5vw,64px)}.home-faq-list{border-top:7px solid var(--gold)}.home-faq-list details{border-bottom:1px solid var(--line)}.home-faq-list summary{cursor:pointer;justify-content:space-between;align-items:center;gap:20px;padding:25px 4px;font-size:21px;font-weight:800;list-style:none;display:flex}.home-faq-list summary::-webkit-details-marker{display:none}.home-faq-list summary span{color:var(--blue);font-size:26px;transition:all .25s}.home-faq-list details[open] summary span{transform:rotate(45deg)}.home-faq-list details p{color:#596578;margin:0;padding:0 46px 26px 4px;line-height:1.9}footer{background:var(--blue-deep);color:#fff;border-top:7px solid var(--gold);padding:50px clamp(24px,7vw,100px) 24px}.footer-brand{align-items:center;gap:14px;display:flex}.footer-emblem{object-fit:cover;background:#fff;border-radius:50%;width:58px;height:58px;padding:3px}.footer-brand strong,.footer-brand small{display:block}.footer-brand small{letter-spacing:.18em;margin-top:5px;font-size:8px}.footer-columns{border-top:1px solid #fff3;grid-template-columns:1.2fr 1fr 1fr;margin:38px 0 18px;display:grid}.footer-columns>div{border-right:1px solid #fff3;padding:20px 20px 0 0}.footer-columns span{color:#b9ff95;letter-spacing:.2em;font-size:9px}.footer-columns p{color:#ffffffb8;font-size:13px;line-height:1.65}.footer-follow{justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-follow>div{border:0;padding:0}.footer-follow img{background:#fff;border-radius:4px;width:74px;height:74px;padding:4px}.copyright{color:#ffffff73;border-top:1px solid #ffffff47;margin:0;padding-top:14px;font-size:10px}.qualification-notice{font-weight:700;line-height:1.7}.qualification-notice-footer{border-left:5px solid var(--gold);color:#fff;background:#ffffff14;width:fit-content;max-width:760px;margin:18px 0 0;padding:12px 17px;font-size:13px}.qualification-strip{color:#493608;text-align:center;background:#fff8df;border-top:1px solid #f2d47c;border-bottom:1px solid #f2d47c;margin:0;padding:18px clamp(24px,7vw,100px);font-size:14px}.overview-license{border-left:6px solid var(--gold);color:#493608;background:#fff8df;margin:24px 0 0;padding:15px 18px;font-size:14px}.overview-license span{display:block}.overview-license+.overview-color-key{margin-top:26px}.breadcrumbs{color:#73798a;align-items:center;gap:8px;width:min(1180px,100% - 48px);margin:14px auto;font-size:12px;display:flex}.breadcrumbs a{color:var(--blue-deep);font-weight:700}.breadcrumbs a:hover{text-decoration:underline}.related-links{background:#f3f7ff;border-radius:24px;grid-template-columns:.65fr 1.7fr;gap:40px;width:min(1180px,100% - 48px);margin:72px auto;padding:44px;display:grid}.related-links>div>p{color:var(--blue);letter-spacing:.16em;margin:0 0 10px;font-size:11px;font-weight:800}.related-links h2{margin:0;font-size:32px}.related-links nav{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.related-links nav a{background:#fff;border:1px solid #dfe6f4;border-radius:16px;padding:22px;transition:all .2s}.related-links nav a:hover{border-color:var(--blue);transform:translateY(-3px);box-shadow:0 12px 30px #1f4ba61a}.related-links nav span{font-size:18px;font-weight:800}.related-links nav p{color:#697084;min-height:44px;margin:9px 0 16px;font-size:12px;line-height:1.6}.related-links nav b{color:var(--blue);font-size:12px}.footer-top{grid-template-columns:1.1fr 1fr;gap:60px;display:grid}.footer-site-map{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.footer-site-map>div{flex-direction:column;gap:11px;display:flex}.footer-site-map strong{color:#b9ff95;font-size:12px}.footer-site-map a{color:#ffffffb8;font-size:12px}.footer-site-map a:hover{color:#fff}.footer-site-map a span{color:var(--gold);margin-left:5px}.footer-phones{flex-wrap:wrap;gap:6px 14px;display:flex}.footer-phones a{color:#fffc}.footer-phones a:hover,.copyright a:hover{color:#fff;text-decoration:underline}.copyright a{color:#ffffffb8}.overview-page{background:#fff;min-height:100vh}.overview-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;height:92px;padding:0 clamp(24px,6vw,90px);display:flex}.overview-header img{width:220px;display:block}.overview-header>a:last-child{color:var(--blue-deep);font-weight:700}.overview-hero{background:linear-gradient(120deg,var(--blue-deep),var(--blue));color:#fff;border-bottom:8px solid var(--gold);padding:70px clamp(24px,8vw,120px)}.overview-hero p{letter-spacing:.22em;color:#b9ff95;font-size:10px;font-weight:800}.overview-hero h1{margin:12px 0 22px;font-size:clamp(50px,8vw,100px)}.overview-hero strong{font-size:clamp(18px,2.5vw,30px)}.overview-content{padding:70px clamp(24px,8vw,120px)}.overview-lead{max-width:1000px;margin:0 0 55px;font-size:clamp(22px,3vw,38px);line-height:1.55}.overview-facts{background:var(--line);grid-template-columns:repeat(3,1fr);gap:2px;display:grid}.overview-facts>div{background:#fff;padding:32px}.overview-facts span{color:var(--green-deep);font-weight:800}.overview-facts h2{font-size:26px}.overview-facts p{color:#586174;line-height:1.75}.schedule-section{text-align:center;background:linear-gradient(145deg,#f2fff0,#fff 44%,#f5f6fb);padding:72px clamp(20px,7vw,100px)}.schedule-heading{max-width:760px;margin:0 auto 32px}.schedule-heading .section-label{color:var(--green-deep);letter-spacing:.2em;font-size:10px;font-weight:800}.schedule-heading h2{margin:12px 0 14px;font-size:clamp(32px,4.5vw,56px)}.schedule-heading>p:last-child{color:#586174;line-height:1.7}.schedule-poster{background:#fff;border:1px solid #23217f1f;border-radius:18px;width:min(820px,100%);margin:0 auto;transition:transform .25s,box-shadow .25s;display:block;overflow:hidden;box-shadow:0 24px 60px #18264629}.schedule-poster:hover{transform:translateY(-4px);box-shadow:0 30px 70px #18264638}.schedule-poster img{width:100%;height:auto;display:block}.schedule-tip{color:#687086;margin:16px 0 0;font-size:12px}@media (width<=800px){.header-main{height:84px}.header-logo{width:190px}.header-tools>span{display:none}.site-header nav{justify-content:stretch;height:52px;padding:0}.site-header nav a{flex:1;min-width:0;font-size:13px}.hero-carousel{height:650px}.slide-panel{border-left-width:10px;width:auto;height:auto;min-height:320px;padding:32px;inset:auto 22px 54px}.slide-panel h1{font-size:36px}.carousel-controls{bottom:8px;right:22px}.photo-credit{top:12px;bottom:auto;right:12px}.welcome-section{grid-template-columns:1fr;padding-top:60px}.program-grid{grid-template-columns:1fr}.program-card{min-height:240px}.campus-section{grid-template-columns:1fr}.campus-image{height:330px}.campus-copy{padding:50px 28px}.admissions-section{flex-direction:column;align-items:flex-start;gap:40px}.admissions-section>a{width:115px;height:115px}.footer-columns,.overview-facts{grid-template-columns:1fr}.footer-columns>div{border-right:0}.overview-header img{width:180px}}@media (width<=480px){.header-tools a{padding:11px;font-size:11px}.header-tools a b{display:none}.header-logo{width:155px}.site-header nav a{font-size:12px}.slide-panel{padding:28px;left:14px;right:14px}.slide-panel h1{font-size:32px}.carousel-dots{gap:8px;padding:0 10px}.welcome-section,.programs-section,.admissions-section{padding-left:20px;padding-right:20px}.welcome-section h2,.section-heading h2,.campus-copy h2,.admissions-section h2{font-size:42px}.schedule-section{padding:48px 12px}.schedule-poster{border-radius:10px}.schedule-heading{margin-bottom:22px;padding:0 8px}.schedule-heading h2{font-size:34px}}.header-main{height:128px}.identity{min-width:0;display:block}.header-logo{width:460px;max-width:48vw}.header-tools a{transition:transform .25s,box-shadow .25s}.header-tools a:hover{transform:translateY(-2px);box-shadow:0 8px 20px #23217f38}.slide:nth-child(3)>img{object-fit:cover;background:#17172d}.hero-carousel:before{content:"";z-index:6;background:linear-gradient(90deg,var(--blue),var(--green),var(--gold));pointer-events:none;width:22%;height:5px;animation:5.5s ease-in-out infinite wendeSweep;position:absolute;top:0;left:-22%}.slide-panel strong i{animation:1.8s ease-in-out infinite wendeArrow}.carousel-dots button.active{animation:1.7s ease-in-out infinite wendePulse}.welcome-section h2,.section-heading h2,.campus-copy h2{font-size:clamp(32px,4.25vw,56px)}.welcome-section h2:before{animation:3.2s ease-in-out infinite wendeDrift}.welcome-section h2:after{animation:2.8s ease-in-out infinite wendeFloat}.program-card>b{animation:2s ease-in-out infinite wendeArrow}.program-card:nth-child(2)>b{animation-delay:.25s}.program-card:nth-child(3)>b{animation-delay:.5s}.campus-image{overflow:hidden}.campus-image img{transition:transform 1.2s}.campus-section:hover .campus-image img{transform:scale(1.025)}.admissions-section h2{max-width:none;font-size:clamp(22px,3vw,40px);line-height:1.4}.admissions-section h2 span{white-space:nowrap;display:block}.admissions-section h2:before{animation:3s ease-in-out infinite wendeStretch}.admissions-section h2:after{animation:3.4s ease-in-out infinite wendeSpark}.programs-section,.campus-copy,.admissions-section{position:relative;overflow:hidden}.motion-dots,.motion-rings,.motion-bars{pointer-events:none;position:absolute}.motion-dots{align-items:center;gap:12px;width:112px;height:32px;display:flex;top:38px;right:4%}.motion-dots i{background:var(--blue);border-radius:50%;width:9px;height:9px;animation:2.7s ease-in-out infinite wendeDotDance}.motion-dots i:nth-child(2){background:var(--green);animation-delay:.22s}.motion-dots i:nth-child(3){background:var(--gold);animation-delay:.44s}.motion-dots i:nth-child(4){background:var(--blue-deep);border-radius:999px;width:28px;animation-delay:.66s}.motion-rings{width:150px;height:150px;top:32px;right:-32px}.motion-rings i{border:2px solid #b9ff956b;border-radius:50%;animation:9s linear infinite wendeOrbit;position:absolute;inset:18px}.motion-rings i:nth-child(2){border-color:#ffd1599e;animation-duration:6s;animation-direction:reverse;inset:46px}.motion-rings i:after{content:"";background:var(--gold);border-radius:50%;width:10px;height:10px;position:absolute;top:9px;left:9px}.admissions-section>.motion-bars{align-items:flex-end;gap:7px;height:40px;display:flex;position:absolute;top:22px;right:8%}.motion-bars i{background:var(--blue);border-radius:999px;width:7px;height:18px;animation:2.4s ease-in-out infinite wendeBars}.motion-bars i:nth-child(2){background:var(--green);height:32px;animation-delay:.3s}.motion-bars i:nth-child(3){background:var(--gold);height:24px;animation-delay:.6s}.footer-follow img{animation:none}@keyframes wendeArrow{0%,to{transform:translate(0)}50%{transform:translate(6px)}}@keyframes wendePulse{0%,to{box-shadow:0 0 #23217f40}50%{box-shadow:0 0 0 7px #23217f00}}@keyframes wendeDrift{0%,to{transform:translate(0)}50%{transform:translate(14px)}}@keyframes wendeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes wendeStretch{0%,to{transform:scaleY(.85)}50%{transform:scaleY(1)}}@keyframes wendeSpark{0%,to{opacity:.75;transform:rotate(12deg)scale(1)}50%{opacity:1;transform:rotate(30deg)scale(1.22)}}@keyframes wendeSweep{0%{transform:translate(0)}55%,to{transform:translate(560%)}}@keyframes wendeDotDance{0%,to{opacity:.55;transform:translateY(0)}50%{opacity:1;transform:translateY(-10px)}}@keyframes wendeOrbit{to{transform:rotate(360deg)}}@keyframes wendeBars{0%,to{opacity:.55;transform:scaleY(.55)}50%{opacity:1;transform:scaleY(1)}}@keyframes wendeQR{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(1deg)}}@media (width<=800px){.header-main{height:96px}.header-logo{width:280px;max-width:58vw}.admissions-section h2 span{white-space:normal}.motion-dots{top:24px;right:20px;transform:scale(.8)}.motion-rings{opacity:.55}.motion-bars{right:24px}}@media (width<=480px){.header-logo{width:210px;max-width:62vw}.welcome-section h2,.section-heading h2,.campus-copy h2{font-size:38px}.admissions-section h2{font-size:25px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}}.overview-page{color:var(--ink);background:#fff;overflow:hidden}.overview-header{border-bottom:1px solid var(--line);z-index:5;background:#fff;justify-content:space-between;align-items:center;height:104px;padding:0 clamp(24px,6vw,92px);display:flex;position:relative}.overview-header>a:first-child img{width:300px;max-width:42vw;display:block}.overview-header nav{align-items:center;gap:30px;font-size:13px;font-weight:700;display:flex}.overview-header nav a:not(.overview-home-link){color:#5c6476}.overview-header nav a:hover{color:var(--blue)}.overview-home-link{background:var(--blue-deep);color:#fff;border-radius:2px;padding:12px 17px}.overview-banner{border-bottom:8px solid var(--gold);background-image:url(/%E5%B0%81%E9%9D%A22.jpg);background-position:50%;background-size:cover;height:clamp(410px,49vw,620px);position:relative}.overview-banner:after{content:"";pointer-events:none;background:linear-gradient(90deg,#14194533,#0000 38%,#f1b52f0a);position:absolute;inset:0}.overview-banner-card{z-index:2;color:#fff;border-left:8px solid var(--green);background:#23217ff0;width:max-content;max-width:calc(100% - 40px);padding:18px 25px 17px;position:absolute;top:clamp(18px,3vw,38px);left:clamp(20px,4vw,62px);box-shadow:0 16px 36px #151a4038}.overview-banner-card p{color:#b9ff95;letter-spacing:.22em;margin:0 0 6px;font-size:8px;font-weight:800}.overview-banner-card h1{white-space:nowrap;word-break:keep-all;margin:0;font-size:clamp(34px,3.5vw,50px);line-height:1.05}.overview-banner-card span{color:#ffd159;letter-spacing:.18em;border-top:1px solid #ffffff4d;margin-top:10px;padding-top:8px;font-size:10px;display:block}.overview-credential{grid-template-columns:.82fr 1.18fr;align-items:center;gap:clamp(40px,7vw,100px);max-width:1280px;margin:0 auto;padding:86px clamp(24px,6vw,82px);display:grid}.overview-index{color:var(--blue);letter-spacing:.2em;margin:0 0 24px;font-size:10px;font-weight:800}.overview-credential-copy h2{margin:0 0 28px;font-size:clamp(38px,5vw,66px);line-height:1.15}.overview-credential .overview-lead{color:#424b5d;margin:0;font-size:clamp(18px,2vw,27px);line-height:1.75}.overview-color-key{gap:8px;margin-top:34px;display:flex}.overview-color-key i{background:var(--blue);border-radius:999px;width:48px;height:7px}.overview-color-key i:nth-child(2){background:var(--green);width:28px}.overview-color-key i:nth-child(3){background:var(--gold);width:16px}.credential-photo{aspect-ratio:4/3;background:#e9edf2;border:1px solid #23217f1f;margin:0;position:relative;overflow:hidden;box-shadow:0 28px 65px #14233c2e}.credential-photo:before{content:"";z-index:2;pointer-events:none;border:1px solid #ffffffa6;position:absolute;inset:14px}.credential-photo img{object-fit:cover;object-position:center;filter:saturate(1.08)contrast(1.04)brightness(1.02);width:100%;height:100%;transition:transform .9s;display:block}.credential-photo:hover img{transform:scale(1.025)}.credential-photo figcaption{z-index:3;background:var(--blue-deep);color:#fff;align-items:center;gap:18px;padding:14px 18px;display:flex;position:absolute;bottom:0;left:0}.credential-photo figcaption span{font-weight:800}.credential-photo figcaption b{color:#b9ff95;letter-spacing:.18em;font-size:8px}.overview-story{border-top:1px solid var(--line);background:linear-gradient(145deg,#f2f3f8,#fff 52%);grid-template-columns:minmax(220px,.65fr) minmax(0,1.65fr);gap:clamp(45px,9vw,140px);padding:90px clamp(24px,8vw,120px);display:grid}.overview-story aside{border-top:7px solid var(--green);padding-top:24px}.overview-story aside>p{color:var(--green-deep);letter-spacing:.2em;margin:0;font-size:10px;font-weight:800}.overview-story aside h2{margin:14px 0 24px;font-size:clamp(38px,5vw,64px)}.overview-story aside span{color:#697185;font-size:13px;line-height:1.8}.overview-story article{max-width:850px}.overview-story article p{color:#4f586a;text-align:justify;margin:0 0 24px;font-size:16px;line-height:2}.overview-story article .story-opening{color:var(--ink);text-align:left;margin-bottom:34px;font-size:clamp(21px,2.4vw,31px);font-weight:700;line-height:1.65}.overview-story blockquote{background:var(--blue-deep);color:#fff;border-left:10px solid var(--gold);margin:50px 0 0;padding:34px 54px 34px 45px;font-size:clamp(20px,2.15vw,29px);font-weight:700;line-height:1.65;position:relative}.overview-story blockquote span{text-wrap:balance;display:block}.overview-story blockquote:after{content:"✦";color:#b9ff95;animation:3.4s ease-in-out infinite wendeSpark;position:absolute;top:16px;right:24px}.overview-contact{background:linear-gradient(120deg,var(--blue),var(--blue-deep));color:#fff;border-top:8px solid var(--gold);grid-template-columns:.8fr 1.2fr;align-items:start;gap:8vw;padding:72px clamp(24px,8vw,120px);display:grid}.overview-contact>div>p{color:#b9ff95;letter-spacing:.2em;margin:0;font-size:10px;font-weight:800}.overview-contact h2{text-wrap:balance;margin:14px 0;font-size:clamp(32px,3.7vw,52px);line-height:1.2}.overview-contact h2 span{white-space:nowrap}.overview-contact h2 span+span{margin-left:.18em}.overview-contact dl{border-top:1px solid #ffffff40;grid-template-columns:1.4fr .55fr 1fr;margin:0;display:grid}.overview-contact dl>div{border-right:1px solid #fff3;padding:22px 22px 10px 0}.overview-contact dt{letter-spacing:.14em;color:#ffd159;font-size:10px;font-weight:800}.overview-contact dd{color:#ffffffdb;margin:10px 0 0;font-size:14px;line-height:1.75}.overview-contact dd a:hover{color:#b9ff95}.overview-footer{color:#ffffff94;background:#17172d;justify-content:space-between;padding:24px clamp(24px,8vw,120px);font-size:11px;display:flex}.overview-footer a{color:#fff;font-weight:700}@media (width<=900px){.overview-header nav>a:not(.overview-home-link){display:none}.overview-header>a:first-child img{width:240px}.overview-banner{height:480px}.overview-banner-card{width:max-content}.overview-credential,.overview-story,.overview-contact{grid-template-columns:1fr}.overview-credential{padding-top:60px}.credential-photo{order:2}.overview-story{gap:36px;padding-top:64px}.overview-contact{gap:30px}.overview-contact h2 span+span{margin-left:.18em}.overview-contact dl{grid-template-columns:1fr 1fr}.overview-contact dl>div:first-child{grid-column:1/-1}.overview-contact dl>div:nth-child(2){border-top:1px solid #fff3}}@media (width<=560px){.overview-header{height:86px;padding:0 18px}.overview-header>a:first-child img{width:190px;max-width:58vw}.overview-home-link{padding:10px 12px;font-size:11px}.overview-banner{background-position:50%;height:390px}.overview-banner-card{border-left-width:6px;max-width:calc(100% - 28px);padding:14px 18px;top:14px;left:14px}.overview-banner-card p{margin-bottom:4px}.overview-banner-card h1{font-size:32px}.overview-banner-card span{margin-top:7px;padding-top:6px}.overview-credential{gap:34px;padding:50px 20px}.overview-credential-copy h2{font-size:40px}.credential-photo{aspect-ratio:1.15}.overview-story{padding:56px 20px}.overview-story article p{text-align:left;font-size:15px}.overview-story blockquote{margin-top:35px;padding:25px 30px 25px 28px;font-size:20px;line-height:1.7}.overview-story blockquote span{display:block}.overview-contact{padding:52px 20px}.overview-contact h2{max-width:9em;font-size:34px}.overview-contact h2 span{display:inline-block}.overview-contact h2 span+span{margin-left:0}.overview-contact dl{grid-template-columns:1fr}.overview-contact dl>div,.overview-contact dl>div:first-child{border-top:1px solid #fff3;border-right:0;grid-column:auto}.overview-footer{flex-direction:column;gap:15px;padding:20px}}.middle-page{color:var(--ink);background:#fff;overflow:hidden}.middle-hero{background:#151735;height:clamp(540px,62vw,760px);position:relative;overflow:hidden}.middle-hero>img{object-fit:cover;object-position:center 45%;width:100%;height:100%;display:block}.middle-hero-shade{background:linear-gradient(90deg,#121437bd 0%,#12143733 52%,#1214370a 100%);position:absolute;inset:0}.middle-hero-card{color:#fff;border-left:11px solid var(--green);background:#23217feb;width:min(510px,45vw);padding:40px 44px;position:absolute;top:50%;left:clamp(24px,7vw,105px);transform:translateY(-50%);box-shadow:0 28px 65px #0c12344d}.middle-hero-card>p{color:#b9ff95;letter-spacing:.18em;margin:0 0 18px;font-size:10px;font-weight:800}.middle-hero-card h1{margin:0;font-size:clamp(42px,5vw,70px);line-height:1.13}.middle-hero-card span{color:#ffd159;border-top:1px solid #ffffff4d;margin-top:26px;padding-top:17px;font-size:13px;line-height:1.7;display:block}.middle-curriculum{grid-template-columns:.8fr 1.4fr;gap:clamp(55px,9vw,140px);max-width:1320px;margin:0 auto;padding:92px clamp(24px,7vw,100px);display:grid}.middle-section-heading>p,.middle-gallery-heading p,.middle-timeline>div p,.middle-faq>div p{color:var(--blue);letter-spacing:.2em;margin:0 0 18px;font-size:10px;font-weight:800}.middle-section-heading h2{margin:0 0 26px;font-size:clamp(42px,5vw,68px);line-height:1.12}.middle-section-heading>span{color:#657084;max-width:400px;line-height:1.8;display:block}.middle-module-list{border-top:7px solid var(--green)}.middle-module-list article{border-bottom:1px solid var(--line);grid-template-columns:55px 1fr;gap:20px;padding:25px 8px;display:grid}.middle-module-list article>span{color:var(--gold);font-weight:800}.middle-module-list h3{margin:0 0 8px;font-size:24px}.middle-module-list p{color:#5c6679;margin:0;line-height:1.7}.middle-gallery{background:linear-gradient(145deg,#f0f3fa,#fff 55%);padding:82px clamp(24px,7vw,100px) 62px}.middle-gallery-heading{justify-content:space-between;align-items:end;max-width:1320px;margin:0 auto 30px;display:flex}.middle-gallery-heading h2{margin:0;font-size:clamp(42px,5vw,66px)}.middle-gallery-heading>span{color:#677185;font-size:13px}.middle-gallery-stage{background:#17172d;max-width:1320px;height:min(66vw,720px);min-height:490px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 30px 70px #1a264933}.middle-gallery-stage figure{opacity:0;visibility:hidden;margin:0;transition:opacity .7s,visibility .7s;position:absolute;inset:0}.middle-gallery-stage figure.is-active{opacity:1;visibility:visible}.middle-gallery-stage figure:after{content:"";background:linear-gradient(#0000 62%,#0d102ba3);position:absolute;inset:0}.middle-gallery-stage img{object-fit:cover;width:100%;height:100%;display:block}.middle-gallery-stage figcaption{z-index:2;color:#fff;align-items:center;gap:20px;display:flex;position:absolute;bottom:30px;left:35px}.middle-gallery-stage figcaption b{color:#ffd159;font-size:42px}.middle-gallery-stage figcaption span{border-left:1px solid #ffffff8c;padding-left:20px}.middle-gallery-controls{z-index:5;color:var(--blue-deep);background:#fff;align-items:center;display:flex;position:absolute;bottom:24px;right:24px;box-shadow:0 10px 25px #0003}.middle-gallery-controls button{width:50px;height:48px;color:var(--blue-deep);cursor:pointer;background:#fff;border:0;font-size:20px}.middle-gallery-controls button:hover{background:var(--blue-deep);color:#fff}.middle-gallery-controls strong{text-align:center;min-width:80px;font-size:12px}.middle-gallery-dots{flex-wrap:wrap;justify-content:center;gap:8px;max-width:1320px;margin:18px auto 0;display:flex}.middle-gallery-dots button{border:1px solid var(--blue-deep);cursor:pointer;background:0 0;border-radius:50%;width:8px;height:8px;padding:0}.middle-gallery-dots button.active{background:var(--green);border-color:var(--green);transform:scale(1.35)}.middle-timeline{background:linear-gradient(120deg,var(--blue),var(--blue-deep));color:#fff;border-top:8px solid var(--gold);grid-template-columns:.65fr 1.35fr;gap:8vw;padding:82px clamp(24px,8vw,120px);display:grid}.middle-timeline>div p{color:#b9ff95}.middle-timeline h2,.middle-faq h2{margin:0;font-size:clamp(40px,5vw,64px)}.middle-timeline ol{border-top:1px solid #ffffff4d;margin:0;padding:0;list-style:none}.middle-timeline li{border-bottom:1px solid #ffffff38;grid-template-columns:160px 1fr;gap:20px;padding:24px 0;display:grid}.middle-timeline li b{color:#ffd159}.middle-timeline li span{color:#ffffffe0}.middle-faq{background:#fff;grid-template-columns:.65fr 1.35fr;gap:8vw;padding:86px clamp(24px,8vw,120px);display:grid}.middle-faq article{max-width:820px}.middle-faq h3{border-top:1px solid var(--line);margin:0 0 14px;padding-top:26px;font-size:25px}.middle-faq h3:first-child{border-top:0;padding-top:0}.middle-faq article p{color:#566174;margin:0 0 34px;line-height:1.9}@media (width<=900px){.middle-hero{height:620px}.middle-hero-card{width:min(470px,70vw);left:28px}.middle-curriculum,.middle-timeline,.middle-faq{grid-template-columns:1fr}.middle-gallery-stage{height:600px}.middle-timeline,.middle-faq{gap:40px}}@media (width<=560px){.middle-hero{height:560px}.middle-hero>img{object-position:58% center}.middle-hero-card{width:auto;padding:26px 25px;inset:auto 16px 24px;transform:none}.middle-hero-card h1{font-size:40px}.middle-hero-card span{margin-top:18px;padding-top:13px}.qualification-strip{text-align:left;padding:15px 20px}.middle-curriculum{gap:38px;padding:58px 20px}.middle-section-heading h2{font-size:44px}.middle-module-list article{grid-template-columns:40px 1fr}.middle-gallery{padding:58px 14px 44px}.middle-gallery-heading{padding:0 6px}.middle-gallery-heading>span{display:none}.middle-gallery-stage{height:430px;min-height:0}.middle-gallery-stage figcaption{align-items:flex-start;bottom:82px;left:20px}.middle-gallery-stage figcaption b{font-size:32px}.middle-gallery-stage figcaption span{max-width:190px}.middle-gallery-controls{bottom:18px;left:18px;right:auto}.middle-timeline,.middle-faq{padding:58px 20px}.middle-timeline li{grid-template-columns:1fr;gap:7px}.middle-faq h3{font-size:22px}}.middle-hero-card{width:max-content;max-width:calc(100% - 48px);padding:36px 44px}.middle-hero-card h1{white-space:nowrap;font-size:clamp(54px,6vw,82px);line-height:1.08}.middle-hero-card span{white-space:nowrap;margin-top:22px;padding-top:14px}.middle-curriculum{padding-top:78px;padding-bottom:78px}.middle-section-heading h2{margin-bottom:18px}.middle-section-heading>strong{color:var(--green-deep);margin-bottom:18px;font-size:15px;display:block}.middle-section-heading>span{max-width:410px}.middle-module-list article{padding-top:20px;padding-bottom:20px}.middle-module-list h3{font-size:22px}.middle-module-list p{line-height:1.65}.middle-schedule{background:linear-gradient(145deg,#f2fff0,#fff 48%,#f5f6fb);padding:78px clamp(24px,7vw,100px)}.middle-schedule-heading{max-width:1180px;margin:0 auto 30px}.middle-schedule-heading>p{color:var(--blue);letter-spacing:.2em;margin:0 0 18px;font-size:10px;font-weight:800}.middle-schedule-heading h2{margin:0 0 12px;font-size:clamp(42px,5vw,64px)}.middle-schedule-heading>span{color:#5d687b}.middle-class-cards{grid-template-columns:repeat(3,1fr);gap:3px;max-width:1180px;margin:0 auto 28px;display:grid}.middle-class-cards article{background:var(--blue-deep);color:#fff;border-top:7px solid var(--green);padding:26px 28px}.middle-class-cards article:nth-child(2){background:var(--blue);border-top-color:var(--gold)}.middle-class-cards article.middle-term-card{color:var(--ink);border:1px solid var(--line);border-top:7px solid var(--gold);background:#fff}.middle-class-cards p{color:#b9ff95;letter-spacing:.12em;margin:0;font-size:11px;font-weight:800}.middle-class-cards .middle-term-card p{color:var(--blue)}.middle-class-cards h3{margin:10px 0 12px;font-size:30px}.middle-class-cards span{color:#ffffffd1;font-size:13px;line-height:1.75}.middle-class-cards .middle-term-card span{color:#596477}.middle-table-wrap{background:#fff;max-width:1180px;margin:0 auto;overflow-x:auto;box-shadow:0 18px 48px #1826461f}.middle-table-wrap table{border-collapse:collapse;width:100%;min-width:760px}.middle-table-wrap caption{color:var(--blue-deep);letter-spacing:.08em;background:linear-gradient(110deg,#e8f3ff 0%,#eef9e9 58%,#fff6d8 100%);border-bottom:1px solid #d7e4ec;padding:20px;font-size:20px;font-weight:800}.middle-table-wrap th,.middle-table-wrap td{text-align:center;border:1px solid #dfe2e9;padding:14px 12px;font-size:14px}.middle-table-wrap thead th{color:var(--blue-deep);background:#edf3ff}.middle-table-wrap tbody th{white-space:nowrap;color:#4b5568;background:#f8f9fc}.middle-table-wrap tbody tr:nth-child(4) td,.middle-table-wrap tbody tr:nth-child(8) td{color:#755b14;background:#fff8df;font-weight:700}.middle-schedule-note{color:#697386;text-align:center;max-width:1180px;margin:16px auto 0;font-size:12px}.middle-gallery{padding:64px clamp(24px,10vw,150px) 48px}.middle-gallery-heading{max-width:1120px}.middle-gallery-stage{max-width:1120px;height:min(44vw,500px);min-height:360px}.middle-gallery-dots{max-width:1120px}@media (width<=900px){.middle-hero-card{width:max-content}.middle-class-cards{grid-template-columns:1fr 1fr}.middle-class-cards .middle-term-card{grid-column:1/-1}.middle-gallery-stage{height:480px}}@media (width<=560px){.middle-hero-card{width:auto;max-width:none;padding:25px}.middle-hero-card h1{font-size:46px}.middle-hero-card span{white-space:normal}.middle-curriculum{padding-top:52px;padding-bottom:52px}.middle-class-cards{grid-template-columns:1fr}.middle-class-cards .middle-term-card{grid-column:auto}.middle-schedule{padding:54px 14px}.middle-schedule-heading{padding:0 6px}.middle-table-wrap th,.middle-table-wrap td{padding:12px 9px}.middle-gallery{padding-top:54px}.middle-gallery-stage{height:340px;min-height:0}}.middle-framework{background:linear-gradient(120deg,var(--blue),var(--blue-deep));color:#fff;padding:76px clamp(24px,7vw,100px)}.middle-framework-intro{text-align:center;max-width:900px;margin:0 auto 36px}.middle-framework-intro>p{color:#b9ff95;letter-spacing:.2em;margin:0 0 14px;font-size:10px;font-weight:800}.middle-framework-intro h2{margin:0 0 18px;font-size:clamp(38px,4.5vw,58px)}.middle-framework-intro>span{color:#ffffffd1;line-height:1.8;display:block}.middle-framework-grid{grid-template-columns:repeat(4,1fr);gap:3px;max-width:1180px;margin:0 auto;display:grid}.middle-framework-grid article{border-top:5px solid var(--green);background:#ffffff17;padding:26px 24px}.middle-framework-grid article:nth-child(2){border-top-color:var(--gold)}.middle-framework-grid article:nth-child(3){border-top-color:#80adff}.middle-framework-grid article:nth-child(4){border-top-color:#b9ff95}.middle-framework-grid b{color:#ffd159;font-size:11px}.middle-framework-grid p{color:#ffffffc7;margin:0;font-size:14px;line-height:1.8}.middle-cycle{background:#10123e57;border:1px solid #ffffff2e;flex-wrap:wrap;justify-content:center;align-items:center;gap:13px;max-width:1180px;margin:24px auto 0;padding:18px 22px;display:flex}.middle-cycle strong{color:#ffd159;margin-right:8px}.middle-cycle i{color:#b9ff95;font-style:normal}.middle-stages{grid-template-columns:repeat(4,1fr);gap:18px;max-width:1180px;margin:38px auto 0;display:grid}.middle-stages article{border:1px solid var(--line);border-top:5px solid var(--blue);background:#fff;padding:22px 21px;box-shadow:0 12px 28px #18264614}.middle-stages article:nth-child(2){border-top-color:var(--green)}.middle-stages article:nth-child(3){border-top-color:var(--gold)}.middle-stages article:nth-child(4){border-top-color:var(--blue-deep)}.middle-stages b{color:var(--blue);font-size:11px}.middle-stages h3{margin:9px 0 11px;font-size:22px}.middle-stages p{color:#606b7e;margin:0;font-size:14px;line-height:1.75}.middle-faq>div>span{color:#657084;max-width:360px;margin-top:22px;line-height:1.8;display:block}@media (width<=900px){.middle-framework-grid,.middle-stages{grid-template-columns:1fr 1fr}}@media (width<=560px){.middle-framework{padding:54px 20px}.middle-framework-intro{text-align:left}.middle-framework-grid,.middle-stages{grid-template-columns:1fr}.middle-cycle{justify-content:flex-start}}@media (width<=900px){.teaching-section,.home-faq{grid-template-columns:1fr;gap:42px}.teaching-heading{position:static}.learning-cycle ol{grid-template-columns:repeat(3,1fr)}.learning-cycle li:nth-child(3){border-right:0}.learning-cycle li:nth-child(-n+3){border-bottom:1px solid #fff3}}@media (width<=560px){.teaching-section,.home-faq{padding:58px 20px}.teaching-grid{grid-template-columns:1fr}.teaching-grid article{border-right:0;min-height:0}.learning-cycle{padding:55px 20px}.learning-cycle>div{display:block}.learning-cycle ol{grid-template-columns:1fr 1fr}.learning-cycle li{min-height:100px}.learning-cycle li:nth-child(3){border-right:1px solid #fff3}.learning-cycle li:nth-child(2n){border-right:0}.learning-cycle li:nth-child(-n+4){border-bottom:1px solid #fff3}.home-faq-list summary{font-size:18px}}@media (width<=800px){body>main{width:calc(100% - 24px)}}@media (width<=480px){body>main{width:100%;box-shadow:none}}body{background:#f6f7fb}body>main{width:100%;max-width:1480px;box-shadow:none;background:#fff}.site-header,.overview-header{background:#fff;width:min(1240px,100% - 48px);margin:0 auto}.header-main{height:88px;padding:0}.header-logo{width:245px}.header-tools a,.overview-home-link{background:var(--blue-deep);color:#fff;border-radius:999px;padding:13px 22px;box-shadow:0 8px 20px #23217f29}.site-header nav{border-top:1px solid #eceef5;justify-content:flex-end;height:54px;padding:0}.site-header nav a{border:0;border-radius:999px;min-width:112px;margin:6px 2px;font-size:13px}.site-header nav a:last-child{border:0}.site-header nav a:after{border-radius:99px;height:3px;bottom:3px;left:18px;right:18px}.hero-carousel,.overview-banner,.middle-hero{border-radius:24px;width:min(1280px,100% - 48px);margin:18px auto 0;overflow:hidden;box-shadow:0 18px 45px #1e285a21}.hero-carousel{height:540px;min-height:0}.slide-panel{border-left-width:0;border-radius:20px;width:min(560px,46%);padding:44px;top:28px;bottom:28px;left:28px}.slide-panel h1{text-wrap:balance;font-size:clamp(34px,3.2vw,44px)}.slide-panel h1 span{white-space:nowrap;display:block}.carousel-controls{border-radius:999px;bottom:26px;right:30px;overflow:hidden}.photo-credit{bottom:84px;right:28px}.welcome-section,.programs-section,.teaching-section,.home-faq,.admissions-section{width:min(1180px,100% - 48px);margin:0 auto}.welcome-section{border-top:0;margin-top:42px;padding:72px 0}.welcome-section>div{background:#f2f5ff;border-radius:22px;padding:42px}.welcome-section>div>p{font-size:16px}.welcome-section a,.campus-copy a{background:var(--blue-deep);color:#fff;border:0;border-radius:999px;padding:12px 20px}.programs-section{background:#fff;padding:80px 0}.section-heading{text-align:center;justify-content:center;display:block}.section-heading p{margin-bottom:12px}.program-grid{gap:22px}.program-card{border-radius:22px;min-height:330px;padding:30px;box-shadow:0 12px 30px #1d2a561a}.program-card:hover{transform:translateY(-5px)}.teaching-section{grid-template-columns:1fr;gap:46px;padding:88px 0}.teaching-heading{text-align:center;max-width:760px;margin:0 auto;position:static}.teaching-grid{border-top:0;grid-template-columns:repeat(3,1fr);gap:20px}.teaching-grid article{background:#fff;border-radius:18px;min-height:230px;box-shadow:0 10px 28px #202f5e12;border:1px solid #e5e8f2!important}.teaching-grid article:nth-child(2),.teaching-grid article:nth-child(5){background:#f3faef}.teaching-grid article:nth-child(3),.teaching-grid article:nth-child(6){background:#fff9ea}.learning-cycle,.middle-framework{border-radius:24px;width:min(1280px,100% - 48px);margin:20px auto;overflow:hidden;box-shadow:0 16px 38px #23217f26}.learning-cycle>div{text-align:center;justify-content:center;display:block}.learning-cycle ol{border-radius:16px;overflow:hidden}.learning-cycle-note{text-align:center;margin:26px auto 0}.campus-section{border-radius:24px;grid-template-columns:1.15fr .85fr;width:min(1180px,100% - 48px);min-height:420px;margin:88px auto;overflow:hidden;box-shadow:0 14px 36px #1e2d551f}.campus-copy{border-left:0;padding:58px}.campus-image img{min-height:420px}.home-faq{grid-template-columns:1fr;gap:42px;padding:88px 0}.home-faq-heading{text-align:center;max-width:700px;margin:0 auto}.home-faq-list{border:1px solid #e2e5ef;border-top:7px solid var(--gold);background:#fff;border-radius:18px;width:100%;max-width:900px;margin:0 auto;overflow:hidden}.home-faq-list details{padding:0 24px}.home-faq-list details[open]{background:#f7f9ff}.admissions-section{background:linear-gradient(120deg,#eef3ff,#f1faec 58%,#fff8e8);border-radius:24px;align-items:center;margin:30px auto 88px;padding:66px}.admissions-section h2:before,.admissions-section h2:after{display:none}.admissions-section>a{color:#fff;white-space:nowrap;border-radius:999px;width:auto;height:auto;padding:16px 25px}footer{border-radius:28px 28px 0 0;overflow:hidden;margin-top:0!important}.overview-header{height:112px;box-shadow:none;border:0;padding:0}.overview-header img{width:245px}.overview-header nav{gap:8px}.overview-header nav>a:not(.overview-home-link){border-radius:999px;padding:11px 16px}.overview-header nav>a:not(.overview-home-link):hover{background:#f1f4fb}.overview-banner{background-position:50%;height:460px}.overview-banner-card{width:auto;min-width:330px;color:var(--ink);background:#fffffff0;border-left:0;border-radius:20px;padding:30px 34px;top:auto;bottom:38px;left:38px;box-shadow:0 15px 35px #161e462e}.overview-credential,.overview-story{width:min(1180px,100% - 48px);margin:0 auto}.overview-credential{gap:65px;padding:88px 0}.overview-credential-copy{background:#f2f5ff;border-radius:22px;padding:40px}.credential-photo{border-radius:22px;overflow:hidden;box-shadow:0 14px 36px #1e2d551f}.overview-story{gap:70px;padding:88px 0}.overview-story aside{background:#f4faef;border-radius:20px;align-self:start;padding:36px;position:sticky;top:20px}.overview-story article{border:1px solid #e4e7f0;border-radius:22px;padding:50px;box-shadow:0 12px 32px #1e2d5512}.overview-story blockquote{background:#eef3ff;border-radius:18px}.middle-hero{height:520px}.middle-hero-card{width:auto;max-width:560px;color:var(--ink);background:#fffffff2;border-left:0;border-radius:20px;padding:34px 38px;top:auto;bottom:38px;left:38px;transform:none;box-shadow:0 16px 38px #141c4133}.middle-hero-card p{color:var(--blue)}.middle-hero-card span{color:#596578;border-top-color:#dfe3ee}.qualification-strip{border-radius:14px;width:min(1180px,100% - 48px);margin:24px auto 0;padding:18px 24px}.middle-curriculum,.middle-schedule,.middle-faq{width:min(1180px,100% - 48px);margin:0 auto}.middle-curriculum{grid-template-columns:.75fr 1.25fr;gap:80px;padding:92px 0}.middle-section-heading{background:#f2f5ff;border-radius:20px;align-self:start;padding:34px;position:sticky;top:20px}.middle-module-list{border-top:0;gap:14px;display:grid}.middle-module-list article{background:#fff;border:1px solid #e2e5ef;border-radius:16px;padding:22px}.middle-module-list article:nth-child(2n){background:#f5faef}.middle-framework-grid{gap:16px}.middle-framework-grid article{border-top-width:4px;border-radius:16px}.middle-cycle{border-radius:14px}.middle-schedule{padding:88px 0}.middle-schedule-heading{text-align:center}.middle-class-cards{gap:20px}.middle-class-cards article,.middle-stages article{border-radius:18px;overflow:hidden}.middle-table-wrap{border-radius:18px;box-shadow:0 12px 30px #1d2a5614}.middle-stages{gap:20px}.middle-faq{grid-template-columns:.55fr 1.45fr;gap:70px;padding:88px 0}.middle-faq>div{background:#fff8e8;border-radius:20px;align-self:start;padding:32px;position:sticky;top:20px}.middle-faq article{border:1px solid #e4e7f0;border-radius:20px;padding:42px}.middle-gallery{border-radius:24px;width:min(1280px,100% - 48px);margin:20px auto 88px;overflow:hidden}.middle-gallery-stage{border-radius:20px;overflow:hidden}@media (width<=900px){.site-header,.overview-header,.hero-carousel,.overview-banner,.middle-hero,.welcome-section,.programs-section,.teaching-section,.learning-cycle,.campus-section,.home-faq,.admissions-section,.overview-credential,.overview-story,.qualification-strip,.middle-curriculum,.middle-framework,.middle-schedule,.middle-faq,.middle-gallery{width:calc(100% - 32px)}.teaching-grid{grid-template-columns:1fr 1fr}.slide-panel{width:min(460px,62%)}.overview-story aside,.middle-section-heading,.middle-faq>div{position:static}.middle-curriculum,.middle-faq{grid-template-columns:1fr}.learning-cycle{padding:58px 34px}.footer-top,.related-links{grid-template-columns:1fr}.related-links nav{grid-template-columns:1fr 1fr}.overview-header nav{justify-content:flex-start;overflow-x:auto}.overview-header nav a{white-space:nowrap}}@media (width<=560px){body{background:#fff}.site-header,.overview-header,.hero-carousel,.overview-banner,.middle-hero,.welcome-section,.programs-section,.teaching-section,.learning-cycle,.campus-section,.home-faq,.admissions-section,.overview-credential,.overview-story,.qualification-strip,.middle-curriculum,.middle-framework,.middle-schedule,.middle-faq,.middle-gallery{width:calc(100% - 24px)}.site-header nav{justify-content:flex-start;overflow-x:auto}.site-header nav a{min-width:94px}.hero-carousel{height:600px}.slide-panel{border-radius:18px;width:auto;padding:30px;inset:auto 14px 18px}.slide-panel h1 span{white-space:normal}.carousel-controls{bottom:18px;right:20px}.photo-credit{display:none}.welcome-section{grid-template-columns:1fr;padding:52px 0}.welcome-section>div{padding:28px}.programs-section,.teaching-section,.home-faq{padding:58px 0}.program-grid,.teaching-grid{grid-template-columns:1fr}.program-card{min-height:270px}.learning-cycle,.middle-framework{padding:48px 22px}.campus-section{grid-template-columns:1fr;margin:58px auto}.campus-image{height:300px}.campus-image img{min-height:300px}.campus-copy{padding:38px 26px}.admissions-section{margin-bottom:58px;padding:40px 28px}.overview-header{height:86px}.overview-banner,.middle-hero{height:430px}.overview-banner-card,.middle-hero-card{min-width:0;max-width:none;padding:24px;bottom:18px;left:16px;right:16px}.overview-credential,.overview-story,.middle-curriculum,.middle-schedule,.middle-faq{padding:58px 0}.overview-credential-copy,.overview-story article{padding:28px}.overview-story{gap:24px}.middle-section-heading,.middle-faq>div,.middle-faq article{padding:26px}.middle-framework-grid{grid-template-columns:1fr}.middle-gallery{margin-bottom:58px}.breadcrumbs,.related-links{width:calc(100% - 24px)}.breadcrumbs{white-space:nowrap;margin:10px auto;overflow-x:auto}.related-links{margin:48px auto;padding:28px 20px}.related-links nav,.footer-site-map{grid-template-columns:1fr}.footer-site-map{gap:22px}.footer-top{gap:38px}}.teaching-heading h2 br{display:block}.slide-panel{width:min(470px,39%);padding:28px 32px;display:block;top:auto;bottom:34px;left:34px}.slide-panel p{margin-bottom:12px}.slide-panel h1{margin-bottom:13px;font-size:clamp(30px,2.8vw,38px);line-height:1.16}.slide-description{font-size:13px;line-height:1.6}.slide-panel strong{margin-top:16px;padding-top:12px;display:block}.learning-cycle,.middle-framework{border-radius:20px;width:min(1160px,100% - 72px)}.learning-cycle{padding:42px 46px}.learning-cycle h2{font-size:clamp(32px,4vw,48px)}.learning-cycle ol{margin-top:25px}.learning-cycle li{min-height:78px;padding:14px 16px}.learning-cycle li strong{font-size:15px}.learning-cycle-note{margin-top:18px;font-size:14px}.middle-hero-card{border-radius:17px;max-width:430px;padding:25px 30px;bottom:34px;left:34px}.middle-hero-card>p{margin-bottom:11px}.middle-hero-card h1{font-size:clamp(42px,4.4vw,58px)}.middle-hero-card span{margin-top:14px;padding-top:11px;font-size:12px}.middle-framework{padding:46px 38px}.middle-framework-intro{max-width:780px;margin-bottom:26px}.middle-framework-intro h2{margin-bottom:12px;font-size:clamp(32px,3.8vw,48px)}.middle-framework-intro>span{font-size:14px;line-height:1.7}.middle-framework-grid article{padding:19px 18px}.middle-framework-grid h3{margin:7px 0 9px;font-size:22px}.middle-framework-grid p{font-size:13px;line-height:1.65}.middle-cycle{gap:9px;margin-top:17px;padding:13px 16px}.middle-cycle span{font-size:12px}@media (width<=900px){.slide-panel{width:min(430px,56%)}.learning-cycle,.middle-framework{width:calc(100% - 48px)}.learning-cycle{padding:38px 30px}}@media (width<=560px){.slide-panel{width:auto;padding:23px 24px;bottom:18px;left:16px;right:16px}.slide-panel h1{font-size:29px}.learning-cycle,.middle-framework{width:calc(100% - 24px);padding:34px 20px}.learning-cycle li{min-height:72px;padding:12px}.middle-hero-card{max-width:none;padding:22px 24px;bottom:18px;left:16px;right:16px}.middle-hero-card h1{font-size:40px}.middle-framework-grid article{padding:18px}}.overview-banner{background-position:50% 48%;border-bottom:0}.overview-banner:after{background:linear-gradient(90deg,#0c1937b3 0%,#0c193757 32%,#0000 62%),linear-gradient(#0000 52%,#08122a9e 100%)}.overview-banner-card{border:0;border-left:4px solid var(--gold);color:#fff;min-width:0;max-width:520px;box-shadow:none;text-shadow:0 2px 18px #00000047;background:0 0;border-radius:0;padding:0 0 0 22px;top:auto;bottom:clamp(28px,5vw,58px);left:clamp(28px,5vw,72px)}.overview-banner-card p{color:#d8ffbe;letter-spacing:.24em;margin:0 0 10px;font-size:10px}.overview-banner-card h1{letter-spacing:.06em;font-size:clamp(42px,5vw,66px)}.overview-banner-card span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffe18b;letter-spacing:.2em;text-shadow:none;background:#0a193a47;border:1px solid #ffffff61;border-radius:999px;margin-top:14px;padding:8px 13px;font-size:11px;display:inline-block}@media (width<=560px){.overview-banner{background-position:58%;height:410px}.overview-banner:after{background:linear-gradient(90deg,#0a1734b8,#0a173433 72%),linear-gradient(#0000 45%,#08122a94)}.overview-banner-card{padding:0 0 0 16px;bottom:26px;left:22px;right:22px}.overview-banner-card h1{font-size:39px}.overview-banner-card span{margin-top:11px}}.slide:after{background:linear-gradient(90deg,#091632c2 0%,#09163257 38%,#0000 67%),linear-gradient(#0000 52%,#07102694 100%)}.slide-panel,.tone-blue,.tone-green,.tone-gold{border:0;border-left:4px solid var(--gold);color:#fff;width:min(540px,47%);box-shadow:none;text-shadow:0 2px 18px #0000004d;background:0 0;border-radius:0;padding:0 0 0 22px;inset:auto auto clamp(34px,5vw,58px) clamp(28px,5vw,72px)}.slide-panel p{color:#d8ffbe;letter-spacing:.24em;font-size:10px}.slide-panel h1{letter-spacing:.02em;font-size:clamp(38px,4.4vw,58px)}.slide-description{color:#ffffffe0;max-width:480px;font-size:14px}.slide-panel strong{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffe18b;width:fit-content;text-shadow:none;background:#0a193a47;border:1px solid #ffffff61;border-radius:999px;margin-top:18px;padding:9px 14px}.slide-panel strong i{margin-left:22px}.middle-hero-shade{background:linear-gradient(90deg,#0a1734c2 0%,#0a17344d 43%,#0000 70%),linear-gradient(#0000 52%,#08122a94 100%)}.middle-hero-card{border:0;border-left:4px solid var(--gold);color:#fff;width:auto;max-width:560px;box-shadow:none;text-shadow:0 2px 18px #0000004d;background:0 0;border-radius:0;padding:0 0 0 22px;bottom:clamp(30px,5vw,56px);left:clamp(28px,5vw,72px)}.middle-hero-card>p{color:#d8ffbe;letter-spacing:.22em;font-size:10px}.middle-hero-card h1{letter-spacing:.05em;font-size:clamp(48px,5.5vw,72px)}.middle-hero-card span{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#ffe18b;text-shadow:none;background:#0a193a47;border:1px solid #ffffff61;border-radius:999px;margin-top:16px;padding:8px 13px;display:inline-block}@media (width<=560px){.slide:after,.middle-hero-shade{background:linear-gradient(90deg,#091632c2,#09163233 78%),linear-gradient(#0000 40%,#071026a6)}.slide-panel,.tone-blue,.tone-green,.tone-gold{width:auto;padding:0 0 0 16px;bottom:28px;left:22px;right:22px}.slide-panel h1{font-size:34px}.slide-description{font-size:13px}.slide-panel strong{padding:8px 12px}.middle-hero-card{padding:0 0 0 16px;bottom:27px;left:22px;right:22px}.middle-hero-card h1{font-size:43px}.middle-hero-card span{white-space:normal;line-height:1.6}}.contact-hero{background:#10234a;border-radius:24px;width:min(1280px,100% - 48px);height:500px;margin:18px auto 0;position:relative;overflow:hidden;box-shadow:0 18px 45px #1e285a21}.contact-hero>img{object-fit:cover;width:100%;height:100%;display:block}.contact-hero-shade{background:linear-gradient(90deg,#091632c7,#09163247 52%,#0000 76%),linear-gradient(#0000 48%,#0710268c);position:absolute;inset:0}.contact-hero>div:last-child{border-left:4px solid var(--gold);color:#fff;padding-left:22px;position:absolute;bottom:clamp(32px,5vw,60px);left:clamp(28px,5vw,72px)}.contact-hero p{color:#d8ffbe;letter-spacing:.24em;margin:0 0 10px;font-size:10px;font-weight:800}.contact-hero h1{letter-spacing:.05em;margin:0;font-size:clamp(48px,6vw,74px)}.contact-hero span{color:#ffe18b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0a193a4d;border:1px solid #ffffff61;border-radius:999px;margin-top:15px;padding:8px 13px;font-size:12px;display:inline-block}.contact-info{grid-template-columns:.8fr 1.35fr;gap:70px;width:min(1180px,100% - 48px);margin:76px auto;display:grid}.contact-intro>p:first-child,.photo-wall-heading p{color:var(--blue);letter-spacing:.18em;margin:0 0 12px;font-size:11px;font-weight:800}.contact-intro h2{margin:0 0 22px;font-size:clamp(34px,4vw,52px);line-height:1.18}.contact-intro>span{color:#687086;font-size:14px;line-height:1.8}.contact-license{border-left:5px solid var(--gold);color:#493608;background:#fff7dd;margin-top:28px;padding:17px 19px;font-size:13px}.contact-details{grid-template-columns:1fr 1fr;gap:16px;display:grid}.contact-details article{background:#fff;border:1px solid #e3e7f0;border-radius:18px;padding:25px;box-shadow:0 10px 28px #1e2d5a0f}.contact-details small{color:var(--blue);letter-spacing:.16em;font-size:10px;font-weight:800}.contact-details h3{margin:12px 0 8px;font-size:20px;line-height:1.45}.contact-details p{color:#71778a;margin:0;font-size:13px;line-height:1.65}.contact-phone-card a{color:var(--ink);border-bottom:1px solid #edf0f5;justify-content:space-between;gap:14px;padding:12px 0;font-size:18px;font-weight:800;display:flex}.contact-phone-card a:last-child{border-bottom:0}.contact-phone-card a span{color:var(--blue);align-self:center;font-size:11px}.contact-qr-card{color:#fff;grid-column:1/-1;justify-content:space-between;align-items:center;gap:28px;display:flex;background:var(--blue-deep)!important}.contact-qr-card p{color:#ffffffad}.contact-qr-card img{background:#fff;border-radius:10px;width:126px;height:126px;padding:6px}.photo-wall-section{width:min(1280px,100% - 48px);margin:90px auto 76px}.photo-wall-heading{margin:0 0 32px}.photo-wall-heading h2{margin:0;font-size:clamp(38px,5vw,62px)}.photo-wall-heading span{color:#73798a;margin-top:10px;display:block}.photo-wall{columns:4 240px;column-gap:14px}.photo-wall figure{break-inside:avoid;background:#eef1f7;border-radius:14px;margin:0 0 14px;position:relative;overflow:hidden}.photo-wall img{width:100%;height:auto;transition:transform .45s;display:block}.photo-wall figure:hover img{transform:scale(1.035)}.photo-wall figcaption{color:#fff;letter-spacing:.12em;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0a193aad;border-radius:999px;padding:5px 8px;font-size:8px;position:absolute;bottom:10px;left:10px}@media (width<=900px){.contact-hero,.contact-info,.photo-wall-section{width:calc(100% - 32px)}.contact-info{grid-template-columns:1fr;gap:40px}.photo-wall{columns:3 190px}}@media (width<=560px){.contact-hero,.contact-info,.photo-wall-section{width:calc(100% - 24px)}.contact-hero{height:430px}.contact-hero>img{object-position:center}.contact-hero>div:last-child{padding-left:16px;bottom:27px;left:22px;right:22px}.contact-hero h1{font-size:43px}.contact-hero span{line-height:1.5}.contact-info{margin:56px auto}.contact-details{grid-template-columns:1fr}.contact-qr-card{grid-column:auto;align-items:flex-start}.contact-qr-card img{width:105px;height:105px}.photo-wall-section{margin:65px auto 55px}.photo-wall{columns:2 130px;column-gap:9px}.photo-wall figure{border-radius:10px;margin-bottom:9px}.photo-wall figcaption{display:none}}.contact-qr-card small{color:var(--green)}h1,h2{word-break:auto-phrase;text-wrap:balance}.overview-credential-copy h2,.contact-intro h2,.teaching-heading h2{word-break:keep-all}.overview-story blockquote{color:#fff;text-shadow:0 1px 2px #0000002e;background:linear-gradient(135deg,#23217f 0%,#174fa5 58%,#087e70 100%);border-left-color:#ffd159;box-shadow:0 18px 42px #1926693d}.overview-story blockquote span{color:#fff}@media (width<=560px){.overview-credential-copy h2,.contact-intro h2,.teaching-heading h2{word-break:auto-phrase}}.program-grid{grid-template-columns:repeat(4,1fr)}.program-card.spring:before{background:linear-gradient(155deg,#842641eb,#84264166)}.program-card:nth-child(4)>b{animation-delay:.75s}.spring-hero img{object-position:center 42%}.spring-hero .middle-hero-card{border-left-color:#ff9fba}.spring-intro{background:linear-gradient(125deg,#fff0f4,#fff 54%,#f2f8ff);border-radius:22px;grid-template-columns:.85fr 1.15fr;gap:70px;width:min(1180px,100% - 48px);margin:72px auto 0;padding:52px 58px;display:grid;box-shadow:0 14px 38px #57234817}.spring-intro>div>p{color:#a12f54;letter-spacing:.2em;margin:0 0 14px;font-size:10px;font-weight:800}.spring-intro h2{margin:0;font-size:clamp(34px,4vw,52px);line-height:1.2}.spring-intro>p{color:#5f687a;align-self:center;margin:0;font-size:15px;line-height:1.95}.spring-page .middle-section-heading{background:#fff0f4}.spring-page .middle-module-list article:nth-child(2n){background:#fff8fa}.spring-page .middle-framework{background:linear-gradient(130deg,#621f3b,#233b80 64%,#087e70)}.spring-stages{grid-template-columns:repeat(3,1fr)}.spring-stages article{border-top-color:#a12f54!important}.spring-stages article:nth-child(2){border-top-color:var(--blue)!important}.spring-stages article:nth-child(3){border-top-color:var(--green)!important}.spring-callout{color:#fff;background:#25236f;border-radius:18px;grid-template-columns:.8fr 1.3fr auto;align-items:center;gap:28px;max-width:1180px;margin:34px auto 0;padding:34px 38px;display:grid}.spring-callout strong{font-size:22px;line-height:1.45}.spring-callout p{color:#ffffffc7;margin:0;font-size:14px;line-height:1.8}.spring-callout a{color:#29235d;white-space:nowrap;background:#ffd159;border-radius:999px;padding:13px 18px;font-size:13px;font-weight:800}@media (width<=1000px){.program-grid{grid-template-columns:1fr 1fr}.spring-callout{grid-template-columns:1fr}.spring-callout a{width:fit-content}}@media (width<=900px){.spring-intro{grid-template-columns:1fr;gap:24px;width:calc(100% - 32px);padding:42px}.spring-stages{grid-template-columns:1fr 1fr}.spring-stages article:last-child{grid-column:1/-1}}@media (width<=560px){.program-grid{grid-template-columns:1fr}.spring-intro{width:calc(100% - 24px);margin-top:48px;padding:30px 24px}.spring-intro h2{font-size:34px}.spring-stages{grid-template-columns:1fr}.spring-stages article:last-child{grid-column:auto}.spring-callout{padding:28px 24px}.spring-callout strong{font-size:19px}}
