:root{--green-950:#2e8f63;--green-900:#2e8f63;--green-800:#2e8f63;--green-700:#2e8f63;--green-600:#2e8f63;--gold:#c3a05e;--gold-dark:#9d7d3d;--paper:#f7f5ef;--paper-2:#efede6;--ink:#12241b;--muted:#647269;--line:#12241b1f;--white:#fff;--shadow:0 24px 80px #052f201f;--max:1160px;--header-height:112px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--paper);color:var(--ink);letter-spacing:0;padding-top:var(--header-height);margin:0;font-family:Arial,Helvetica,sans-serif}body:has(.home-page){padding-top:0}a{color:inherit;text-decoration:none}button,input,select{font:inherit}.container{width:min(var(--max), calc(100% - 40px));margin:0 auto}.narrow{max-width:760px}.site-header{z-index:50;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f7f5efeb;position:fixed;top:0;left:0;right:0}.top-line{min-height:34px;color:var(--muted);border-bottom:1px solid #12241b14;justify-content:space-between;align-items:center;padding:0 40px;font-size:13px;display:flex}.top-links{gap:24px;display:flex}.top-links a,.top-links span{align-items:center;min-height:34px;display:inline-flex;position:relative}.navbar{align-items:center;gap:28px;width:min(1280px,100% - 40px);min-height:80px;margin:0 auto;display:flex}.brand{align-items:center;width:250px;min-width:220px;display:flex}.brand img,.site-footer img{object-fit:contain;width:100%;height:auto}.nav-menu{color:#21372c;flex:1;justify-content:center;gap:26px;font-size:15px;font-weight:700;display:flex}.nav-menu a{padding:10px 0;transition:color .2s;position:relative}.nav-menu a:after{content:"";background:var(--gold);transform-origin:50%;border-radius:999px;height:2px;transition:transform .2s;position:absolute;bottom:3px;left:0;right:0;transform:scaleX(0)}.nav-menu a:hover,.nav-menu a.active,.text-link:hover{color:var(--green-700)}.nav-menu a:hover:after,.nav-menu a.active:after{transform:scaleX(1)}.nav-dropdown{align-items:center;display:flex;position:relative}.nav-dropdown:after{content:"";height:18px;position:absolute;top:100%;left:-16px;right:-16px}.nav-dropdown>a{align-items:center;gap:5px;display:inline-flex}.nav-dropdown-panel{z-index:20;opacity:0;pointer-events:none;background:#fffffffa;border:1px solid #12241b1a;border-radius:8px;gap:2px;width:252px;padding:8px;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%,8px);box-shadow:0 22px 58px #052f2029}.nav-dropdown:hover .nav-dropdown-panel{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-dropdown:has(>a:focus-visible) .nav-dropdown-panel{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-dropdown:has(.nav-dropdown-panel a:focus-visible) .nav-dropdown-panel{opacity:1;pointer-events:auto;transform:translate(-50%)}.nav-dropdown-panel a{color:#173928;border-radius:7px;padding:9px 12px;font-size:13px;transition:background-color .16s,color .16s,box-shadow .16s;display:block}.nav-dropdown-panel a:after{display:none}.nav-dropdown-panel a:focus:not(:focus-visible){outline:0}.nav-dropdown-panel a:focus-visible{outline-offset:2px;outline:2px solid #1474517a}.nav-dropdown-panel a:hover,.nav-dropdown-panel a:focus-visible,.nav-menu .nav-dropdown-panel a.active{color:#fff;background:#0a704d;box-shadow:inset 0 0 0 1px #ffffff1f}.nav-actions{align-items:center;gap:10px;display:flex}.button,.icon-button,.language-button{cursor:pointer;white-space:nowrap;border:0;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:44px;padding:0 18px;font-weight:800;transition:transform .22s,box-shadow .22s,border-color .22s,background .22s;display:inline-flex;position:relative}.button-gold{isolation:isolate;color:#1f3d2b;text-shadow:0 1px #fff7d673;background:linear-gradient(#ffffff8c,#fff0 42%),linear-gradient(#ffd860 0%,#f7c12b 52%,#f3b200 100%);border:1px solid #ffd56ed9;overflow:hidden;box-shadow:inset 0 1px #ffffffb3,inset 0 -2px #b0780a3d,0 14px 28px #287e5738,0 0 0 1px #f3b2002e}.button-gold:after{content:"";z-index:-1;background:linear-gradient(90deg,#0000,#ffffffc7,#0000);width:44%;height:360%;transition:left .62s;position:absolute;inset:-140% auto auto -42%;transform:rotate(25deg)}.button-gold:hover{transform:translateY(-2px);box-shadow:inset 0 1px #ffffffd9,inset 0 -2px #b0780a33,0 20px 42px #287e574d,0 0 0 1px #f3b20047}.button-gold:hover:after{left:125%}.button-outline{color:var(--white);background:#ffffff14;border:1px solid #ffffff8c}.button-light{background:var(--white);color:var(--green-900)}.button-ghost{border:1px solid var(--line);color:var(--green-800);background:var(--white)}.icon-button,.language-button{min-width:44px;color:var(--green-900);background:var(--white);border:1px solid var(--line);padding:0 12px}.language-switcher{position:relative}.language-button[aria-expanded=true]{background:#ffffff29}.language-menu{z-index:90;opacity:0;pointer-events:none;background:#fff;border:1px solid #12241b1a;border-radius:8px;width:190px;padding:8px;transition:opacity .18s,transform .18s;display:grid;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(8px);box-shadow:0 24px 72px #001f1538}.language-button[aria-expanded=true]+.language-menu{opacity:1;pointer-events:auto;transform:translateY(0)}.language-menu button{color:#173928;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;justify-content:space-between;align-items:center;gap:12px;min-height:40px;padding:0 10px;display:flex}.language-menu button:hover,.language-menu button.active{color:#fff;background:#0a704d}.language-menu span{font-size:14px;font-weight:700}.language-menu strong{font-size:12px}.search-modal{z-index:120;padding:calc(var(--header-height) + 34px) 20px 32px;place-items:start center;display:grid;position:fixed;inset:0}.search-backdrop{cursor:pointer;background:#00181094;border:0;padding:0;position:absolute;inset:0}.search-panel{z-index:1;width:min(720px,100%);max-height:min(680px, calc(100vh - var(--header-height) - 56px));color:var(--ink);background:#fbfaf7;border:1px solid #ffffff80;border-radius:8px;padding:22px;position:relative;overflow:auto;box-shadow:0 32px 92px #00181057}.search-panel-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px;display:flex}.search-panel-head span{color:var(--gold-dark);text-transform:uppercase;margin-bottom:5px;font-size:12px;font-weight:900;display:block}.search-panel-head h2{color:#143b28;margin:0;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1.08}.search-close{color:var(--green-900);background:#fff;border-color:#12241b1f;flex:none}.search-form{background:#fff;border:1px solid #12241b1f;border-radius:8px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:10px 10px 10px 14px;display:grid;box-shadow:0 14px 36px #052f2014}.search-form svg{color:var(--green-800)}.search-form input{width:100%;min-width:0;height:42px;color:var(--ink);background:0 0;border:0;outline:0}.search-form button{color:#fff;cursor:pointer;background:#0a704d;border:0;border-radius:7px;min-height:42px;padding:0 16px;font-weight:800}.search-form button:disabled{cursor:not-allowed;opacity:.48}.search-results{gap:8px;margin-top:14px;display:grid}.search-results a,.search-empty{color:#173928;background:#ffffffb8;border:1px solid #12241b17;border-radius:8px;gap:4px;margin:0;padding:12px 14px;display:grid}.search-results a:hover{border-color:#0a704d52;transform:translateY(-1px);box-shadow:0 12px 28px #052f201a}.search-results span{color:var(--gold-dark);text-transform:uppercase;font-size:11px;font-weight:900}.search-results strong{font-size:15px}.search-results small,.search-empty{color:var(--muted);font-size:13px;line-height:1.45}.mobile-menu-button{display:none}.mobile-menu{z-index:60;flex-direction:column;display:flex;position:fixed;inset:0}.mobile-menu-backdrop{cursor:pointer;background:#02180f8c;border:0;padding:0;position:absolute;inset:0}.mobile-menu-panel{max-height:calc(100vh - 72px);padding:24px 22px calc(28px + env(safe-area-inset-bottom));color:#fff;background:#287e57;border-top:1px solid #ffffff1f;flex-direction:column;gap:22px;margin-top:72px;display:flex;position:relative;overflow-y:auto;box-shadow:0 24px 48px #001c1247}.mobile-menu-nav{flex-direction:column;display:flex}.mobile-menu-group{border-bottom:1px solid #ffffff1a;padding:4px 0}.mobile-menu-group>a{color:#fff;padding:12px 0;font-size:17px;font-weight:800;text-decoration:none;display:block}.mobile-menu-group>a.active{color:#edc463}.mobile-menu-sub{flex-direction:column;padding:0 0 10px 12px;display:flex}.mobile-menu-sub a{color:#ffffffd1;padding:8px 0;font-size:15px;font-weight:600;text-decoration:none}.mobile-menu-sub a.active{color:#edc463}.mobile-menu-secondary{flex-direction:column;gap:4px;display:flex}.mobile-menu-secondary a{color:#ffffffd1;padding:6px 0;font-size:15px;font-weight:600;text-decoration:none}.mobile-menu-languages{gap:10px;display:flex}.mobile-menu-languages button{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff2e;border-radius:8px;align-items:center;gap:6px;padding:9px 14px;font-size:14px;font-weight:800;display:inline-flex}.mobile-menu-languages button.active{color:#173928;background:#edc463;border-color:#edc463}.mobile-menu-cta{justify-content:center;width:100%}.hero{min-height:750px;color:var(--white);background:var(--green-950);flex-direction:column;justify-content:center;display:flex;position:relative;overflow:hidden}.hero-image{object-fit:cover}.hero-overlay{background:radial-gradient(circle at 76% 30%,#2e8f632e,#0000 34%),linear-gradient(90deg,#2e8f63f5 0%,#2e8f63d1 37%,#052f203d 72%),linear-gradient(#052f2014 54%,#2e8f63e6);position:absolute;inset:0}.hero:after,.page-hero:after,.dark-section:after{content:"";pointer-events:none;border:1px solid #c3a05e33;border-radius:50%;width:320px;height:320px;position:absolute;inset:auto 5% 8% auto}.hero-inner{z-index:2;padding:110px 0 180px;position:relative}.hero-inner h1,.page-hero h1{text-wrap:balance;max-width:700px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:76px;font-weight:700;line-height:.98}.hero-inner p:not(.eyebrow),.page-hero p:not(.eyebrow){color:#ffffffc7;max-width:610px;margin:24px 0 0;font-size:18px;line-height:1.7}.eyebrow{color:var(--gold);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:12px;font-weight:900;line-height:1.2}.hero-eyebrow{color:#d9bd78}.hero-actions,.cta-actions{flex-wrap:wrap;gap:14px;margin-top:34px;display:flex}.hero-stats{z-index:3;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.stat-strip{color:var(--white);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:radial-gradient(circle at 10% 14%,#ffebac29,#0000 34%),linear-gradient(135deg,#2e8f63fa,#2e8f63eb);border:1px solid #ffffff29;border-radius:8px 8px 0 0;grid-template-columns:repeat(4,1fr);display:grid;overflow:hidden;box-shadow:0 26px 80px #052f2047}.stat-strip div{border-right:1px solid #ffffff24;padding:26px 34px 28px;position:relative}.stat-strip div:after{content:"";opacity:0;background:linear-gradient(90deg,#0000,#d9bd78cc,#0000);height:2px;transition:opacity .22s;position:absolute;inset:auto 20px 0}.stat-strip div:hover:after{opacity:1}.stat-strip div:last-child{border-right:0}.stat-strip strong{color:var(--gold);font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1;display:block}.stat-strip span{color:#ffffffc2;margin-top:8px;font-size:13px;display:block}.stat-icon{color:#ffe5a6;background:#ffffff14;border:1px solid #ffe5a64d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-bottom:15px;display:inline-flex}.section{padding:96px 0;position:relative}.soft-section{background:linear-gradient(180deg, #ffffff6b, #fff0), radial-gradient(circle at 12% 18%, #2e8f630f, transparent 28%), var(--paper-2)}.split-grid{grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:center;gap:72px;display:grid}.split-grid>*,.page-hero-grid>*,.apply-grid>*,.section-row>*,.footer-grid>*,.quote-grid>*{min-width:0}.section-heading{max-width:640px}.section-heading-center{text-align:center;margin:0 auto 42px}.section-heading h2{text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,serif;font-size:48px;line-height:1.08}.section-heading h2 em{color:var(--green-700);font-style:italic}.section-heading p:not(.eyebrow),.muted-block{color:var(--muted);margin:18px 0 0;font-size:16px;line-height:1.8}.muted-block{max-width:580px}.text-link{color:var(--green-800);align-items:center;gap:8px;margin-top:24px;font-weight:900;display:inline-flex}.image-card{min-height:430px;box-shadow:var(--shadow);border-radius:8px;position:relative;overflow:hidden}.image-card img{object-fit:cover}.image-card:after{content:"";background:linear-gradient(#0000 55%,#052f2033);position:absolute;inset:0}.tall-image{min-height:560px}.principles-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.principle-card,.program-card,.leader-card,.program-detail-card,.news-page-card,.apply-form,.admission-steps article{background:#ffffffd1;border:1px solid #12241b14;border-radius:8px;box-shadow:0 18px 44px #052f2012}.principle-card{padding:28px;transition:transform .22s,box-shadow .22s}.small-icon{width:42px;height:42px;color:var(--green-800);background:#eef7ef;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.principle-card h3,.program-card h3,.campus-card h3,.leader-card h3,.news-list h3,.featured-news h3,.program-detail-card h2,.admission-steps h3,.news-page-card h2{color:var(--ink);margin:16px 0 8px;font-size:20px;line-height:1.25}.principle-card p,.program-card p,.campus-card p,.leader-card p,.program-detail-card p,.admission-steps p,.news-page-card p{color:var(--muted);margin:0;line-height:1.7}.section-row{justify-content:space-between;align-items:end;gap:24px;margin-bottom:38px;display:flex}.section-row .section-heading{margin:0}.program-grid,.program-detail-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.program-card{min-height:340px;padding:0;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden}.program-card:hover,.program-detail-card:hover,.news-page-card:hover,.principle-card:hover{transform:translateY(-4px);box-shadow:0 26px 58px #052f201f}.program-media{position:absolute;inset:0 0 112px;overflow:hidden}.program-media img,.program-detail-media img,.news-thumb img,.news-page-media img{object-fit:cover;transition:transform .36s}.program-card:hover .program-media img,.program-detail-card:hover .program-detail-media img,.news-list article:hover .news-thumb img,.news-page-card:hover .news-page-media img{transform:scale(1.055)}.program-media:after{content:"";background:linear-gradient(#052f2005,#2e8f63c2);position:absolute;inset:0}.program-media span{z-index:2;color:#f7df9a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#2e8f63c2;border:1px solid #f7df9a61;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;bottom:18px;right:18px}.program-body{background:#fffffff0;border-top:1px solid #ffffffb3;min-height:150px;padding:22px;position:absolute;inset:auto 0 0}.program-body>p{color:var(--gold-dark);text-transform:uppercase;margin:0;font-size:12px;font-weight:900}.program-body div,.program-detail-card ul{gap:10px;margin-top:18px;display:grid}.program-body span{color:var(--green-800);font-size:13px;font-weight:800}.dark-section{background:radial-gradient(circle at 86% 12%, #2e8f6342, transparent 32%), linear-gradient(135deg, var(--green-950), var(--green-900));color:var(--white);position:relative;overflow:hidden}.dark-section .section-heading h2,.dark-section .section-heading h2 em,.dark-section .section-heading p,.dark-section h3{color:var(--white)}.steps{grid-template-columns:repeat(3,1fr);gap:60px;margin:58px 0 34px;display:grid;position:relative}.steps article{position:relative}.steps span{width:38px;height:38px;color:var(--gold);border:1px solid #c3a05e80;border-radius:50%;justify-content:center;align-items:center;font-weight:900;display:inline-flex}.steps h3{margin:22px 0 10px}.steps p{color:#ffffffad;margin:0;line-height:1.7}.campus-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.campus-card{min-height:290px;color:var(--white);background:linear-gradient(180deg, #052f200d, #2e8f63f5), linear-gradient(135deg, var(--green-700), var(--green-950));background-position:50%;background-size:cover;border-radius:8px;flex-direction:column;justify-content:end;padding:28px;transition:transform .24s,box-shadow .24s;display:flex;overflow:hidden;box-shadow:0 22px 60px #052f2024}.campus-card:hover{transform:translateY(-5px);box-shadow:0 30px 80px #052f2038}.campus-card span,.campus-card .text-link{color:var(--gold);text-transform:uppercase;font-size:12px;font-weight:900}.campus-card h3,.campus-card p{color:var(--white)}.news-layout{grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:18px;display:grid}.featured-news{min-height:360px;color:var(--white);background-color:#0000;background-image:linear-gradient(#052f2033,#2e8f63f0),url(/images/niu-building-real.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;border-radius:8px;flex-direction:column;justify-content:end;padding:34px;display:flex;box-shadow:0 22px 60px #052f2021}.featured-news p,.featured-news h3{color:var(--white)}.featured-news p{color:#ffffffc7;align-items:center;gap:8px;margin:0;display:flex}.featured-news h3{max-width:560px;font-family:Georgia,Times New Roman,serif;font-size:34px}.featured-news span,.news-list span,.news-page-card span{color:var(--gold-dark);text-transform:uppercase;font-size:12px;font-weight:900}.news-list{gap:12px;display:grid}.news-list article{background:var(--white);border:1px solid var(--line);border-radius:8px;grid-template-rows:auto auto auto;grid-template-columns:124px 1fr;gap:2px 18px;min-height:128px;padding:12px;transition:transform .22s,box-shadow .22s;display:grid;position:relative;overflow:hidden}.news-list article:hover{transform:translateY(-3px);box-shadow:0 20px 44px #052f201a}.news-thumb{border-radius:6px;grid-row:1/span 3;min-height:104px;position:relative;overflow:hidden}.news-list p{color:var(--green-700);margin:0;font-size:13px;font-weight:900}.quote-section{background:#e8e3d8;padding:86px 0}.quote-grid{grid-template-columns:1fr 360px;align-items:center;gap:80px;display:grid}blockquote{margin:0}blockquote p{margin:0;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1.45}blockquote cite{color:var(--green-800);margin-top:24px;font-style:normal;font-weight:900;display:block}.quote-mark{height:260px;color:var(--gold);background:radial-gradient(circle,#2e8f63e6,#2e8f63);border:1px solid #c3a05e59;border-radius:50%;place-items:center;font-family:Georgia,Times New Roman,serif;font-size:42px;display:grid}.faq-wrap{max-width:860px}.faq-list{gap:12px;display:grid}.faq-list details{background:var(--white);border:1px solid var(--line);border-radius:8px}.faq-list summary{cursor:pointer;padding:22px 24px;font-weight:900}.faq-list p{color:var(--muted);margin:0;padding:0 24px 22px;line-height:1.8}.final-cta{padding-top:20px}.cta-card,.footer-cta{color:var(--white);background:radial-gradient(circle at 90% 10%, #c3a05e42, transparent 20%), linear-gradient(135deg, var(--green-900), var(--green-700));border-radius:8px;justify-content:space-between;align-items:center;gap:30px;padding:44px;display:flex;overflow:hidden}.cta-card h2,.footer-cta h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:38px;line-height:1.1}.cta-card p:not(.eyebrow),.footer-cta p:not(.eyebrow){color:#ffffffb8;max-width:620px;margin:12px 0 0;line-height:1.7}.light-outline{border-color:#ffffff57}.page-hero{background:radial-gradient(circle at 86% 20%, #2e8f632e, transparent 28%), linear-gradient(135deg, var(--green-900), var(--green-700));color:var(--white);padding:112px 0 86px;position:relative;overflow:hidden}.page-hero-dark{background:radial-gradient(circle at 84% 18%, #c3a05e29, transparent 25%), linear-gradient(135deg, var(--green-950), var(--green-900))}.page-hero-grid{grid-template-columns:minmax(0,1fr) 420px;align-items:center;gap:50px;display:grid}.page-hero-card .stat-strip{border-radius:8px;grid-template-columns:repeat(2,1fr)}.page-hero-card .stat-strip div{padding:24px}.leader-grid{grid-template-columns:repeat(5,1fr);gap:16px;display:grid}.leader-card{overflow:hidden}.leader-card div{height:150px;color:var(--white);background:linear-gradient(135deg, var(--green-700), var(--green-950));place-items:center;font-family:Georgia,Times New Roman,serif;font-size:36px;font-weight:900;display:grid}.leader-card span,.program-detail-card>p:first-of-type{color:var(--gold-dark);text-transform:uppercase;margin:18px 18px 0;font-size:11px;font-weight:900;display:inline-block}.leader-card h3,.leader-card p{padding:0 18px}.leader-card p{padding-bottom:20px}.timeline-wrap{max-width:800px}.timeline{gap:24px;display:grid}.timeline article{grid-template-columns:90px 1fr;gap:24px;display:grid}.timeline strong{color:var(--green-700)}.timeline h3{margin:0 0 6px}.timeline p{color:var(--muted);margin:0;line-height:1.7}.filter-tabs{flex-wrap:wrap;gap:10px;margin-bottom:28px;display:flex}.filter-tabs button{border:1px solid var(--line);background:var(--white);min-height:42px;color:var(--green-900);border-radius:8px;padding:0 16px;font-weight:900}.filter-tabs button:first-child{background:var(--green-800);color:var(--white)}.program-detail-grid{grid-template-columns:repeat(3,1fr)}.program-detail-card{padding:26px;transition:transform .22s,box-shadow .22s;overflow:hidden}.program-detail-media{height:180px;margin:-26px -26px 22px;position:relative;overflow:hidden}.program-detail-media:after{content:"";background:linear-gradient(#052f2008,#2e8f63ad);position:absolute;inset:0}.program-detail-media .small-icon{z-index:2;color:#f7df9a;background:#2e8f63c7;border:1px solid #f7df9a57;position:absolute;bottom:18px;right:18px}.program-detail-card h2{margin-top:14px;font-size:24px}.program-detail-card ul{padding:0;list-style:none}.program-detail-card li{color:var(--green-800);align-items:center;gap:10px;font-weight:800;display:flex}.program-price{background:#eef7ef;border:1px solid #12241b14;border-radius:8px;justify-content:space-between;align-items:center;gap:12px;margin:18px 0 16px;padding:14px 16px;display:flex}.program-price span{color:var(--green-800);text-transform:uppercase;align-items:center;gap:8px;font-size:12px;font-weight:900;display:inline-flex}.program-price strong{color:var(--green-950);white-space:nowrap;font-size:18px;font-weight:900}.program-price strong em{color:var(--muted);font-size:12px;font-style:normal;font-weight:800}.program-offerings{gap:8px;margin:18px 0 16px;padding:0;list-style:none;display:grid}.program-offerings li{background:#eef7ef;border:1px solid #12241b14;border-radius:8px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 12px;padding:10px 14px;display:flex}.program-offerings .offering-form{color:var(--green-800);align-items:center;gap:8px;font-size:13px;font-weight:900;display:inline-flex}.program-offerings .offering-meta{align-items:center;gap:14px;margin-left:auto;display:inline-flex}.program-offerings .offering-duration{color:var(--muted);white-space:nowrap;align-items:center;gap:6px;font-size:12px;font-weight:700;display:inline-flex}.program-offerings .offering-price{color:var(--green-950);white-space:nowrap;align-items:center;gap:6px;font-size:15px;font-weight:900;display:inline-flex}.program-offerings .offering-price em{color:var(--muted);font-size:11px;font-style:normal;font-weight:800}.consult-form{background:var(--white);width:100%;max-width:380px;color:var(--green-950);border-radius:14px;padding:24px;box-shadow:0 24px 60px #08181147}.consult-form h3{color:var(--green-950);margin:0 0 6px;font-size:20px}.consult-form-sub{color:var(--muted);margin:0 0 16px;font-size:14px;line-height:1.5}.consult-field{color:var(--green-800);border:1px solid #12241b29;border-radius:9px;align-items:center;gap:10px;margin-bottom:11px;padding:11px 13px;transition:border-color .15s;display:flex}.consult-field:focus-within{border-color:var(--green-700,#2e8f63)}.consult-field input{width:100%;color:var(--green-950);background:0 0;border:none;outline:none;font-size:14px}.consult-form .button{justify-content:center;width:100%;margin-top:4px}.consult-form-error{color:#dc2626;margin:0 0 10px;font-size:13px;font-weight:600}.consult-form-done{text-align:center;color:var(--green-800);flex-direction:column;align-items:center;gap:12px;display:flex}.consult-form-done p{margin:0;font-size:15px;font-weight:700}.consult-field-area{align-items:flex-start}.consult-field textarea{width:100%;color:var(--green-950);resize:vertical;background:0 0;border:none;outline:none;font-family:inherit;font-size:14px;line-height:1.5}.club-join{justify-content:center;display:flex}.club-join-form{max-width:560px}.success-consult{max-width:none;box-shadow:none;border:1px solid #12241b1a;margin-top:22px}.compact-dark{padding:70px 0}.admission-hero{padding-bottom:110px}.admission-steps{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.admission-steps article{padding:28px}.admission-steps svg{color:var(--green-700)}.admission-steps span{color:var(--gold-dark);text-transform:uppercase;margin-top:28px;font-size:12px;font-weight:900;display:block}.apply-grid{grid-template-columns:1fr 440px;align-items:start;gap:52px;display:grid}.admission-checks{gap:12px;margin-top:28px;display:grid}.admission-checks p{color:var(--green-800);align-items:center;gap:10px;margin:0;font-weight:900;display:flex}.apply-form{gap:18px;padding:28px;display:grid}.apply-form label{color:var(--ink);gap:8px;font-weight:900;display:grid}.apply-form input,.apply-form select{border:1px solid var(--line);width:100%;min-width:0;min-height:48px;color:var(--ink);background:var(--white);border-radius:8px;padding:0 14px}.news-page-card{flex-direction:column;min-height:310px;padding:26px;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden}.news-page-card>div{justify-content:space-between;align-items:center;gap:16px;display:flex}.news-page-media:after{content:"";background:linear-gradient(#052f2000,#052f2042);position:absolute;inset:0}.news-page-card>div p{color:var(--green-700);align-items:center;gap:8px;font-size:13px;font-weight:900;display:flex}.news-page-featured{color:var(--white);background:linear-gradient(#052f201f,#2e8f63f2),url(/images/niu-building-real.png) 50%/cover;grid-column:span 2}.news-page-featured h2,.news-page-featured p,.news-page-featured .text-link{color:var(--white)}.news-page-card .text-link{margin-top:auto}.site-footer{color:#ffffffc7;background:var(--green-950);padding:0 0 28px}.footer-cta{width:min(var(--max), calc(100% - 40px));margin:0 auto;transform:translateY(-44px)}.footer-grid{width:min(var(--max), calc(100% - 40px));grid-template-columns:1.2fr .55fr 1fr;gap:60px;margin:0 auto;display:grid}.footer-grid h3{color:var(--white);margin:0 0 18px}.footer-grid a{margin-bottom:12px;display:block}.footer-text{margin:16px 0 0;line-height:1.7}.socials{gap:8px;margin-top:20px;display:flex}.socials span{border:1px solid #ffffff29;border-radius:50%;place-items:center;width:36px;height:36px;display:grid}.contact-row{align-items:start;gap:10px;margin:0 0 12px;display:flex}.footer-bottom{width:min(var(--max), calc(100% - 40px));border-top:1px solid #ffffff1f;justify-content:space-between;gap:20px;margin:44px auto 0;padding-top:22px;font-size:13px;display:flex}@media (max-width:1100px){.nav-menu{gap:16px;font-size:14px}.brand{width:210px;min-width:190px}.program-grid,.program-detail-grid{grid-template-columns:repeat(2,1fr)}.leader-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:860px){.container,.navbar,.footer-cta,.footer-grid,.footer-bottom{width:min(100% - 28px, var(--max))}.top-line,.nav-menu,.nav-actions .button,.nav-actions .icon-button:not(.mobile-menu-button),.language-button{display:none}.navbar{justify-content:space-between;min-height:72px}.mobile-menu-button{display:inline-flex}.hero{min-height:680px}.hero-overlay{background:linear-gradient(#2e8f63f0,#2e8f63bd 52%,#2e8f63eb),#052f206b}.hero-inner{padding:84px 0 210px}.hero-inner h1,.page-hero h1{font-size:48px}.hero-inner p:not(.eyebrow),.page-hero p:not(.eyebrow){font-size:16px}.hero-stats{bottom:0}.stat-strip,.page-hero-card .stat-strip{grid-template-columns:repeat(2,1fr)}.stat-strip div{padding:20px}.section{padding:70px 0}.split-grid,.page-hero-grid,.apply-grid,.quote-grid,.footer-grid,.news-layout{grid-template-columns:1fr}.split-grid{gap:34px}.section-heading h2{font-size:36px}.principles-grid,.campus-grid,.admission-steps,.news-page-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:32px}.section-row,.cta-card,.footer-cta,.footer-bottom{flex-direction:column;align-items:start}.program-grid,.program-detail-grid{grid-template-columns:1fr}.image-card{min-height:320px}.leader-grid{grid-template-columns:1fr}.timeline article{grid-template-columns:1fr;gap:6px}.news-page-featured{grid-column:auto}.quote-mark{height:210px}blockquote p{font-size:24px}}@media (max-width:520px){.brand{width:190px;min-width:170px}.hero-inner h1,.page-hero h1{font-size:40px}.button,.hero-actions,.cta-actions{width:100%}.stat-strip strong{font-size:23px}.stat-strip span{font-size:12px}}.departments-page{background:radial-gradient(circle at 100% 24%,#c3a05e14,#0000 25%),#fbfaf7;overflow:hidden}.departments-hero{color:#fff;background:#0b4f38;align-items:center;min-height:438px;display:grid;position:relative;overflow:hidden}.departments-list-hero{min-height:440px}.departments-hero-bg{object-fit:cover;object-position:left center;opacity:.34;filter:saturate(.95)}.detail-building-bg{object-position:right center;opacity:.72}.departments-hero-wash{z-index:1;background:radial-gradient(circle at 86% 55%,#2e8f634d,#0000 32%),linear-gradient(90deg,#084c36fa 0%,#11734edb 48%,#084c368a 100%);position:absolute;inset:0}.department-detail-hero .departments-hero-wash{background:linear-gradient(90deg,#084c36fa 0%,#084c36e6 48%,#084c361f 100%),linear-gradient(#084c363d,#084c3685)}.departments-watermark,.department-contact-seal,.department-simple-seal{z-index:2;pointer-events:none;opacity:.15;position:absolute}.departments-watermark{top:34px;right:118px}.departments-watermark img,.department-contact-seal img,.department-simple-seal img{width:100%;height:auto}.departments-hero-inner{z-index:3;padding:38px 0 42px;position:relative}.departments-hero h1{letter-spacing:0;max-width:730px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5vw,76px);line-height:.96}.departments-hero p:not(.eyebrow){color:#ffffffd6;max-width:560px;margin:24px 0 0;font-size:18px;line-height:1.65}.breadcrumb,.detail-breadcrumbs{color:#ffffffbd;flex-wrap:wrap;align-items:center;gap:14px;margin-top:42px;font-size:13px;font-weight:700;display:flex}.breadcrumb a,.detail-breadcrumbs a{color:#f3cc63;align-items:center;gap:8px;display:inline-flex}.detail-breadcrumbs{gap:0;margin:0 0 34px;font-size:12px;font-weight:600}.detail-breadcrumbs a,.detail-breadcrumbs span{align-items:center;display:inline-flex}.detail-breadcrumbs a{color:#ffffffb8;transition:color .18s}.detail-breadcrumbs a:hover{color:#f3cc63}.detail-breadcrumbs>:not(:first-child):before{content:"/";color:#ffffff52;margin:0 10px;font-weight:500}.detail-breadcrumbs span[aria-current]{text-overflow:ellipsis;white-space:nowrap;color:#f3cc63;max-width:220px;overflow:hidden}.detail-hero-inner{padding:30px 0 44px}.detail-hero-stats{flex-wrap:wrap;gap:54px;margin-top:42px;display:flex}.detail-hero-stats article{grid-template-rows:auto auto;grid-template-columns:48px auto;align-items:center;gap:0 14px;display:grid}.detail-hero-stats svg{color:#edc463;border:1px solid #edc463b3;border-radius:50%;grid-row:1/span 2;place-items:center;width:48px;height:48px;padding:10px;display:grid}.detail-hero-stats strong{color:#edc463;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1}.detail-hero-stats span{color:#fff;font-size:15px}.departments-content{padding:58px 0 84px}.departments-toolbar{grid-template-columns:minmax(260px,390px) 1fr;align-items:center;gap:28px;display:grid}.department-search{color:#66756c;background:#fff;border:1px solid #12241b1f;border-radius:8px;align-items:center;gap:12px;height:54px;padding:0 18px;display:flex;box-shadow:0 12px 30px #052f200b}.department-search input{color:#10241a;background:0 0;border:0;outline:0;width:100%;min-width:0}.department-tabs{flex-wrap:wrap;gap:24px;display:flex}.department-tabs button{color:#133729;cursor:pointer;background:#fff;border:1px solid #12241b24;border-radius:8px;min-width:126px;height:54px;padding:0 22px;font-weight:900;box-shadow:0 10px 22px #052f200a}.department-tabs .active{color:#fff;background:#147451;border-color:#147451}.department-stat-grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:42px;display:grid}.department-stat-grid article{background:#ffffffb8;border:1px solid #c3a05e38;border-radius:10px;grid-template-rows:auto auto;grid-template-columns:70px auto;align-items:center;gap:0 20px;min-height:120px;padding:24px 36px;display:grid;box-shadow:0 16px 46px #052f200b}.department-stat-grid span{color:#147451;background:#f4f0e8;border-radius:16px;grid-row:1/span 2;place-items:center;width:64px;height:64px;display:grid}.department-stat-grid strong{color:#004b34;font-family:Georgia,Times New Roman,serif;font-size:48px;line-height:.94}.department-stat-grid p{color:#143327;margin:4px 0 0;font-size:18px;line-height:1.15}.department-card-grid{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:42px;display:grid}.department-card{color:#fff;border-radius:10px;min-height:480px;position:relative;overflow:hidden;box-shadow:0 22px 58px #052f2021}.department-card img,.direction-card img,.department-about-media img{object-fit:cover;transition:transform .42s}.department-card:hover img,.direction-card:hover img{transform:scale(1.045)}.department-card-shade{z-index:1;background:linear-gradient(#052f2005 0%,#052f202e 42%,#014732fa 100%),linear-gradient(90deg,#044f382e,#044f3800);position:absolute;inset:0}.department-badge{z-index:2;color:#173527;text-transform:uppercase;background:#f3c348;border-radius:6px;padding:9px 14px;font-size:12px;font-weight:900;position:absolute;top:22px;left:22px}.department-number{z-index:2;color:#f3c348;background:#0d6c4b;border:1px solid #f3c348c7;border-radius:50%;place-items:center;width:48px;height:48px;font-weight:900;display:grid;position:absolute;bottom:236px;left:24px}.department-card-body{z-index:2;position:absolute;bottom:24px;left:24px;right:24px}.department-card h2{max-width:500px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:36px;line-height:1.05}.department-card p{color:#ffffffdb;max-width:520px;margin:18px 0 0;font-size:15px;line-height:1.7}.department-meta{color:#ffffffe0;align-items:center;gap:22px;margin-top:28px;font-size:14px;font-weight:700;display:flex}.department-meta span,.department-meta b{align-items:center;gap:9px;display:inline-flex}.department-meta span+span{border-left:1px solid #ffffff40;padding-left:22px}.department-meta svg{color:#f3c348}.department-meta b{color:#f3c348;border:1px solid #f3c348c2;border-radius:6px;margin-left:auto;padding:11px 17px;font-size:13px}.department-contact-band{color:#fff;background:radial-gradient(circle at 16%,#edc46329,#0000 28%),linear-gradient(90deg,#147451,#0b5d42);padding:52px 0;position:relative;overflow:hidden}.department-contact-pattern{opacity:.52;background:repeating-radial-gradient(circle,#edc46373 0 1px,#0000 2px 38px),radial-gradient(circle,#0000 0 46%,#edc46347 47%,#0000 48%);border-radius:50%;width:310px;height:310px;position:absolute;top:-40px;left:-44px}.department-contact-seal{width:260px;bottom:-80px;right:128px}.department-contact-inner{z-index:2;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:46px;display:grid;position:relative}.department-contact-icon{color:#f1ca63;background:#ffffff14;border:1px solid #f1ca635c;border-radius:50%;place-items:center;width:114px;height:114px;display:grid}.department-contact-inner h2,.department-simple-inner h2,.department-activity-section h2,.department-section-row h2,.department-about-copy h2{color:#083425;margin:0;font-family:Georgia,Times New Roman,serif;font-size:40px;line-height:1.05}.department-contact-inner h2{color:#fff;max-width:520px}.department-contact-inner p{color:#ffffffd4;max-width:470px;margin:14px 0 0;line-height:1.65}.department-about-section{background:radial-gradient(circle at 100% 12%,#c3a05e14,#0000 23%),#fbfaf7}.department-about-grid{grid-template-columns:minmax(0,.87fr) minmax(420px,1.13fr);align-items:center;gap:58px;display:grid}.department-about-copy>p{color:#536359;max-width:540px;margin:22px 0 0;line-height:1.85}.teacher-list{background:#ffffffdb;border:1px solid #12241b14;border-radius:10px;gap:0;margin-top:34px;display:grid;overflow:hidden;box-shadow:0 18px 46px #052f2012}.teacher-list article{border-bottom:1px solid #12241b14;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:18px;min-height:96px;padding:18px 20px;display:grid}.teacher-list article:last-child{border-bottom:0}.teacher-list img{object-fit:cover;border-radius:50%;width:62px;height:62px}.teacher-list h3{color:#173527;margin:0;font-size:15px;line-height:1.35}.teacher-list p{color:#647269;margin:7px 0 0;font-size:13px;line-height:1.4}.teacher-list span{color:#8d6b23;background:#f5ecd8;border-radius:999px;align-self:start;padding:6px 10px;font-size:11px;font-weight:900}.department-about-media{border-radius:10px;min-height:470px;position:relative;overflow:hidden;box-shadow:0 24px 68px #052f2024}.department-about-media:after{content:"";background:linear-gradient(#052f2000 56%,#052f2047);position:absolute;inset:0}.department-phone-card{z-index:2;color:#fff;background:#07563c;border-radius:10px;align-items:center;gap:20px;min-width:300px;padding:22px 26px;display:flex;position:absolute;bottom:28px;right:28px;box-shadow:0 20px 44px #052f2047}.department-phone-card span{color:#edc463;border:1px solid #edc463b3;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.department-phone-card p,.department-phone-card small{color:#ffffffd1;margin:0;display:block}.department-phone-card strong{margin:7px 0 8px;font-size:25px;display:block}.department-direction-section{background:#fbfaf7;padding:0 0 70px}.department-section-row{justify-content:space-between;align-items:center;gap:22px;margin-bottom:28px;display:flex}.department-section-row h2,.department-about-copy h2,.department-activity-section h2,.department-simple-inner h2{font-size:38px}.department-section-row h2:after,.department-about-copy h2:after{content:"";background:#edc463;border-radius:999px;width:46px;height:3px;margin-top:12px;display:block}.department-section-row a{color:#147451;align-items:center;gap:8px;font-size:13px;font-weight:900;display:inline-flex}.department-direction-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.department-direction-large .department-direction-grid{grid-template-columns:repeat(2,1fr)}.direction-card{color:#fff;border-radius:10px;min-height:285px;position:relative;overflow:hidden;box-shadow:0 18px 46px #052f201a}.department-direction-large .direction-card{min-height:285px}.direction-card-shade{z-index:1;background:linear-gradient(#052f2000 28%,#04523afa 100%);position:absolute;inset:0}.direction-card span{z-index:2;color:#edc463;background:#035c3fbd;border:1px solid #edc463b8;border-radius:50%;place-items:center;width:66px;height:66px;display:grid;position:absolute;bottom:150px;left:24px}.department-direction-large .direction-card span{bottom:118px}.direction-card h3{z-index:2;color:#fff;margin:0;font-size:19px;line-height:1.25;position:absolute;bottom:46px;left:24px;right:22px}.direction-card p{z-index:2;color:#fff;margin:0;font-weight:900;position:absolute;bottom:20px;left:24px}.department-activity-section{color:#fff;background:radial-gradient(circle at 92% 16%,#edc4631f,#0000 28%),linear-gradient(90deg,#084b35,#0f704e);padding:72px 0;position:relative;overflow:hidden}.department-activity-section:after{content:"";opacity:.12;background:url(/brand/niu-seal.png) 50%/contain no-repeat;width:300px;height:300px;position:absolute;top:-95px;right:110px}.department-activity-section h2{z-index:1;color:#fff;margin-bottom:28px;position:relative}.department-activity-grid{z-index:1;grid-template-columns:repeat(4,1fr);gap:14px;display:grid;position:relative}.department-activity-grid article{background:#ffffff12;border:1px solid #ffffff21;border-radius:8px;min-height:168px;padding:26px 24px}.department-activity-grid svg{color:#edc463}.department-activity-grid h3{color:#fff;margin:18px 0 10px;font-size:17px}.department-activity-grid p{color:#ffffffc2;margin:0;font-size:14px;line-height:1.65}.department-simple-cta{background:#f4f0e8;padding:46px 0;position:relative;overflow:hidden}.department-simple-seal{opacity:.12;width:260px;top:-44px;right:118px}.department-simple-inner{z-index:2;justify-content:space-between;align-items:center;gap:28px;display:flex;position:relative}.department-simple-inner h2{max-width:390px}.department-simple-inner p{color:#536359;margin:12px 0 0}@media (max-width:1100px){.departments-toolbar,.department-about-grid,.department-contact-inner{grid-template-columns:1fr}.department-tabs{gap:12px}.department-direction-grid,.department-activity-grid{grid-template-columns:repeat(2,1fr)}.department-contact-icon{display:none}}@media (max-width:860px){.departments-hero,.departments-list-hero{min-height:390px}.departments-watermark{opacity:.1;right:-72px}.departments-hero h1{font-size:44px}.departments-hero p:not(.eyebrow){font-size:16px}.department-stat-grid,.department-card-grid,.department-direction-large .department-direction-grid{grid-template-columns:1fr}.department-card{min-height:430px}.department-card h2{font-size:30px}.department-meta{flex-wrap:wrap}.department-meta b{justify-content:center;width:100%;margin-left:0}.department-about-media{min-height:400px}.department-phone-card{min-width:0;left:18px;right:18px}.department-section-row,.department-simple-inner{flex-direction:column;align-items:flex-start}.department-contact-inner{gap:22px}}@media (max-width:560px){.departments-content{padding-top:40px}.department-tabs button{flex:100%}.department-stat-grid article{grid-template-columns:auto 1fr;column-gap:18px;padding:22px 24px}.department-stat-grid span{grid-row:1/span 2}.department-stat-grid strong,.department-stat-grid p{text-align:right;grid-column:2}.teacher-list article{grid-template-columns:1fr}.teacher-list img{grid-row:auto}.department-number{bottom:252px}.department-meta span+span{border-left:0;padding-left:0}.detail-hero-stats,.department-direction-grid,.department-activity-grid{grid-template-columns:1fr;gap:18px;display:grid}.department-phone-card{flex-direction:column;align-items:flex-start}}body{background:#fbfaf7}.site-header{color:#fff;background:#287e57;border-bottom:1px solid #ffffff17;box-shadow:0 16px 48px #001c1233}body:has(.home-page) .site-header{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#287e57;border-bottom:1px solid #ffffff17;width:100%;box-shadow:0 16px 48px #001c1233}.top-line{color:#ffffffc7;border-bottom:1px solid #ffffff14;width:min(1280px,100% - 56px);min-height:38px;margin:0 auto;padding:0;font-size:12px}.top-contacts,.top-contacts span,.top-links{align-items:center;display:flex}.top-contacts{gap:28px}.top-contacts span{gap:8px}.top-links{gap:30px}.navbar{gap:26px;min-height:74px}.brand{filter:none;width:300px;min-width:286px}.brand-logo{color:#fff;align-items:center;gap:18px;width:100%;min-width:0;display:inline-flex}.brand-logo-seal{width:74px;height:74px;box-shadow:none;background:0 0;border:0;border-radius:50%;flex:0 0 74px;place-items:center;display:grid;overflow:hidden}.brand-logo-seal img{object-fit:contain;width:74px;height:74px;display:block}.brand-logo-wordmark{color:#fff;text-transform:uppercase;min-width:0;line-height:1;display:grid}.brand-logo-wordmark strong,.brand-logo-wordmark b{overflow-wrap:anywhere;letter-spacing:.055em;text-shadow:0 1px #00000029;max-width:100%;font-size:13px;font-weight:900;display:block}.brand-logo-wordmark strong{margin:0}.brand-logo-wordmark b{margin-top:8px}.brand-logo-line,.brand-logo-line-bottom{display:none}.nav-menu{color:#ffffffd6;gap:25px;font-size:13px;font-weight:700}.nav-menu a:hover{color:#edc463}.nav-actions{gap:12px}.site-header .icon-button,.site-header .language-button{color:#fff;background:#ffffff12;border-color:#ffffff24}.site-header .icon-button:hover,.site-header .language-button:hover{background:#ffffff21}.home-page{--max:1280px}.home-page .hero{background:#2e8f63;justify-content:flex-start;min-height:626px;overflow:visible}.home-page .hero-image{object-position:center top}.hero-pattern{z-index:1;opacity:.38;background:repeating-radial-gradient(circle,#d6ac517a 0 1px,#0000 2px 38px),radial-gradient(circle,#0000 0 46%,#d6ac5152 47%,#0000 48%);border-radius:50%;width:430px;height:430px;position:absolute;top:62px;left:-160px}.home-page .hero:after{display:none}.home-page .hero-inner{grid-template-columns:minmax(0,.98fr) minmax(280px,.72fr);align-items:end;gap:40px;min-height:548px;padding:156px 0 98px;display:grid}.hero-copy{min-width:0}.hero-copy h1{color:#fff;text-wrap:balance;max-width:570px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,5.7vw,72px);font-weight:700;line-height:.98}.hero-copy h1 em,.cta-card h2 em,.story-lead h2 em{color:#edc463;font-style:italic}.hero-copy p:not(.eyebrow){color:#ffffffd1;max-width:520px;margin:20px 0 0;font-size:15px;line-height:1.68}.hero-badge{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#2e8f63d1;border:1px solid #ffffff21;border-radius:8px 8px 0 0;justify-self:end;align-items:center;gap:14px;width:min(100%,360px);padding:16px 18px;display:flex;box-shadow:0 20px 54px #001a1042}.avatar-stack{min-width:86px;display:flex}.avatar-stack img{object-fit:cover;background:#f7ead0;border:2px solid #fff;border-radius:50%;place-items:center;width:38px;height:38px;margin-right:-8px;display:grid;box-shadow:0 6px 16px #0018102e}.avatar-stack img:last-child{margin-right:0}.hero-badge strong,.hero-badge span{display:block}.hero-badge strong{font-size:17px}.hero-badge span{color:#ffffffbf;margin-top:4px;font-size:13px}.home-page .stat-strip{background:linear-gradient(135deg,#2e8f63fa,#2e8f63f5),#2e8f63;border-radius:8px;grid-template-columns:repeat(4,1fr)}.home-page .stat-strip div{grid-template-columns:56px minmax(0,1fr);justify-content:start;place-items:center start;gap:16px;min-height:104px;padding:22px 34px;display:grid}.home-page .stat-icon{color:#ffffffdb;background:0 0;border:0;border-radius:8px;place-items:center;width:56px;height:56px;margin:0;line-height:0;display:grid}.home-page .stat-icon svg{width:25px;height:25px;display:block}.top-contacts svg,.site-header .icon-button svg,.site-header .language-button svg,.home-page .stat-icon svg,.home-page .small-icon svg,.study-card svg,.campus-copy li svg,.news-card-body svg,.faq-title-card svg,.socials svg{stroke-width:2.25px}.home-page .stat-strip strong{color:#fff;font-size:25px;line-height:1;display:block}.home-page .stat-copy{align-content:center;gap:7px;min-width:0;display:grid}.home-page .stat-copy span{color:#ffffffc7;font-size:13px;line-height:1.2}.home-page .stat-strip span:not(.stat-icon){margin:0}.home-intro{background:radial-gradient(circle at 91% 12%,#022f220b,#0000 24%),#fbfaf7;padding-top:92px!important}.intro-grid{grid-template-columns:214px minmax(0,1fr);align-items:stretch;gap:28px;display:grid}.intro-title p{color:#201f1a;margin:0;font-family:Georgia,Times New Roman,serif;font-size:31px;font-weight:700;line-height:1.05}.intro-title h2{color:#2e8f63;margin:0;font-family:Georgia,Times New Roman,serif;font-size:38px;line-height:1.05}.intro-title span{color:#68766d;margin-top:18px;font-size:15px;line-height:1.7;display:block}.home-page .principle-card{background:linear-gradient(#fff,#fffefa);flex-direction:column;min-width:0;min-height:200px;padding:26px 24px 24px;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;box-shadow:0 12px 26px #0a2e200b}.home-page .principle-card:hover{border-color:#0c6a4838;transform:translateY(-3px);box-shadow:0 20px 42px #0a2e2014}.home-page .principle-card h3{margin:22px 0 10px;font-size:16px;line-height:1.35}.home-page .principle-card p{margin-top:auto;font-size:14px;line-height:1.65}.home-page .small-icon{color:#b98226;background:#fffaf0;border:1px solid #c9902f24;border-radius:8px}.study-section{padding-top:20px!important}.study-title{background:#fff;border:1px solid #12241b17;border-radius:8px;align-content:start;min-height:210px;padding:28px 26px;display:grid;box-shadow:0 12px 26px #0a2e200b}.study-grid{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.study-card{background:#fff;border:1px solid #12241b1a;border-radius:8px;grid-template-rows:auto auto;grid-template-columns:44px minmax(0,1fr);gap:2px 14px;min-width:0;min-height:98px;padding:18px 20px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 10px 24px #0a2e200a}.study-card:hover{border-color:#0c6a4847;transform:translateY(-3px);box-shadow:0 18px 42px #0a2e2017}.study-card span{color:#2e8f63;background:#eef8f3;border:1px solid #0c6a4817;border-radius:8px;grid-row:1/span 2;place-items:center;width:42px;height:42px;display:grid}.study-card strong{color:#13251c;align-self:end;font-size:13px;line-height:1.35}.study-card small{color:#657269;font-size:12px;line-height:1.35}.mini-link{color:#2e8f63;background:#fff;border:1px solid #0c6a4847;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:fit-content;min-height:38px;margin-top:22px;padding:0 14px;font-size:13px;font-weight:900;display:inline-flex}.admission-band{padding-top:22px!important}.admission-panel{color:#fff;background:radial-gradient(circle at 96% 30%,#ffffff1f,#0000 24%),linear-gradient(90deg,#2e8f63,#2e8f63 54%,#2e8f63),#2e8f63;border-radius:8px;grid-template-columns:230px minmax(0,1fr);align-items:center;gap:32px;padding:30px 34px 46px;display:grid;position:relative;overflow:visible;box-shadow:0 20px 54px #052f202e}.admission-panel:after,.cta-card:after{content:"NIU";color:#ffffff0f;pointer-events:none;font-family:Georgia,Times New Roman,serif;font-size:118px;font-weight:900;position:absolute;bottom:-28px;right:-18px}.admission-lead h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:29px}.admission-lead p{color:#ffffffc2;margin:12px 0 0;line-height:1.6}.admission-rail{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.admission-rail article{min-width:0;padding-top:6px;position:relative}.admission-rail article:before{content:"";border-top:1px dashed #f4d37c70;position:absolute;top:23px;left:40px;right:-22px}.admission-rail article:last-child:before{display:none}.admission-rail span{z-index:1;color:#2e8f63;background:#edc463;border-radius:50%;place-items:center;width:34px;height:34px;font-weight:900;display:grid;position:relative}.admission-rail h3{color:#fff;margin:16px 0 8px;font-size:14px;line-height:1.35}.admission-rail p{color:#ffffffb3;margin:0;font-size:12px;line-height:1.55}.button-deep{z-index:2;color:#fff;background:#2e8f63;border:1px solid #ffffff24;position:absolute;bottom:-22px;left:50%;transform:translate(-50%);box-shadow:0 14px 32px #00201542}.campus-showcase{padding-top:66px!important}.campus-showcase-grid{grid-template-columns:minmax(320px,1.05fr) minmax(300px,.85fr) 250px;align-items:center;gap:30px;display:grid}.campus-video{aspect-ratio:1.56;border-radius:8px;min-height:0;position:relative;overflow:hidden;box-shadow:0 18px 42px #0a2e201f}.campus-video img{object-fit:cover}.campus-video:after{content:"";background:linear-gradient(#04412d05,#04412d2e);position:absolute;inset:0}.campus-video button{z-index:2;color:#fff;cursor:pointer;background:0 0;border:0;place-items:center;width:100%;display:grid;position:absolute;inset:0}.campus-video button svg{filter:drop-shadow(0 10px 24px #001d1347);transition:transform .2s}.campus-video button:hover svg{transform:scale(1.06)}.campus-copy h2{color:#171b17;max-width:440px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:1.12}.campus-copy h2:first-line{color:#171b17}.campus-copy ul{gap:11px;margin:22px 0 0;padding:0;list-style:none;display:grid}.campus-copy li{color:#344139;align-items:flex-start;gap:9px;font-size:14px;line-height:1.5;display:flex}.campus-copy li svg{color:#2e8f63;flex:none}.tour-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.tour-grid img,.tour-grid div{object-fit:cover;border-radius:8px;width:100%;height:98px}.tour-grid div{color:#fff;background:#2e8f63;grid-row:span 2;place-items:center;height:204px;font-family:Georgia,Times New Roman,serif;font-size:34px;display:grid}.tour-grid div span{margin-top:-32px;font-family:Arial,Helvetica,sans-serif;font-size:12px;display:block}.campus-list-section{background:#fbfaf7;padding:62px 0 72px!important}.campus-list-top{justify-content:space-between;align-items:end;gap:32px;margin-bottom:44px;display:flex}.campus-list-top .eyebrow{color:#2e8f63;letter-spacing:.16em;align-items:center;gap:12px;margin-bottom:18px;display:inline-flex;position:relative}.campus-list-top .eyebrow:before{content:"";background:#c99736;border-radius:999px;width:34px;height:2px}.campus-list-top h2{color:#17251c;max-width:760px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4.8vw,66px);line-height:1.02}.campus-list-top h2 em{color:#2e8f63;font-style:italic}.campus-list-top span{color:#6e7a71;max-width:520px;margin-top:22px;font-size:18px;line-height:1.55;display:block}.campus-tour-button{color:#1d2b23;white-space:nowrap;background:#fff;border:1px solid #12241b1f;border-radius:8px;justify-content:center;align-items:center;gap:8px;min-width:222px;min-height:58px;padding:0 22px;font-size:16px;font-weight:900;transition:transform .2s,border-color .2s,box-shadow .2s;display:inline-flex;box-shadow:0 10px 24px #0a2e200a}.campus-tour-button:hover{border-color:#0c6a483d;transform:translateY(-2px);box-shadow:0 18px 38px #0a2e2014}.campus-list-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.campus-list-card{color:#fff;background:#2e8f63;border-radius:8px;align-items:flex-end;min-height:360px;padding:36px;display:flex;position:relative;overflow:hidden;box-shadow:0 18px 44px #052f2021}.campus-list-card img{object-fit:cover;opacity:.86;transition:opacity .24s,transform .24s;transform:scale(1.02)}.campus-list-card:hover img{opacity:1;transform:scale(1.06)}.campus-list-overlay{background:linear-gradient(#04271a24 0%,#04271a2e 42%,#2e8f63d1 100%),linear-gradient(135deg,#146b4629,#011c1257);position:absolute;inset:0}.campus-block{z-index:2;color:#183525;background:#caa33f;border-radius:8px;align-items:center;min-height:34px;padding:0 15px;font-weight:900;display:inline-flex;position:absolute;top:28px;left:32px}.campus-list-copy{z-index:2;position:relative}.campus-list-copy p{color:#caa33f;letter-spacing:.18em;text-transform:uppercase;margin:0 0 20px;font-size:12px;font-weight:900}.campus-list-copy h3{color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-size:31px;line-height:1.08}.campus-list-copy small{color:#ffffffad;margin-top:16px;font-size:15px;line-height:1.45;display:block}.partners-strip{background:linear-gradient(90deg,#fbfaf7f5,#fffffffa),#fff;border-top:1px solid #12241b17;border-bottom:1px solid #12241b17;padding:34px 0;position:relative;overflow:hidden}.partners-row{flex-direction:column;gap:22px;display:flex}.partners-heading-row{justify-content:space-between;align-items:end;gap:24px;display:flex}.partners-copy .eyebrow{margin-bottom:8px}.partners-copy h2{color:#2e8f63;margin:0;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1.1}.partners-slider{width:100%;min-width:0;padding:10px 0;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0,#000 9% 91%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0,#000 9% 91%,#0000 100%)}.partners-slider:before,.partners-slider:after{content:"";z-index:2;pointer-events:none;width:54px;position:absolute;top:0;bottom:0}.partners-slider:before{background:linear-gradient(90deg,#fff,#0000);left:0}.partners-slider:after{background:linear-gradient(270deg,#fff,#0000);right:0}.partners-track{will-change:transform;align-items:center;gap:18px;width:max-content;animation:34s linear infinite partners-marquee;display:flex}.partners-slider:hover .partners-track{animation-play-state:paused}.partners-strip .mini-link{flex:none;margin-top:0}.partner-logo-card{background:linear-gradient(#fff,#fffefa);border:1px solid #12241b1a;border-radius:8px;flex:none;justify-content:center;align-items:center;width:172px;height:88px;padding:14px 20px;transition:transform .2s,border-color .2s,box-shadow .2s;display:inline-flex;box-shadow:0 14px 30px #052f200e}.partner-logo-card:hover{border-color:#0c6a4838;transform:translateY(-2px);box-shadow:0 20px 42px #052f2017}.partner-logo-card img{object-fit:contain;width:auto;max-width:136px;height:auto;max-height:62px}@keyframes partners-marquee{0%{transform:translate(0)}to{transform:translate(calc(-50% - 8px))}}.leadership-section{background:linear-gradient(#fbfaf7,#fff 72%,#fbfaf7);padding-top:36px!important}.leadership-top{align-items:end}.leadership-top .eyebrow{margin-bottom:8px}.leadership-grid{grid-template-columns:1.24fr repeat(4,1fr);gap:14px;display:grid}.leader-profile-card{background:#fff;border:1px solid #12241b1a;border-radius:8px;flex-direction:column;min-width:0;min-height:328px;transition:transform .22s,box-shadow .22s,border-color .22s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #0a2e200f}.leader-profile-card:hover{border-color:#0c6a483d;transform:translateY(-3px);box-shadow:0 24px 52px #0a2e201a}.leader-profile-photo{background:#eef4ef;flex:1;min-height:220px;position:relative}.leader-profile-photo img{object-fit:cover;object-position:center top;transition:transform .28s}.leader-profile-card:hover .leader-profile-photo img{transform:scale(1.035)}.leader-profile-body{z-index:1;background:#fff;padding:18px 18px 20px;position:relative}.leader-profile-body span{color:#2e8f63;text-transform:uppercase;min-height:30px;font-size:11px;font-weight:900;line-height:1.35;display:block}.leader-profile-body h3{color:#171b17;margin:10px 0 0;font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.18}.leader-profile-card-featured{background:linear-gradient(145deg,#03442f0f,#fff0),#fff}.leader-profile-card-featured .leader-profile-photo{min-height:244px}.leader-profile-card-featured .leader-profile-body{padding:22px 22px 24px}.transparency-section{background:#f5f6f3;padding:64px 0 70px!important}.transparency-wrap{max-width:920px}.transparency-heading{text-align:center;margin:0 auto 44px}.transparency-heading .eyebrow{color:#2e8f63;letter-spacing:.16em;align-items:center;gap:12px;margin-bottom:18px;display:inline-flex;position:relative}.transparency-heading .eyebrow:before{content:"";background:#c99736;border-radius:999px;width:34px;height:2px}.transparency-heading h2{color:#17251c;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(38px,4.4vw,60px);line-height:1.05}.transparency-heading h2 em{color:#2e8f63;font-style:italic}.transparency-heading span{color:#758076;margin-top:18px;font-size:18px;line-height:1.55;display:block}.transparency-list{gap:18px;display:grid}.transparency-row{background:#fff;border:1px solid #12241b1a;border-radius:8px;grid-template-columns:66px minmax(0,1fr) auto;align-items:center;gap:20px;min-height:112px;padding:24px 28px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;box-shadow:0 10px 28px #0a2e200b}.transparency-row:hover{border-color:#0c6a4838;transform:translateY(-3px);box-shadow:0 20px 42px #0a2e2014}.transparency-icon{color:#2e8f63;background:#edf6f0;border-radius:8px;place-items:center;width:58px;height:58px;display:grid}.transparency-copy{gap:8px;min-width:0;display:grid}.transparency-copy strong{color:#1e2c24;font-size:18px;line-height:1.25}.transparency-copy small{color:#758076;font-size:15px;line-height:1.35}.transparency-action{color:#2e8f63;white-space:nowrap;align-items:center;gap:5px;font-size:14px;font-weight:900;display:inline-flex}.journey-heading{text-align:center;margin:0 auto 62px}.journey-heading .eyebrow{color:#2e8f63;letter-spacing:.16em;align-items:center;gap:12px;margin-bottom:20px;display:inline-flex;position:relative}.journey-heading .eyebrow:before{content:"";background:#c99736;border-radius:999px;width:34px;height:2px}.journey-heading h2{color:#17251c;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,4.8vw,66px);line-height:1.04}.journey-heading h2 em{color:#2e8f63;font-style:italic}.journey-timeline{gap:56px;max-width:820px;margin:0 auto;display:grid;position:relative}.journey-timeline:before{content:"";background:#0c6a481f;width:2px;position:absolute;top:12px;bottom:12px;left:12px}.journey-item{grid-template-columns:44px minmax(0,1fr);gap:0;display:grid;position:relative}.journey-item>span{z-index:1;background:#f5f6f3;border:5px solid #2e8f63;border-radius:50%;place-items:center;width:24px;height:24px;margin-top:4px;display:grid;position:relative;box-shadow:0 0 0 8px #f5f6f3}.journey-item strong{color:#2e8f63;margin-bottom:10px;font-family:Georgia,Times New Roman,serif;font-size:30px;line-height:1;display:block}.journey-item h3{color:#1e2c24;margin:0 0 10px;font-size:18px;line-height:1.35}.journey-item p{color:#737d75;margin:0;font-size:16px;line-height:1.65}.home-section-top{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.home-section-top h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:31px}.carousel-buttons{gap:8px;display:flex}.carousel-buttons span,.carousel-buttons button{color:#2e8f63;cursor:pointer;background:#fff;border:1px solid #0c6a4847;border-radius:6px;place-items:center;width:36px;height:36px;font-size:22px;line-height:1;transition:color .2s,background .2s,border-color .2s;display:grid}.carousel-buttons button:hover{color:#fff;background:#2e8f63;border-color:#2e8f63}.news-card-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.news-card-rail{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:16px;margin-bottom:-6px;padding-bottom:6px;scroll-padding-left:0;display:flex;overflow-x:auto}.news-card-rail::-webkit-scrollbar{display:none}.news-card-rail .news-card{scroll-snap-align:start;flex:0 0 calc(25% - 12px)}@media (max-width:1080px){.news-card-rail .news-card{flex-basis:calc(50% - 8px)}}@media (max-width:640px){.news-card-rail .news-card{flex-basis:82%}}.news-card{background:#fff;border:1px solid #12241b1a;border-radius:8px;flex-direction:column;min-width:0;min-height:286px;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden;box-shadow:0 14px 32px #0a2e200f}.news-card:hover{transform:translateY(-3px);box-shadow:0 20px 42px #0a2e2017}.news-card-media{flex:none;height:152px;position:relative}.news-card-media img{object-fit:cover}.news-card-media span{color:#3f2a0b;text-transform:uppercase;background:#edc463;border-radius:999px;padding:5px 9px;font-size:10px;font-weight:900;position:absolute;top:10px;left:10px}.news-card-body{flex-direction:column;flex:1;padding:16px;display:flex}.news-card-body p,.news-card-body a{align-items:center;gap:7px;display:flex}.news-card-body p{color:#68766d;margin:0 0 10px;font-size:12px}.news-card-body h3{color:#171b17;min-height:64px;margin:0;font-size:15px;line-height:1.35}.news-card-body a{color:#2e8f63;margin-top:auto;font-size:13px;font-weight:900}.stories-section{padding-top:18px!important}.stories-grid{background:#12241b1a;border:1px solid #12241b1a;border-radius:8px;grid-template-columns:300px repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.story-lead{color:#fff;background:linear-gradient(145deg,#2e8f63,#2e8f63);position:relative;overflow:hidden}.story-lead:after{content:"";transform-origin:top;background:#fbfaf7;width:76px;height:100%;position:absolute;top:0;right:-38px;transform:skew(-10deg)}.story-lead h2{z-index:1;margin:0;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.15;position:relative}.story-lead p{z-index:1;color:#ffffffc7;margin:18px 0 0;line-height:1.65;position:relative}.story-card{background:#fff;flex-direction:column;min-width:0;display:flex;position:relative}.story-card>div{align-items:center;gap:14px;display:flex}.story-card>div>span{color:#2e8f63;background:#f2d48b;border-radius:50%;place-items:center;width:54px;height:54px;font-weight:900;display:grid}.story-card h3{color:#171b17;margin:0 0 4px;font-size:15px}.story-card div p{color:#68766d;margin:0;font-size:12px}.story-card>svg{color:#2e8f63;position:absolute;bottom:20px;right:24px}.faq-home{padding-top:18px!important}.faq-home-grid{grid-template-columns:300px 1fr;gap:24px;display:grid}.faq-title-card{background:#fff;border:1px solid #12241b1a;border-radius:8px;align-content:center;min-height:204px;padding:32px;display:grid;box-shadow:0 14px 32px #0a2e200d}.faq-title-card svg{color:#2e8f63}.faq-title-card h2{margin:16px 0 0;font-family:Georgia,Times New Roman,serif;font-size:27px;line-height:1.15}.faq-home .faq-list{grid-template-columns:1fr 1fr;align-content:start}.faq-home .faq-list details{min-height:56px;box-shadow:none;transition:border-color .2s,box-shadow .2s}.faq-home .faq-list details[open]{border-color:#0c6a4847;box-shadow:0 14px 30px #0a2e200f}.faq-home .faq-list summary{padding:17px 20px;font-size:14px;line-height:1.35}.home-page .cta-card{box-shadow:none;background:radial-gradient(circle at 88%,#ffffff1f,#0000 28%),linear-gradient(135deg,#2e8f63,#2e8f63),#2e8f63;padding:36px 78px;position:relative}.home-page .cta-card h2{max-width:720px;font-size:35px}.home-page .cta-card p{margin-top:12px}.site-footer{color:#fff;background:#2e8f63;padding:32px 0 0;position:relative;overflow:hidden}.site-footer:after{content:"NIU";color:#ffffff1f;border:1px solid #ffffff1f;border-radius:50%;place-items:center;width:170px;height:170px;font-family:Georgia,Times New Roman,serif;font-size:44px;display:grid;position:absolute;top:46px;right:72px}.footer-grid{z-index:1;border-bottom:1px solid #ffffff17;grid-template-columns:1.4fr repeat(4,1fr);gap:42px;width:min(1280px,100% - 56px);margin:0 auto;padding:0;position:relative}.footer-brand img{filter:none}.footer-brand .brand-logo{width:270px}.footer-brand .brand-logo-seal{flex-basis:72px;width:72px;height:72px}.footer-brand .brand-logo-wordmark strong,.footer-brand .brand-logo-wordmark b{font-size:11px}.footer-text,.footer-grid a,.contact-row{color:#ffffffb8}.footer-grid h3{color:#fff;font-size:14px}.footer-grid a{margin-top:11px;font-size:13px}.footer-contact-list{gap:8px;margin-top:18px;display:grid}.footer-contact-list .contact-row{margin:0}.socials{margin-top:18px}.socials span{color:#fff;background:#ffffff17}.footer-bottom{z-index:1;color:#ffffff94;border-top:0;width:min(1280px,100% - 56px);margin:0 auto;padding:18px 0;position:relative}@media (max-width:1180px){.top-contacts span:nth-child(3),.top-links span:nth-child(2){display:none}.home-page .stat-strip div{padding:24px 22px}.intro-grid,.campus-showcase-grid,.faq-home-grid{grid-template-columns:1fr}.home-page .principles-grid,.study-grid,.news-card-grid,.leadership-grid,.campus-list-grid{grid-template-columns:repeat(2,1fr)}.campus-list-card:last-child{grid-column:1/-1}.leader-profile-card-featured{grid-column:span 2}.campus-showcase-grid{align-items:stretch}.tour-grid{grid-template-columns:repeat(4,1fr)}.tour-grid div,.tour-grid img{height:120px}.tour-grid div{grid-row:auto}.stories-grid{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1.4fr 1fr 1fr}}@media (max-width:900px){:root{--header-height:68px}.top-line{display:none}.navbar{min-height:68px}.desktop-search,.language-switcher,.language-button,.nav-actions .button-gold{display:none}.search-modal{padding:calc(var(--header-height) + 16px) 14px 18px}.search-panel{max-height:calc(100vh - var(--header-height) - 32px);padding:16px}.search-panel-head h2{font-size:24px}.search-form{grid-template-columns:auto minmax(0,1fr)}.search-form button{grid-column:1/-1;width:100%}.mobile-menu-button{display:inline-flex}.home-page .hero-inner{grid-template-columns:1fr;min-height:560px;padding:72px 0 112px}.hero-badge{justify-self:start}.home-page .hero-stats{margin-top:-58px;position:relative;bottom:auto;left:auto;transform:none}.home-page .stat-strip{grid-template-columns:repeat(2,1fr)}.home-intro{padding-top:34px!important}.admission-panel{grid-template-columns:1fr}.admission-rail{grid-template-columns:repeat(2,1fr)}.admission-rail article:nth-child(2):before{display:none}.button-deep{justify-self:start;margin-top:2px;position:relative;bottom:auto;left:auto;transform:none}.partners-row{gap:18px}.partners-heading-row{flex-direction:column;align-items:start;gap:14px}.partners-strip .mini-link{justify-self:start;margin-top:0}.partners-slider{margin-inline:-14px;padding-inline:14px}.partner-logo-card{width:154px;height:80px}.partner-logo-card img{max-width:122px;max-height:56px}.campus-list-top,.leadership-top{flex-direction:column;align-items:start}.faq-home .faq-list{grid-template-columns:1fr}.home-page .cta-card{padding:32px}}@media (max-width:640px){.container,.navbar,.footer-grid,.footer-bottom,.top-line{width:min(100% - 28px, var(--max))}.brand{width:230px;min-width:210px}.brand-logo{gap:12px}.brand-logo-seal{flex-basis:62px;width:62px;height:62px}.brand-logo-seal img{width:59px;height:59px}.brand-logo-wordmark strong,.brand-logo-wordmark b{font-size:10px}.hero-copy h1{font-size:42px}.home-page .hero-inner{min-height:610px}.home-page .hero-overlay{background:linear-gradient(#2e8f63e6,#2e8f63c7),linear-gradient(90deg,#2e8f63f0,#2e8f6375)}.hero-badge,.hero-actions .button{width:100%}.hero-pattern{display:none}.home-page .stat-strip,.home-page .principles-grid,.study-grid,.admission-rail,.news-card-grid,.stories-grid,.leadership-grid,.campus-list-grid{grid-template-columns:1fr}.campus-list-section{padding:50px 0 58px!important}.campus-list-container{flex-direction:column;display:flex}.campus-list-top{display:contents}.campus-list-container>.campus-list-top>div:first-child{margin-bottom:28px}.campus-list-container>.campus-list-grid{order:2}.campus-list-container .campus-tour-button{order:3;margin-top:24px}.campus-list-top h2{font-size:40px}.campus-list-top span{font-size:15px}.campus-tour-button{width:100%;min-height:52px}.campus-list-card,.campus-list-card:last-child{grid-column:auto;min-height:300px;padding:28px}.campus-block{top:22px;left:24px}.campus-list-copy h3{font-size:27px}.leader-profile-card,.leader-profile-card-featured{grid-column:auto;grid-template-columns:126px minmax(0,1fr);min-height:0;display:grid}.leader-profile-photo,.leader-profile-card-featured .leader-profile-photo{height:164px;min-height:0}.leader-profile-body,.leader-profile-card-featured .leader-profile-body{align-content:center;padding:18px;display:grid}.leader-profile-body span{min-height:0;font-size:10px}.leader-profile-body h3,.leader-profile-card-featured .leader-profile-body h3{font-size:18px}.transparency-section{padding:50px 0 56px!important}.transparency-heading{text-align:left;margin-bottom:30px}.transparency-heading .eyebrow{margin-bottom:14px}.transparency-heading h2{font-size:36px}.transparency-heading span{font-size:15px}.transparency-list{gap:12px}.transparency-row{grid-template-columns:48px minmax(0,1fr);gap:14px;min-height:0;padding:18px}.transparency-icon{width:48px;height:48px}.transparency-copy strong{font-size:15px}.transparency-copy small{font-size:13px}.transparency-action{grid-column:2;justify-self:start;font-size:12px}.journey-section{padding:50px 0 58px!important}.journey-heading{text-align:left;margin-bottom:38px}.journey-heading h2{font-size:40px}.journey-timeline{gap:36px}.journey-item{grid-template-columns:38px minmax(0,1fr)}.journey-item strong{font-size:26px}.journey-item h3{font-size:16px}.journey-item p{font-size:14px}.footer-grid{grid-template-columns:1fr 1fr;gap:30px 22px}.footer-grid>div:first-child{grid-column:1/-1}.footer-bottom{gap:10px}.home-page .stat-strip div{grid-template-columns:56px 1fr;justify-content:start}.admission-rail article:before{border-top:0;border-left:1px dashed #f4d37c70;width:0;inset:40px auto -18px 17px}.admission-panel:after,.home-page .cta-card:after{font-size:84px;bottom:8px;right:14px}.campus-copy h2,.home-page .cta-card h2{font-size:30px}.tour-grid{grid-template-columns:1fr 1fr}.tour-grid div{height:120px}.news-card-body h3{min-height:auto}.site-footer:after{display:none}}.home-page{background:#fbfaf7}.home-page .section{padding:118px 0}.home-page .hero{min-height:812px}.home-page .hero-overlay{background:linear-gradient(90deg,#2e8f63f5 0%,#2e8f63d1 38%,#022f223d 68%,#022f2214 100%),linear-gradient(#022f2233,#2e8f6394)}.home-page .hero-inner{min-height:690px;padding:172px 0 148px}.hero-copy h1{max-width:760px;font-size:clamp(60px,7vw,94px);line-height:.94}.hero-copy p:not(.eyebrow){max-width:560px;margin-top:28px;font-size:18px;line-height:1.62}.hero-actions{gap:16px;margin-top:42px}.hero-actions .button{min-height:54px;padding-inline:24px;font-size:15px}.hero-actions .button-outline{color:#ffffffdb;box-shadow:none;background:#ffffff0e;border-color:#ffffff4d}.hero-badge{width:min(100%,390px);padding:18px 20px}.home-page .hero-stats{bottom:-66px}.home-page .stat-strip{box-shadow:0 28px 72px #052f2047}.home-page .stat-strip div{min-height:126px;padding:28px 34px}.home-page .stat-strip strong{font-size:30px}.home-intro{padding-top:162px!important}.intro-grid{grid-template-columns:280px minmax(0,1fr);gap:56px}.intro-title{padding-top:8px}.intro-title p{font-size:42px}.intro-title h2{font-size:64px}.home-page .principles-grid{grid-template-columns:repeat(2,1fr);gap:22px}.home-page .principle-card{min-height:236px;padding:34px;box-shadow:0 18px 44px #0a2e200e}.home-page .principle-card h3{font-size:21px}.home-page .principle-card p{max-width:92%;font-size:15px}.study-section{padding-top:36px!important;padding-bottom:124px!important}.study-title{background:linear-gradient(#fffffff0,#fcf9f1f5),#fff;min-height:100%;padding:34px}.study-title h2{font-size:54px}.study-grid{grid-template-columns:repeat(6,1fr);gap:16px}.study-card{grid-column:span 3;min-height:122px;padding:24px}.study-card:first-child,.study-card:nth-child(2){grid-column:span 3;min-height:150px}.study-card:nth-child(n+3){grid-column:span 2}.study-card strong{font-size:15px}.study-card small{font-size:13px}.admission-band{background:#f2f3ef;padding:122px 0 118px!important}.admission-panel{padding:46px 48px 58px}.campus-showcase{padding:124px 0!important}.campus-showcase-grid{gap:42px}.campus-video{aspect-ratio:1.42}.campus-copy h2{font-size:46px;line-height:1.06}.campus-copy li{font-size:15px}.campus-list-section{padding:128px 0 134px!important}.campus-list-top{margin-bottom:58px}.campus-list-top h2 em,.transparency-heading h2 em,.journey-heading h2 em{color:inherit;font-style:normal}.campus-list-card{min-height:430px}.partners-strip{padding:36px 0}@media (prefers-reduced-motion:reduce){.partners-track{scroll-snap-type:x proximity;width:auto;animation:none;overflow-x:auto}.partner-logo-card{scroll-snap-align:start}}.leadership-section{background:linear-gradient(#ffffffbd,#ffffff14),linear-gradient(135deg,#fbfaf7 0%,#f3efe6 100%);overflow:hidden;padding:112px 0 122px!important}.leadership-top{margin-bottom:34px}.leadership-top h2{max-width:680px;font-size:clamp(40px,4.2vw,58px);line-height:1.04}.leadership-top .mini-link{margin-top:0}.leadership-carousel{position:relative;overflow:hidden}.leadership-rail{overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;gap:18px;margin:0;padding:6px 0 22px;scroll-padding-inline:0;display:flex;overflow-x:hidden}.leadership-rail::-webkit-scrollbar{display:none}.leadership-rail::-webkit-scrollbar-track{background:0 0}.leadership-rail::-webkit-scrollbar-thumb{background:#0c6a483d;border-radius:999px}.leader-profile-card{isolation:isolate;color:#fff;scroll-snap-align:start;background:#2e8f63;border:1px solid #ffffff38;border-radius:8px;flex:0 0 calc(33.3333% - 12px);min-height:474px;box-shadow:0 22px 58px #052f2029}.leader-profile-card:after{z-index:1;pointer-events:none;content:"";background:linear-gradient(#052f200f 22%,#052f206b 58%,#2e8f63f0 100%),linear-gradient(90deg,#052f2070,#052f2000 52%);position:absolute;inset:0}.leader-profile-card-featured{flex-basis:calc(33.3333% - 12px)}.leadership-next{z-index:4;color:#2e8f63;cursor:pointer;background:#f0c66b;border:1px solid #ffffffad;border-radius:999px;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .2s,background .2s;display:inline-flex;position:absolute;top:50%;right:14px;transform:translateY(-50%);box-shadow:0 18px 42px #052f2038}.leadership-next:hover{background:#fff;transform:translateY(-50%)translate(2px)}.leader-profile-index{z-index:2;color:#f5d27b;background:#2e8f63b8;border:1px solid #f5d27b61;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;font-size:12px;font-weight:900;display:inline-flex;position:absolute;top:16px;left:16px}.leader-profile-photo{min-height:0;position:absolute;inset:0}.leader-profile-body{z-index:2;background:0 0;gap:11px;margin-top:auto;padding:28px;display:grid}.leader-profile-body span{color:#f0c66b;letter-spacing:0;max-width:92%;min-height:0;font-size:11px;line-height:1.42}.leader-profile-body h3{color:#fff;max-width:92%;margin:0;font-size:24px;line-height:1.08}.leader-profile-body p{color:#ffffffc7;max-width:92%;margin:0;font-size:14px;line-height:1.58}.leader-profile-body i{color:#2e8f63;background:#f0c66b;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;margin-top:8px;transition:transform .2s,background .2s;display:inline-flex}.leader-profile-card:hover .leader-profile-body i{background:#fff;transform:translate(4px)}.leader-profile-card-featured .leader-profile-body h3{font-size:clamp(28px,2.5vw,36px)}.transparency-section{isolation:isolate;background:radial-gradient(circle at 50% 5%,#ffffffe6,#0000 28%),linear-gradient(#ffffff94,#ffffff14),#f3efe6;position:relative;overflow:hidden;padding:126px 0 86px!important}.transparency-section:before{content:"";z-index:-1;opacity:.09;background:url(/brand/niu-seal.png) 50%/contain no-repeat,radial-gradient(circle,#0c3e2b0d,#0000 64%);width:420px;height:420px;position:absolute;top:34px;left:max(-124px,50vw - 780px)}.transparency-section:after{content:"";z-index:-1;opacity:.48;background:linear-gradient(100deg,#0000 0 8%,#ffffffd1 8% 62%,#0000 62%),linear-gradient(100deg,#0000 0 28%,#ceb27633 28% 29%,#0000 29%),repeating-linear-gradient(0deg,#0000 0 34px,#0c3e2b1f 35px 37px,#0000 38px 54px);border:1px solid #c5a66342;width:380px;height:450px;position:absolute;top:56px;right:max(-84px,50vw - 738px);transform:rotate(-13deg);box-shadow:-70px 78px 0 -16px #ffffff94,-70px 78px 0 -15px #c5a66324,0 22px 42px #3c2a1014}.transparency-wrap{max-width:1120px;position:relative}.transparency-wrap:before,.transparency-wrap:after{content:"";z-index:-1;pointer-events:none;opacity:.28;background:radial-gradient(#0c3e2b38 0 2px,#0000 3px) 0 0/28px 28px,linear-gradient(35deg,#0000 0 42%,#0c3e2b29 43% 45%,#0000 46% 100%) 0 0/100% 100%;position:absolute;-webkit-mask-image:radial-gradient(#000 0 40%,#0000 72%);mask-image:radial-gradient(#000 0 40%,#0000 72%)}.transparency-wrap:before{width:360px;height:250px;bottom:150px;left:-230px;transform:rotate(-32deg)}.transparency-wrap:after{width:330px;height:230px;bottom:18px;right:-235px;transform:rotate(26deg)}.transparency-heading{max-width:760px;margin-bottom:34px}.trust-grid{grid-template-columns:repeat(3,1fr);gap:16px;max-width:940px;margin:0 auto 20px;display:grid}.trust-grid article{background:linear-gradient(135deg,#fffffff5,#fffdf8eb),#fffdf8;border:1px solid #12241b14;border-radius:8px;grid-template-columns:58px minmax(0,1fr);gap:16px 18px;min-height:150px;padding:22px 22px 16px;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 34px #27221514}.trust-grid article:after{content:"";background:#c6a66561;order:2;grid-column:1/-1;height:1px;margin-top:2px}.trust-card-icon{color:#efc761;background:radial-gradient(circle at 58% 24%,#ffffff29,#0000 34%),linear-gradient(145deg,#2e8f63,#2e8f63);border-radius:999px;place-items:center;width:58px;height:58px;display:grid;box-shadow:inset 0 0 0 1px #ffffff24}.trust-card-copy{gap:8px;min-width:0;display:grid}.trust-card-copy strong{color:#14291e;font-family:Georgia,Times New Roman,serif;font-size:20px;line-height:1.15}.trust-card-copy span{color:#667267;font-size:14px;line-height:1.45}.trust-card-link{color:#2e8f63;order:3;grid-column:1/-1;justify-self:center;align-items:center;gap:8px;font-size:13px;font-weight:800;line-height:1;display:inline-flex}.transparency-list{gap:5px;max-width:1010px;margin:0 auto}.transparency-row{background:#ffffffe6;border-color:#27221514;min-height:76px;padding:10px 28px 10px 18px;box-shadow:0 10px 28px #2722150e}.transparency-icon{color:#2e8f63;background:#eef5ee;width:54px;height:54px}.transparency-copy{gap:4px}.transparency-copy strong{color:#12291d;font-family:Georgia,Times New Roman,serif;font-size:19px}.transparency-copy small{color:#5d6860;font-size:14px}.transparency-action{color:#2e8f63;letter-spacing:.02em;font-size:15px}.trust-footer-card{background:#f7f6ee9e;border:1px solid #12241b1f;border-radius:8px;grid-template-columns:62px minmax(0,1fr) auto;align-items:center;gap:18px;max-width:1070px;min-height:78px;margin:16px auto 0;padding:14px 34px 14px 28px;display:grid;box-shadow:inset 0 1px #ffffffad}.trust-footer-icon{color:#efc761;background:linear-gradient(145deg,#2e8f63,#2e8f63);border-radius:999px;place-items:center;width:62px;height:62px;display:grid;box-shadow:inset 0 0 0 1px #ffffff24}.trust-footer-copy{gap:6px;display:grid}.trust-footer-copy strong{color:#12291d;font-family:Georgia,Times New Roman,serif;font-size:18px;line-height:1.2}.trust-footer-copy span{color:#5d6860;font-size:14px;line-height:1.45}.trust-footer-link{color:#2e8f63;white-space:nowrap;background:#ffffff52;border:1px solid #2e8f637a;border-radius:6px;justify-content:center;align-items:center;gap:9px;min-height:42px;padding:0 20px;font-size:14px;font-weight:900;display:inline-flex}.journey-section{background:#fbfaf7;padding:170px 0 132px!important}.journey-wrap{max-width:1040px}.journey-heading{max-width:780px;margin-bottom:72px}.journey-timeline{gap:64px;max-width:900px}.journey-timeline:before{background:linear-gradient(#0c6a4800,#0c6a483d,#0c6a4800);left:112px}.journey-item{grid-template-columns:170px minmax(0,1fr);gap:38px}.journey-item>span{position:absolute;top:14px;left:101px}.journey-item>div{grid-column:2}.journey-item strong{color:#2e8f63;margin:0;font-size:52px}.journey-item h3{font-size:22px}.news-section{background:#f4f5f1;padding:120px 0 116px!important}.news-section .home-section-top{margin-bottom:38px}.news-see-all{display:none}.news-section .home-section-top h2,.faq-title-card h2,.story-lead h2{font-size:38px}.news-card{min-height:340px}.news-card-media{height:178px}.stories-grid{box-shadow:0 18px 46px #0a2e2012}.story-lead,.story-card{min-height:292px;padding:34px}.story-lead:after{display:none}.stories-section{background:radial-gradient(circle at 15% 12%,#d9b1491a,#0000 28%),linear-gradient(#fffdf8 0%,#fbfaf6 100%);position:relative;overflow:hidden;padding:128px 0!important}.stories-grid{background:#ffffffc7;border:1px solid #06492f24;border-radius:16px;grid-template-columns:minmax(320px,410px) minmax(0,1fr);gap:0;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 68px #0832221c}.story-lead,.story-card{min-height:0}.story-lead{isolation:isolate;color:#fff;background:linear-gradient(155deg,#005b3af5,#004931eb),url(/images/niu-building-real.png) 50%/cover;flex-direction:column;justify-content:center;min-height:430px;padding:54px 50px;display:flex;position:relative;overflow:hidden}.story-lead:before{content:"";z-index:-1;background:radial-gradient(circle at 18% 42%,#ffffff29 0 2px,#0000 3px) 0 0/24px 24px,linear-gradient(20deg,#ffffff14,#0000 58%);height:260px;position:absolute;inset:auto -60px -90px -40px}.story-lead:after{content:"''";color:#f1c85b;background:0 0;order:-1;width:auto;height:auto;margin-bottom:18px;font-family:Georgia,Times New Roman,serif;font-size:76px;font-weight:900;line-height:.7;display:block;position:relative;top:auto;right:auto;transform:none}.story-kicker{color:#f7d983;letter-spacing:.08em;text-transform:uppercase;background:#ffffff14;border:1px solid #f7d98359;border-radius:999px;width:fit-content;margin-bottom:16px;padding:7px 12px;font-size:12px;font-weight:900;display:inline-flex}.story-lead h2{color:#fff;text-shadow:0 2px 24px #0000002e;max-width:330px;font-size:clamp(40px,4vw,58px);line-height:1.05}.story-lead h2 em{color:#f1c85b;display:block}.story-lead p{color:#ffffffdb;max-width:330px;margin-top:22px;font-size:18px;line-height:1.7}.story-lead .button{color:#fff;background:#01412c33;border-color:#f1c85b;width:fit-content;margin-top:34px}.story-lead .button:hover{color:#06492f;background:#f1c85b}.story-carousel{align-items:center;min-width:0;padding:58px 70px 62px 28px;display:flex;position:relative}.story-carousel:before{content:"";border-top:1px dashed #d9b14985;border-radius:50%;width:320px;height:170px;position:absolute;top:-54px;right:-40px;transform:rotate(15deg)}.story-carousel:after{content:"";opacity:.34;background-image:radial-gradient(circle,#d9b149 0 2px,#0000 3px);background-size:22px 22px;width:92px;height:92px;position:absolute;top:34px;right:36px}.story-cards{z-index:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;width:100%;display:grid;position:relative}.story-card{background:#fff;border:1px solid #06492f1c;border-radius:14px;flex-direction:column;min-width:0;min-height:320px;padding:30px 28px 32px;display:flex;position:relative;box-shadow:0 18px 42px #12261d1a}.story-card>div.story-person{grid-template-columns:64px minmax(0,1fr);align-items:center;gap:16px;display:grid}.story-avatar{background:#f3cc61;border:4px solid #f3cc61;border-radius:50%;width:64px;height:64px;display:block;overflow:hidden;box-shadow:0 9px 22px #d9b14947}.story-avatar img{object-fit:cover;width:100%;height:100%}.story-card h3{color:#17211c;margin-bottom:6px;font-size:16px;line-height:1.25}.story-person p{color:#05704d;font-size:14px;font-weight:700;line-height:1.35}.story-divider{background:#d9b149;width:56px;height:1px;margin:26px 0 24px;display:block}.story-card>p{color:#3d4640;margin:12px 0 46px;padding-right:0;font-size:16px;line-height:1.72}.story-card>.story-quote,.story-card>.story-icon{color:#05704d;position:static}.story-card>.story-quote{margin-bottom:4px}.story-card>.story-icon{position:absolute;bottom:28px;left:28px}.story-next{z-index:2;color:#fff;background:linear-gradient(145deg,#10825d,#006845);border:0;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:absolute;top:50%;right:20px;transform:translateY(-50%);box-shadow:0 12px 24px #005f4047}.story-dots{gap:14px;display:flex;position:absolute;bottom:32px;left:50%;transform:translate(-50%)}.story-dots span{background:#06492f29;border-radius:50%;width:9px;height:9px}.story-dots span:first-child{background:#10825d}.faq-home-grid{gap:34px}.faq-title-card{min-height:248px}.home-page .final-cta{padding:122px 0 132px}.home-page .cta-card{min-height:228px;padding:56px 68px}.home-page .cta-card h2{font-size:46px}.site-footer{padding-top:62px}.footer-grid{gap:52px;padding-bottom:46px}.footer-text{max-width:360px}.footer-grid h3{color:#edc463;margin-bottom:20px}.footer-grid a{margin-top:14px}.footer-bottom{padding:22px 0}@media (max-width:1180px){.home-page .hero{min-height:760px}.home-page .hero-inner{min-height:650px}.intro-grid{gap:38px}.study-grid,.leadership-grid{grid-template-columns:repeat(2,1fr)}.study-card,.study-card:first-child,.study-card:nth-child(2),.study-card:nth-child(n+3),.leader-profile-card,.leader-profile-card:nth-child(4),.leader-profile-card:nth-child(5){grid-column:auto}.leader-profile-card{flex-basis:calc(50% - 9px);min-height:438px}.leader-profile-card-featured{flex-basis:calc(50% - 9px);grid-column:span 2}.trust-grid,.news-card-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.home-page .section,.campus-showcase,.campus-list-section,.leadership-section,.transparency-section,.journey-section,.news-section,.stories-section,.faq-home,.home-page .final-cta{padding:48px 0!important}.news-see-all{color:#2e8f63;background:#fff;border:1px solid #2e8f6366;border-radius:12px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:24px;padding:14px 22px;font-size:15px;font-weight:600;display:inline-flex}.home-page .hero{min-height:700px}.home-page .hero-inner{min-height:620px;padding:106px 0 132px}.hero-copy h1{font-size:56px}.home-intro{padding-top:56px!important}.intro-grid,.study-grid,.trust-grid,.leadership-grid{grid-template-columns:1fr}.transparency-section:after{opacity:.28;top:20px;right:-190px}.transparency-wrap:before,.transparency-wrap:after{display:none}.trust-grid{max-width:560px}.trust-footer-card{grid-template-columns:58px minmax(0,1fr);max-width:560px;padding:18px}.trust-footer-icon{width:58px;height:58px}.trust-footer-link{grid-column:1/-1;justify-self:stretch}.leader-profile-card-featured{grid-column:auto}.leadership-top .mini-link{margin-top:18px}.leadership-rail{padding-bottom:18px}.leader-profile-card,.leader-profile-card-featured{flex-basis:100%}.journey-timeline:before{left:12px}.journey-item{grid-template-columns:44px minmax(0,1fr);gap:0}.journey-item>span{position:relative;top:auto;left:auto}.journey-item>div{grid-column:2}.journey-item strong{font-size:34px}.home-page .cta-card{padding:42px}}@media (max-width:640px){.home-page .hero{min-height:680px}.home-page .hero-inner{min-height:620px;padding:92px 0 118px}.hero-copy h1{font-size:43px}.hero-copy p:not(.eyebrow){font-size:16px}.intro-title p{font-size:30px}.intro-title h2,.study-title h2{font-size:42px}.home-page .principle-card,.study-title,.study-card,.story-lead,.story-card{padding:24px}.campus-copy h2,.news-section .home-section-top h2,.faq-title-card h2,.story-lead h2,.home-page .cta-card h2{font-size:31px}.trust-grid{gap:12px}.trust-grid article{min-height:0;padding:22px}.trust-footer-card{gap:14px;padding:18px 16px}.trust-footer-copy strong{font-size:18px}.trust-footer-copy span{font-size:13px}.transparency-row{grid-template-columns:54px minmax(0,1fr);gap:12px;padding:16px 18px}.transparency-action{grid-column:2;justify-self:start}.leader-profile-card,.leader-profile-card-featured,.leader-profile-card:nth-child(4),.leader-profile-card:nth-child(5){flex-basis:100%;min-height:428px}.leader-profile-body p{display:none}.leadership-rail{gap:14px;padding-left:0;padding-right:0;scroll-padding-inline:14px}.leader-profile-body{padding:22px}.leader-profile-body h3{max-width:100%;font-size:22px}.news-card-grid{grid-template-columns:1fr}.home-page .cta-card{padding:30px}}.home-page .final-cta .cta-card{color:#fff;background:radial-gradient(circle at 2% 92%,#ffffff14 0 1px,#0000 1px 100%),radial-gradient(circle at 89%,#4c8d6f52,#0000 17%),radial-gradient(circle at 92%,#ffffff1f 0 1px,#0000 1px 100%),linear-gradient(135deg,#2e8f63 0% 48%,#2e8f63 100%);border:1px solid #ffffff17;border-radius:28px;grid-template-columns:minmax(0,1fr) auto minmax(180px,260px);align-items:center;width:min(1760px,100% - 68px);min-height:286px;margin:0 auto;padding:58px 132px;display:grid;position:relative;overflow:hidden;box-shadow:0 16px 34px #06231929}.home-page .final-cta .cta-card:before{content:"";border:1px solid #ffffff1f;border-radius:50%;width:330px;height:330px;position:absolute;top:50%;right:72px;transform:translateY(-50%);box-shadow:0 0 0 52px #ffffff0b,0 0 0 104px #ffffff08}.home-page .final-cta .cta-card:after{display:none}.home-page .cta-card .button-gold{z-index:2;border-radius:10px;justify-self:end;width:300px;min-height:76px;padding:0 38px;font-size:20px}.cta-mark{z-index:1;color:#ffffff38;justify-self:center;place-items:center;width:220px;height:220px;display:grid;position:relative}.cta-mark svg{stroke-width:1.35px;width:144px;height:144px}.site-footer{color:#fff;background:radial-gradient(circle at 54% 48%,#00805638,#0000 40%),radial-gradient(circle at 92% 48%,#2977562e,#0000 24%),linear-gradient(135deg,#2e8f63 0% 52%,#2e8f63 100%);border-radius:8px 8px 0 0;margin:0;padding:46px 0 0;position:relative;overflow:hidden}.site-footer:after{display:none}.footer-grid{z-index:1;border:0;grid-template-columns:minmax(410px,1.42fr) repeat(3,minmax(180px,.72fr)) minmax(300px,.95fr);gap:44px;width:min(1760px,100% - 96px);margin:0 auto;padding:0 18px 42px;display:grid;position:relative}.footer-grid>div:first-child{max-width:none}.footer-brand{min-width:0}.footer-brand .brand-logo{color:#fff;width:435px;max-width:100%}.footer-brand .brand-logo-seal{flex:0 0 88px;width:88px;height:88px}.footer-brand .brand-logo-seal img{width:88px;height:88px}.footer-grid h3{color:#edc463;margin:28px 0 18px;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1.1}.footer-link-group h3{color:#fff;font-family:Arial,Helvetica,sans-serif;font-size:25px;font-weight:900}.footer-link-group h3:after{content:"";background:#edb83e;width:36px;height:3px;margin-top:14px;display:block}.footer-contact-list{margin:0;display:block}.footer-contact-list .contact-row{color:#ffffffe0;grid-template-columns:28px minmax(0,1fr);align-items:start;gap:17px;margin:0 0 11px;font-size:21px;line-height:1.38;display:grid}.footer-contact-list .contact-row svg{color:#edc463;stroke-width:2.15px;margin-top:3px}.contact-row-muted svg{color:#edc4636b!important}.footer-requisites{background:#2e8f6375;border:1px solid #edc463c7;border-radius:9px;align-items:center;gap:16px;min-height:56px;padding:0 24px;font-weight:500;box-shadow:inset 0 1px #ffffff0d;color:#edc463!important;margin:14px 0 0!important;font-size:18px!important;display:inline-flex!important}.footer-grid a{color:#ffffffdb;margin:0 0 27px;font-size:21px;line-height:1.24;transition:color .18s;display:block}.footer-grid a:hover,.footer-bottom a:hover{color:#edc463}.footer-link-group{border-left:1px solid #ffffff29;min-width:0;padding-left:44px}.footer-side{align-content:space-between;min-height:350px;display:grid}.footer-watermark{opacity:.17;place-items:center;min-width:0;display:grid}.footer-watermark img{filter:grayscale()brightness(1.7);width:min(100%,300px);height:auto}.socials{flex-wrap:wrap;justify-content:flex-end;gap:18px;margin-top:22px;display:flex}.socials span{color:#fff;background:#2e8f63b8;border:1px solid #ffffff21;border-radius:50%;place-items:center;width:52px;height:52px;display:grid;box-shadow:inset 0 1px #ffffff14}.footer-bottom{z-index:1;color:#ffffffd6;border-top:1px solid #ffffff2e;justify-content:space-between;align-items:center;gap:24px;width:min(1760px,100% - 96px);margin:0 auto;padding:24px 18px 32px;font-size:19px;line-height:1.35;display:flex;position:relative}.footer-bottom div{align-items:center;gap:32px;display:flex}.footer-bottom div span{background:#ffffff6b;width:1px;height:26px}@media (max-width:1400px){.home-page .final-cta .cta-card{grid-template-columns:minmax(0,1fr) auto 190px;padding:48px 72px}.home-page .cta-card p:not(.eyebrow){font-size:21px}.footer-grid{grid-template-columns:minmax(340px,1.25fr) repeat(3,minmax(122px,1fr)) minmax(278px,.9fr);gap:22px}.footer-watermark{display:none}.footer-side{align-content:end;min-height:auto}.socials{gap:12px}.socials span{width:46px;height:46px}.footer-brand .brand-logo-wordmark strong,.footer-brand .brand-logo-wordmark b{font-size:22px}.footer-link-group{padding-left:18px}.footer-link-group h3{font-size:20px}.footer-grid a{margin-bottom:22px;font-size:18px}.footer-contact-list .contact-row{font-size:18px}}@media (max-width:1100px){.home-page .final-cta .cta-card{grid-template-columns:1fr auto;padding:42px}.cta-mark{display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:38px 28px}.footer-brand,.footer-side{grid-column:1/-1}.socials{justify-content:flex-start}.footer-link-group{border-left:0;padding-left:0}}@media (max-width:760px){.home-page .final-cta{padding:28px 0 18px!important}.home-page .final-cta .cta-card{width:min(100% - 28px, var(--max));grid-template-columns:1fr;gap:26px;min-height:0;padding:30px 22px}.home-page .final-cta .cta-card:before{width:260px;height:260px;right:-110px}.home-page .cta-card h2{font-size:34px}.home-page .cta-card p:not(.eyebrow){margin-top:16px;font-size:16px}.home-page .cta-card .button-gold{justify-self:stretch;width:100%;min-height:58px;font-size:16px}.site-footer{padding-top:34px}.footer-grid,.footer-bottom{width:min(100% - 28px, var(--max));padding-left:0;padding-right:0}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-brand .brand-logo{gap:12px;width:100%}.footer-brand .brand-logo-seal{flex-basis:66px;width:66px;height:66px}.footer-brand .brand-logo-seal img{width:66px;height:66px}.footer-brand .brand-logo-wordmark strong,.footer-brand .brand-logo-wordmark b{font-size:14px}.footer-grid h3,.footer-link-group h3{margin-bottom:18px;font-size:20px}.footer-contact-list .contact-row,.footer-grid a,.footer-bottom{font-size:16px}.footer-requisites{justify-content:center;width:100%;font-size:16px!important}.footer-grid a{margin-bottom:16px}.footer-bottom{flex-direction:column;align-items:flex-start;padding-bottom:26px}.footer-bottom div{flex-direction:column;align-items:flex-start;gap:10px}.footer-bottom div span{display:none}}.home-page .home-intro{isolation:isolate;background:radial-gradient(circle at 7% 59%,#052f200b,#0000 12%),linear-gradient(#fff 0%,#fbfbf8 100%);position:relative;overflow:hidden;padding:72px 0 118px!important}.home-page .home-intro:before{content:"NIU";z-index:-1;color:#052f2009;border:2px solid #052f200a;border-radius:50%;place-items:center;width:360px;height:360px;font-family:Georgia,Times New Roman,serif;font-size:108px;font-weight:900;display:grid;position:absolute;top:420px;left:-82px}.home-intro .why-niu-shell{width:min(var(--max), calc(100% - 40px));grid-template-columns:minmax(0,.82fr) minmax(0,.42fr) minmax(0,1.55fr);align-items:center;gap:32px;display:grid;position:relative}.why-copy{min-width:0;padding:42px 0 28px 36px;position:relative}.why-dot-pattern{opacity:.72;background-image:radial-gradient(circle,#2e8f63db 2px,#0000 2.5px);background-size:12px 12px;width:86px;height:86px;position:absolute;top:6px;left:-34px;-webkit-mask-image:linear-gradient(90deg,#000 0%,#0000 100%);mask-image:linear-gradient(90deg,#000 0%,#0000 100%)}.why-title{padding:0}.why-title p{color:#070707;font-family:Georgia,Times New Roman,serif;font-size:clamp(64px,5.5vw,92px);font-weight:900;line-height:.96}.why-title h2{color:#2e8f63;margin-top:20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(78px,6.6vw,116px);font-weight:900;line-height:.88}.why-title h2:after{content:"";background:#c08a23;width:74px;height:3px;margin-top:34px;display:block}.why-lead{color:#1f2d36;max-width:420px;margin:34px 0 0;font-size:17px;line-height:1.82}.why-button{color:#2e8f63;background:#ffffffc2;border:1px solid #2e8f63;border-radius:8px;justify-content:center;align-items:center;gap:28px;min-width:226px;min-height:58px;margin-top:42px;padding:0 26px;font-weight:900;display:inline-flex;box-shadow:0 14px 28px #052f200f}.why-button svg{stroke-width:2.2px}.why-stats{align-self:center;gap:0;display:grid}.why-stats article{color:#2e8f63;border-bottom:1px solid #b8872973;grid-template-columns:52px minmax(0,1fr);align-items:center;gap:18px;min-height:100px;padding:18px 0;display:grid}.why-stats article:last-child{border-bottom:0}.why-stats svg,.why-stats img{color:#2e8f63;object-fit:contain;stroke-width:1.6px;width:46px;height:46px}.why-stats strong,.why-stats span{display:block}.why-stats strong{color:#2e8f63;white-space:nowrap;font-family:Georgia,Times New Roman,serif;font-size:29px;line-height:1}.why-stats span{color:#1d2832;margin-top:8px;font-size:15px;line-height:1.35}.why-visual{min-width:0;position:relative}.why-rings{pointer-events:none;border:1px solid #c5923373;border-radius:50%;width:360px;height:360px;position:absolute;top:-42px;right:-96px}.why-rings:before,.why-rings:after{content:"";border:1px solid #c5923352;border-radius:50%;position:absolute;inset:38px}.why-rings:after{inset:78px}.why-image-card{border-radius:8px;min-height:590px;position:relative;overflow:hidden;box-shadow:0 24px 58px #052f2024}.why-image-card>img{object-fit:cover}.why-image-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#ffffff14,#0000 30%),linear-gradient(#0000 58%,#fff3);position:absolute;inset:0}.why-highlight-list{z-index:1;gap:22px;width:min(270px,100% - 68px);display:grid;position:absolute;top:56px;right:34px}.why-highlight{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#2e8f63e6,#2e8f63b8);border:1px solid #ffffff24;border-radius:8px;grid-template-columns:52px minmax(0,1fr);align-items:start;gap:14px;min-height:130px;padding:24px 22px;display:grid;box-shadow:0 18px 42px #00150d38}.why-highlight svg,.why-highlight>img{color:#edc463;object-fit:contain;filter:brightness(0)saturate()invert(83%)sepia(41%)saturate(706%)hue-rotate(352deg)brightness(96%)contrast(91%);stroke-width:1.7px;width:46px;height:46px}.why-highlight h3{color:#fff;margin:0;font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1.08}.why-highlight p{color:#ffffffeb;margin:12px 0 0;font-size:14px;line-height:1.55}.why-benefits{z-index:2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #12241b14;border-radius:8px;grid-column:1/-1;grid-template-columns:repeat(4,1fr);gap:0;width:min(1540px,100% - 90px);margin:-18px auto 0;display:grid;position:relative;overflow:hidden;box-shadow:0 26px 60px #052f201f}.home-page .why-benefits .principle-card{min-height:196px;box-shadow:none;background:0 0;border:0;border-right:1px solid #b8872947;border-radius:0;grid-template-columns:82px minmax(0,1fr);gap:22px;padding:38px 44px;display:grid}.home-page .why-benefits .principle-card:last-child{border-right:0}.home-page .why-benefits .principle-card:hover{box-shadow:none;transform:none}.home-page .why-benefits .small-icon{color:#2e8f63;background:#fff;border:1px solid #052f2021;border-radius:50%;width:72px;height:72px;position:relative}.home-page .why-benefits .small-icon img{object-fit:contain;width:46px;height:46px}.home-page .why-benefits .principle-card h3{color:#2e8f63;margin:0;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:1.12}.home-page .why-benefits .principle-card p{color:#33404b;max-width:none;margin:16px 0 0;font-size:15px;line-height:1.62}.home-page .why-benefits .principle-card div:after{content:"";background:linear-gradient(90deg,#c08a23 calc(100% - 7px),#0000 0);border-radius:999px;width:100%;max-width:178px;height:2px;margin-top:28px;display:block;box-shadow:8px 0 #c08a23}@media (max-width:1440px){.home-intro .why-niu-shell{width:min(var(--max), calc(100% - 40px));grid-template-columns:minmax(0,.78fr) minmax(0,.48fr) minmax(0,1.25fr);gap:28px}.why-copy{padding-left:22px}.why-image-card{min-height:510px}.why-highlight-list{gap:16px;width:250px;top:28px;right:24px}.why-highlight{grid-template-columns:42px minmax(0,1fr);min-height:104px;padding:16px 18px}.why-highlight svg,.why-highlight>img{width:38px;height:38px}.why-highlight h3{font-size:21px}.why-highlight p{margin-top:8px;font-size:13px;line-height:1.45}.why-benefits{width:min(1240px,100% - 40px)}.home-page .why-benefits .principle-card{grid-template-columns:68px minmax(0,1fr);padding:30px 28px}.home-page .why-benefits .principle-card h3{font-size:21px}}@media (max-width:1120px){.home-intro .why-niu-shell{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.why-copy{padding-top:12px}.why-stats{align-self:stretch}.why-visual{grid-column:1/-1}.why-image-card{min-height:520px}.why-benefits{grid-template-columns:repeat(2,1fr);margin-top:-8px}.home-page .why-benefits .principle-card:nth-child(2){border-right:0}.home-page .why-benefits .principle-card:nth-child(-n+2){border-bottom:1px solid #b8872947}}@media (max-width:760px){.home-page .home-intro{padding:44px 0 70px!important}.home-intro .why-niu-shell{width:min(100% - 28px, var(--max));grid-template-columns:1fr;gap:26px}.why-copy{padding:18px 0 0}.why-dot-pattern{width:64px;height:64px;top:-8px;left:0}.why-title p{font-size:58px}.why-title h2{margin-top:10px;font-size:74px}.why-lead{margin-top:26px;font-size:15px}.why-button{width:100%;margin-top:28px}.why-stats{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:10px;min-width:0}.why-stats article{background:#fff;border:1px solid #b8872947;border-radius:10px;grid-template-columns:42px minmax(0,1fr);align-items:center;gap:10px;min-width:0;min-height:108px;padding:16px 12px}.why-stats span{overflow-wrap:anywhere}.why-stats article:last-child{border-bottom:1px solid #b8872947}.why-stats svg,.why-stats img{width:42px;height:42px}.why-stats strong{font-size:22px}.why-stats span{font-size:12px}.why-rings{display:none}.why-image-card{min-height:560px}.why-highlight-list{gap:12px;width:auto;inset:auto 14px 14px}.why-highlight{grid-template-columns:42px minmax(0,1fr);min-height:0;padding:16px}.why-highlight svg,.why-highlight>img{width:34px;height:34px}.why-highlight h3{font-size:18px}.why-highlight p{margin-top:8px;font-size:12px}.why-benefits{grid-template-columns:1fr;width:100%;margin-top:0}.home-page .why-benefits .principle-card,.home-page .why-benefits .principle-card:nth-child(2),.home-page .why-benefits .principle-card:last-child{border-bottom:1px solid #b8872938;border-right:0;grid-template-columns:72px minmax(0,1fr);min-height:0;padding:24px 20px}.home-page .why-benefits .principle-card:last-child{border-bottom:0}.home-page .why-benefits .small-icon{width:64px;height:64px}.home-page .why-benefits .small-icon svg,.home-page .why-benefits .small-icon img{width:40px;height:40px}.home-page .why-benefits .principle-card h3{font-size:19px}.home-page .why-benefits .principle-card p{margin-top:10px;font-size:14px}.home-page .why-benefits .principle-card div:after{margin-top:16px}}.home-page .study-section{isolation:isolate;background:radial-gradient(circle at 17% 5%,#052f2009,#0000 15%),linear-gradient(#fbfbf8 0%,#fff 100%);position:relative;overflow:hidden;padding:78px 0 104px!important}.home-page .study-section:before{content:"niu";z-index:-1;color:#052f2006;border:2px solid #052f200b;border-radius:50%;place-items:center;width:340px;height:340px;font-family:Georgia,Times New Roman,serif;font-size:132px;font-weight:900;display:grid;position:absolute;top:-110px;left:220px}.study-showcase{width:min(var(--max), calc(100% - 40px));display:block;position:relative}.study-showcase:after{content:"";z-index:-1;pointer-events:none;background:url(/images/generated/study/orbit-pattern.png) 0 100%/contain no-repeat;width:620px;height:620px;position:absolute;bottom:-150px;left:-290px}.study-showcase .study-title{min-height:0;box-shadow:none;background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,1fr) auto;align-items:end;column-gap:40px;margin-bottom:44px;padding:0;display:grid;position:relative}.study-showcase .study-title p,.study-showcase .study-title h2,.study-showcase .study-title span{grid-column:1}.study-showcase .study-title:after{display:none}.study-showcase .study-title p,.study-showcase .study-title h2{font-family:Georgia,Times New Roman,serif;font-weight:900;line-height:.98}.study-showcase .study-title p{color:#090909;font-size:clamp(36px,3vw,48px)}.study-showcase .study-title h2{color:#2e8f63;overflow-wrap:normal;max-width:100%;margin-top:4px;font-size:clamp(36px,3vw,48px)}.study-showcase .study-title h2:after{content:"";background:#c08a23;width:84px;height:4px;margin-top:22px;display:block}.study-showcase .study-title span{color:#3e4854;max-width:620px;margin-top:20px;font-size:18px;line-height:1.7}.study-button{color:#2e8f63;background:#ffffffd1;border:1px solid #2e8f63;border-radius:8px;grid-area:1/2/-1;justify-content:center;align-self:end;align-items:center;gap:34px;min-width:264px;min-height:58px;margin-top:0;padding:0 28px;font-size:18px;font-weight:900;display:inline-flex;box-shadow:0 16px 30px #052f200f}.study-button svg{stroke-width:2.25px}.home-page .study-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px 28px;display:grid}.home-page .study-card,.home-page .study-card:first-child,.home-page .study-card:nth-child(2),.home-page .study-card:nth-child(n+3){color:#0f1e27;background:#fff;border:1px solid #12241b1a;border-radius:8px;grid-column:auto;grid-template-rows:286px minmax(148px,auto);grid-template-columns:1fr;min-width:0;min-height:0;padding:0;transition:transform .22s,box-shadow .22s,border-color .22s;display:grid;position:relative;overflow:hidden;box-shadow:0 14px 34px #052f200f}.home-page .study-section .study-card,.home-page .study-section .study-card:first-child,.home-page .study-section .study-card:nth-child(2),.home-page .study-section .study-card:nth-child(n+3){grid-template-columns:1fr}.home-page .study-card:hover{border-color:#c08a2361;transform:translateY(-4px);box-shadow:0 26px 58px #052f201f}.study-card-media{background:#2e8f63;grid-area:1/1;width:100%;height:auto;display:block;position:relative;overflow:hidden}.study-card-media img{object-fit:cover;transition:transform .36s}.home-page .study-card:hover .study-card-media img{transform:scale(1.04)}.study-card-media:after{content:"";background:linear-gradient(#0000000a,#0000001f),linear-gradient(135deg,#00533652,#0000 58%);position:absolute;inset:0}.study-badge{z-index:2;color:#3f2a0b;letter-spacing:0;background:linear-gradient(#f1cd68,#c89127);border:1px solid #5f420a2e;border-left:0;border-radius:0 6px 6px 0;align-items:stretch;height:36px;padding-left:16px;font-size:12px;font-weight:900;line-height:1;display:inline-flex;position:absolute;top:22px;left:0;box-shadow:0 10px 22px #0000001f}.study-badge .study-badge-label{width:auto;height:auto;color:inherit;background:0 0;border:0;border-radius:0;grid-row:auto;justify-content:center;align-items:center;line-height:1;display:inline-flex}.study-badge b{color:#fff;background:#2e8f63;border:1px solid #e1c369;border-radius:0 6px 6px 0;align-self:stretch;place-items:center;min-width:45px;margin-left:13px;font-size:16px;display:grid}.study-card-body{text-align:left;background:#fff;grid-area:2/1;min-height:148px;padding:28px 44px 24px 112px;display:block;position:relative}.home-page .study-section .study-card>.study-badge{color:#171b17;background:linear-gradient(#f1cd68,#c89127);border:1px solid #5f420a2e;border-left:0;border-radius:0 6px 6px 0;grid-area:auto;place-items:normal;width:auto;height:39px;display:inline-flex}.home-page .study-section .study-card>.study-card-media{width:100%;height:auto;color:inherit;background:#2e8f63;border:0;border-radius:0;grid-area:1/1;place-items:normal;margin:0;display:block}.home-page .study-section .study-card>.study-card-body{width:100%;min-width:0;height:auto;color:inherit;background:#fff;border:0;border-radius:0;grid-area:2/1;margin:0;display:block}.study-card-icon{color:#2e8f63;background:#fff;border:1px solid #12241b1a;border-radius:50%;place-items:center;width:92px;height:92px;margin:-46px 0 0;display:grid;position:absolute;top:0;left:22px;overflow:hidden;box-shadow:0 10px 22px #052f201c}.home-page .study-section .study-card-body>.study-card-icon{color:#2e8f63;background:#fff;border:1px solid #12241b1a;border-radius:50%;display:grid}.study-card-icon img{object-fit:contain;clip-path:circle(50%);width:100%;height:100%;display:block}.study-card-icon svg{stroke-width:1.75px}.home-page .study-card strong{color:#101b22;text-align:left;overflow-wrap:normal;word-break:normal;padding-bottom:22px;padding-right:34px;font-family:Georgia,Times New Roman,serif;font-size:21px;line-height:1.24;display:block}.study-card-body>svg{color:#c08a23;stroke-width:2px;margin:0;position:absolute;bottom:26px;right:28px}@media (max-width:1440px){.home-page .study-grid{gap:20px}.home-page .study-card,.home-page .study-card:first-child,.home-page .study-card:nth-child(2),.home-page .study-card:nth-child(n+3){grid-template-rows:224px minmax(148px,auto)}.study-card-body{min-height:182px;padding:30px 42px 24px 108px}.study-card-icon{width:88px;height:88px;margin-top:-44px;left:18px}.home-page .study-card strong{padding-bottom:24px;padding-right:30px;font-size:20px}}@media (max-width:1120px){.study-showcase{grid-template-columns:1fr}.study-showcase .study-title{padding-top:0;position:relative;top:auto}.study-showcase .study-title span{max-width:520px}.home-page .study-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.home-page .study-section{padding:58px 0 72px!important}.study-showcase{width:min(100% - 28px, var(--max));gap:30px}.study-showcase:after,.study-showcase .study-title:after{display:none}.study-showcase .study-title{grid-template-columns:1fr;margin-bottom:30px}.study-showcase .study-title p{font-size:34px}.study-showcase .study-title h2{font-size:36px}.study-showcase .study-title span{font-size:16px}.study-button{grid-area:auto/1;width:100%;min-width:0;margin-top:22px}.home-page .study-grid{grid-template-columns:1fr;gap:18px}.home-page .study-card,.home-page .study-card:first-child,.home-page .study-card:nth-child(2),.home-page .study-card:nth-child(n+3){grid-template-rows:220px minmax(132px,auto)}.study-badge{top:22px}.study-card-body{min-height:148px;padding:28px 44px 22px 102px}.study-card-icon{width:78px;height:78px;margin-top:-39px;top:0;left:20px}.study-card-icon svg{width:29px;height:29px}.home-page .study-card strong{padding-bottom:24px;padding-right:26px;font-size:19px}.study-card-body>svg{bottom:22px;right:20px}}.home-page .study-section .study-card .study-card-body>span.study-card-icon{z-index:3!important;width:88px!important;height:88px!important;box-shadow:none!important;background:0 0!important;border:0!important;border-radius:50%!important;place-items:center!important;margin-top:-44px!important;padding:0!important;display:grid!important;top:0!important;left:22px!important;overflow:hidden!important}.home-page .study-section .study-card .study-card-body>span.study-card-icon img{object-fit:contain!important;clip-path:circle(50%)!important;width:88px!important;max-width:none!important;height:88px!important;display:block!important}.home-page .study-section .study-card>.study-card-body{min-height:210px;padding:66px 44px 34px!important}.home-page .study-section .study-card .study-card-body>span.study-card-icon{width:82px!important;height:82px!important;margin-top:-41px!important;top:0!important;left:42px!important}.home-page .study-section .study-card .study-card-body>span.study-card-icon img{width:82px!important;height:82px!important}.home-page .study-section .study-card .study-card-body>strong{max-width:255px;padding-right:18px}@media (max-width:760px){.home-page .study-section .study-card>.study-card-body{min-height:188px;padding:58px 28px 32px!important}.home-page .study-section .study-card .study-card-body>span.study-card-icon{width:76px!important;height:76px!important;margin-top:-38px!important;left:28px!important}.home-page .study-section .study-card .study-card-body>span.study-card-icon img{width:76px!important;height:76px!important}}.home-page .transparency-section{background-blend-mode:multiply, normal;background:url(/images/generated/trust-orbit-pattern.png) 0 100%/340px no-repeat,linear-gradient(#fbf7ef 0%,#f7f1e7 100%);overflow:hidden;padding:0 0 50px!important}.home-page .transparency-section:before,.home-page .transparency-section:after,.home-page .transparency-wrap:before,.home-page .transparency-wrap:after{display:none}.transparency-hero{background:linear-gradient(90deg,#faf6eefa 0%,#faf6eef5 40%,#faf6ee7a 62%,#faf6ee14 100%),radial-gradient(circle at 8% 32%,#c79c3b14,#0000 28%),#fbf7ef;border-bottom:1px solid #49351221;min-height:330px;position:relative;overflow:hidden}.transparency-hero:before{content:"";border:1px solid #c8a55c29;border-radius:50%;width:520px;height:520px;position:absolute;inset:-90px auto auto -110px;box-shadow:0 0 0 22px #c8a55c0b,0 0 0 52px #0a463009,0 0 0 84px #c8a55c08}.transparency-hero:after{content:"";pointer-events:none;background:linear-gradient(#0000,#fbf7efdb);width:100%;height:120px;position:absolute;bottom:-1px;left:0}.transparency-hero-inner{width:min(var(--max), calc(100% - 40px));grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:28px;max-width:none;min-height:330px;padding-top:0;display:grid;position:relative}.transparency-hero .transparency-heading{z-index:2;text-align:left;max-width:680px;margin:0;position:relative}.transparency-hero .transparency-heading .eyebrow{margin-bottom:18px}.transparency-hero .transparency-heading h2{max-width:680px;font-size:clamp(54px,4.1vw,68px);line-height:1.02}.transparency-hero .transparency-heading span{color:#6d746d;max-width:475px;margin-top:22px;font-size:21px;line-height:1.42}.trust-hero-visual{z-index:1;filter:drop-shadow(0 24px 40px #27251c1f);width:min(760px,54vw);height:292px;position:absolute;top:0;right:-20px}.trust-hero-image{object-fit:contain;object-position:right center}.trust-hero-papers{background:linear-gradient(#292a2229,#0000 1px 100%) 48% 50px/190px 16px no-repeat,repeating-linear-gradient(#0000 0 18px,#3a393029 19px 20px,#0000 21px 30px),linear-gradient(135deg,#fffdf8,#f4efe5);border:1px solid #4c391621;width:340px;height:238px;position:absolute;top:24px;right:310px;transform:rotate(-18deg);box-shadow:-28px 18px 0 -6px #f8f4ec,-56px 38px 0 -12px #f1eadf,0 24px 45px #382a0f1f}.trust-hero-papers:before{content:"RASMIY HUJJAT";color:#20231c9e;letter-spacing:.06em;font-family:Georgia,Times New Roman,serif;font-size:24px;position:absolute;top:54px;left:96px}.trust-hero-papers:after{content:"";border:2px solid #665c4552;border-radius:50%;width:60px;height:60px;position:absolute;top:17px;left:146px;box-shadow:inset 0 0 0 9px #665c4514}.trust-hero-folder{color:#dfc16a;background:radial-gradient(circle at 50% 28%,#ffffff17,#0000 22%),linear-gradient(145deg,#2e8f63,#2e8f63 74%);border:1px solid #ffffff1f;border-radius:12px;place-items:center;width:360px;height:285px;padding:38px;display:grid;position:absolute;top:44px;right:40px;transform:rotate(9deg);box-shadow:inset 0 0 0 2px #ffffff0a,0 26px 54px #10251b40}.trust-hero-folder:before{content:"";border:1px solid #e7c87529;border-radius:9px;position:absolute;inset:10px}.trust-hero-folder span{border:1px solid #e7c8759e;border-radius:50%;place-items:center;width:86px;height:86px;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:900;display:grid}.trust-hero-folder small{text-align:center;max-width:230px;margin-top:18px;font-family:Georgia,Times New Roman,serif;font-size:17px;font-weight:700;line-height:1.35}.trust-hero-medal{z-index:2;color:#6d4f12;background:radial-gradient(circle,#f3d26f 0 42%,#c99b2e 43% 54%,#f8dc78 55% 100%);border:4px dotted #6f4f126b;border-radius:50%;place-items:center;width:122px;height:122px;font-family:Georgia,Times New Roman,serif;font-size:33px;font-weight:900;display:grid;position:absolute;bottom:46px;left:145px;transform:rotate(-10deg);box-shadow:0 20px 28px #4d360e2e}.trust-hero-leaves{filter:drop-shadow(0 16px 18px #16341f2b);background:radial-gradient(at 38% 18%,#2e8f63 0 13%,#0000 14%),radial-gradient(at 58% 30%,#2e8f63 0 15%,#0000 16%),radial-gradient(at 34% 45%,#2e8f63 0 14%,#0000 15%),radial-gradient(at 68% 57%,#2e8f63 0 16%,#0000 17%),linear-gradient(98deg,#0000 47%,#2e8f63d1 48% 51%,#0000 52%);width:150px;height:235px;position:absolute;top:44px;right:-10px;transform:rotate(17deg)}.transparency-dashboard{z-index:3;width:min(var(--max), calc(100% - 40px));grid-template-columns:270px minmax(0,1fr);gap:34px;max-width:none;margin-top:30px;display:grid;position:relative}.trust-sidebar,.trust-stats,.trust-table-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffb8;border:1px solid #45310f21;border-radius:8px;box-shadow:0 18px 38px #2f26160e}.trust-sidebar{align-content:space-between;min-height:386px;padding:20px 18px;display:grid}.trust-category-list{gap:11px;display:grid}.trust-category-link{color:#465249;text-align:left;cursor:pointer;appearance:none;background:0 0;border:none;border-radius:6px;align-items:center;gap:14px;width:100%;min-height:52px;padding:0 16px;font-family:inherit;font-size:16px;font-weight:700;transition:background .2s,color .2s;display:flex}.trust-category-link svg{color:#2e8f63;flex:none}.trust-category-link-active{color:#fff;background:linear-gradient(90deg,#2e8f63,#2e8f63);box-shadow:inset -4px 0 #d6ad46}.trust-category-link-active svg{color:#fff}.trust-help-card{border:1px solid #45310f29;border-radius:8px;grid-template-columns:38px minmax(0,1fr) 20px;align-items:center;gap:12px;min-height:68px;margin-top:20px;padding:12px 14px;display:grid}.trust-help-card>span{color:#fff;background:#c99b2e;border-radius:50%;place-items:center;width:34px;height:34px;display:grid}.trust-help-card small{color:#5d625b;gap:4px;font-size:13px;line-height:1.25;display:grid}.trust-help-card strong{color:#39443c}.trust-content{gap:18px;display:grid}.trust-stats{grid-template-columns:repeat(3,1fr);min-height:108px;padding:22px 18px;display:grid}.trust-stats article{border-right:1px solid #c6a6656b;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:16px;padding:0 22px;display:grid}.trust-stats article:last-child{border-right:0}.trust-stats article>span{color:#2e8f63;background:#eef5ea;border-radius:50%;place-items:center;width:68px;height:68px;display:grid}.trust-stats div{grid-template-columns:auto 1fr;align-items:end;column-gap:10px;display:grid}.trust-stats strong{color:#2e8f63;font-family:Georgia,Times New Roman,serif;font-size:34px;line-height:.96}.trust-stats em{color:#2f3b33;font-size:17px;font-style:normal;font-weight:800;line-height:1}.trust-stats small{color:#7a8178;grid-column:1/-1;margin-top:8px;font-size:13px}.trust-table-card{padding:20px 24px 16px}.trust-table-head,.trust-table-row{grid-template-columns:minmax(290px,1.8fr) minmax(150px,.8fr) 132px 92px 50px;align-items:center;gap:18px;display:grid}.trust-table-head{color:#2e8f63;letter-spacing:.14em;text-transform:uppercase;border-bottom:1px solid #12241b21;min-height:34px;font-size:11px;font-weight:900}.trust-table-row{color:#2d352f;border-bottom:1px solid #12241b1a;min-height:64px}.trust-table-row:last-child{border-bottom:0}.trust-doc-name{grid-template-columns:46px minmax(0,1fr);align-items:center;gap:14px;display:grid}.trust-table-row .transparency-icon{color:#2e8f63;background:#eef5ea;width:44px;height:44px}.trust-table-row .transparency-copy strong{font-family:Arial,Helvetica,sans-serif;font-size:15px;line-height:1.22}.trust-table-row .transparency-copy small{font-size:13px}.trust-doc-category,.trust-doc-format{color:#2e8f63;background:#edf5e9;border-radius:5px;justify-self:start;padding:7px 10px;font-size:13px;font-weight:700;line-height:1}.trust-doc-date{color:#414a43;font-size:15px}.trust-doc-format{color:#2e8f63;background:#fff;border:1px solid #2e7a3f61;font-size:14px;font-weight:900}.trust-doc-download{color:#2e8f63;border:1px solid #45310f24;border-radius:6px;justify-self:end;place-items:center;width:38px;height:38px;display:grid}@media (max-width:1180px){.transparency-dashboard{grid-template-columns:1fr}.trust-sidebar{min-height:0}.trust-category-list{grid-template-columns:repeat(5,minmax(0,1fr))}.trust-category-link{text-align:center;justify-content:center;min-height:58px;padding:0 10px}.trust-help-card{max-width:360px}}@media (max-width:900px){.home-page .transparency-section{padding-bottom:34px!important}.transparency-hero{min-height:510px}.transparency-hero-inner{grid-template-columns:1fr;align-items:start;min-height:510px;padding-top:52px}.transparency-hero .transparency-heading h2{font-size:46px}.transparency-hero .transparency-heading span{max-width:360px;font-size:17px}.trust-hero-visual{opacity:.9;grid-column:auto;width:780px;height:230px;position:absolute;top:250px;right:-210px}.trust-hero-folder{width:260px;height:210px;right:96px}.trust-hero-papers{width:270px;height:206px;right:250px}.trust-hero-medal{width:82px;height:82px;font-size:24px;left:160px}.transparency-dashboard{margin-top:18px}.trust-category-list{grid-template-columns:1fr;gap:10px;display:grid}.trust-category-link{width:100%;min-width:0}.trust-stats{grid-template-columns:1fr;padding:4px 18px}.trust-stats article{border-bottom:1px solid #c6a66552;border-right:0;padding:18px 4px}.trust-stats article:last-child{border-bottom:0}.trust-table-card{padding:16px}.trust-table-head{display:none}.trust-table-row{grid-template-columns:auto 1fr auto;align-items:center;gap:10px 12px;min-height:0;padding:16px 0}.trust-doc-name{grid-area:1/1/auto/-1}.trust-doc-category{grid-area:2/1;justify-self:start}.trust-doc-date{grid-area:2/2;place-self:center start;padding-left:0;font-size:13px}.trust-doc-format{grid-area:3/1;justify-self:start}.trust-doc-download{grid-area:2/3/span 2;align-self:center}}@media (max-width:560px){.transparency-hero{min-height:510px}.transparency-hero-inner{min-height:510px;padding-top:38px}.transparency-hero .transparency-heading h2{font-size:39px}.trust-hero-visual{width:730px;height:215px;top:268px;right:-330px;transform:none}.trust-sidebar,.trust-stats,.trust-table-card{border-radius:7px}.trust-help-card{grid-template-columns:34px minmax(0,1fr) 18px}}.home-page .journey-section{background:radial-gradient(circle at 82% 18%,#d3ae5d29,#0000 24%),radial-gradient(circle at 10% 88%,#175c3e1c,#0000 26%),linear-gradient(#fffdf8 0%,#fbf8f0 58%,#fffdf8 100%);position:relative;overflow:hidden;padding:calc(var(--header-height) + 92px) 0 72px!important}.home-page .journey-section:before,.home-page .journey-section:after{content:"";pointer-events:none;opacity:.52;position:absolute}.home-page .journey-section:before{background:repeating-radial-gradient(at 12% 100%,#0000 0 13px,#13533a1c 14px 15px,#0000 16px 30px);height:180px;bottom:-54px;left:-6%;right:-6%}.home-page .journey-section:after{border:1px solid #0000;border-top-color:#cda7532e;border-radius:50%;width:520px;height:210px;top:28px;right:5%;transform:rotate(8deg)}.home-page .journey-wrap{z-index:1;width:min(1500px,100% - 120px);max-width:1500px;position:relative}.home-page .journey-hero{grid-template-columns:minmax(360px,.86fr) minmax(520px,1.14fr);align-items:center;gap:42px;margin-bottom:30px;display:grid}.home-page .journey-heading{text-align:left;max-width:680px;margin:0}.home-page .journey-heading .eyebrow{color:#6c6434;letter-spacing:.16em;text-transform:uppercase;margin:0 0 22px;font-size:15px;font-weight:900}.home-page .journey-heading .eyebrow:before{background:#b98526;width:34px}.home-page .journey-heading h2{color:#2e8f63;letter-spacing:0;max-width:640px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(50px,4.8vw,82px);line-height:.98}.home-page .journey-heading>p:not(.eyebrow){color:#4f6258;max-width:650px;margin:24px 0 0;font-size:18px;line-height:1.8}.home-page .journey-visual{filter:drop-shadow(0 26px 42px #09332321);min-height:330px;position:relative}.home-page .journey-orbit{border-radius:50%;height:88px;position:absolute;left:5%;right:5%;transform:rotate(-6deg)}.home-page .journey-orbit-back{border:5px solid #0c3e2a2b;border-top-color:#c0902f57;top:138px}.home-page .journey-orbit-front{border:17px solid #2e8f63;border-top-color:#0000;top:174px;box-shadow:inset 0 0 0 2px #edc66b47,0 12px 20px #042d1e2e}.home-page .journey-orbit-front:after{content:"";background-image:radial-gradient(circle,#ecc05be0 0 2px,#0000 3px);background-size:28px 2px;height:2px;position:absolute;inset:34px 44px auto}.home-page .journey-coin{color:#9b6a19;background:radial-gradient(circle at 36% 24%,#fff9db 0 12%,#0000 13%),radial-gradient(circle,#f8e9b5 0 49%,#c9922e 50% 55%,#f7df96 56% 100%);border:8px solid #e8c372;border-radius:50%;place-items:center;width:166px;height:166px;display:grid;position:absolute;top:34px;left:43%;box-shadow:inset 0 0 0 7px #76541629,0 24px 34px #6e4e1438}.home-page .journey-coin svg{color:#96641652;width:auto;height:auto;position:absolute;inset:22px}.home-page .journey-coin strong{color:#9a6b1f;margin:16px 0 0;font-family:Georgia,Times New Roman,serif;font-size:42px;line-height:1}.home-page .journey-coin small{color:#a57428;margin-top:-18px;font-size:13px;font-weight:900}.home-page .journey-building,.home-page .journey-document,.home-page .journey-growth,.home-page .journey-bars,.home-page .journey-pill{position:absolute}.home-page .journey-building-classic{color:#2e8f637a;background:linear-gradient(#f5f2e7,#d9ded0);border-radius:8px;place-items:center;width:132px;height:104px;display:grid;top:62px;left:23%;box-shadow:inset 0 -8px #123c2a1f}.home-page .journey-building-campus{background:linear-gradient(135deg,#eef0e7,#c7d3c5);border-radius:8px;grid-template-columns:repeat(3,28px);align-items:end;gap:10px;width:138px;height:138px;padding:18px 16px;display:grid;top:48px;right:20%;box-shadow:inset -10px -10px #09493114}.home-page .journey-building-campus span{background:repeating-linear-gradient(#2e8f63 0 10px,#0000 10px 18px),#f8f8ef;border-radius:2px;height:72px;display:block}.home-page .journey-building-campus span:nth-child(2){height:96px}.home-page .journey-building-campus span:nth-child(3){height:112px}.home-page .journey-document{color:#2e8f63;background:linear-gradient(145deg,#fff,#f1efe5);border:2px solid #0c3e2a24;border-radius:8px;place-items:center;width:128px;height:152px;display:grid;top:74px;right:2%;transform:rotate(4deg)}.home-page .journey-document svg:last-child{color:#c49132;position:absolute;bottom:20px;right:20px}.home-page .journey-growth{color:#2e8f63;bottom:22px;right:0;transform:rotate(-8deg)}.home-page .journey-growth:after{content:"";border-top:15px solid #0000;border-bottom:15px solid #0000;border-left:26px solid #bd862a;width:0;height:0;position:absolute;top:0;right:-7px;transform:rotate(20deg)}.home-page .journey-bars{align-items:end;gap:8px;display:flex;bottom:72px;left:39%}.home-page .journey-bars span{background:linear-gradient(#d6a44c,#2e8f63);border-radius:3px 3px 0 0;width:16px}.home-page .journey-bars span:first-child{height:30px}.home-page .journey-bars span:nth-child(2){height:48px}.home-page .journey-bars span:nth-child(3){height:70px}.home-page .journey-pill{z-index:3;color:#fff7d8;background:#2e8f63;border:4px solid #d4a54b;border-radius:50%;place-items:center;width:54px;height:54px;font-size:13px;font-weight:900;display:grid;box-shadow:0 10px 16px #062e202e}.home-page .journey-pill:after{content:"";background:#2e8f63;border-radius:2px;height:8px;position:absolute;bottom:-8px;left:14px;right:14px}.home-page .journey-pill-2022{bottom:58px;left:12%}.home-page .journey-pill-2023{bottom:30px;left:28%}.home-page .journey-pill-2024{bottom:24px;left:52%}.home-page .journey-pill-2025{bottom:36px;left:69%}.home-page .journey-pill-2026{bottom:64px;right:12%}.home-page .journey-timeline{grid-template-columns:repeat(5,minmax(0,1fr));gap:24px;max-width:none;margin:0;padding-top:70px;display:grid;position:relative}.home-page .journey-timeline:before{background:linear-gradient(90deg,#b77f22,#d5a34b 92%,#0000);width:auto;height:4px;inset:33px 0 auto}.home-page .journey-timeline:after{content:"";border-top:4px solid #b77f22;border-right:4px solid #b77f22;width:22px;height:22px;position:absolute;top:24px;right:-3px;transform:rotate(45deg)}.home-page .journey-item{grid-template-columns:1fr;gap:23px;min-width:0;display:grid;position:relative}.home-page .journey-item:before{content:"";z-index:2;background:#c69235;border:2px solid #b07a218f;border-radius:50%;width:12px;height:12px;position:absolute;top:-41px;left:50%;transform:translate(-50%)}.home-page .journey-step{z-index:3;background:#2e8f63;border:4px solid #d1a047;border-radius:50%;place-items:center;width:54px;height:54px;display:grid;position:absolute;top:-68px;left:50%;transform:translate(-50%);box-shadow:inset 0 0 0 2px #fff5d12e,0 12px 20px #052f202e}.home-page .journey-step span{color:#fff5cf;font-family:Georgia,Times New Roman,serif;font-size:28px;font-weight:900;line-height:1}.home-page .journey-card{text-align:center;background:linear-gradient(#ffffffeb,#ffffffad),#fffdf8;border:1px solid #5e7a5b47;border-radius:8px;flex-direction:column;align-items:center;min-height:352px;padding:24px 20px 26px;display:flex;box-shadow:0 18px 30px #133e2b1a,inset 0 1px #ffffffdb}.home-page .journey-card-visual{color:#2e8f63;place-items:center;width:176px;height:126px;margin-bottom:8px;display:grid;position:relative}.home-page .journey-card-visual svg{z-index:2;filter:drop-shadow(0 12px 10px #0737262e);position:relative}.home-page .journey-card-visual small{z-index:3;color:#704912;text-transform:uppercase;background:#efce83d1;border-radius:999px;min-width:74px;padding:4px 8px;font-size:10px;font-weight:900;line-height:1;position:absolute;bottom:9px;left:50%;transform:translate(-50%)}.home-page .journey-visual-halo{z-index:1;background:#e7ede2;border-radius:50%;position:absolute;inset:8px 18px}.home-page .journey-card-visual-1:after,.home-page .journey-card-visual-3:after,.home-page .journey-card-visual-5:after{content:"";z-index:1;background:#cf9b3c;position:absolute}.home-page .journey-card-visual-1:after{clip-path:polygon(50% 0,70% 34%,100% 34%,78% 55%,88% 100%,50% 78%,12% 100%,22% 55%,0 34%,30% 34%);width:24px;height:42px;bottom:22px;right:36px}.home-page .journey-card-visual-3:after{border-radius:999px;width:74px;height:10px;top:40px;right:20px;transform:rotate(-24deg);box-shadow:26px -8px 0 -1px #cf9b3c}.home-page .journey-card-visual-5:after{opacity:.85;background:radial-gradient(circle,#cf9b3c 0 3px,#0000 4px) 0 0/26px 26px,linear-gradient(90deg,#0000 0 24%,#cf9b3c9e 25% 26%,#0000 27% 73%,#cf9b3c9e 74% 75%,#0000 76%) 0 0/100% 100%;inset:16px 20px}.home-page .journey-card strong{color:#2e8f63;margin:0 0 2px;font-family:Georgia,Times New Roman,serif;font-size:50px;line-height:.98}.home-page .journey-card h3{color:#0f2017;min-height:52px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:20px;line-height:1.24}.home-page .journey-card-rule{background:#c58e2d;border-radius:999px;width:28px;height:3px;margin:12px 0 14px}.home-page .journey-card p{color:#2e8f63;margin:0;font-size:15px;line-height:1.55}@media (max-width:1280px){.home-page .journey-wrap{width:min(1180px,100% - 64px)}.home-page .journey-hero{grid-template-columns:minmax(330px,.9fr) minmax(430px,1.1fr)}.home-page .journey-card{padding-inline:14px}.home-page .journey-card-visual{width:146px}}@media (max-width:1100px){.home-page .journey-hero{grid-template-columns:1fr;gap:22px}.home-page .journey-heading{text-align:center;justify-self:center;max-width:780px}.home-page .journey-heading .eyebrow{justify-content:center}.home-page .journey-heading h2,.home-page .journey-heading>p:not(.eyebrow){margin-left:auto;margin-right:auto}.home-page .journey-visual{width:min(760px,100%);min-height:300px;margin:0 auto}.home-page .journey-timeline{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:0}.home-page .journey-timeline:before,.home-page .journey-timeline:after,.home-page .journey-item:before{display:none}.home-page .journey-item{gap:14px}.home-page .journey-step{justify-self:center;position:relative;top:auto;left:auto;transform:none}}@media (max-width:720px){.home-page .journey-section{padding:calc(var(--header-height) + 42px) 0 64px!important}.home-page .journey-wrap{width:min(100% - 32px,520px)}.home-page .journey-heading h2{font-size:42px}.home-page .journey-heading>p:not(.eyebrow){font-size:16px;line-height:1.7}.home-page .journey-visual{transform-origin:top;min-height:238px;margin-bottom:-38px;transform:scale(.78)}.home-page .journey-timeline{grid-template-columns:1fr;gap:20px}.home-page .journey-card{min-height:0}}@media (max-width:480px){.home-page .journey-heading h2{font-size:36px}.home-page .journey-heading .eyebrow{font-size:12px}.home-page .journey-visual{margin:-10px 0 -72px;transform:scale(.64)}.home-page .journey-card strong{font-size:44px}.home-page .journey-card h3{min-height:0}}.home-page .journey-section:before{opacity:.72;background:linear-gradient(#fffdf800,#fffdf8e6 62%,#fffdf8) 50%,repeating-radial-gradient(at 9% 100%,#0000 0 14px,#155c3f14 15px 16px,#0000 17px 31px) 0 100%/620px 180px,radial-gradient(circle at 88% 84%,#c693301a 0 1px,#0000 2px) 100% 100%/14px 14px;height:230px;bottom:0;left:0;right:0}.home-page .journey-visual{filter:drop-shadow(0 24px 38px #0933231a);min-height:352px}.home-page .journey-visual>img{object-fit:contain;object-position:center;mix-blend-mode:multiply;-webkit-mask-image:radial-gradient(#000 58%,#000000eb 70%,#0000 90%);mask-image:radial-gradient(#000 58%,#000000eb 70%,#0000 90%)}.home-page .journey-card-visual{width:190px;height:138px;color:inherit;margin-bottom:12px}.home-page .journey-card-visual img{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%;display:block}.home-page .journey-card-visual svg,.home-page .journey-visual-halo,.home-page .journey-card-visual small,.home-page .journey-card-visual-1:after,.home-page .journey-card-visual-3:after,.home-page .journey-card-visual-5:after{content:none;display:none}@media (max-width:1280px){.home-page .journey-card-visual{width:170px;height:124px}}@media (max-width:720px){.home-page .journey-visual{min-height:220px;margin-bottom:0;transform:none}.home-page .journey-card-visual{width:205px;height:148px}}@media (max-width:480px){.home-page .journey-visual{min-height:168px;margin:0;transform:none}}.site-header{background:#033624;border-bottom-color:#ffffff1a}body:has(.home-page) .site-header{background:#033624;border-bottom-color:#ffffff1a}.home-page .journey-section{scroll-margin-top:var(--header-height);background:radial-gradient(circle at 78% 22%,#d3ae5d24,#0000 26%),linear-gradient(#fffdf8 0%,#fbfaf2 56%,#fffdf8 100%);padding:48px 0!important}.home-page .journey-wrap{width:min(1470px,100% - 120px);max-width:1470px}.home-page .journey-hero{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:44px;margin-bottom:26px}.home-page .journey-heading{max-width:760px}.home-page .journey-heading h2{color:#053521;max-width:760px;font-size:clamp(50px,3.32vw,58px);line-height:.98}.home-page .journey-heading h2 span{white-space:nowrap;display:block}.home-page .journey-heading>p:not(.eyebrow){color:#596b60;max-width:680px}.home-page .journey-visual{min-height:330px}.home-page .journey-visual>img{object-position:center right;-webkit-mask-image:radial-gradient(#000 62%,#000000f0 74%,#0000 94%);mask-image:radial-gradient(#000 62%,#000000f0 74%,#0000 94%)}.home-page .journey-step{background:#073d2a}.home-page .journey-card{background:linear-gradient(#fffffff5,#ffffffc7);border-color:#59745447;min-height:368px;padding:22px 18px 24px}.home-page .journey-card-visual{width:190px;height:132px;margin-bottom:10px}.home-page .journey-card strong{color:#053521;font-size:46px}.home-page .journey-card h3{color:#0c2016;font-size:19px}.home-page .journey-card p{color:#36443d;font-size:14px;line-height:1.55}@media (max-width:1280px){.home-page .journey-hero{grid-template-columns:minmax(440px,.9fr) minmax(520px,1.1fr)}.home-page .journey-heading h2{font-size:clamp(46px,3.7vw,56px)}}@media (max-width:1100px){.home-page .journey-wrap{width:min(100% - 40px,820px)}.home-page .journey-hero{grid-template-columns:1fr}.home-page .journey-heading{text-align:center;justify-self:center;max-width:760px}.home-page .journey-visual{width:min(760px,100%);min-height:300px;margin:0 auto}}@media (max-width:720px){.home-page .journey-section{padding:calc(var(--header-height) + 42px) 0 64px!important}.home-page .journey-wrap{width:min(100% - 32px,520px)}.home-page .journey-heading h2{font-size:40px}.home-page .journey-visual{min-height:210px}.home-page .journey-card-visual{width:205px;height:142px}}@media (max-width:480px){.home-page .journey-heading h2{font-size:36px}.home-page .journey-visual{min-height:166px}}@media (max-width:1200px){.stories-grid{grid-template-columns:minmax(300px,360px) minmax(0,1fr)}.story-lead{padding:44px 38px}.story-carousel{padding:44px 56px 58px 24px}.story-cards{scroll-snap-type:x mandatory;scrollbar-width:none;gap:18px;display:flex;overflow-x:auto}.story-cards::-webkit-scrollbar{display:none}.story-card{scroll-snap-align:start;flex:0 0 292px}}@media (max-width:900px){.stories-section{padding:82px 0!important}.stories-grid{border-radius:14px;grid-template-columns:1fr}.story-lead{min-height:360px;padding:42px}.story-lead h2,.story-lead p{max-width:560px}.story-carousel{padding:30px 28px 66px}.story-carousel:before{top:-36px;right:-120px}.story-next{right:24px}}@media (max-width:640px){.story-lead{min-height:330px;padding:32px 26px}.story-lead:after{font-size:62px}.story-kicker{font-size:11px}.story-lead h2{font-size:36px}.story-lead p{font-size:16px}.story-carousel{padding:24px 18px 62px}.story-cards{gap:14px}.story-card{flex-basis:min(292px,100vw - 74px);min-height:330px;padding:24px 22px 30px}.story-card>div.story-person{grid-template-columns:58px minmax(0,1fr);gap:13px}.story-avatar{width:58px;height:58px}.story-card>p{font-size:15px}.story-next{display:none}}.stories-grid.container{width:min(100% - 112px,1820px);max-width:none}.stories-grid{border-radius:18px;grid-template-columns:minmax(500px,560px) minmax(0,1fr);box-shadow:0 28px 70px #0b312314}.story-lead{justify-content:center;min-height:600px;padding:76px 72px}.story-lead:after{margin-bottom:26px}.story-lead h2{max-width:440px;font-size:clamp(52px,4.2vw,70px)}.story-lead p{max-width:430px;font-size:22px}.story-card{border-radius:14px;min-height:500px;padding:40px 34px;box-shadow:0 16px 34px #12261d17}.story-avatar{width:74px;height:74px}.story-card h3{font-size:19px}.story-person p{max-width:190px;font-size:16px}.story-card>p{margin-top:14px;font-size:18px;line-height:1.72}.story-next{right:32px}@media (max-width:1500px){.stories-grid.container{width:min(100% - 80px,1480px)}.stories-grid{grid-template-columns:minmax(420px,490px) minmax(0,1fr)}.story-lead{min-height:560px;padding:64px 56px}.story-lead h2{font-size:clamp(46px,4vw,62px)}.story-lead p{font-size:19px}.story-carousel{padding:70px 74px 76px 28px}.story-card{min-height:470px;padding:34px 28px}.story-card h3{font-size:17px}.story-person p,.story-card>p{font-size:16px}}@media (max-width:1200px){.stories-grid.container{width:min(100% - 48px,980px)}.stories-grid{grid-template-columns:1fr}.story-lead{min-height:430px}.story-cards{display:flex}}@media (max-width:640px){.stories-section{padding:72px 0 90px!important}.stories-grid.container{width:min(100% - 28px,520px)}}.stories-section{padding:82px 0 104px!important}.stories-grid.container{width:min(100% - 150px,1740px)}.stories-grid{border-radius:16px;grid-template-columns:minmax(480px,555px) minmax(0,1fr)}.story-lead{min-height:560px;padding:64px 70px}.story-lead:after{margin-bottom:24px;font-size:72px}.story-lead h2{max-width:430px;font-size:clamp(45px,3vw,56px);line-height:1.08}.story-lead p{max-width:420px;margin-top:20px;font-size:19px;line-height:1.65}.story-lead .button{margin-top:30px}.story-carousel{padding:64px 88px 70px 34px}.story-cards{gap:32px}.story-card{min-height:430px;padding:34px 30px 36px}.story-card>div.story-person{grid-template-columns:82px minmax(0,1fr);gap:18px}.story-avatar{border-width:5px;width:82px;height:82px}.story-card h3{font-size:18px;line-height:1.16}.story-person p{max-width:190px;font-size:14px;line-height:1.32}.story-divider{margin:28px 0 24px}.story-card>p{margin:10px 0 48px;font-size:16px;line-height:1.7}.story-card>.story-icon{bottom:30px;left:30px}.story-dots{bottom:36px}@media (max-width:1500px){.stories-grid.container{width:min(100% - 88px,1420px)}.stories-grid{grid-template-columns:minmax(420px,480px) minmax(0,1fr)}.story-lead{min-height:520px;padding:56px 52px}.story-lead h2{max-width:380px;font-size:clamp(42px,3vw,50px)}.story-carousel{padding:56px 70px 64px 28px}.story-cards{gap:24px}.story-card{min-height:410px;padding:30px 26px 34px}.story-card>div.story-person{grid-template-columns:76px minmax(0,1fr);gap:16px}.story-avatar{width:76px;height:76px}}@media (max-width:1200px){.stories-grid.container{width:min(100% - 48px,980px)}.story-lead{min-height:390px}.story-lead h2{max-width:560px}}@media (max-width:640px){.stories-grid.container{width:min(100% - 28px,520px)}.story-lead{min-height:350px;padding:32px 26px}.story-lead h2{font-size:35px}}.home-page .final-cta{background:radial-gradient(circle at 20% 20%,#c59e461f,#0000 30%),linear-gradient(#fffdf8 0%,#fbf7ee 100%);padding:82px 0 26px!important}.home-page .final-cta .cta-card{color:#fff;background:linear-gradient(90deg,#00412bfa 0%,#00442ef0 48%,#00402c85 70%,#00402c33 100%),radial-gradient(circle at 8% 76%,#edc46324,#0000 28%),radial-gradient(circle at 76% 20%,#ffffff1a,#0000 18%),url(/images/niu-building-real.png) 100%/48% 100% no-repeat,#00462f;border:1px solid #edc4632e;border-radius:22px;grid-template-columns:minmax(0,1fr) minmax(360px,470px);align-items:center;gap:74px;width:min(100% - 180px,1810px);min-height:505px;margin:0 auto;padding:58px 104px;display:grid;position:relative;overflow:hidden;box-shadow:0 28px 70px #09302226}.home-page .final-cta .cta-card:before{content:"";border-radius:inherit;width:auto;height:auto;box-shadow:none;pointer-events:none;background:radial-gradient(circle,#edc46338 0 1px,#0000 2px) 64% 8%/14px 14px,radial-gradient(circle,#ffffff21 0 1px,#0000 2px) 3% 28%/12px 12px,linear-gradient(90deg,#0000 0%,#00000014 100%);border:0;position:absolute;inset:0;transform:none}.home-page .final-cta .cta-card:after{content:"";pointer-events:none;background:linear-gradient(90deg,#00442e00,#00442e73);width:36%;display:block;position:absolute;top:0;bottom:0;right:0}.cta-copy,.cta-action-card{z-index:2;position:relative}.cta-eyebrow{color:#f4d477;background:#002e1f2e;border:1px solid #f4d477c7;border-radius:999px;align-items:center;gap:10px;width:fit-content;min-height:46px;margin-bottom:22px;padding:0 20px;font-size:18px;font-weight:700;display:inline-flex}.home-page .cta-card h2{color:#fff;letter-spacing:0;text-shadow:0 5px 22px #00000038;max-width:670px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,4.3vw,76px);line-height:1.05}.home-page .cta-card h2 em{color:#f1c85b;font-style:italic;font-weight:500}.home-page .cta-card p:not(.eyebrow){color:#ffffffd6;max-width:700px;margin:20px 0 0;font-size:22px;line-height:1.45}.cta-benefits{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;max-width:780px;margin-top:34px;display:grid}.cta-benefits span{grid-template-columns:54px minmax(0,1fr);align-items:center;column-gap:14px;min-width:0;display:grid;position:relative}.cta-benefits span:not(:last-child):after{content:"";background:#ffffff3d;width:1px;position:absolute;top:7px;bottom:7px;right:-14px}.cta-benefits svg{color:#f1c85b;background:#ffffff0f;border:1px solid #ffffff52;border-radius:50%;grid-row:span 2;width:54px;height:54px;padding:13px}.cta-benefits b{color:#fff;font-size:16px;line-height:1.25}.cta-benefits small{color:#ffffffad;font-size:15px;line-height:1.25}.cta-action-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#003a2794;border:1px solid #edc4636b;border-radius:14px;justify-self:end;width:min(100%,480px);padding:34px;box-shadow:inset 0 1px #ffffff14}.home-page .cta-card .button-gold{color:#003b28;border-radius:9px;justify-content:center;width:100%;min-height:78px;padding:0 36px;font-size:24px;font-weight:900;box-shadow:0 15px 28px #00000029,inset 0 1px #ffffff70}.cta-or{color:#ffffffb8;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;margin:30px 42px 24px;font-size:16px;display:grid}.cta-or span{background:#ffffff38;height:1px}.cta-phone{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:18px;width:fit-content;margin:0 auto;display:grid}.cta-phone>span{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.cta-phone p{margin:0!important}.cta-phone small{color:#ffffffd1;font-size:18px;line-height:1.25;display:block}.cta-phone strong{color:#f1c85b;margin-top:6px;font-size:22px;line-height:1.2;display:block}.site-footer{color:#fff;background:radial-gradient(circle at 47% 36%,#00704c47,#0000 38%),radial-gradient(circle at 85% 42%,#ffffff0a,#0000 20%),linear-gradient(135deg,#003b28 0%,#004930 50%,#003823 100%);border-radius:0;margin-top:0;padding:0}.footer-grid{grid-template-columns:minmax(360px,1.35fr) repeat(3,minmax(190px,.72fr)) minmax(250px,.75fr);gap:44px;width:min(100% - 160px,1760px);margin:0 auto;padding:42px 0 34px;display:grid;position:relative}.footer-grid:before{content:"";opacity:.08;border:2px solid #fff;border-radius:50%;width:280px;height:280px;position:absolute;top:22%;right:8%}.footer-brand .brand-logo{width:360px;max-width:100%}.footer-brand .brand-logo-seal,.footer-brand .brand-logo-seal img{width:86px;height:86px}.footer-brand .brand-logo-wordmark strong,.footer-brand .brand-logo-wordmark b{color:#fff;letter-spacing:.035em;font-size:23px;line-height:1.1}.footer-grid h3{color:#f1c85b;margin:28px 0 20px;font-family:Georgia,Times New Roman,serif;font-size:24px}.footer-link-group{border-left:1px solid #ffffff2e;padding-left:58px}.footer-link-group h3{color:#fff;margin-top:10px;font-family:Arial,Helvetica,sans-serif;font-size:24px;font-weight:900}.footer-link-group h3:after{background:#f1c85b;width:42px;height:3px;margin-top:15px}.footer-grid a{color:#ffffffe0;margin-bottom:22px;font-size:18px;line-height:1.25}.footer-contact-list .contact-row{color:#ffffffe6;grid-template-columns:26px minmax(0,1fr);gap:14px;margin-bottom:11px;font-size:18px;line-height:1.35}.footer-contact-list .contact-row svg{color:#f1c85b}.contact-row-muted{color:#ffffffd1!important;margin-top:16px!important}.footer-side{min-height:250px;position:relative}.footer-watermark{opacity:.13;width:270px;position:absolute;top:24px;right:0}.footer-watermark img{filter:grayscale()brightness(1.65);width:100%}.footer-bottom{color:#ffffffe6;border-top:1px solid #ffffff38;justify-content:space-between;align-items:center;width:min(100% - 160px,1760px);margin:0 auto;padding:28px 0 32px;font-size:16px;display:flex}.footer-bottom>div{align-items:center;gap:32px;display:flex}.footer-bottom>div>span{background:#ffffff42;width:1px;height:24px}.footer-bottom a{color:#ffffffeb}.footer-bottom .socials{gap:16px;margin:0;display:flex}.footer-bottom .socials a{color:#f1c85b;background:#ffffff0a;border:1px solid #f1c85b73;border-radius:50%;place-items:center;width:52px;height:52px;margin:0;display:grid}@media (max-width:1200px){.home-page .final-cta .cta-card{background:linear-gradient(90deg,#00412bfa,#00442ec2),url(/images/niu-building-real.png) 100%/cover no-repeat,#00462f;grid-template-columns:1fr;gap:34px;width:min(100% - 48px,960px);padding:48px}.cta-action-card{justify-self:start}.cta-benefits{grid-template-columns:1fr}.cta-benefits span:not(:last-child):after{display:none}.footer-grid,.footer-bottom{width:min(100% - 48px,960px)}.footer-grid{grid-template-columns:1fr 1fr}.footer-link-group{padding-left:28px}.footer-side{display:none}}@media (max-width:720px){.home-page .final-cta .cta-card{width:min(100% - 28px,560px);padding:34px 24px}.home-page .cta-card h2{font-size:36px}.home-page .cta-card p:not(.eyebrow){font-size:17px}.cta-action-card{padding:22px}.footer-grid{grid-template-columns:1fr;width:min(100% - 32px,560px)}.footer-brand .brand-logo{gap:14px;width:100%}.footer-brand .brand-logo-seal,.footer-brand .brand-logo-seal img{flex-basis:60px;width:60px;height:60px}.footer-brand .brand-logo-wordmark strong,.footer-brand .brand-logo-wordmark b{letter-spacing:.04em;font-size:15px;line-height:1.1}.footer-link-group{border-left:0;padding-left:0}.footer-bottom{flex-direction:column;align-items:flex-start;width:min(100% - 32px,560px)}.footer-bottom>div{flex-wrap:wrap;gap:18px}}.faq-home{background:radial-gradient(circle at 11% 20%,#d3ae5d21,#0000 28%),radial-gradient(circle at 92% 77%,#00603f0f,#0000 27%),linear-gradient(#fbfaf5 0%,#f5f7f2 100%);position:relative;overflow:hidden;padding:102px 0 112px!important}.faq-home:before{content:"";opacity:.44;background:repeating-radial-gradient(circle,#0000 0 34px,#004a3114 35px 36px,#0000 37px 68px);width:330px;height:330px;position:absolute;top:34px;left:0;transform:translate(-34%)}.faq-home:after{content:"";opacity:.24;background-image:radial-gradient(circle,#0b7653 0 2px,#0000 3px);background-size:18px 18px;width:150px;height:150px;position:absolute;bottom:42px;right:6%}.faq-home-grid{z-index:1;grid-template-columns:minmax(340px,460px) minmax(0,1fr);gap:38px;width:min(100% - 120px,1540px);display:grid;position:relative}.faq-title-card{isolation:isolate;color:#fff;background:linear-gradient(145deg,#004c32f7,#003625f5),url(/images/niu-building-real.png) 50%/cover;border:1px solid #f1c85b3d;border-radius:18px;flex-direction:column;justify-content:center;min-height:470px;padding:52px 48px;display:flex;position:relative;overflow:hidden;box-shadow:0 26px 60px #08302124}.faq-title-card:before{content:"";z-index:-1;opacity:.46;background-image:radial-gradient(circle,#ffffff3d 0 2px,#0000 3px);background-size:22px 22px;height:190px;position:absolute;inset:auto -40px -56px}.faq-title-card:after{content:"?";z-index:-1;color:#ffffff0f;font-family:Georgia,Times New Roman,serif;font-size:210px;font-weight:900;line-height:1;position:absolute;top:20px;right:28px}.faq-orbit{border:1px solid #f1c85b33;border-radius:50%;width:220px;height:220px;position:absolute;bottom:-76px;right:-76px;box-shadow:0 0 0 42px #f1c85b0e}.faq-title-card>svg{color:#f1c85b;stroke-width:1.8px;width:58px;height:58px;margin-bottom:24px}.faq-title-card .eyebrow{color:#f1c85b;letter-spacing:.16em;margin:0 0 16px;font-size:13px}.faq-title-card h2{color:#fff;max-width:330px;margin:0;font-size:clamp(42px,3.6vw,58px);line-height:1.05}.faq-title-card>span:not(.faq-orbit){color:#ffffffc7;max-width:340px;margin-top:20px;font-size:17px;line-height:1.6;display:block}.faq-help-link{background:linear-gradient(#f8d875,#e7ad33);border-radius:8px;align-items:center;gap:10px;width:fit-content;min-height:48px;padding:0 18px;font-weight:900;color:#003b28!important;margin-top:30px!important;font-size:15px!important;display:inline-flex!important}.faq-home .faq-list{grid-template-columns:1fr 1fr;align-content:center;gap:18px;display:grid}.faq-home .faq-list details{background:#ffffffeb;border:1px solid #074a311f;border-radius:14px;min-height:76px;position:relative;overflow:hidden;box-shadow:0 18px 42px #0a2e200f}.faq-home .faq-list details[open]{background:linear-gradient(#fffffffa,#fffdf8f0);border-color:#006e4a42;grid-row:span 2;box-shadow:0 24px 54px #0a2e201a}.faq-home .faq-list summary{color:#142119;cursor:pointer;align-items:center;gap:14px;min-height:76px;padding:20px 58px 20px 24px;font-size:17px;font-weight:900;line-height:1.35;list-style:none;display:flex;position:relative}.faq-home .faq-list summary::-webkit-details-marker{display:none}.faq-home .faq-list summary:before{content:"";background:#0c7653;border-radius:50%;flex:0 0 10px;width:10px;height:10px;box-shadow:0 0 0 5px #0c76531a}.faq-home .faq-list summary:after{content:"+";color:#0c7653;background:#fff;border:1.5px solid #0c765347;border-radius:50%;place-items:center;width:32px;height:32px;font-size:20px;font-weight:600;line-height:1;transition:background .2s,color .2s,border-color .2s;display:grid;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.faq-home .faq-list details[open] summary:after{content:"−";color:#fff;background:#0c7653;border-color:#0c7653}.faq-home .faq-list p{color:#526058;margin:0;padding:0 58px 28px 48px;font-size:16px;line-height:1.7}@media (max-width:1100px){.faq-home-grid{grid-template-columns:1fr;width:min(100% - 48px,900px)}.faq-title-card{min-height:360px}}@media (max-width:720px){.faq-home{padding:72px 0 82px!important}.faq-home-grid{width:min(100% - 28px,560px)}.faq-title-card{min-height:320px;padding:34px 26px}.faq-title-card h2{font-size:36px}.faq-home .faq-list{grid-template-columns:1fr}.faq-home .faq-list details[open]{grid-row:auto}}.faq-home{background:radial-gradient(circle at 9% 8%,#cda74e21,#0000 25%),radial-gradient(circle at 88% 74%,#00674514,#0000 24%),linear-gradient(#fffdf8 0%,#f6f7f1 100%);padding:54px 0 72px!important}.faq-home-grid{grid-template-columns:minmax(390px,500px) minmax(0,1fr);align-items:stretch;gap:42px;width:min(100% - 150px,1700px)}.faq-title-card{border-radius:18px;justify-content:center;min-height:520px;padding:58px 54px}.faq-title-card h2{max-width:360px;font-size:clamp(46px,3.8vw,64px)}.faq-title-card>span:not(.faq-orbit){max-width:360px;font-size:18px}.faq-home .faq-list{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-content:center;gap:20px 22px}.faq-home .faq-list details{background:#fff;border-radius:13px;min-height:92px}.faq-home .faq-list details[open]{grid-row:span 2;min-height:214px}.faq-home .faq-list summary{min-height:92px;padding:22px 66px 22px 28px;font-size:18px}.faq-home .faq-list p{padding:0 66px 30px 58px;font-size:17px}@media (min-width:1101px){.faq-home .faq-list details:nth-child(4){grid-column:1}}@media (max-width:1100px){.faq-home{padding:70px 0 84px!important}.faq-home-grid{grid-template-columns:1fr;width:min(100% - 48px,920px)}.faq-title-card{min-height:360px}}@media (max-width:720px){.faq-home-grid{width:min(100% - 28px,560px)}.faq-home .faq-list{grid-template-columns:1fr}.faq-home .faq-list details,.faq-home .faq-list details[open]{min-height:auto}.faq-title-card h2{max-width:none;font-size:32px}}.home-page .about-final-cta{background:linear-gradient(#fbfaf7 0%,#f5f2e9 100%);padding:96px 0 48px;position:relative;overflow:hidden}.home-page .about-final-cta .cta-card{width:min(100% - 96px,1440px);min-height:420px;color:var(--white);background:linear-gradient(90deg,#003423fa 0%,#003d29eb 38%,#003d2985 64%,#003d291f 100%),url(/images/generated/admissions-cta-campus.png) 50%/cover no-repeat,#003b28;border:1px solid #f1c85b38;border-radius:18px;grid-template-columns:minmax(0,1fr) minmax(330px,430px);align-items:center;gap:48px;margin:0 auto;padding:58px 64px;display:grid;position:relative;overflow:hidden;box-shadow:0 30px 80px #052f202e}.home-page .about-final-cta .cta-card:before{content:"";border-radius:inherit;pointer-events:none;background:radial-gradient(circle at 12% 22%,#f1c85b2e,#0000 24%),radial-gradient(circle at 6% 78%,#ffffff1a,#0000 22%),radial-gradient(circle,#fff3 0 1px,#0000 2px) 36px 58%/18px 18px;position:absolute;inset:0}.home-page .about-final-cta .cta-card:after{content:"";pointer-events:none;background:linear-gradient(#0000,#002b1d85);height:40%;position:absolute;inset:auto 0 0}.home-page .about-final-cta .cta-card>div{z-index:1;position:relative}.home-page .about-final-cta .eyebrow{color:#f1c85b;letter-spacing:.12em;text-transform:uppercase;background:#00271a57;border:1px solid #f1c85b8a;border-radius:999px;align-items:center;width:fit-content;min-height:36px;margin:0 0 18px;padding:0 16px;font-size:12px;line-height:1;display:inline-flex}.home-page .about-final-cta .cta-card h2{max-width:660px;color:var(--white);letter-spacing:0;text-shadow:0 8px 28px #0000003d;margin:0;font-family:Georgia,Times New Roman,serif;font-size:56px;line-height:1.04}.home-page .about-final-cta .cta-card h2 em{color:#f1c85b;font-style:italic;font-weight:500}.home-page .about-final-cta .cta-card p:not(.eyebrow){color:#ffffffdb;max-width:610px;margin:18px 0 0;font-size:20px;line-height:1.5}.home-page .about-final-cta .cta-card .button-gold{color:#003b28;border-radius:10px;justify-content:center;width:100%;min-height:62px;padding:0 24px;font-size:20px;font-weight:900;box-shadow:0 18px 34px #0000002e,inset 0 1px #ffffff80}.home-page .about-final-cta .about-cta-actions{z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0034239e;border:1px solid #fff3;border-radius:14px;gap:18px;padding:24px;display:grid;position:relative;box-shadow:inset 0 1px #ffffff14}.home-page .about-final-cta .about-cta-points{grid-template-columns:1fr;gap:10px;display:grid}.home-page .about-final-cta .about-cta-points span{color:#ffffffe6;background:#ffffff14;border:1px solid #ffffff24;border-radius:8px;align-items:center;gap:10px;min-width:0;min-height:44px;padding:10px 12px;font-size:15px;line-height:1.25;display:flex}.home-page .about-final-cta .about-cta-points svg{color:#f1c85b;flex:none}@media (max-width:900px){.home-page .about-final-cta .cta-card{background:linear-gradient(90deg,#003423fa,#003d29c7),url(/images/generated/admissions-cta-campus.png) 50%/cover no-repeat,#003b28;grid-template-columns:1fr;align-items:stretch;width:min(100% - 48px,820px);min-height:0;padding:42px}.home-page .about-final-cta .cta-card h2{font-size:42px}.home-page .about-final-cta .cta-card p:not(.eyebrow){font-size:18px}.home-page .about-final-cta .about-cta-actions{max-width:430px}}@media (max-width:560px){.home-page .about-final-cta{padding:64px 0 32px}.home-page .about-final-cta .cta-card{border-radius:14px;gap:26px;width:min(100% - 28px,520px);padding:30px 22px}.home-page .about-final-cta .cta-card h2{font-size:34px;line-height:1.08}.home-page .about-final-cta .cta-card p:not(.eyebrow){font-size:16px}.home-page .about-final-cta .about-cta-actions{padding:16px}.home-page .about-final-cta .about-cta-points span{font-size:14px}}.nav-menu a.active{color:#edc463}body:has(.about-page) .nav-menu a[href=\/about]{color:#edc463}body:has(.programs-page) .nav-menu a[href=\/programs]{color:#edc463}.nav-menu a.active:after{background:#edc463;transform:scaleX(1)}body:has(.about-page) .nav-menu a[href=\/about]:after{background:#edc463;transform:scaleX(1)}body:has(.programs-page) .nav-menu a[href=\/programs]:after{background:#edc463;transform:scaleX(1)}body:has(.programs-page){--programs-dark:#013d2c;--programs-deep:#06261e;--programs-green:#007a54;--programs-soft:#eef6ef;--programs-gold:#d6a83f;background:#f7f8f4}.programs-page{background:linear-gradient(#f8f9f5 0 420px,#fff 100%)}.programs-page .programs-hero{background:linear-gradient(90deg,#013d2cf0,#007a54d6),url(/images/programs/4-axborot-tizimlari-va-texnologiyalari.png) 50%/cover;min-height:318px;padding:78px 0 64px}.programs-page .programs-hero:before{content:"";opacity:.12;filter:grayscale();background:url(/brand/niu-seal.png) 50%/contain no-repeat;width:230px;height:230px;position:absolute;top:42px;right:min(8vw,120px)}.programs-page .programs-hero:after{width:auto;height:1px;box-shadow:none;background:#d6a83f6b;border:0;inset:auto 0 0}.programs-page .programs-hero .container{z-index:1;max-width:1180px;position:relative}.programs-page .programs-hero .eyebrow,.programs-page .programs-consult .eyebrow{color:var(--programs-gold);letter-spacing:0;font-size:13px}.programs-page .programs-hero h1{color:#fff;overflow-wrap:break-word;max-width:720px;font-size:64px;line-height:1.02}.programs-page .programs-hero p:not(.eyebrow){color:#ffffffe6;max-width:620px;margin-top:22px;font-size:17px;line-height:1.6}.programs-page .programs-list-section{background:linear-gradient(#f7f8f4fa,#fff 58%),#fff;padding:52px 0 96px}.programs-page .programs-list-section .container{max-width:1240px}.programs-page .programs-toolbar{grid-template-columns:minmax(0,1fr) minmax(260px,380px);align-items:end;gap:28px;margin-bottom:24px;display:grid}.programs-page .programs-toolbar-copy p{color:var(--programs-gold);letter-spacing:0;text-transform:uppercase;margin:0 0 10px;font-size:13px;font-weight:900}.programs-page .programs-toolbar-copy h2{color:#111d18;overflow-wrap:break-word;max-width:620px;margin:0;font-size:44px;line-height:1.08}.programs-page .programs-toolbar-copy span{color:#5d6c65;max-width:610px;margin-top:14px;font-size:16px;line-height:1.7;display:block}.programs-page .programs-search{background:#fff;border:1px solid #013d2c1f;border-radius:8px;align-items:center;gap:10px;min-height:54px;padding:0 18px;display:flex;box-shadow:0 16px 38px #042a1f14}.programs-page .programs-search svg{color:var(--programs-green);flex:none}.programs-page .programs-search input{color:#12241b;width:100%;min-width:0;font:inherit;background:0 0;border:0;outline:0;font-weight:800}.programs-page .programs-search input::placeholder{color:#7b8982}.programs-page .programs-filter-row{justify-content:space-between;align-items:center;gap:18px;margin-bottom:28px;display:flex}.programs-page .filter-tabs{gap:10px;margin-bottom:0}.programs-page .filter-tabs button{color:#0a6047;min-height:46px;box-shadow:none;background:#fff;border:1px solid #013d2c1f;border-radius:8px;align-items:center;gap:10px;padding:0 10px 0 16px;display:inline-flex}.programs-page .filter-tabs button b{color:#52675f;background:#eef6ef;border-radius:999px;place-items:center;min-width:28px;height:28px;padding:0 8px;font-size:12px;display:grid}.programs-page .filter-tabs button.is-active{color:#fff;border-color:var(--programs-dark);background:var(--programs-dark)}.programs-page .filter-tabs button.is-active b{color:#173523;background:var(--programs-gold)}.programs-page .programs-result-count{color:#60716a;white-space:nowrap;margin:0;font-size:14px;font-weight:900}.programs-page .program-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.programs-page .program-detail-card{background:#fff;border:1px solid #013d2c1a;border-radius:8px;flex-direction:column;min-height:492px;padding:0;display:flex;box-shadow:0 18px 42px #042a1f1a}.programs-page .program-detail-card:hover{border-color:#007a5447;transform:translateY(-3px);box-shadow:0 26px 62px #042a1f26}.programs-page .program-detail-media{border-radius:8px 8px 0 0;height:202px;margin:0}.programs-page .program-detail-media:after{background:linear-gradient(#02261d05 22%,#02261db8 100%)}.programs-page .program-detail-media .small-icon{width:48px;height:48px;color:var(--programs-gold);background:#013d2ce0;border:1px solid #d6a83fc7;border-radius:8px;bottom:18px;right:18px;box-shadow:inset 0 1px #ffffff2e}.programs-page .program-detail-body{flex-direction:column;flex:1;padding:24px 22px 22px;display:flex}.programs-page .program-detail-body>p:first-of-type{color:#b18429;letter-spacing:.06em;text-transform:uppercase;margin:0;font-size:12px;font-weight:900}.programs-page .program-detail-card h2{color:#101a16;min-height:72px;margin:12px 0 0;font-size:24px;line-height:1.25}.programs-page .program-detail-description{color:#40514a;margin-top:12px;font-size:15px;line-height:1.65}.programs-page .program-detail-card ul{gap:8px;margin:auto 0 0;padding-top:16px;display:grid}.programs-page .program-detail-card li{color:#0b684c;gap:10px;font-size:14px;font-weight:900;line-height:1.35}.programs-page .program-detail-card li svg{flex:none}.programs-page .program-detail-card .text-link{color:#005f45;border-top:1px solid #013d2c1a;justify-content:space-between;margin-top:18px;padding-top:18px;font-size:15px}.programs-page .program-offerings li{background:#f0f7f1;border-color:#007a5421;align-items:stretch;padding:12px 14px}.programs-page .program-offerings .offering-form{color:#17815d;font-size:14px}.programs-page .program-offerings .offering-meta{justify-content:space-between;gap:10px;width:100%;margin-left:0}.programs-page .program-offerings .offering-duration{color:#687a72;font-size:13px}.programs-page .program-offerings .offering-price{color:#168058;font-size:15px}.programs-page .programs-consult{background:radial-gradient(circle at 91%,#ffffff12,#0000 24%),linear-gradient(112deg,#00724b 0%,#00764e 50%,#006a47 100%);min-height:290px;padding:76px 0;overflow:hidden}.programs-page .programs-consult:before{content:"";opacity:.13;filter:grayscale();background:url(/brand/niu-seal.png) 50%/contain no-repeat;width:285px;height:285px;position:absolute;top:-18px;right:78px}.programs-page .programs-consult:after{border-color:#f2c64d38;width:260px;height:260px;inset:-12px -34px auto auto}.programs-page .programs-consult .section-row{z-index:1;align-items:center;margin-bottom:0;position:relative}.programs-page .programs-consult .section-heading h2{color:#fff;max-width:620px;font-size:45px;line-height:1.08}.programs-page .programs-consult .section-heading h2 em{color:#fff}.programs-page .programs-consult .button-gold{color:#1d2d19;min-width:232px;min-height:56px;margin-top:28px;font-size:16px}body:has(.programs-page) .site-footer{color:#ffffffd6;background:radial-gradient(circle at 88% 48%,#ffffff0f,#0000 22%),linear-gradient(#003923 0%,#002d1e 100%);padding:38px 0 28px}body:has(.programs-page) .site-footer:after{color:#0000;opacity:.12;filter:grayscale();background:url(/brand/niu-seal.png) 50%/contain no-repeat;border:0;width:245px;height:245px;top:78px;right:82px}body:has(.programs-page) .footer-grid{grid-template-columns:minmax(360px,1.4fr) repeat(3,minmax(140px,.7fr)) minmax(170px,.55fr);gap:44px;width:min(1280px,100% - 112px);padding-bottom:34px}body:has(.programs-page) .footer-brand .brand-logo{width:360px}:is(body:has(.programs-page) .footer-brand .brand-logo-wordmark strong,body:has(.programs-page) .footer-brand .brand-logo-wordmark b){overflow-wrap:normal}:is(body:has(.programs-page) .footer-contact-list h3,body:has(.programs-page) .footer-grid h3){color:#fff;font-size:20px}body:has(.programs-page) .footer-link-group h3:after{content:"";background:var(--programs-gold);width:34px;height:2px;margin-top:14px;display:block}body:has(.programs-page) .footer-grid a{color:#ffffffd1;font-size:15px}body:has(.programs-page) .contact-row{color:#ffffffd1;font-size:15px}body:has(.programs-page) .contact-row svg{color:var(--programs-gold)}body:has(.programs-page) .footer-bottom{color:#ffffffc2;width:min(1280px,100% - 112px);margin-top:0}body:has(.programs-page) .socials a{width:40px;height:40px;color:var(--programs-gold);border:1px solid #f2c64d7a;border-radius:50%;place-items:center;margin:0;display:grid}@media (max-width:1100px){.programs-page .program-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.programs-page .programs-toolbar{grid-template-columns:1fr}.programs-page .programs-search{max-width:520px}}@media (max-width:860px){.programs-page .programs-hero{min-height:300px;padding:64px 0 58px}.programs-page .programs-hero:before{width:250px;height:250px;top:40px;right:-40px}.programs-page .programs-hero h1{font-size:46px}.programs-page .program-detail-grid{grid-template-columns:1fr}.programs-page .program-detail-card,.programs-page .program-detail-card h2{min-height:0}.programs-page .program-detail-card ul{margin-top:18px;padding-top:0}.programs-page .programs-filter-row{align-items:stretch;display:grid}.programs-page .program-detail-card .text-link{margin-top:16px;padding-top:16px}.programs-page .programs-consult .section-heading h2{font-size:36px}:is(body:has(.programs-page) .footer-grid,body:has(.programs-page) .footer-bottom){width:min(100% - 28px, var(--max))}}@media (max-width:520px){.programs-page .programs-hero h1{text-wrap:auto;max-width:340px;font-size:34px;line-height:1.08}.programs-page .programs-hero p:not(.eyebrow){text-wrap:auto;max-width:330px;font-size:15px;line-height:1.55}.programs-page .programs-list-section{padding:38px 0 66px}.programs-page .programs-toolbar-copy h2{max-width:340px;font-size:30px}.programs-page .programs-toolbar-copy span{max-width:335px;font-size:15px}.programs-page .filter-tabs{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.programs-page .filter-tabs button{justify-content:space-between;padding:0 10px 0 12px}.programs-page .program-detail-media{height:176px}.programs-page .program-detail-body{padding:20px 18px}.programs-page .program-offerings .offering-meta{display:grid}.programs-page .programs-consult .button-gold{width:100%}}body:has(.news-page){--news-dark:#003622;--news-deep:#002b1c;--news-green:#08734f;--news-gold:#edc463;background:#fbfaf7}.news-page{background:radial-gradient(circle at 50% 47%,#edc4630d,#0000 26%),#fbfaf7}.news-hero{color:#fff;background:radial-gradient(circle at 80% 36%,#1e9a6699,#0000 34%),linear-gradient(118deg,#006441 0%,#0c744d 45%,#0b6a49 100%);min-height:446px;position:relative;overflow:hidden}.news-hero:before,.news-hero:after,.news-contact-section:after{content:"";pointer-events:none;border:1px solid #edc46338;border-radius:999px;position:absolute}.news-hero .container{z-index:1;align-items:center;max-width:1070px;min-height:446px;display:flex;position:relative}.news-hero .eyebrow,.news-contact-section .eyebrow{color:var(--news-gold);letter-spacing:.14em;font-size:13px}.news-hero h1{color:#fff;letter-spacing:0;max-width:590px;margin:14px 0 0;font-family:Georgia,Times New Roman,serif;font-size:68px;font-weight:800;line-height:.98}.news-hero p:not(.eyebrow){color:#ffffffeb;max-width:505px;margin:28px 0 0;font-size:18px;line-height:1.65}.news-hero-mark{opacity:.16;filter:grayscale();width:360px;height:360px;position:absolute;top:34px;right:114px}.news-hero-mark:after{content:"";border:1px solid #edc46333;border-radius:50%;position:absolute;inset:-26px}.news-hero-mark img{object-fit:contain;width:100%;height:100%}.news-list-section .container,.news-contact-section .container{max-width:1070px}.news-page-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;display:grid}.news-page-card{background:#fff;border:1px solid #12241b14;border-radius:8px;min-height:318px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 20px 54px #052f2014}.news-page-card:hover{transform:translateY(-4px);box-shadow:0 26px 70px #052f2024}.news-page-featured{color:#fff;grid-column:span 2;min-height:390px}.news-page-featured>img{object-fit:cover;transition:transform .35s}.news-page-featured:hover>img{transform:scale(1.035)}.news-card-overlay{background:linear-gradient(90deg,#00311fe0 0%,#00311fa3 42%,#00311f1f 100%),linear-gradient(#00311f14,#00311f7a);position:absolute;inset:0}.news-card-content,.news-card-body{z-index:1;flex-direction:column;display:flex;position:relative}.news-page-media{height:156px;margin:0;position:relative;overflow:hidden}.news-page-media img{object-fit:cover;transition:transform .35s}.news-page-card:hover .news-page-media img{transform:scale(1.045)}.news-page-media:after{background:linear-gradient(#052f2000,#052f202e)}.news-card-meta{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.news-card-meta p{color:var(--news-green);align-items:center;gap:7px;margin:0;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.news-page-featured .news-card-meta p{color:#fff}.news-card-meta svg{flex:none}.news-card-meta span{color:#c99d3c;text-align:right;text-transform:uppercase;font-size:11px;font-weight:900;line-height:1.2}.news-page-featured .news-card-meta span{color:var(--news-gold)}.news-page-card h2{color:#14271d;letter-spacing:0;margin:0;font-size:22px;font-weight:900;line-height:1.18}.news-page-featured h2{color:#fff;max-width:380px;font-size:36px;line-height:1.08}.news-card-body>p,.news-card-content>p{color:#66746b;margin:14px 0 0;font-size:14px;line-height:1.58}.news-page-featured .news-card-content>p{color:#ffffffeb;max-width:360px;font-size:16px}.news-page-card .text-link{width:fit-content;color:var(--news-green);align-items:center;gap:8px;margin-top:auto;padding-top:24px;font-size:14px;font-weight:900;display:inline-flex}.news-page-featured .text-link{color:#fff}.news-pagination{justify-content:center;align-items:center;gap:14px;margin-top:52px;display:flex}.news-pagination a,.news-pagination span{color:#0d5b3e;background:#fff;border:1px solid #08734f38;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:900;display:inline-flex}.news-pagination span{background:0 0;border:0;width:28px}.news-pagination a.active{color:#fff;background:linear-gradient(135deg,#08734f,#0b8a5d);box-shadow:0 14px 32px #08734f3d}.news-contact-section{background:radial-gradient(circle at 9% 14%,#edc46314,#0000 24%),linear-gradient(#f4f1e9 0%,#fbfaf7 100%);padding:58px 0 60px;position:relative;overflow:hidden}.news-contact-section .section-row{z-index:1;justify-content:space-between;align-items:center;gap:40px;display:flex;position:relative}.news-contact-section .section-heading{max-width:620px}.news-contact-section .section-heading h2{color:#113525;max-width:610px;font-family:Georgia,Times New Roman,serif;font-size:44px;line-height:1.02}.news-contact-section .section-heading h2 em,.news-contact-section .section-heading .accent{color:#0b8157;font-style:italic}.news-contact-section .button-ghost{color:#143323;border-color:#12241b1c;min-width:168px;min-height:54px;box-shadow:0 16px 34px #052f201f}@media (max-width:1020px){.news-hero h1{font-size:58px}.news-hero-mark{opacity:.11;right:34px}.news-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-page-featured{grid-column:span 2}}@media (max-width:760px){.news-hero,.news-hero .container{min-height:390px}.news-hero h1{font-size:46px}.news-hero p:not(.eyebrow){font-size:16px}.news-hero-mark{width:270px;height:270px;top:80px;right:-72px}.news-page-grid{grid-template-columns:1fr}.news-page-featured{grid-column:span 1;min-height:430px}.news-card-content{width:100%;min-height:430px}.news-page-featured h2{font-size:32px}.news-contact-section .section-row{flex-direction:column;align-items:flex-start}.news-contact-section .section-heading h2{font-size:36px}}@media (max-width:520px){.news-list-section .container,.news-contact-section .container,.news-hero .container{width:min(100% - 28px, var(--max))}.news-hero h1{font-size:38px}.news-page-card h2{font-size:20px}.news-card-meta{flex-direction:column;align-items:flex-start;gap:8px}.news-pagination{gap:8px}.news-pagination a,.news-pagination span{width:38px;height:38px}}body:has(.news-detail-page){--news-detail-dark:#073426;--news-detail-green:#0d6b4b;--news-detail-gold:#e5b94c;--news-detail-ink:#10291f;--news-detail-muted:#617268;--news-detail-line:#0936261f;background:#fbfaf7}.news-detail-page{background:radial-gradient(circle at 12% 35%,#e5b94c12,#0000 24%),#fbfaf7;overflow:hidden}.news-detail-page img{object-fit:cover}.news-detail-hero{background:linear-gradient(90deg,#fbfaf7 0% 43%,#eef2ed 100%);position:relative}.news-detail-hero-inner{grid-template-columns:minmax(360px,.9fr) minmax(420px,1.25fr);max-width:1220px;min-height:584px;padding-top:54px;padding-bottom:54px;display:grid;position:relative}.news-detail-hero-copy{z-index:2;flex-direction:column;justify-content:center;max-width:560px;padding:18px 0 22px;display:flex;position:relative}.news-detail-breadcrumbs{color:#245d48;flex-wrap:wrap;align-items:center;gap:18px;margin-bottom:28px;font-size:13px;font-weight:800;display:flex}.news-detail-breadcrumbs a,.news-detail-breadcrumbs span{color:inherit}.news-detail-breadcrumbs>:not(:first-child):before{content:"›";color:#245d487a;margin-right:18px}.news-detail-badge{color:#173322;background:var(--news-detail-gold);text-transform:uppercase;border-radius:999px;align-items:center;width:fit-content;min-height:24px;margin-bottom:24px;padding:0 13px;font-size:12px;font-weight:900;display:inline-flex}.news-detail-meta{color:#5d6e64;flex-wrap:wrap;align-items:center;gap:20px;margin-bottom:26px;font-size:14px;font-weight:700;display:flex}.news-detail-meta span,.news-detail-side-card dt{align-items:center;gap:9px;display:inline-flex}.news-detail-meta img,.news-detail-side-card dt img{object-fit:contain}.news-detail-hero h1{color:var(--news-detail-dark);letter-spacing:0;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,serif;font-size:62px;font-weight:800;line-height:.98}.news-detail-hero-copy>p{color:#3c4f46;max-width:440px;margin:26px 0 0;font-size:17px;line-height:1.7}.news-detail-hero-media{position:absolute;inset:0 calc(-50vw + min(1220px,100vw - 48px)/2) 0 42%;overflow:hidden}.news-detail-hero-media:before{content:"";z-index:1;background:linear-gradient(90deg,#fbfaf7 0%,#fbfaf7f0 48%,#fbfaf700 100%);width:48%;position:absolute;inset:0 auto 0 0}.news-detail-body-section{background:#fff;padding:58px 0 72px}.news-detail-layout{grid-template-columns:minmax(0,1fr) 350px;gap:72px;max-width:1070px;display:grid}.news-detail-article{color:#243a30;min-width:0}.news-detail-article p{color:#263d34;margin:0 0 24px;font-size:17px;line-height:1.78}.news-detail-richtext>:first-child{margin-top:0}.news-detail-richtext ul,.news-detail-richtext ol{color:#263d34;margin:0 0 26px 22px;padding:0;font-size:16px;line-height:1.72}.news-detail-richtext li+li{margin-top:8px}.news-detail-richtext img{border-radius:8px;max-width:100%;height:auto;margin:30px 0;display:block}.news-detail-richtext a{color:var(--news-detail-green);text-underline-offset:3px;font-weight:800;text-decoration:underline}.news-detail-article .news-detail-lead{padding-left:68px;position:relative}.news-detail-article .news-detail-lead:first-letter{float:left;color:var(--news-detail-green);margin:11px 14px 0 -68px;font-family:Georgia,Times New Roman,serif;font-size:104px;line-height:.72}.news-detail-article h2,.news-detail-side-card h2{color:var(--news-detail-ink);letter-spacing:0;margin:0 0 24px;font-family:Georgia,Times New Roman,serif;font-weight:800}.news-detail-article h2{margin-top:46px;font-size:28px;line-height:1.12}.news-detail-article blockquote{border-left:4px solid var(--news-detail-gold);margin:0 0 30px;padding:8px 0 8px 52px;position:relative}.news-detail-article blockquote:before{content:"“";color:var(--news-detail-green);font-family:Georgia,Times New Roman,serif;font-size:44px;line-height:1;position:absolute;top:2px;left:22px}.news-detail-article blockquote p{color:#34443c;margin-bottom:15px;font-family:Georgia,Times New Roman,serif;font-size:18px;font-style:italic;font-weight:700;line-height:1.72}.news-detail-article blockquote cite{color:#66766d;font-size:14px;font-style:normal}.news-detail-summary-card{background:linear-gradient(135deg,#0d6b4b0f,#e5b94c0f),#f8f8f4;border-radius:8px;margin-top:42px;padding:28px 28px 24px;box-shadow:inset 0 0 0 1px #0936260d}.news-detail-summary-card h3{color:var(--news-detail-ink);margin:0 0 22px;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:1.16}.news-detail-summary-card ul{gap:12px;margin:0 0 30px;padding:0;list-style:none;display:grid}.news-detail-summary-card li{color:#253d32;padding-left:30px;font-size:15px;font-weight:700;line-height:1.5;position:relative}.news-detail-summary-card li:before{content:"✓";color:#fff;background:var(--news-detail-green);border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:12px;font-weight:900;display:inline-flex;position:absolute;top:1px;left:0}.news-detail-summary-card figure{margin:0}.news-detail-summary-card figure img{border-radius:7px;width:100%;height:auto;display:block}.news-detail-summary-card figcaption{color:#6f7a74;margin-top:13px;font-size:13px;font-style:italic;line-height:1.5}.news-detail-sidebar{align-content:start;gap:22px;display:grid}.news-detail-side-card{background:linear-gradient(145deg,#fffffff5,#f8f8f4f5),#fff;border:1px solid #0b34250f;border-radius:8px;padding:30px 30px 28px;box-shadow:0 22px 55px #04251912}.news-detail-side-card h2{font-size:24px}.news-detail-side-card dl{gap:20px;margin:0;display:grid}.news-detail-side-card dl div{grid-template-columns:1fr auto;align-items:center;gap:18px;display:grid}.news-detail-side-card dt{color:#53665c;font-size:14px;font-weight:800}.news-detail-side-card dd{color:#26372f;text-align:right;margin:0;font-size:14px;font-weight:900}.news-detail-side-card dd span{background:var(--news-detail-gold);color:#143323;border-radius:999px;align-items:center;min-height:24px;padding:0 10px;font-size:12px;display:inline-flex}.news-detail-share{align-items:center;gap:14px;display:flex}.news-detail-share a{color:#fff;text-transform:uppercase;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:13px;font-weight:900;display:inline-flex}.news-detail-share .whatsapp{background:#26bd52}.news-detail-share .telegram{background:#2da5dc}.news-detail-share .facebook{background:#315795}.news-detail-share .linkedin{background:#0e74a9;font-size:11px}.news-detail-share .copy{color:#26372f;background:#fff;border:1px solid #0a34253d}.news-detail-author>div{align-items:center;gap:16px;margin-bottom:20px;display:flex}.news-detail-author img{border-radius:50%}.news-detail-author p{gap:6px;margin:0;display:grid}.news-detail-author strong{color:#192f25;font-size:15px;line-height:1.3}.news-detail-author span{color:#5e7168;font-size:14px}.news-detail-author>a,.news-detail-related-all{color:var(--news-detail-green);align-items:center;gap:8px;font-size:14px;font-weight:900;display:inline-flex}.news-detail-related{display:grid}.news-detail-related>a:not(.news-detail-related-all){color:inherit;grid-template-columns:96px 1fr;gap:14px;padding:0 0 20px;display:grid}.news-detail-related>a+a:not(.news-detail-related-all){padding-top:2px}.news-detail-related>a img{border-radius:7px;width:96px;height:66px}.news-detail-related small{color:#738177;margin-bottom:5px;font-size:12px;font-weight:800;display:block}.news-detail-related strong{color:#182f24;font-size:14px;line-height:1.34;display:block}.news-detail-related-all{justify-self:end;margin-top:10px}.news-detail-contact{background:radial-gradient(circle at 5% 55%,#08342614,#0000 22%),linear-gradient(90deg,#f3f1ea 0%,#faf8f1 100%);padding:56px 0 60px;position:relative;overflow:hidden}.news-detail-contact:before,.news-detail-contact:after{content:"";pointer-events:none;border:1px solid #e5b94c6b;border-radius:50%;position:absolute}.news-detail-contact:before{opacity:.22;width:260px;height:260px;top:10px;left:-110px}.news-detail-contact:after{width:230px;height:230px;top:30px;right:-46px}.news-detail-contact-inner{z-index:1;justify-content:space-between;align-items:center;gap:48px;max-width:1070px;display:flex;position:relative}.news-detail-contact p{color:var(--news-detail-green);text-transform:uppercase;margin:0 0 16px;font-size:13px;font-weight:900}.news-detail-contact h2{max-width:420px;color:var(--news-detail-ink);margin:0;font-family:Georgia,Times New Roman,serif;font-size:40px;line-height:1.06}.news-detail-contact-inner>div>span{color:#53635b;max-width:460px;margin-top:16px;font-size:16px;line-height:1.65;display:block}.news-detail-contact a{border:1px solid var(--news-detail-gold);color:#22352d;background:#ffffff6b;border-radius:7px;justify-content:center;align-items:center;gap:12px;min-width:194px;min-height:54px;padding:0 28px;font-weight:900;display:inline-flex}@media (max-width:1040px){.news-detail-hero-inner{grid-template-columns:1fr;min-height:auto;padding-bottom:390px}.news-detail-hero-media{height:430px;inset:auto 0 0}.news-detail-hero-media:before{background:linear-gradient(#fbfaf7 0%,#fbfaf700 100%);width:100%;height:42%}.news-detail-layout{grid-template-columns:1fr;gap:42px}.news-detail-sidebar{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.news-detail-hero-inner,.news-detail-layout,.news-detail-contact-inner{width:min(100% - 28px, var(--max))}.news-detail-hero-inner{padding-top:36px;padding-bottom:300px}.news-detail-hero h1{font-size:42px;line-height:1.03}.news-detail-hero-copy>p,.news-detail-article p{font-size:16px}.news-detail-hero-media{height:330px}.news-detail-body-section{padding-top:38px}.news-detail-article .news-detail-lead{padding-left:0}.news-detail-article .news-detail-lead:first-letter{float:none;font-size:inherit;line-height:inherit;margin:0}.news-detail-summary-card,.news-detail-side-card{padding:24px 20px}.news-detail-sidebar{grid-template-columns:1fr}.news-detail-contact-inner{flex-direction:column;align-items:flex-start}.news-detail-contact h2{font-size:34px}}@media (max-width:460px){.news-detail-breadcrumbs{gap:10px;font-size:12px}.news-detail-breadcrumbs>:not(:first-child):before{margin-right:10px}.news-detail-hero h1{font-size:34px}.news-detail-side-card dl div,.news-detail-related>a:not(.news-detail-related-all){grid-template-columns:1fr}.news-detail-side-card dd{text-align:left}.news-detail-related>a img{aspect-ratio:16/9;width:100%;height:auto}}body:has(.research-page){background:#fbfaf6}.research-page{--research-green:#08784f;--research-deep:#003d28;--research-gold:#d59d31;--research-line:#0c45301f;min-height:calc(100vh - var(--header-height));overflow:hidden}.research-page img{object-fit:cover}.research-soft-section,.conference-section,.library-section,.tech-section{min-height:calc(100vh - var(--header-height));padding:30px 0 48px;position:relative}.research-soft-section,.conference-section,.library-section{background:radial-gradient(circle at 15% 8%,#d59d310f,#0000 24%),linear-gradient(#fffdf8 0%,#f8f4ed 100%)}.research-seal{pointer-events:none;opacity:.06;position:absolute}.research-seal img{object-fit:contain}.ghost-left{width:520px;height:520px;top:80px;left:-110px}.ghost-right{width:430px;height:430px;top:8px;right:-40px}.ghost-right.lower{top:auto;bottom:8px;right:-70px}.ghost-left.pale{width:460px;height:460px;top:100px;left:-180px}.research-title{z-index:1;text-align:center;max-width:760px;margin:0 auto 24px;position:relative}.research-title h1,.conference-grid h1,.tech-grid h1,.library-hero-grid h1{color:#0b2f22;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,serif;font-size:56px;line-height:1.02}.research-title h1 em,.conference-grid h1 em,.tech-grid h1 em,.library-hero-grid h1 em{color:var(--research-green);font-style:italic}.research-title>p:not(.eyebrow),.research-lead,.tech-grid>div>p:not(.eyebrow),.library-hero-grid>div>p{color:#617168;margin:16px 0 0;font-size:16px;line-height:1.7}.research-title-diamond{background:var(--research-gold);width:8px;height:8px;margin:12px auto 0;display:block;transform:rotate(45deg)}.research-switcher{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:22px;display:flex}.research-switcher a{color:#0c5f41;background:#ffffffc2;border:1px solid #08784f24;border-radius:999px;align-items:center;min-height:34px;padding:0 12px;font-size:13px;font-weight:800;display:inline-flex}.research-switcher a.active{color:#fff;background:linear-gradient(135deg,#08784f,#0c9a66);box-shadow:0 12px 28px #08784f33}.research-hero-full{min-height:calc(100vh - var(--header-height));color:#fff;background:var(--research-deep);position:relative;overflow:hidden}.research-hero-full .container{width:min(1500px,100% - 172px);margin-left:min(112px,6.7vw);margin-right:60px}.research-hero-shade{background:radial-gradient(circle at 94% 58%,#d59d3124,#0000 22%),linear-gradient(90deg,#005e3cf2 0%,#005e3cd1 39%,#00362357 72%),linear-gradient(#00281c1a,#006745b8);position:absolute;inset:0}.research-hero-full-inner{z-index:1;min-height:calc(100vh - var(--header-height));grid-template-columns:minmax(0,1fr) 270px;align-items:center;gap:40px;padding:54px 0;display:grid;position:relative}.research-hero-copy h1{max-width:620px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:76px;line-height:.98}.research-hero-copy p:not(.eyebrow){color:#ffffffd6;max-width:650px;margin:24px 0 0;font-size:20px;line-height:1.55}.research-actions{flex-wrap:wrap;align-items:center;gap:26px;margin-top:34px;display:flex}.research-light-link,.research-green-link,.past-events-title a,.panel-head a{align-items:center;gap:9px;font-weight:900;display:inline-flex}.research-light-link{color:#fff;font-size:18px}.research-green-link,.past-events-title a,.panel-head a{color:#0a704d}.research-floating-stats{gap:18px;display:grid}.research-floating-stats article{background:linear-gradient(145deg,#0f794ef0,#004d34f0);border:1px solid #ffd65b5c;border-radius:8px;grid-template-columns:72px 1fr;align-items:center;min-height:110px;padding:20px 24px;display:grid;box-shadow:0 18px 42px #001c1238}.research-floating-stats span,.tech-stats article>img,.tech-services span,.library-cards span{color:#f2bd35;border:1px solid #f2bd35b8;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.research-floating-stats span{width:58px;height:58px}.research-floating-stats strong{color:#f7bf3b;font-family:Georgia,Times New Roman,serif;font-size:42px;line-height:.92}.research-floating-stats p{grid-column:2;margin:2px 0 0;font-size:18px;line-height:1.18}.club-showcase{z-index:1;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:stretch;gap:24px;margin-top:34px;display:grid;position:relative}.club-image,.conference-feature,.tech-visual,.library-image{border-radius:8px;position:relative;overflow:hidden;box-shadow:0 20px 54px #052f2024}.club-image{min-height:286px}.club-image:after,.conference-feature:after,.library-image:after{content:"";background:linear-gradient(#0000 52%,#005236c7);position:absolute;inset:0}.club-image div{z-index:1;color:#fff;align-items:center;gap:12px;font-weight:800;display:inline-flex;position:absolute;bottom:22px;left:28px}.club-image div svg{color:#f1b938;border:1px solid #f1b938b8;border-radius:8px;width:58px;height:58px;padding:14px}.club-feature-list{gap:12px;display:grid}.club-feature-list article,.scientist-grid article,.abstract-search,.abstract-stats article,.abstract-table,.library-search-card,.library-cards article,.past-events article,.event-timeline article{background:#ffffffe6;border:1px solid #12241b14;border-radius:8px;box-shadow:0 14px 38px #052f2014}.club-feature-list article{grid-template-columns:64px 1fr;align-items:center;gap:14px;padding:13px 18px;display:grid}.club-feature-list span,.abstract-stats svg,.library-stats svg,.event-icon{color:#119462;background:#2e8f631a;border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;display:inline-flex}.club-feature-list h2,.event-timeline h2,.tech-services h2,.library-cards h2{color:#12241b;margin:0;font-size:18px;line-height:1.2}.club-feature-list p,.scientist-grid p,.event-timeline small,.tech-services p,.library-cards p{color:#65746c;margin:6px 0 0;font-size:14px;line-height:1.55}.scientist-grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:28px;display:grid}.scientist-grid article{grid-template-columns:66px 1fr;align-items:center;gap:12px;padding:14px 16px;display:grid}.scientist-grid article>span{color:#fff;background:linear-gradient(135deg,#0d9a66,#096240);border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;font-size:20px;font-weight:900;display:inline-flex}.scientist-grid h3{margin:0;font-size:14px;line-height:1.25}.scientist-grid small{color:#0b7a52;background:#2e8f631a;border-radius:7px;align-items:center;gap:6px;margin-top:10px;padding:7px 10px;display:inline-flex}.research-center-actions{z-index:1;justify-content:center;align-items:center;gap:28px;margin-top:28px;display:flex;position:relative}.conference-section .container{width:min(1386px,100% - 40px)}.conference-grid{z-index:1;grid-template-columns:minmax(0,822px) minmax(430px,536px);align-items:start;gap:28px;display:grid;position:relative}.conference-grid h1{max-width:700px;font-size:68px;line-height:.96}.library-hero-grid h1{max-width:600px}.conference-feature{min-height:293px;margin-top:46px}.conference-feature:after{background:linear-gradient(90deg,#00432bf2 0%,#00432bc7 36%,#00432b3d 67%,#00432b14 100%),linear-gradient(#00442d0d 46%,#00442dbd)}.conference-feature>div{z-index:1;color:#fff;flex-direction:column;justify-content:flex-end;padding:22px 22px 22px 106px;display:flex;position:absolute;inset:0}.conference-feature span{color:#fff;text-align:center;background:linear-gradient(#159b68,#08784f);border-radius:8px;width:58px;padding:11px 0;font-size:28px;font-weight:900;line-height:.92;position:absolute;top:24px;left:24px}.conference-feature span small{text-transform:uppercase;font-size:13px}.conference-feature p,.past-events article>p,.event-timeline article>div>p{color:#d8a72f;letter-spacing:.06em;text-transform:uppercase;margin:0 0 9px;font-size:12px;font-weight:900}.conference-feature h2{max-width:520px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:33px;line-height:1.02}.conference-feature div div{flex-wrap:wrap;gap:10px;margin-top:16px;display:flex}.conference-feature small{color:#fff;background:#ffffff29;border:1px solid #ffffff38;border-radius:999px;align-items:center;gap:7px;padding:8px 12px;display:inline-flex}.past-events-title,.panel-head{justify-content:space-between;align-items:center;gap:20px;margin:28px 0 14px;display:flex}.past-events-title p,.panel-head p{color:#123226;align-items:center;gap:10px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:18px;font-weight:900;line-height:1.2;display:inline-flex}.past-events-title .conference-css-icon,.panel-head .conference-css-icon{color:#0c704d}.past-events{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.past-events article{padding-bottom:17px;overflow:hidden}.past-events article>div{height:112px;position:relative}.past-events article>p,.past-events h3,.past-events small,.past-events a{margin-left:16px;margin-right:16px}.past-events article>p{margin-top:14px}.past-events h3{margin-top:0;margin-bottom:12px;font-size:17px;line-height:1.22}.past-events small,.past-events a,.event-timeline small{align-items:center;gap:7px;display:flex}.past-events a{color:#0b704b;margin-top:12px;font-weight:900}.upcoming-panel{z-index:1;isolation:isolate;box-shadow:none;background:0 0;border:0;border-radius:0;margin-top:18px;padding:24px 12px 12px;position:relative}.upcoming-panel:before{content:"";z-index:-1;background:#ffffffc7;border:1px solid #12241b1a;border-radius:8px;height:598px;position:absolute;top:0;left:0;right:0;box-shadow:0 20px 58px #052f201c}.upcoming-panel .panel-head{margin:0 12px 18px}.upcoming-panel .panel-head p{font-size:20px}.event-timeline{gap:6px;display:grid}.event-timeline article{min-height:154px;box-shadow:none;grid-template-columns:62px 70px 1fr;align-items:center;gap:16px;padding:20px 22px;display:grid;position:relative}.event-date strong{color:#092f22;font-size:38px;line-height:1;display:block}.event-date span{color:#0b784e;text-transform:uppercase;font-size:14px;font-weight:900}.event-icon{width:68px;height:68px}.event-register-card{z-index:1;color:#12241b;background:linear-gradient(#ffffff4d,#0000 45%),linear-gradient(135deg,#ffcf39 0%,#f2b20a 100%);border:1px solid #c4840957;border-radius:8px;grid-template-columns:48px minmax(0,1fr);gap:0 16px;width:min(100%,410px);min-height:153px;margin-top:95px;padding:21px 22px;display:grid;position:relative;box-shadow:0 18px 40px #75520c2e}.event-register-card>span{color:#fff;background:#8f600538;border-radius:8px;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.event-register-card strong{color:#173928;justify-content:space-between;align-self:center;align-items:center;gap:12px;font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1.15;display:flex}.event-register-card strong b{font-family:Arial,Helvetica,sans-serif;font-size:28px;line-height:1}.event-register-card p{color:#17251d;grid-column:1/-1;max-width:360px;margin:15px 0 0;font-size:14px;line-height:1.55}.conference-css-icon{color:currentColor;flex:none;width:18px;height:18px;display:inline-block;position:relative}.conference-css-icon.calendar,.conference-css-icon.mini-calendar{border:2px solid;border-radius:3px}.conference-css-icon.calendar:before,.conference-css-icon.mini-calendar:before{content:"";background:currentColor;height:2px;position:absolute;top:5px;left:3px;right:3px;box-shadow:0 -5px 0 -1px}.conference-css-icon.calendar:after,.conference-css-icon.mini-calendar:after{content:"";background:currentColor;width:3px;height:3px;position:absolute;top:10px;left:4px;box-shadow:5px 0,10px 0}.conference-css-icon.mini-calendar{border-width:1.5px;width:14px;height:14px}.conference-css-icon.mini-calendar:before{height:1.5px;top:4px;left:2px;right:2px;box-shadow:0 -4px 0 -1px}.conference-css-icon.mini-calendar:after{width:2px;height:2px;top:8px;left:3px;box-shadow:4px 0,8px 0}.conference-css-icon.globe{border:2px solid;border-radius:50%}.conference-css-icon.globe:before,.conference-css-icon.globe:after{content:"";border-left:1.5px solid;border-right:1.5px solid;border-radius:50%;position:absolute;inset:3px}.conference-css-icon.globe:after{border:0;border-top:1.5px solid;inset:7px 1px}.conference-css-icon.network:before,.conference-css-icon.network:after{content:"";background:currentColor;border-radius:50%;position:absolute}.conference-css-icon.network:before{width:6px;height:6px;top:9px;left:1px;box-shadow:10px -7px,10px 7px}.conference-css-icon.network:after{transform-origin:0;background:currentColor;width:11px;height:2px;top:8px;left:5px;transform:rotate(-34deg);box-shadow:4px -4px 0 -.5px,4px 4px 0 -.5px}.conference-css-icon.play{border:1.8px solid;border-radius:3px;width:18px;height:13px}.conference-css-icon.play:before{content:"";border-top:3px solid #0000;border-bottom:3px solid #0000;border-left:5px solid;width:0;height:0;position:absolute;top:3px;left:7px}.conference-css-icon.users:before,.conference-css-icon.users:after{content:"";border:2px solid;border-radius:50%;position:absolute}.conference-css-icon.users:before{width:8px;height:8px;top:2px;left:2px;box-shadow:8px 0 0 -1px}.conference-css-icon.users:after{border-top:0;border-radius:0 0 14px 14px;width:18px;height:10px;bottom:0;left:0}.conference-css-icon.document{border:2px solid;border-radius:2px}.conference-css-icon.document:before{content:"";background:#ffffffbf;border-bottom:2px solid;border-left:2px solid;width:7px;height:7px;position:absolute;top:-2px;right:-2px}.conference-css-icon.document:after{content:"";background:currentColor;width:8px;height:2px;position:absolute;top:8px;left:4px;box-shadow:0 5px}.conference-css-icon.pin:before{content:"";border:2px solid;border-radius:50% 50% 50% 0;width:10px;height:10px;position:absolute;top:1px;left:4px;transform:rotate(-45deg)}.conference-css-icon.pin:after{content:"";background:currentColor;border-radius:50%;width:2px;height:2px;position:absolute;top:5px;left:8px}.conference-css-icon.clock{border:1.8px solid;border-radius:50%}.conference-css-icon.clock:before{content:"";transform-origin:bottom;background:currentColor;width:1.8px;height:5px;position:absolute;top:4px;left:8px}.conference-css-icon.clock:after{content:"";background:currentColor;width:5px;height:1.8px;position:absolute;top:8px;left:8px}.tech-section{color:#fff;background:radial-gradient(circle at 56% 26%,#12c47f33,#0000 27%),linear-gradient(135deg,#003c28 0%,#005b3b 52%,#00321f 100%);padding-top:86px}.tech-section .container{width:min(1424px,100% - 40px)}.tech-section:before{content:"";opacity:.28;background-image:linear-gradient(#ffffff14 1px,#0000 1px),linear-gradient(90deg,#ffffff14 1px,#0000 1px);background-size:88px 88px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(circle,#000,#0000 78%);mask-image:radial-gradient(circle,#000,#0000 78%)}.tech-grid,.library-hero-grid{z-index:1;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);align-items:center;gap:58px;display:grid;position:relative}.tech-grid{grid-template-columns:610px minmax(0,786px);align-items:start;gap:28px}.tech-grid h1{color:#fff;font-size:52px;line-height:1.02}.tech-grid h1 em{color:#f0bd3e;display:inline}.tech-grid>div>p:not(.eyebrow){color:#ffffffd6;max-width:470px}.research-page-tech .research-switcher{justify-content:flex-start}.research-page-tech .research-switcher a{color:#ffffffdb;background:#ffffff14;border-color:#ffffff24}.research-page-tech .research-switcher a.active{color:#082f20;background:#f0bd3e}.tech-stats{grid-template-columns:repeat(3,1fr);gap:16px;margin-top:28px;display:grid}.tech-stats article{background:#ffffff0f;border:1px solid #ffffff21;border-radius:8px;min-height:148px;padding:18px 20px}.tech-stats article>img{object-fit:contain;width:60px;height:60px;padding:11px}.tech-stats strong{color:#f3be3e;margin-top:12px;font-family:Georgia,Times New Roman,serif;font-size:38px;line-height:.9;display:block}.tech-stats span{margin-top:5px;font-size:16px;line-height:1.18;display:block}.tech-visual{border:1px solid #ffffff29;min-height:480px}.tech-visual:after{content:"";background:linear-gradient(#0000 42%,#00392638);position:absolute;inset:0}.tech-dashboard{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0036239e;border:1px solid #63dc9f3d;border-radius:8px;width:244px;height:128px;padding:18px 16px;position:absolute;top:0;left:0}.tech-dashboard:before,.tech-dashboard:after{content:"";background:#77e6aa29;height:1px;position:absolute;left:18px;right:18px}.tech-dashboard:before{top:38px}.tech-dashboard:after{bottom:32px}.tech-dashboard span:first-child{background-color:#0000;background-image:linear-gradient(0deg,#21dd8ccc 0 22%,#0000 22%),linear-gradient(0deg,#21dd8cad 0 42%,#0000 42%),linear-gradient(0deg,#21dd8ce6 0 64%,#0000 64%),linear-gradient(0deg,#21dd8c94 0 36%,#0000 36%),linear-gradient(0deg,#21dd8cdb 0 78%,#0000 78%);background-position:0 0,16px 0,32px 0,48px 0,64px 0;background-repeat:no-repeat;background-size:10px 100%,10px 100%,10px 100%,10px 100%,10px 100%;background-attachment:scroll,scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box,border-box;width:76px;height:56px;position:absolute;bottom:20px;left:24px}.tech-dashboard span:last-child{border-bottom:2px solid #21dd8cb8;border-left:2px solid #21dd8c2e;width:94px;height:48px;position:absolute;bottom:24px;right:22px}.tech-dashboard span:last-child:after{content:"";background:linear-gradient(135deg,#0000 0 18%,#21dd8c 18% 21%,#0000 21% 38%,#21dd8c 38% 41%,#0000 41% 58%,#21dd8c 58% 61%,#0000 61%);position:absolute;inset:5px 0 5px 4px}.tech-visual-seal{z-index:2;opacity:.72;filter:drop-shadow(0 10px 22px #001a0f38);width:124px;height:124px;position:absolute;top:42px;right:92px}.tech-visual-seal img{object-fit:contain}.tech-icon-matrix{z-index:2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0036237a;border:1px solid #63dc9f38;border-radius:8px;grid-template-columns:repeat(4,26px);gap:10px;padding:18px;display:grid;position:absolute;bottom:28px;right:196px}.tech-icon-matrix span{background:radial-gradient(circle,#3ae282d1 0 3px,#0000 4px),#1473464d;border:1px solid #57da8842;border-radius:6px;width:26px;height:26px}.tech-status{z-index:3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#003623c7;border:1px solid #ffffff2e;border-radius:8px;width:220px;padding:12px;position:absolute;bottom:22px;right:22px}.tech-status p{color:#ffffffd1;border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;gap:10px;margin:0;padding:9px 0;font-size:12px;display:flex}.tech-status p:last-child{border-bottom:0}.tech-status-label,.tech-status-active{align-items:center;display:inline-flex}.tech-status-label{color:#ffffffdb;gap:7px;min-width:0;font-weight:700}.tech-status-label img{object-fit:contain;filter:drop-shadow(0 0 7px #2dd68b59);flex:none}.tech-status-active{color:#f3d06a;white-space:nowrap;flex:none;gap:5px;font-weight:700}.tech-status-active i{border:2px solid;border-radius:999px;width:13px;height:13px;position:relative}.tech-status-active i:after{content:"";border-bottom:2px solid;border-left:2px solid;width:5px;height:3px;position:absolute;top:2px;left:3px;transform:rotate(-45deg)}.tech-services{z-index:1;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px;display:grid;position:relative}.tech-services article{background:#ffffff0f;border:1px solid #ffffff24;border-radius:8px;grid-template-columns:72px 1fr;gap:16px;padding:22px;display:grid}.tech-services span,.library-cards span{width:58px;height:58px}.tech-services span img{object-fit:contain;width:36px;height:36px}.tech-services h2,.tech-services p{color:#fff}.tech-services p{color:#ffffffc7}.abstract-search{z-index:1;grid-template-columns:minmax(260px,1fr) 240px 220px 150px;gap:18px;max-width:1040px;margin:0 auto 22px;padding:16px 20px;display:grid;position:relative}.abstracts-section{padding-top:24px}.abstracts-section .container{width:min(1100px,100% - 40px)}.abstract-title{max-width:820px;margin-bottom:22px}.abstract-title h1{font-size:54px;line-height:1.02}.abstract-title>p:not(.eyebrow){margin-top:14px}.abstract-search label,.abstract-search select,.library-search{color:#65746c;background:#fff;border:1px solid #12241b24;border-radius:7px;align-items:center;gap:12px;min-height:48px;padding:0 16px;display:flex}.abstract-search input,.library-search input{color:#15261d;background:0 0;border:0;outline:0;width:100%}.abstract-search button,.library-search button{color:#fff;background:linear-gradient(135deg,#0a8e5e,#08734e);border:0;border-radius:7px;min-height:48px;font-weight:900}.abstract-layout{z-index:1;grid-template-columns:230px minmax(0,1fr);gap:18px;max-width:1040px;margin:0 auto;display:grid;position:relative}.abstract-stats{gap:12px;display:grid}.abstract-stats article{grid-template-columns:60px 1fr;align-items:center;gap:14px;min-height:112px;padding:16px 18px;display:grid}.abstract-stats strong{color:#0c8c5e;font-size:27px;line-height:1}.abstract-stats span{color:#34453c;grid-column:2;margin-top:-12px}.abstract-table{padding:14px 20px;overflow:hidden}.abstract-row{color:#4e5d55;border-bottom:1px solid #12241b1a;grid-template-columns:minmax(260px,1.35fr) minmax(130px,.75fr) minmax(130px,.75fr) 70px 80px 36px;align-items:center;gap:14px;min-height:56px;display:grid}.abstract-row:last-child{border-bottom:0}.abstract-row.head{color:#6c7770;letter-spacing:.06em;text-transform:uppercase;min-height:34px;font-size:12px;font-weight:900}.doc-name{color:#12241b;align-items:center;gap:12px;font-weight:900;line-height:1.25;display:flex}.doc-name svg{color:#0e8d5e;background:#2e8f631a;border-radius:8px;flex:none;width:40px;height:40px;padding:9px}.pdf-pill{color:#0a8458;background:#2e8f631a;border-radius:7px;justify-self:start;padding:8px 13px;font-weight:900}.abstract-row button,.research-pagination button{color:#0a875a;background:#fff;border:1px solid #12241b24;border-radius:7px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.abstract-row button{background:0 0;border:0}.research-pagination{justify-content:center;gap:10px;margin-top:22px;display:flex}.research-pagination button.active{color:#fff;background:linear-gradient(135deg,#0a8e5e,#08734e)}.library-section{padding-top:38px;padding-bottom:28px}.library-section .container{width:min(1280px,100% - 40px)}.library-hero-grid{grid-template-columns:570px 646px;align-items:start;gap:64px}.library-hero-grid h1{font-size:52px;line-height:.98}.library-search-card{z-index:1;margin-top:12px;padding:14px 16px 16px;position:relative}.library-search{background:0 0;border:0;border-radius:0;grid-template-columns:minmax(0,1fr) 120px;gap:12px;min-height:48px;padding:0;display:grid}.library-search-field{color:#65746c;background:#fff;border:1px solid #12241b24;border-radius:7px;align-items:center;gap:12px;min-width:0;min-height:48px;padding:0 16px;display:flex}.library-search-field img{opacity:.68;flex:none;width:24px;height:24px}.library-tabs{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.library-tabs button{color:#223a2f;background:#fff;border:1px solid #12241b24;border-radius:7px;align-items:center;gap:6px;min-height:38px;padding:0 9px;font-size:13px;font-weight:800;display:inline-flex}.library-tabs img{flex:none;width:16px;height:16px}.library-tabs button.active{color:#0b704c;border-color:#08784f80}.library-stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px;display:grid}.library-stats p{grid-template-columns:52px 1fr;align-items:center;gap:10px;margin:0;display:grid}.library-stats p>span{background:#e9f3ed;border:0;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.library-stats p>span img{width:48px;height:48px}.library-stats strong{color:#0c8c5e;font-size:24px}.library-stats small{color:#596960;grid-column:2;margin-top:-14px;font-size:12px;line-height:1.2}.library-image{min-height:468px;margin-top:16px;box-shadow:0 24px 64px #052f201f}.library-image-features{z-index:1;color:#fff;grid-template-columns:repeat(3,1fr);gap:18px;display:grid;position:absolute;bottom:26px;left:28px;right:28px}.library-image-features p{grid-template-columns:44px 1fr;gap:10px;margin:0;font-size:13px;display:grid}.library-image-features p>span{background:#f2bd3524;border:1px solid #f2bd358c;border-radius:50%;grid-row:span 2;place-items:center;width:44px;height:44px;display:grid}.library-image-features p>span img{width:34px;height:34px}.library-image-features strong{display:block}.library-image-features small{color:#ffffffd9;line-height:1.45}.library-cards{z-index:1;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:20px;display:grid;position:relative}.library-cards article{grid-template-rows:auto auto 1fr;grid-template-columns:62px 1fr;column-gap:16px;min-height:142px;padding:18px;display:grid}.library-cards article>span{color:#0b8c5d;background:#e9f3ed;border-color:#0000;grid-area:1/1/3;width:52px;height:52px}.library-cards article>span img{width:42px;height:42px}.library-cards h2{grid-column:2;margin-top:8px;font-size:18px}.library-cards p{grid-column:2;max-width:230px;font-size:13px;line-height:1.45}.library-cards a{color:#0a704d;grid-column:1/3;align-self:end;align-items:center;gap:9px;margin-top:8px;font-size:14px;font-weight:900;display:inline-flex}.library-cards a i{font-style:normal;line-height:1}.library-section .research-center-actions{margin-top:22px}@media (max-width:1180px){.research-hero-copy h1{font-size:62px}.tech-services,.library-cards,.scientist-grid{grid-template-columns:repeat(2,1fr)}.conference-grid,.tech-grid,.library-hero-grid{grid-template-columns:1fr}.upcoming-panel{background:#ffffffc7;border:1px solid #12241b1a;border-radius:8px;margin-top:24px;padding:24px 12px 12px;box-shadow:0 20px 58px #052f201c}.upcoming-panel:before{display:none}.event-register-card{width:100%;margin-top:28px}}@media (max-width:920px){.research-hero-full-inner,.club-showcase,.abstract-layout{grid-template-columns:1fr}.research-floating-stats{grid-template-columns:repeat(3,1fr)}.research-floating-stats article{grid-template-columns:1fr}.research-floating-stats p{grid-column:auto}.abstract-search{grid-template-columns:1fr 1fr}.abstract-row{grid-template-columns:minmax(240px,1fr) 120px 100px 60px 70px 32px;min-width:760px}.abstract-table{overflow-x:auto}.past-events{grid-template-columns:1fr}}@media (max-width:760px){.research-soft-section,.conference-section,.library-section,.tech-section{padding:34px 0 52px}.research-title h1,.conference-grid h1,.tech-grid h1,.library-hero-grid h1{font-size:42px}.research-hero-copy h1{font-size:48px}.research-hero-full .container{width:min(100% - 32px, var(--max));margin-left:auto;margin-right:auto}.research-hero-full-inner{min-height:auto}.research-floating-stats,.tech-stats,.library-stats,.library-image-features,.tech-services,.library-cards,.scientist-grid{grid-template-columns:1fr}.research-floating-stats article{grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:center;column-gap:18px;padding:22px 24px}.research-floating-stats span{grid-area:1/1/span 2}.research-floating-stats strong,.research-floating-stats p{text-align:right;grid-column:2;padding-right:12px}.conference-feature h2{font-size:26px}.conference-grid>div,.research-lead{min-width:0;max-width:100%}.research-lead{white-space:normal;overflow-wrap:anywhere;width:100%;max-width:330px}.conference-feature{width:100%;max-width:100%;min-height:340px;margin-top:28px}.conference-feature>div{align-items:flex-start;padding:118px 18px 18px}.conference-feature p{margin-bottom:8px}.conference-feature h2{overflow-wrap:anywhere;max-width:310px;font-size:24px}.conference-feature div div{flex-direction:column;align-items:flex-start;gap:8px;margin-top:14px}.conference-feature small{min-height:34px;padding:7px 10px;font-size:12px}.event-timeline article{grid-template-columns:56px 54px 1fr;gap:12px;padding:14px}.abstract-search{grid-template-columns:1fr}}@media (max-width:520px){.research-page .container{width:min(100% - 28px, var(--max))}.research-title h1,.conference-grid h1,.tech-grid h1,.library-hero-grid h1{font-size:36px}.research-hero-copy h1{font-size:40px}.research-actions,.research-center-actions,.past-events-title,.panel-head{flex-direction:column;align-items:flex-start}.club-feature-list article,.scientist-grid article,.tech-services article{grid-template-columns:1fr}.library-search{grid-template-columns:1fr;padding:0}.library-search button{grid-column:auto;width:100%}}body:has(.admissions-page){--admission-green:#00784f;--admission-deep:#003522;--admission-ink:#082f22;--admission-muted:#65716b;--admission-gold:#f4bd20;--admission-line:#082f221c;background:#fbfaf6}body:has(.admissions-page) .site-header{color:#fff;background:linear-gradient(#003925 0%,#00301f 100%);border-bottom-color:#ffffff1a;box-shadow:0 16px 48px #001f142e}body:has(.admissions-page) .top-line{color:#ffffffdb;min-height:40px}body:has(.admissions-page) .top-contacts svg{color:var(--admission-gold)}body:has(.admissions-page) .navbar{min-height:92px}body:has(.admissions-page) .nav-menu{color:#fff}body:has(.admissions-page) .brand-logo-wordmark strong{color:#fff}body:has(.admissions-page) .brand-logo-wordmark b{color:#fff}:is(body:has(.admissions-page) .site-header .language-button,body:has(.admissions-page) .site-header .icon-button){color:#fff;background:#ffffff14;border-color:#ffffff2b}body:has(.admissions-page) .site-footer{display:none}.admissions-page{min-height:calc(100vh - var(--header-height));color:var(--admission-ink);background:url(/images/generated/admissions/admission-pattern.png) 50% 92px/min(1200px,90vw) no-repeat,radial-gradient(circle at 6% 72%,#006d490f,#0000 24%),radial-gradient(circle at 96% 46%,#f4bd2014,#0000 24%),#fbfaf6;font-family:Arial,Helvetica,sans-serif}.admission-container{width:min(1420px,100% - 112px);margin:0 auto}.admission-stage{padding:34px 0 48px;position:relative;overflow:hidden}.admission-stage-tight{padding-top:16px}.admission-landing{color:#fff;background:radial-gradient(circle at 82% 38%,#249a6773,#0000 36%),linear-gradient(112deg,#00623f 0%,#0b875b 52%,#1d7b55 100%);min-height:306px;position:relative;overflow:hidden}.admission-landing:before,.admission-landing:after{content:"";pointer-events:none;border-radius:50%;position:absolute}.admission-landing:before{border:1px solid #f4bd206b;width:210px;height:210px;top:45px;right:78px}.admission-landing:after{border:1px solid #ffffff14;width:384px;height:384px;top:-42px;right:276px}.admission-landing-grid{z-index:1;grid-template-columns:minmax(860px,1fr) minmax(320px,.62fr);align-items:center;gap:40px;min-height:306px;display:grid;position:relative}.admission-eyebrow{color:#d9a648;letter-spacing:.2em;text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:900}.admission-landing h1,.admission-stage h1,.success-card h1{letter-spacing:0;text-wrap:balance;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,3.4vw,60px);font-weight:800;line-height:.96}.admission-landing h1{color:#fff;max-width:820px;font-size:clamp(48px,3.75vw,64px)}.admission-stage h1{max-width:650px;color:var(--admission-ink)}.admission-stage h1 em,.success-card h1 em{color:#138257;font-style:italic}.admission-landing p:not(.admission-eyebrow),.stage-lead{color:#ffffffe6;max-width:560px;margin:20px 0 0;font-size:17px;line-height:1.55}.stage-lead{color:var(--admission-muted)}.admission-actions,.success-actions,.form-bottom-actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.admission-actions{margin-top:22px}.admission-gold-button,.admission-deep-button,.admission-white-button,.admission-outline-button,.admission-outline-green-button{letter-spacing:0;cursor:pointer;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:48px;padding:0 24px;font-weight:900;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.admission-gold-button{color:#063222;background:linear-gradient(#ffffffad,#fff0 42%),linear-gradient(#ffd75a 0%,#f5bd22 56%,#eba900 100%);border-color:#e7aa12;box-shadow:inset 0 1px #ffffffbf,0 12px 28px #0068472e}.admission-deep-button{color:#fff;background:linear-gradient(#07885b,#006c47);box-shadow:0 16px 28px #00654233}.admission-white-button,.admission-outline-button,.admission-outline-green-button{color:#0a6144;border-color:var(--admission-line);background:#fff}.admission-outline-button{color:#fff;background:#ffffff12;border-color:#fff9}.admission-outline-green-button{color:#08774f;border-color:#00784f80;min-width:330px}.admission-gold-button:hover,.admission-deep-button:hover,.admission-white-button:hover,.admission-outline-button:hover,.admission-outline-green-button:hover{transform:translateY(-2px)}.admission-gold-button:disabled,.admission-deep-button:disabled,.admission-white-button:disabled,.admission-outline-button:disabled,.admission-outline-green-button:disabled,.type-choice-card:disabled,.program-choice-card:disabled{cursor:not-allowed;opacity:.55;box-shadow:none;transform:none}.campus-choice-card:hover,.type-choice-card:not(:disabled):hover,.program-choice-card:not(:disabled):hover{border-color:#efb719}.admission-watermark{opacity:.32;place-items:center;min-height:306px;display:grid;position:relative}.admission-watermark img{filter:sepia()hue-rotate(62deg)saturate(.7)brightness(1.4)}.admission-center-heading{text-align:center;margin:0 0 12px}.admission-center-heading h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:28px;line-height:1.1}.admission-center-heading p{color:var(--admission-muted);margin:8px 0 0;font-size:14px}.campus-choice-grid{grid-template-columns:repeat(3,1fr);gap:28px;width:min(1280px,100%);margin:0 auto;display:grid}.campus-choice-card{color:#fff;text-align:left;cursor:pointer;background:#00633f;border:4px solid #fff;border-radius:8px;flex-direction:column;justify-content:flex-end;min-height:246px;padding:0 22px 18px;display:flex;position:relative;overflow:hidden;box-shadow:0 17px 40px #002e1e24}.campus-choice-card:after{content:"";z-index:1;background:linear-gradient(#0047300a 0%,#00473024 34%,#00452ea3 62%,#00412beb 82%,#003825fc 100%);position:absolute;inset:0}.campus-choice-card img{object-fit:cover}.campus-choice-card>:not(img){z-index:2;position:relative}.campus-choice-card.selected{border-color:#efb719;box-shadow:0 0 0 2px #efb71952,0 17px 40px #002e1e29}.campus-choice-card:not(.selected) .campus-check{display:none}.campus-choice-card .campus-check{z-index:3;color:#fff;background:#f2bd20;border:2px solid #fff;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:12px;right:12px}.campus-choice-card strong{text-shadow:0 1px 2px #00140ce6,0 3px 16px #001f14b3;margin:9px 0 8px;font-family:Georgia,Times New Roman,serif;font-size:25px;line-height:1}.campus-meta{color:#fffffffa;text-shadow:0 1px 2px #00140cd9,0 2px 12px #001f14a6;align-items:center;gap:7px;font-size:13px;display:inline-flex}.campus-select{color:#075a3d;background:#fffffff0;border:1px solid #ffffffbf;border-radius:6px;place-items:center;width:100%;min-height:36px;margin-top:18px;font-weight:900;display:grid}.campus-choice-card:not(.selected) .campus-select{color:#fff;background:#004c3357}.selection-bar-full{background:linear-gradient(90deg,#0d895c,#006f4a),#00784f;margin:-34px 0 36px;box-shadow:inset 0 -1px #ffffff1a}.selection-bar-content,.breadcrumb-bar{color:#fff;justify-content:space-between;align-items:center;min-height:68px;display:flex}.selection-bar-content span,.selection-bar-content button,.breadcrumb-bar span,.breadcrumb-bar button{align-items:center;gap:11px;font-weight:900;display:inline-flex}.selection-bar-content span svg,.breadcrumb-bar svg{color:#f4bd20}.selection-bar-content button,.breadcrumb-bar button{color:#fff;cursor:pointer;background:0 0;border:0}.breadcrumb-bar{background:linear-gradient(90deg,#0c8659,#05784f);border-radius:8px;min-height:46px;margin-bottom:24px;padding:0 20px}.breadcrumb-bar>div{flex-wrap:wrap;align-items:center;gap:20px;display:flex}.breadcrumb-bar span i{background:#ffffff8a;border-radius:50%;width:4px;height:4px;margin-left:10px}.type-layout,.program-layout,.form-layout,.status-layout,.success-layout{align-items:start;gap:54px;display:grid}.type-layout{grid-template-columns:minmax(0,1fr) 290px}.program-layout{grid-template-columns:minmax(0,1fr) 300px}.form-layout{grid-template-columns:minmax(0,1fr) 380px}.status-layout{grid-template-columns:minmax(420px,.88fr) minmax(560px,1.12fr);padding-top:18px}.success-layout{grid-template-columns:minmax(650px,1fr) 390px;padding-top:34px}.type-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:30px;display:grid}.type-main h1{line-height:1.08}.type-choice-card{min-height:120px;color:var(--admission-ink);text-align:left;cursor:pointer;background:#fff;border:1px solid #082f221a;border-radius:8px;grid-template-columns:82px minmax(0,1fr) 42px;align-items:center;gap:18px;padding:18px 20px;display:grid;box-shadow:0 14px 34px #082f2214}.type-choice-card.selected{color:#fff;background:radial-gradient(circle at 10% 18%,#ffffff21,#0000 24%),linear-gradient(135deg,#007d53,#006a46);border-color:#dca51d}.type-choice-card strong,.program-choice-card strong{color:inherit;font-size:20px;line-height:1.2;display:block}.type-choice-card small,.program-choice-card small{color:#66736c;margin-top:8px;font-size:14px;line-height:1.45;display:block}.type-choice-card.selected small{color:#ffffffeb}.round-icon{color:#0a8056;background:#eef7f0;border:1px solid #00784f24;border-radius:50%;place-items:center;width:74px;height:74px;display:grid}.round-icon.muted{background:#eff7f1}.generated-type-icon img{object-fit:contain;width:70px;height:70px;display:block}.type-choice-card.selected .round-icon{color:#f4bd20;background:#005a3c59;border-color:#f4bd208c}.type-choice-card.selected .generated-type-icon img{filter:brightness(0)saturate()invert(70%)sepia(85%)saturate(646%)hue-rotate(357deg)brightness(104%)contrast(96%)}.type-choice-card i{color:#0a8056;background:#fff;border:1px solid #082f221a;border-radius:50%;place-items:center;width:42px;height:42px;display:grid}.type-choice-go{display:none}.advisor-card,.selection-summary,.application-summary-card,.status-result-card,.status-form-card,.success-card,.next-steps-card,.contact-strip,.form-card,.status-help-card{background:#ffffffeb;border:1px solid #082f2217;border-radius:8px;box-shadow:0 18px 46px #082f2214}.advisor-card{color:#fff;background:radial-gradient(circle at 78% 14%,#f4bd2021,#0000 32%),linear-gradient(145deg,#007a51,#005a3b);border-color:#dca51d;margin-top:70px;padding:28px 22px}.advisor-card>span{color:#f4bd20;border:2px solid #f4bd20;border-radius:50%;place-items:center;width:78px;height:78px;margin:0 auto 18px;display:grid}.advisor-card h3,.advisor-card strong{text-align:center;margin:0;display:block}.advisor-card h3{color:#ffc72f;font-size:23px}.advisor-card strong{margin-top:10px;font-size:20px}.advisor-card hr{border:0;border-top:1px solid #f4bd2073;margin:24px 0}.advisor-card p{color:#ffffffed;margin:0 0 18px;padding-left:32px;font-size:13px;line-height:1.6;display:block;position:relative}.advisor-card p b{color:#fff;font-size:14px;display:block}.advisor-card p svg{color:#f4bd20;position:absolute;top:2px;left:0}.advisor-card .admission-gold-button,.selection-summary .admission-gold-button,.application-summary-card .admission-gold-button{width:100%}.program-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin:24px 0 22px;display:flex}.program-toolbar button,.program-toolbar label{color:#1a372b;background:#fff;border:1px solid #082f2221;border-radius:6px;align-items:center;gap:9px;min-height:42px;padding:0 16px;display:inline-flex;box-shadow:0 10px 22px #082f220a}.program-toolbar button.active{color:#08784f;background:#f2fbf5;border-color:#00784f73}.program-toolbar label{flex:1;min-width:260px}.program-toolbar input{width:100%;min-width:0;color:var(--admission-ink);background:0 0;border:0;outline:0}.program-choice-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.program-choice-card{text-align:left;min-height:120px;color:var(--admission-ink);cursor:pointer;background:#fff;border:1px solid #082f2217;border-radius:8px;padding:19px 22px 18px 102px;position:relative;box-shadow:0 12px 30px #082f220f}.program-choice-card.selected{background:linear-gradient(#f7fbf5,#fff);border-color:#dca51d;box-shadow:0 0 0 1px #dca51d33,0 12px 30px #082f2214}.program-choice-card .round-icon{position:absolute;top:18px;left:22px}.program-radio{border:1px solid #082f2247;border-radius:50%;place-items:center;width:18px;height:18px;display:grid;position:absolute;top:20px;right:22px}.program-radio span{background:#08784f;border-radius:50%;width:10px;height:10px}.program-choice-card b{color:#08784f;align-items:center;gap:6px;margin-top:10px;font-size:13px;display:inline-flex}.program-choice-card em{color:#1f3029;align-items:center;gap:10px;margin-top:12px;font-size:13px;font-style:normal;display:flex}.program-choice-card em i{background:#082f226b;border-radius:50%;width:3px;height:3px}.price-note{color:#334940;justify-content:center;gap:9px;margin:22px 0 0;font-size:14px;display:flex}.price-note svg{color:#08784f}.selection-summary{margin-top:74px;padding:26px 22px 20px}.selection-summary h3,.application-summary-card h3,.next-steps-card h2,.status-result-card h2{color:var(--admission-ink);margin:0 0 20px;font-size:20px}.selection-summary>div{border-bottom:1px solid #082f221a;grid-template-columns:32px 1fr;gap:14px;padding:12px 0;display:grid}.selection-summary svg,.application-summary-card svg{color:#08784f}.selection-summary small{color:#66736c;font-size:12px;display:block}.selection-summary strong{color:var(--admission-ink);margin-top:4px;font-size:15px;display:block}.selection-summary .admission-gold-button{margin-top:20px}.selection-summary>p{color:#66736c;justify-content:center;gap:8px;margin:12px 0 0;font-size:12px;display:flex}.application-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.form-card{padding:14px}.form-card.span-2{grid-column:1/-1}.form-card h3{color:#0c4f38;align-items:center;gap:8px;margin:0 0 14px;font-size:16px;display:flex}.form-card h3 svg{color:#08784f}.field-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 16px;display:grid}.field-grid.two-small{grid-template-columns:repeat(2,minmax(120px,1fr))}.admission-field{color:#67736c;gap:7px;font-size:12px;font-weight:800;display:grid}.admission-field b,.upload-box b{color:#d5251f}.admission-field i{background:#fff;border:1px solid #082f2229;border-radius:7px;align-items:center;min-height:38px;font-style:normal;display:flex;position:relative}.admission-field svg{color:#7a8580;position:absolute;left:14px}.admission-field input,.admission-field select{width:100%;min-width:0;height:36px;color:var(--admission-ink);background:0 0;border:0;outline:0;padding:0 14px;font-family:inherit;font-size:15px;font-style:normal;font-weight:500}.admission-field input::placeholder{color:#9aa39e;font-weight:500}.admission-field select:disabled{color:#9aa39e;cursor:not-allowed}.admission-field svg+input,.admission-field svg+select{padding-left:42px}.upload-box{color:#67736c;cursor:pointer;gap:7px;margin-top:9px;font-size:12px;font-weight:800;display:grid}.upload-box input[type=file]{clip:rect(0, 0, 0, 0);border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.upload-box i{color:#293f35;text-align:center;background:#fff;border:1px dashed #082f2242;border-radius:7px;place-items:center;min-height:50px;font-style:normal;transition:border-color .15s,background .15s;display:grid}.upload-box:hover i{background:#f6fbf8;border-color:#08784f80}.upload-box.has-file i{word-break:break-word;background:#f1f9f4;border-style:solid;border-color:#08784f8c}.upload-box svg{color:#08784f}.upload-box small{color:#66736c;font-size:11px;font-weight:500;display:block}.form-side{gap:20px;display:grid}.mini-form-progress{grid-template-columns:repeat(4,1fr);gap:28px;margin-top:92px;display:grid;position:relative}.mini-form-progress:before{content:"";z-index:0;border-top:1px dashed #082f223d;position:absolute;top:15px;left:calc(12.5% + 15px);right:calc(12.5% + 15px)}.mini-form-progress span{z-index:1;color:#07523a;justify-items:center;gap:8px;font-size:12px;font-weight:800;display:grid;position:relative}.mini-form-progress span:not(:last-child):after{display:none}.mini-form-progress b{color:#08784f;background:#fff;border:1px solid #08784f;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.mini-form-progress .active b{color:#fff;background:#08784f}.application-summary-card{padding:22px}.application-summary-card p{color:#0c4f38;align-items:center;gap:10px;margin:0 0 14px;font-weight:900;display:flex}.application-summary-card>button:not(.admission-gold-button){color:#08784f;cursor:pointer;background:#eff3ee;border:0;border-radius:6px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:38px;font-weight:900;display:flex}.summary-documents{border-top:1px solid #082f221a;margin-top:22px;padding-top:20px}.summary-documents>strong{color:var(--admission-ink);font-size:15px;display:block}.summary-documents div{gap:10px;margin-top:12px;display:grid}.summary-documents div span{color:#07523a;background:#f7faf6;border:1px solid #082f2214;border-radius:7px;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;min-height:40px;padding:9px 10px;display:grid}.summary-documents div span>svg{color:#08784f;background:#e7f3eb;border-radius:50%;width:28px;height:28px;padding:6px;display:grid}.summary-documents b{color:#0c4f38;font-size:13px}.summary-documents small{color:#66736c;font-size:11px;font-weight:800}.support-card{background:#fffdf9;border:1px solid #082f2214;border-radius:8px;margin:22px 0 16px;padding:18px}.support-card h4,.support-card p{margin:0 0 8px}.support-card h4{color:var(--admission-ink);font-size:15px}.support-card p{color:#66736c;font-size:13px}.support-card b{color:#0c4f38;align-items:center;gap:8px;margin-top:10px;font-size:13px;display:flex}.form-bottom-actions{justify-content:space-between;margin-top:12px}.form-bottom-actions span{color:#0c4f38;align-items:center;gap:8px;font-size:13px;font-weight:900;display:inline-flex}.status-stage{padding-top:54px}.status-form-card{max-width:520px;margin-top:36px;padding:24px}.status-tabs{border-bottom:1px solid #082f221a;grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.status-tabs button{color:#66736c;background:0 0;border:0;border-bottom:2px solid #0000;justify-content:center;gap:8px;padding:0 0 14px;font-weight:900;display:flex}.status-tabs button.active{color:#08784f;border-bottom-color:#08784f}.status-form-card input{border:1px solid #082f2224;border-radius:8px;width:100%;min-height:52px;margin:22px 0 16px;padding:0 18px;font-size:16px}.status-form-card .admission-deep-button{width:100%}.status-form-card .admission-deep-button:disabled{opacity:.6;cursor:not-allowed}.status-error{color:#b42318;background:#fef3f2;border:1px solid #fda29b;border-radius:8px;margin-top:14px;padding:10px 14px;font-size:13px;font-weight:600}.status-result-empty{text-align:center;color:#66736c;align-content:center;justify-items:center;gap:10px;display:grid}.status-result-empty h3{color:#18241d;margin:4px 0 0;font-size:19px}.status-result-empty p{max-width:320px;font-size:14px;line-height:1.5}.status-helper{color:#66736c;align-items:center;gap:8px;margin:20px 0 0;font-size:13px;line-height:1.45;display:flex}.status-helper svg{flex:none}.status-switch-row{margin-top:8px;display:flex}.status-inline-action{color:#08784f;font:inherit;cursor:pointer;background:0 0;border:0;align-items:center;gap:6px;padding:0;font-weight:900;display:inline-flex}.status-inline-action:focus-visible{outline-offset:3px;outline:2px solid #08784f59}.status-result-card{padding:28px}.status-result-card h2{color:#08784f;border-bottom:1px solid #082f2214;align-items:center;gap:12px;padding-bottom:20px;font-size:25px;display:flex}.applicant-row{border-bottom:1px solid #082f2214;grid-template-columns:78px minmax(0,1fr) 210px;align-items:center;gap:20px;padding-bottom:22px;display:grid}.applicant-row h3{margin:0 0 8px;font-size:20px}.applicant-row p{color:#66736c;grid-template-columns:100px 1fr;margin:4px 0;font-size:13px;display:grid}.applicant-row p b{color:#334940}.current-status small{color:#66736c;margin-bottom:10px;display:block}.current-status strong{color:#4b3922;background:#f5dfad;border-radius:6px;align-items:center;gap:8px;min-height:42px;padding:0 16px;display:inline-flex}.status-timeline{margin-top:22px;display:grid}.status-timeline article{grid-template-columns:44px 1fr;gap:16px;min-height:66px;display:grid;position:relative}.status-timeline article:before{content:"";background:#082f221f;width:2px;position:absolute;top:28px;bottom:-6px;left:15px}.status-timeline article:last-child:before{display:none}.status-timeline article>span{color:#9aa29e;background:#e0e3df;border-radius:50%;place-items:center;width:28px;height:28px;display:grid}.status-timeline article.done>span{color:#fff;background:#08784f}.status-timeline article.current>span{color:#08784f;background:#fff;border:3px solid #08784f}.status-timeline article.current>span i{background:#08784f;border-radius:50%;width:10px;height:10px}.status-timeline b{color:var(--admission-ink);display:block}.status-timeline small{color:#66736c;margin-top:6px;display:block}.status-help-grid{grid-template-columns:repeat(3,1fr);gap:30px;margin-top:34px;display:grid}.status-help-card{grid-template-columns:78px 1fr;gap:18px;padding:22px;display:grid}.status-help-card h3,.contact-strip h3,.next-steps-card h3{color:var(--admission-ink);margin:0 0 8px;font-size:17px}.status-help-card p,.contact-strip p,.next-steps-card p{color:#66736c;margin:0;font-size:14px;line-height:1.55}.status-help-card a{color:#08784f;align-items:center;gap:5px;margin-top:10px;font-weight:900;display:inline-flex}.success-stage{padding-top:34px}.success-card{text-align:center;padding:34px 34px 28px}.success-mark{color:#08784f;border:2px solid #dca51d;border-radius:50%;place-items:center;width:94px;height:94px;margin:-12px auto 12px;display:grid}.success-card h1{max-width:620px;color:var(--admission-ink);margin:0 auto;font-size:clamp(36px,3.1vw,46px)}.success-card>p:not(.admission-eyebrow){color:#66736c;max-width:500px;margin:14px auto 0;font-size:16px;line-height:1.55}.application-number{text-align:left;background:#f4f6ef;border:1px solid #082f2221;border-radius:8px;grid-template-columns:170px 1fr 140px;align-items:center;gap:18px;min-height:62px;margin:28px 0 22px;padding:0 28px;display:grid}.application-number span{color:#334940;font-size:13px;font-weight:900}.application-number strong{color:#08784f;letter-spacing:.04em;font-family:Georgia,Times New Roman,serif;font-size:31px}.application-number button,.success-link{color:#08784f;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:9px;font-weight:900;display:inline-flex}.success-meta{border-bottom:1px solid #082f221a;grid-template-columns:repeat(4,1fr);gap:0;margin-bottom:18px;display:grid}.success-meta span{text-align:left;border-right:1px solid #082f221f;grid-template-columns:34px 1fr;gap:10px;padding:0 16px 18px;display:grid}.success-meta span:last-child{border-right:0}.success-meta svg{color:#08784f;grid-row:span 2}.success-meta small{color:#66736c}.success-meta b{color:var(--admission-ink);font-size:13px}.success-actions{justify-content:center;margin-top:18px}.success-link{margin-top:18px;font-size:16px}.next-steps-card{padding:30px 28px}.next-steps-card h2{font-family:Georgia,Times New Roman,serif;font-size:28px}.next-steps-card article{grid-template-columns:34px 60px 1fr;gap:14px;min-height:94px;display:grid;position:relative}.next-steps-card article:before{content:"";border-left:1px dashed #082f222e;width:1px;position:absolute;top:34px;bottom:0;left:16px}.next-steps-card article:last-of-type:before{display:none}.next-steps-card article>b{color:#fff;background:#08784f;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.next-steps-card article>span{color:#08784f;background:#f5faf5;border:1px solid #082f2221;border-radius:50%;place-items:center;width:58px;height:58px;display:grid}.duration-box{background:#f4f6ef;border:1px solid #082f221f;border-radius:8px;grid-template-columns:46px 1fr;align-items:center;gap:14px;margin-top:20px;padding:18px;display:grid}.duration-box svg{color:#08784f}.duration-box span{color:#66736c;font-size:13px;display:grid}.duration-box strong{color:#08784f;font-size:22px}.contact-strip{grid-template-columns:repeat(4,1fr);gap:0;margin-top:28px;padding:20px 28px;display:grid}.contact-strip article{border-right:1px solid #082f221f;grid-template-columns:60px 1fr;align-items:center;gap:14px;padding:0 20px;display:grid}.contact-strip article:last-child{border-right:0}.contact-strip span{color:#fff;background:linear-gradient(145deg,#0c8b5d,#006c47);border-radius:50%;place-items:center;width:52px;height:52px;display:grid}.admission-progress-head{display:none}.admission-progress{grid-template-columns:repeat(5,1fr);gap:20px;width:min(920px,100%);margin:26px auto 0;display:grid}.admission-progress.compact{width:min(1120px,100% - 112px)}.admission-progress.boxed{background:#ffffffe0;border:1px solid #082f2214;border-radius:8px;width:min(1330px,100% - 112px);padding:22px 48px;box-shadow:0 14px 34px #082f220f}.admission-progress>div{color:#55625b;text-align:center;justify-items:center;gap:7px;display:grid;position:relative}.admission-progress>div:not(:last-child):after{content:"";border-top:1px dashed #082f2233;width:calc(100% - 22px);height:2px;position:absolute;top:21px;left:calc(50% + 31px)}.admission-progress>div.done:not(:last-child):after,.admission-progress>div.current:not(:last-child):after{border-top-style:solid;border-top-color:#08784f}.admission-progress span{z-index:1;color:#55625b;background:#f7f7f4;border:1px solid #082f222e;border-radius:50%;place-items:center;width:44px;height:44px;font-weight:900;display:grid;position:relative;box-shadow:0 0 0 4px #082f220a}.admission-progress .current span,.admission-progress .done span{color:#fff;background:#08784f;border-color:#08784f}.admission-progress .current span{box-shadow:0 0 0 4px #f4bd2059}.admission-progress strong{color:#334940;font-size:14px}.admission-progress .current strong,.admission-progress .done strong{color:var(--admission-ink)}.admission-progress small{color:#68746e;font-size:12px}@media (max-width:1180px){.admission-container,.admission-progress.compact,.admission-progress.boxed{width:min(100% - 40px,980px)}.admission-landing-grid,.type-layout,.program-layout,.form-layout,.status-layout,.success-layout{grid-template-columns:1fr}.admission-watermark,.advisor-card,.selection-summary,.mini-form-progress{margin-top:0}.campus-choice-grid,.type-choice-grid,.program-choice-grid,.status-help-grid,.contact-strip{grid-template-columns:1fr}.form-side{order:-1}.contact-strip article{border-bottom:1px solid #082f221a;border-right:0;padding:16px 0}.contact-strip article:last-child{border-bottom:0}}@media (max-width:760px){.admission-container,.admission-progress.compact,.admission-progress.boxed{width:min(100% - 24px,520px)}.admission-stage{padding:24px 0 38px}.admission-landing-grid{grid-template-columns:1fr;min-height:440px}.admission-watermark{display:none}.admission-landing h1,.admission-stage h1{font-size:42px}.selection-bar-content,.breadcrumb-bar,.breadcrumb-bar>div,.form-bottom-actions{flex-direction:column;align-items:stretch;gap:12px;padding:12px 0}.breadcrumb-bar{padding:12px}.type-choice-card,.status-help-card,.applicant-row{grid-template-columns:1fr}.type-choice-card{gap:12px}.type-choice-card i{color:#fff;background:#0a8056;border-color:#082f2224;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;height:auto;margin-top:4px;padding:13px 18px;display:flex}.type-choice-card .type-choice-go{font-size:16px;font-weight:800;display:inline}.type-choice-card.selected i{color:#075a3d;background:#f4bd20;border-color:#f4bd20}.program-choice-card{padding-top:98px;padding-left:22px}.field-grid,.application-form-grid,.success-meta,.application-number,.mini-form-progress{grid-template-columns:1fr}.mini-form-progress:before,.mini-form-progress span:after{display:none}.admission-progress-head{background:#ffffffeb;border:1px solid #082f221a;border-radius:10px;flex-direction:column;align-items:flex-start;gap:4px;width:min(100% - 24px,520px);margin:22px auto 0;padding:12px 16px;display:flex;box-shadow:0 10px 26px #082f220f}.admission-progress-head .aps-count{color:#08784f;letter-spacing:.04em;text-transform:uppercase;font-size:11px;font-weight:800}.admission-progress-head .aps-title{color:var(--admission-ink);font-size:17px;font-weight:800;line-height:1.2}.admission-progress,.admission-progress.compact,.admission-progress.boxed{grid-template-columns:repeat(5,1fr);gap:0;margin-top:12px;padding:4px 0 12px;overflow:visible}.admission-progress.boxed{padding:10px 6px}.admission-progress strong,.admission-progress small{display:none}.admission-progress span{width:36px;height:36px;box-shadow:0 0 0 3px #082f220a}.admission-progress .current span{box-shadow:0 0 0 3px #f4bd2059}.admission-progress>div:not(:last-child):after{width:100%;top:17px;left:50%}.success-actions .admission-outline-green-button{width:100%;min-width:0}}.departments-page,.department-detail-page{background:radial-gradient(circle at 92% 31%,#c3a05e1f,#0000 16%),linear-gradient(#fbfaf6 0%,#f5f2ea 100%)}.department-hero,.department-detail-hero{color:#fff;background:#064331;min-height:430px;position:relative;overflow:hidden}.department-detail-hero{min-height:380px}.department-hero-image{object-fit:cover;object-position:center;opacity:.58}.department-hero-shade{background:radial-gradient(circle at 77% 48%,#196f4e47,#0000 26%),linear-gradient(90deg,#023828f5 0%,#076042db 46%,#054a357a 100%);position:absolute;inset:0}.department-hero-seal{right:max(36px, calc((100vw - var(--max)) / 2));z-index:1;opacity:.25;filter:grayscale();width:min(330px,34vw);height:auto;position:absolute;bottom:28px}.department-hero-inner{z-index:2;padding:82px 0 76px;position:relative}.department-detail-hero-inner{padding-top:58px}.department-hero h1,.department-detail-hero h1{text-wrap:balance;max-width:720px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(46px,6vw,72px);line-height:.98}.department-detail-hero h1{max-width:760px;font-size:clamp(38px,5vw,60px)}.department-hero p:not(.eyebrow),.department-detail-hero p:not(.eyebrow){color:#ffffffd6;max-width:580px;margin:22px 0 0;font-size:18px;line-height:1.7}.department-breadcrumbs{color:#ffffffd1;flex-wrap:wrap;align-items:center;gap:12px;margin-top:26px;font-size:14px;display:flex}.department-breadcrumbs a,.department-back-link{align-items:center;gap:8px;display:inline-flex}.department-breadcrumbs span,.department-breadcrumbs a+a{padding-left:14px;position:relative}.department-breadcrumbs span:before,.department-breadcrumbs a+a:before{content:"";background:#ffffff80;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.department-back-link{color:#ffffffd1;width:max-content;margin-bottom:26px;font-weight:800}.department-directory-section,.department-detail-section{padding:62px 0 78px}.department-toolbar{grid-template-columns:282px 1fr;align-items:center;gap:16px;margin-bottom:32px;display:grid}.department-search{color:#0b4f38;background:#fff;border:1px solid #12241b1f;border-radius:8px;align-items:center;gap:12px;min-height:44px;padding:0 14px;display:flex;box-shadow:0 14px 34px #052f200d}.department-search input{color:#163326;background:0 0;border:0;outline:0;width:100%}.department-search input::placeholder{color:#69786f}.department-filter-row{flex-wrap:nowrap;gap:8px;min-width:0;display:flex}.department-filter-row button,.category-card button{cursor:pointer;border:0;transition:background .2s,color .2s,transform .2s,box-shadow .2s}.department-filter-row button{color:#253d32;white-space:nowrap;background:#fff;border:1px solid #12241b1a;border-radius:8px;min-height:44px;padding:0 14px;font-size:13px;font-weight:800;box-shadow:0 12px 28px #052f200a}.department-filter-row button.active,.department-filter-row button:hover,.category-card button.active{color:#fff;background:linear-gradient(135deg,#096b4c,#034731);box-shadow:0 16px 30px #052f2029}.department-stats{grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:34px;display:grid}.department-stats article{background:#ffffffe6;border:1px solid #12241b1a;border-radius:8px;grid-template-columns:62px auto 1fr;align-items:center;gap:16px;min-height:92px;padding:18px;display:grid;box-shadow:0 18px 48px #052f200f}.department-stats span,.department-card-icon,.department-mini-card>span,.department-task-grid article>span,.document-card a>span{color:#076448;background:#eef6ef;border-radius:8px;place-items:center;display:grid}.department-stats span{background:0 0;width:54px;height:54px}.department-stats span img,.department-mini-card>span img,.department-card-icon img,.department-task-grid article>span img{object-fit:contain;width:100%;height:100%;display:block}.department-stats strong{color:#073e2e;font-family:Georgia,Times New Roman,serif;font-size:38px;line-height:1}.department-stats p{color:#3b5147;margin:8px 0 0;font-size:18px}.department-main-grid{grid-template-columns:220px 1fr;align-items:start;gap:34px;display:grid}.department-sidebar{gap:28px;display:grid}.department-side-card,.department-help-card,.department-about-card,.department-director-card,.department-focus-grid article,.department-work-card,.department-info-card{background:#ffffffe6;border:1px solid #12241b1a;border-radius:8px;box-shadow:0 18px 48px #052f200f}.category-card{overflow:hidden}.category-card h2{color:#fff;text-transform:uppercase;background:linear-gradient(135deg,#064d37,#023525);margin:0;padding:15px 18px;font-size:15px}.category-card button{color:#244137;background:0 0;justify-content:space-between;align-items:center;gap:14px;width:100%;padding:14px 16px;font-weight:800;display:flex}.category-card button span{text-align:left;align-items:center;gap:11px;display:inline-flex}.category-card button span img{object-fit:contain;flex:0 0 22px;width:22px;height:22px;display:block}.category-card button.active span img{filter:brightness(0)invert()}.category-card button b{color:#4e665b;background:#f5f3ed;border-radius:50%;place-items:center;min-width:26px;height:26px;font-size:12px;display:grid}.category-card button.active b{color:#074430;background:#f7d979}.department-help-card{background:radial-gradient(circle at 88% 12%,#c3a05e2e,#0000 34%),#f4f0e7;padding:26px}.department-help-card h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:22px;line-height:1.24}.department-help-card p{color:#66746d;margin:20px 0;line-height:1.65}.department-help-card a:not(.department-outline-link),.department-help-card span{color:#123a2b;gap:12px;margin-top:16px;line-height:1.55;display:flex}.department-outline-link{color:#075a40;border:1px solid #c3a05eb8;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;min-height:46px;margin-top:24px;font-weight:900;display:inline-flex}.department-content{min-width:0}.department-section-title{color:#153428;margin:0 0 20px;font-size:24px}.featured-department-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.featured-department-card{background:#fff;border:1px solid #12241b1a;border-radius:8px;min-height:404px;padding:0 20px 22px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 18px 48px #052f200f}.featured-department-card:hover,.department-mini-card:hover,.department-focus-grid article:hover,.related-department-card:hover{transform:translateY(-4px);box-shadow:0 28px 64px #052f2021}.featured-department-media{background:#d8ddd7;height:162px;margin:0 -20px 50px;position:relative;overflow:hidden}.featured-department-media img,.department-director-card>img,.related-department-card img{object-fit:cover}.featured-department-icon{border-radius:50%;place-items:center;width:74px;height:74px;display:grid;position:absolute;top:132px;left:20px}.featured-department-icon img{object-fit:contain;width:100%;height:100%;display:block}.featured-department-card h3{color:#0f2e24;margin:0 0 18px;font-size:21px;line-height:1.16}.featured-department-card p{color:#52645b;align-items:center;gap:10px;margin:8px 0 0;display:flex}.featured-department-card b,.department-task-grid a,.department-accordion>a,.department-info-card>a,.related-department-card b{color:#076448;align-items:center;gap:8px;font-size:14px;font-weight:900;display:inline-flex}.featured-department-card b{margin-top:24px}.all-departments-block{margin-top:42px}.department-card-grid{grid-template-columns:repeat(4,1fr);gap:18px;display:grid}.department-mini-card{background:#fff;border:1px solid #12241b1a;border-radius:8px;min-height:214px;padding:18px;transition:transform .22s,box-shadow .22s;position:relative;box-shadow:0 15px 36px #052f200b}.department-mini-card>span,.department-card-icon,.department-task-grid article>span{background:0 0;width:44px;height:44px}.department-mini-card h3{color:#142f25;margin:18px 0 10px;font-size:16px;line-height:1.25}.department-mini-card b{color:#a27c26;background:#f4ead0;border-radius:7px;max-width:100%;padding:4px 8px;font-size:10px;display:inline-flex}.department-mini-card p,.department-mini-card small{color:#65736d;margin:10px 0 0;display:block}.department-mini-card svg:last-child{color:#073e2e;position:absolute;bottom:16px;right:16px}.department-list-foot{color:#66746d;justify-content:space-between;align-items:center;gap:18px;margin-top:30px;font-size:13px;display:flex}.department-list-foot button{color:#076448;background:#fff;border:1px solid #0764488c;border-radius:8px;justify-content:center;align-items:center;gap:12px;min-width:220px;min-height:52px;font-weight:900;display:inline-flex}.department-contact-band{color:#fff;background:radial-gradient(circle at 86% 40%,#c3a05e33,#0000 22%),linear-gradient(135deg,#0f7a52,#034731);position:relative;overflow:hidden}.department-contact-band:after{content:"";opacity:.16;filter:grayscale();background:url(/brand/niu-seal.png) 50%/contain no-repeat;width:270px;height:270px;position:absolute;bottom:-78px;right:9%}.department-contact-inner{z-index:1;grid-template-columns:112px 1fr auto;align-items:center;gap:28px;min-height:152px;display:grid;position:relative}.department-contact-inner>span{color:#ffd260;background:#ffffff1f;border:1px solid #ffd26066;border-radius:50%;place-items:center;width:92px;height:92px;display:grid}.department-contact-inner h2{max-width:560px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:36px;line-height:1.05}.department-contact-inner p{color:#ffffffd1;margin:12px 0 0}.department-about-grid{grid-template-columns:minmax(320px,430px) 1fr;align-items:stretch;gap:34px;margin-bottom:32px;display:grid}.department-director-card{min-height:430px;position:relative;overflow:hidden}.department-director-card>img{width:100%;height:100%}.department-director-card>div{color:#fff;background:linear-gradient(#052f2000,#044631fa 28%);padding:22px 26px;position:absolute;bottom:0;left:0;right:0}.department-director-card h2,.department-director-card p,.department-director-card span{margin:0}.department-director-card h2{font-size:21px;line-height:1.18}.department-director-card p{color:#f2d372;margin-top:6px;font-weight:900}.department-director-card span{color:#ffffffc7;margin-top:5px;display:block}.department-about-card{padding:42px}.department-about-card h2{color:#123429;align-items:center;gap:14px;margin:0 0 22px 12px;font-size:30px;display:inline-flex}.department-about-card>.department-card-icon{float:left}.department-about-card>p{clear:both;color:#52665d;margin:0;font-size:16px;line-height:1.85}.department-contact-list{gap:14px;margin-top:28px;display:grid}.department-contact-list p{color:#344f43;flex-wrap:wrap;align-items:center;gap:10px;margin:0;display:flex}.department-contact-list svg{color:#076448}.department-contact-list b{color:#1f3d31}.department-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:30px;display:grid}.department-solid-button,.department-outline-button{border-radius:8px;justify-content:center;align-items:center;gap:10px;min-height:52px;font-weight:900;display:inline-flex}.department-solid-button{color:#fff;background:linear-gradient(135deg,#075c41,#023a29)}.department-outline-button{color:#075c41;border:1px solid #075c419e}.department-focus-grid{grid-template-columns:repeat(3,1fr);gap:18px;margin-bottom:38px;display:grid}.department-focus-grid article{grid-template-columns:54px 1fr 24px;align-items:center;gap:18px;min-height:126px;padding:24px;transition:transform .22s,box-shadow .22s;display:grid}.department-focus-grid article>svg:first-child{color:#076448}.department-focus-grid h3{color:#163428;margin:0 0 8px;font-size:18px}.department-focus-grid p{color:#63736a;margin:0;line-height:1.55}.department-focus-grid article>svg:last-child{color:#073e2e}.department-detail-layout{grid-template-columns:1fr 280px;align-items:start;gap:28px;display:grid}.department-work-card{padding:22px}.department-tabs{background:#f6f4ef;border-radius:8px;grid-template-columns:repeat(2,1fr);gap:0;max-width:560px;margin-bottom:22px;padding:6px;display:grid}.department-tabs button{color:#446256;background:0 0;border:0;border-radius:7px;min-height:42px;font-weight:800}.department-tabs button.active{color:#fff;background:linear-gradient(135deg,#087151,#034d36)}.department-work-activity{gap:14px;display:grid}.department-work-activity p{color:#4c5d54;margin:0;font-size:16px;line-height:1.7}.department-task-grid{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.department-task-grid article{background:#fff;border:1px solid #12241b17;border-radius:8px;min-height:236px;padding:22px}.department-task-grid small{color:#9b7b35;margin-top:12px;font-weight:900;display:block}.department-task-grid h3{color:#123127;margin:8px 0 10px;font-size:20px;line-height:1.18}.department-task-grid p{color:#617269;margin:0 0 18px;line-height:1.6}.department-accordion{margin-top:30px}.department-accordion h3{color:#123127;margin:0 0 14px;font-size:20px}.department-accordion details,.faq-mini-card details{border-top:1px solid #12241b1a}.department-accordion summary,.faq-mini-card summary{cursor:pointer;color:#314a3f;justify-content:space-between;align-items:center;gap:16px;font-weight:800;list-style:none;display:flex}.department-accordion summary::-webkit-details-marker{display:none}.faq-mini-card summary::-webkit-details-marker{display:none}.department-accordion summary{padding:12px 0}.department-accordion p,.faq-mini-card p{color:#69786f;margin:0;padding-bottom:12px;line-height:1.65}.department-accordion>a{margin-top:18px}.department-detail-sidebar{gap:18px;display:grid}.department-info-card{padding:22px}.department-info-card h2{color:#143529;margin:0 0 18px;font-size:20px}.department-info-card article{grid-template-columns:52px 1fr;gap:12px;margin-top:16px;display:grid}.department-info-card article img{object-fit:cover;border-radius:50%}.department-info-card h3{color:#173528;margin:0;font-size:15px;line-height:1.2}.department-info-card b{color:#b1872e;margin-top:4px;font-size:12px;display:block}.department-info-card p{color:#6b7b72;margin:4px 0 0;font-size:12px;line-height:1.45}.document-card a{color:#123127;grid-template-columns:38px 1fr 18px;align-items:center;gap:10px;margin-top:12px;display:grid}.document-card a>span{width:38px;height:38px}.document-card a b{color:#173528;margin:0}.document-card small{color:#6b7b72;margin-top:3px;font-size:11px;font-weight:400;display:block}.document-card>a:last-child,.faq-mini-card>a{color:#076448;grid-template-columns:none;margin-top:18px;display:inline-flex}.faq-mini-card summary{padding:13px 0;font-size:13px}.related-departments{margin-top:42px}.related-departments h2{color:#123127;margin:0 0 22px;font-size:24px}.related-departments>div{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.related-department-card{color:#fff;background:#064331;border-radius:8px;min-height:170px;padding:28px;transition:transform .22s,box-shadow .22s;position:relative;overflow:hidden;box-shadow:0 18px 48px #052f201a}.related-department-card span{z-index:1;background:linear-gradient(90deg,#033c2af0,#054c35a3);position:absolute;inset:0}.related-department-card h3,.related-department-card b,.related-department-card i{z-index:2;position:relative}.related-department-card h3{color:#fff;max-width:250px;margin:0;font-size:20px;line-height:1.22}.related-department-card b{color:#fff;margin-top:24px}.related-department-card i{color:#f2c94c;border:1px solid #f2c94cb3;border-radius:8px;place-items:center;width:54px;height:54px;font-style:normal;display:grid;position:absolute;bottom:24px;right:24px}@media (max-width:1180px){.department-toolbar,.department-main-grid,.department-about-grid,.department-detail-layout{grid-template-columns:1fr}.department-sidebar{grid-template-columns:minmax(260px,.8fr) 1fr}.department-card-grid,.department-task-grid{grid-template-columns:repeat(2,1fr)}.department-detail-sidebar{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.department-stats,.featured-department-grid,.department-focus-grid,.related-departments>div,.department-detail-sidebar,.department-sidebar{grid-template-columns:1fr}.department-main-grid{flex-direction:column;gap:28px;display:flex}.department-sidebar,.department-content{display:contents}.department-sidebar>.category-card{order:1}.department-content>section:not(.all-departments-block){order:2}.department-sidebar>.department-help-card{order:3}.department-content>.all-departments-block{order:4;margin-top:0}.department-contact-inner{grid-template-columns:1fr;padding:34px 0}}@media (max-width:760px){.department-hero,.department-detail-hero{min-height:0}.department-hero-inner,.department-detail-hero-inner{padding:54px 0}.department-hero-seal{width:220px;bottom:8px;right:-44px}.department-toolbar,.department-detail-actions,.department-card-grid,.department-task-grid,.department-tabs{grid-template-columns:1fr}.department-filter-row{flex-wrap:nowrap;padding-bottom:4px;overflow-x:auto}.department-filter-row button{min-width:max-content}.department-stats{gap:14px}.department-stats article{grid-template-rows:auto auto;grid-template-columns:48px 1fr;align-items:center;gap:2px 14px;min-height:0;padding:16px 18px}.department-stats span{grid-row:1/span 2;width:48px;height:48px}.department-stats strong{align-self:end;font-size:28px}.department-stats p{align-self:start;margin:0;font-size:15px}.featured-department-card{min-height:480px}.featured-department-media{height:220px;margin-bottom:56px}.featured-department-icon{top:190px}.department-list-foot{flex-direction:column;align-items:stretch}.department-list-foot button{width:100%}.department-about-card{padding:28px}.department-focus-grid article{grid-template-columns:44px 1fr}.department-focus-grid article>svg:last-child{display:none}}.departments-academic-page{background:radial-gradient(circle at 100% 24%,#c3a05e14,#0000 25%),#fbfaf7}.departments-academic-page .departments-hero{color:#fff;background:#0b4f38;align-items:center;min-height:438px;display:grid;position:relative;overflow:hidden}.departments-academic-page .department-detail-hero{min-height:430px}.departments-academic-page .departments-hero h1{overflow-wrap:anywhere;text-wrap:balance;max-width:730px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(44px,5vw,76px);line-height:.96}.departments-academic-page .department-detail-hero h1{max-width:610px;font-size:clamp(42px,4.8vw,64px)}.departments-academic-page .departments-hero p:not(.eyebrow){color:#ffffffd6;max-width:560px;margin:24px 0 0;font-size:18px;line-height:1.65}.departments-academic-page .departments-hero-inner{z-index:3;padding:38px 0 42px;position:relative}.departments-academic-page .detail-hero-inner{padding:30px 0 44px}.departments-academic-page .department-card-grid{grid-template-columns:repeat(2,1fr);gap:22px;margin-top:42px;display:grid}.departments-academic-page .department-tabs{background:0 0;flex-wrap:wrap;gap:24px;max-width:none;margin:0;padding:0;display:flex}.departments-academic-page .department-tabs button{color:#133729;background:#fff;border:1px solid #12241b24;border-radius:8px;min-width:126px;height:54px;padding:0 22px;font-weight:900;box-shadow:0 10px 22px #052f200a}.departments-academic-page .department-tabs .active{color:#fff;background:#147451;border-color:#147451}.departments-academic-page .department-about-grid{grid-template-columns:minmax(0,.87fr) minmax(420px,1.13fr);align-items:center;gap:58px;margin-bottom:0;display:grid}.departments-academic-page .department-contact-band{padding:52px 0}.departments-academic-page .department-contact-inner{z-index:2;grid-template-columns:150px minmax(0,1fr) auto;align-items:center;gap:46px;min-height:0;padding:0;display:grid;position:relative}.departments-academic-page .department-contact-inner h2{color:#fff;max-width:520px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:40px;line-height:1.05}.departments-academic-page .department-contact-inner p{color:#ffffffd4;max-width:470px;margin:14px 0 0;line-height:1.65}.departments-academic-page .department-direction-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.departments-academic-page .department-direction-large .department-direction-grid{grid-template-columns:repeat(2,1fr)}.departments-academic-page .department-activity-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}@media (max-width:1100px){.departments-academic-page .departments-toolbar,.departments-academic-page .department-about-grid,.departments-academic-page .department-contact-inner{grid-template-columns:1fr}.departments-academic-page .department-tabs{gap:12px}.departments-academic-page .department-direction-grid,.departments-academic-page .department-activity-grid{grid-template-columns:repeat(2,1fr)}.departments-academic-page .department-contact-icon{display:none}}@media (max-width:860px){.departments-academic-page .departments-hero,.departments-academic-page .department-detail-hero{min-height:390px}.departments-academic-page .departments-hero h1{font-size:44px}.departments-academic-page .departments-hero p:not(.eyebrow){font-size:16px}.departments-academic-page .department-stat-grid,.departments-academic-page .department-card-grid,.departments-academic-page .department-direction-large .department-direction-grid{grid-template-columns:1fr}.departments-academic-page .department-card h2{font-size:30px}.departments-academic-page .department-meta{flex-wrap:wrap}.departments-academic-page .department-meta b{justify-content:center;width:100%;margin-left:0}.departments-academic-page .department-about-media{min-height:400px}.departments-academic-page .department-phone-card{min-width:0;left:18px;right:18px}.departments-academic-page .department-section-row,.departments-academic-page .department-simple-inner{flex-direction:column;align-items:flex-start}}@media (max-width:560px){body:has(.departments-academic-page){overflow-x:hidden}.departments-academic-page,.departments-academic-page .container{max-width:100vw}.departments-academic-page .container{width:calc(100% - 28px)}.departments-academic-page .departments-hero h1{white-space:normal;width:100%;max-width:330px;font-size:32px;line-height:1.02}.departments-academic-page .department-detail-hero h1{font-size:32px}.departments-academic-page .departments-hero p:not(.eyebrow){white-space:normal;max-width:330px;font-size:15px}.departments-academic-page .department-tabs button{flex:100%}.departments-academic-page .department-stat-grid article{grid-template-columns:1fr}.departments-academic-page .teacher-list article{grid-template-columns:56px minmax(0,1fr);align-items:center;gap:12px 14px}.departments-academic-page .teacher-list img{grid-row:auto;width:56px;height:56px}.departments-academic-page .teacher-list span{grid-column:1/-1;justify-self:start}.departments-academic-page .department-stat-grid span{grid-row:auto}.departments-academic-page .department-number{bottom:252px}.departments-academic-page .department-meta span+span{border-left:0;padding-left:0}.departments-academic-page .detail-hero-stats,.departments-academic-page .department-direction-grid,.departments-academic-page .department-activity-grid{grid-template-columns:1fr;gap:18px;display:grid}.departments-academic-page .direction-card{min-height:320px}.departments-academic-page .direction-card span,.departments-academic-page .department-direction-large .direction-card span{bottom:142px}.departments-academic-page .department-phone-card{flex-direction:column;align-items:flex-start}}.footer-brand,.footer-contact-list,.footer-contact-list .contact-row,.footer-contact-list .contact-row span,.footer-bottom,.footer-bottom>span,.footer-bottom>div{min-width:0}.footer-contact-list .contact-row span{overflow-wrap:anywhere;word-break:normal}@media (max-width:760px){.footer-contact-list .contact-row{grid-template-columns:24px minmax(0,1fr);font-size:15px}.footer-grid a{align-items:center;width:max-content;max-width:100%;min-height:44px;margin-bottom:4px;display:flex}.footer-bottom>div{width:100%}.footer-bottom .socials{flex-flow:row;justify-content:center;gap:12px;width:100%;margin-top:8px;display:flex}.footer-bottom .socials a{width:46px;height:46px}.admissions-page,.admissions-page *{box-sizing:border-box}.admission-container,.admission-progress.compact,.admission-progress.boxed{width:min(100% - 28px,520px)}.form-layout{gap:24px}.form-side{order:0}.form-layout>div,.application-form-grid,.form-card,.field-grid,.field-grid.two-small,.upload-box,.upload-box i{width:100%;min-width:0;max-width:100%}.admission-stage h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(34px,10vw,40px);line-height:1.03}.stage-lead{overflow-wrap:anywhere;max-width:100%;font-size:15px}.form-card{padding:16px;overflow:hidden}.field-grid,.field-grid.two-small,.application-form-grid{grid-template-columns:1fr}.admission-field i,.admission-field input,.admission-field select{height:46px;min-height:46px}.upload-box i{min-height:78px;padding:14px;line-height:1.35}.form-bottom-actions .admission-white-button,.form-bottom-actions .admission-deep-button{width:100%}.status-tabs button,.status-inline-action,.application-summary-card>button:not(.admission-gold-button),.application-number button,.success-link{min-height:44px}.department-detail-hero{min-height:auto}.department-detail-hero-inner{padding:42px 0 48px}.department-detail-hero h1{overflow-wrap:anywhere;max-width:100%;font-size:clamp(34px,10vw,42px);line-height:1.04}.department-detail-hero p:not(.eyebrow){max-width:100%;font-size:15px;line-height:1.55}.department-breadcrumbs{gap:8px;margin-top:18px;font-size:13px}.department-breadcrumbs a:not(:first-child),.department-breadcrumbs span:not(:last-child){display:none}.department-breadcrumbs span,.department-breadcrumbs a+a{padding-left:0}.department-breadcrumbs span:before,.department-breadcrumbs a+a:before{display:none}.department-back-link{min-height:44px;margin-bottom:14px}.department-filter-row,.department-tabs,.program-toolbar{overscroll-behavior-inline:contain;scroll-snap-type:x proximity;scrollbar-width:none;margin-right:-14px;padding-right:38px;position:relative;overflow-x:auto;-webkit-mask-image:linear-gradient(90deg,#000 0% calc(100% - 34px),#0000 100%);mask-image:linear-gradient(90deg,#000 0% calc(100% - 34px),#0000 100%)}.department-filter-row::-webkit-scrollbar{display:none}.department-tabs::-webkit-scrollbar{display:none}.program-toolbar::-webkit-scrollbar{display:none}.department-filter-row button,.department-tabs button,.program-toolbar button{scroll-snap-align:start;flex:none}.departments-academic-page .department-tabs{flex-wrap:nowrap}.departments-academic-page .department-tabs button{flex:none}.abstract-table{box-shadow:none;background:0 0;border:0;padding:0;overflow:visible}.abstract-row.head{display:none}.abstract-row{background:#fff;border:1px solid #12241b1a;border-radius:8px;grid-template-columns:54px minmax(0,1fr);gap:8px 14px;min-width:0;min-height:0;margin-bottom:12px;padding:16px;display:grid;position:relative;box-shadow:0 12px 28px #052f200d}.abstract-row>span{min-width:0}.abstract-row .doc-name{grid-column:1/-1;grid-template-columns:54px minmax(0,1fr);gap:14px;font-size:16px;display:grid}.abstract-row .doc-name svg{width:48px;height:48px}.abstract-row>span:nth-child(2),.abstract-row>span:nth-child(3),.abstract-row>span:nth-child(4),.abstract-row>span:nth-child(5){color:#596960;grid-column:2;font-size:13px;line-height:1.35}.abstract-row>span:nth-child(2):before{content:"Muallif: ";color:#19392c;font-weight:900}.abstract-row>span:nth-child(3):before{content:"Yo'nalish: ";color:#19392c;font-weight:900}.abstract-row>span:nth-child(4):before{content:"Yil: ";color:#19392c;font-weight:900}.abstract-row .pdf-pill{justify-self:start;margin-top:4px}.abstract-row button{background:#f8fbf8;border:1px solid #12241b1f;width:44px;height:44px;position:absolute;bottom:12px;right:12px}.news-card{min-height:0}.news-card-media{background:#e8eee9;height:136px}.news-card-body h3{min-height:0}.news-card-body a,.news-page-card .text-link{min-height:44px;padding-top:10px}.news-page-media{background:#e8eee9;height:132px}}@media (max-width:520px){.department-hero h1,.department-detail-hero h1,.departments-academic-page .departments-hero h1,.departments-academic-page .department-detail-hero h1{max-width:100%;font-size:clamp(32px,9.2vw,38px);line-height:1.04}.department-hero p:not(.eyebrow),.department-detail-hero p:not(.eyebrow),.departments-academic-page .departments-hero p:not(.eyebrow){max-width:100%}.department-hero-seal{opacity:.16;width:190px;right:-72px}.admission-stage h1{font-size:clamp(32px,9.5vw,38px)}}@media (max-width:760px){.home-page .hero{min-height:0;padding-bottom:34px;display:block;overflow:hidden}.home-page .hero-image{object-position:63% top}.home-page .hero-overlay{background:linear-gradient(#022f229e 0%,#146f4cc7 44%,#2e8f63f0 100%),linear-gradient(90deg,#002b1cc2,#002b1c1f)}.home-page .hero-inner{min-height:0;padding:calc(var(--header-height) + 44px) 0 28px;display:block}.hero-copy h1{max-width:100%;font-size:clamp(42px,12vw,54px);line-height:.98}.hero-copy p:not(.eyebrow){max-width:100%;margin-top:22px;font-size:16px;line-height:1.62}.hero-actions{gap:12px;margin-top:30px}.hero-actions .button{width:100%;min-height:58px}.hero-badge{display:none}.home-page .hero-stats{width:min(100% - 28px,520px);margin:0 auto;position:relative;bottom:auto;left:auto;transform:none}.home-page .stat-strip{border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;box-shadow:0 22px 44px #052f203d}.home-page .stat-strip div{grid-template-columns:38px minmax(0,1fr);gap:14px;min-height:96px;padding:18px 14px}.home-page .stat-icon{width:38px;height:38px}.home-page .stat-strip strong{font-size:26px}.home-page .stat-strip span:not(.stat-icon){font-size:13px;line-height:1.25}.home-intro{padding-top:64px!important}.why-title p,.why-title h2{font-size:clamp(48px,16vw,70px)}.leadership-section{padding:72px 0 78px!important}.leadership-top{margin-bottom:24px}.leadership-top h2{max-width:100%;font-size:clamp(38px,11vw,46px);line-height:1.04}.leadership-carousel{overflow:visible}.leadership-rail{gap:16px;padding:4px 0 18px;scroll-padding-inline:0;overflow-x:auto}.leader-profile-card,.leader-profile-card-featured,.leader-profile-card:nth-child(4),.leader-profile-card:nth-child(5){background:#fff;flex:0 0 min(86vw,350px);grid-template-rows:260px auto;min-height:0;display:grid;overflow:hidden}.leader-profile-card:after{display:none}.leader-profile-photo{background:#dfe8df;min-height:260px;position:relative;inset:auto}.leader-profile-photo img{object-fit:cover;object-position:center 22%}.leader-profile-body{background:radial-gradient(circle at 86% 18%,#edc46329,#0000 28%),linear-gradient(135deg,#0b6f4d,#06402d);margin:0;padding:24px}.leader-profile-body p{font-size:13px;line-height:1.48;display:block}.leadership-next{display:none}.news-section .home-section-top{align-items:flex-start;margin-bottom:22px}.news-section .home-section-top h2{font-size:34px;line-height:1.08}.news-card-grid{grid-template-columns:1fr;gap:18px}.news-card{min-height:0}.news-card-media{background:#dfe8df;height:214px}.news-card-media img{object-fit:cover;object-position:center}.news-card-body{min-height:156px;padding:18px}.news-page-media{height:190px}.stories-section{padding:72px 0 86px!important}.stories-grid.container{width:min(100% - 28px,520px)}.stories-grid{box-shadow:none;background:0 0;grid-template-columns:1fr;gap:16px;display:grid;overflow:visible}.story-lead{border-radius:14px;min-height:0;padding:34px 26px}.story-lead h2{max-width:100%;font-size:clamp(34px,10vw,42px);line-height:1.08}.story-lead p{max-width:100%;font-size:16px;line-height:1.55}.story-lead .button{width:100%}.story-carousel{background:0 0;width:100%;padding:0;display:block;overflow:visible}.story-carousel:before,.story-carousel:after,.story-next,.story-dots{display:none}.story-cards{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;grid-template-columns:none;gap:14px;padding-bottom:4px;display:flex;overflow-x:auto}.story-cards::-webkit-scrollbar{display:none}.story-card{scroll-snap-align:start;border-radius:12px;flex:0 0 86%;width:auto;min-height:0;padding:22px}.story-card>div.story-person{grid-template-columns:62px minmax(0,1fr);gap:14px}.story-avatar{width:62px;height:62px}.story-card>p{margin-bottom:36px;font-size:15px;line-height:1.58}}body:has(.parents-page){--parents-deep:#003522;--parents-green:#006b49;--parents-ink:#073324;--parents-muted:#586a61;--parents-line:#07332429;--parents-gold:#f0b91f;--parents-paper:#fbfaf6;color:var(--parents-ink);background:var(--parents-paper)}body:has(.parents-page) .site-header{color:#fff;background:linear-gradient(#003f2a 0%,#002d1e 100%);border-bottom-color:#ffffff1f;box-shadow:0 18px 46px #00211633}body:has(.parents-page) .top-line{color:#ffffffe6;min-height:40px}body:has(.parents-page) .top-contacts svg{color:#f5cc67}body:has(.parents-page) .top-links a.active{color:#f5cc67}body:has(.parents-page) .top-links a:hover{color:#f5cc67}body:has(.parents-page) .navbar{min-height:92px}body:has(.parents-page) .nav-menu{color:#fff}body:has(.parents-page) .brand-logo-wordmark strong{color:#fff}body:has(.parents-page) .brand-logo-wordmark b{color:#fff}:is(body:has(.parents-page) .site-header .language-button,body:has(.parents-page) .site-header .icon-button){color:#fff;background:#ffffff14;border-color:#ffffff2b}.parents-page{min-height:calc(100vh - var(--header-height));background:linear-gradient(#fbfaf600 0%,#fbfaf6 54%),url(/images/generated/parents/parents-pattern.png) top/min(1400px,112vw) repeat-y,#fbfaf6;overflow:hidden}.parents-container{width:min(1440px,100% - 112px);margin:0 auto}.parents-hero{isolation:isolate;background:#edf2ec;min-height:392px;position:relative;overflow:hidden}.parents-hero-image{z-index:-3;object-fit:cover;object-position:58% center}.parents-hero-scrim{z-index:-2;background:linear-gradient(90deg,#fbfaf6fa 0%,#fbfaf6eb 30%,#fbfaf67a 53%,#fbfaf608 75%),linear-gradient(#fbfaf600 70%,#fbfaf6 100%);position:absolute;inset:0}.parents-hero-content{align-items:center;min-height:392px;display:grid}.parents-hero-copy{max-width:790px;padding:54px 0 70px;position:relative}.parents-seal{z-index:-1;color:#0048300b;border:2px solid #0048300b;border-radius:50%;place-items:center;width:242px;height:242px;font-family:Georgia,Times New Roman,serif;font-size:84px;font-weight:800;display:grid;position:absolute;top:26px;left:-84px}.parents-seal:before,.parents-seal:after{content:"";border-radius:50%;position:absolute}.parents-seal:before{border:1px solid #0048300e;inset:14px}.parents-seal:after{border:1px solid #0048300a;inset:42px}.parents-hero h1{color:#003c28;letter-spacing:0;max-width:900px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(58px,6vw,96px);font-weight:800;line-height:.92}.parents-hero-subtitle{color:#006443;margin:18px 0 0;font-size:clamp(24px,2.1vw,34px);font-weight:900;line-height:1.14}.parents-hero-text{color:#26352d;max-width:570px;margin:22px 0 0;font-size:17px;line-height:1.72}.parents-main{z-index:1;gap:22px;margin-top:-48px;padding-bottom:64px;display:grid;position:relative}.parents-quick-grid{background:#fffffff0;border:1px solid #07332436;border-radius:6px;grid-template-columns:repeat(3,minmax(0,1fr));max-width:min(760px,100% - 640px);display:grid;overflow:hidden;box-shadow:0 18px 46px #07332414}.parents-quick-card{min-height:88px;color:var(--parents-ink);background:#ffffff8f;border-bottom:1px solid #07332429;border-right:1px solid #07332429;grid-template-columns:56px minmax(0,1fr) 16px;align-items:center;gap:14px;padding:18px;transition:background-color .18s,color .18s;display:grid}.parents-quick-card:nth-child(3n){border-right:0}.parents-quick-card:nth-last-child(-n+3){border-bottom:0}.parents-quick-card:hover{color:#005b3d;background:#fffdf7}.parents-quick-card img,.parents-numbers img,.parents-trust-strip img,.parents-step-icon img,.parents-contact-card>img{object-fit:contain;display:block}.parents-quick-card strong{font-size:15px;line-height:1.2;display:block}.parents-quick-card small{color:#53645b;margin-top:6px;font-size:13px;line-height:1.38;display:block}.parents-quick-card b{color:#006443;font-size:24px;line-height:1}.parents-contact-card{color:#fff;background:radial-gradient(circle at 12% 40%,#ffffff1c,#0000 28%),linear-gradient(135deg,#006443 0%,#003825 100%);border:1px solid #f5c54a52;border-radius:7px;grid-template-columns:76px minmax(0,1fr);align-items:center;gap:22px;width:min(540px,40vw);min-height:154px;padding:20px 26px;display:grid;position:absolute;top:32px;right:calc(50% + min(1440px,100% - 112px)/-2);box-shadow:0 24px 60px #002b1d38}.parents-contact-card h2{margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2vw,32px);line-height:1}.parents-contact-card p{color:#ffffffe0;margin:8px 0 16px;font-size:13px}.parents-contact-meta{gap:6px;display:grid}.parents-contact-meta strong{color:#fff;font-size:20px}.parents-contact-meta span{color:#ffffffd1;font-size:13px}.parents-gold-button{white-space:nowrap;color:#063222;background:linear-gradient(#ffffffa6,#fff0 42%),linear-gradient(#ffd963 0%,#f4bd20 58%,#eba900 100%);border:1px solid #e8aa11;border-radius:6px;justify-content:center;align-items:center;gap:10px;min-height:44px;padding:0 20px;font-weight:900;display:inline-flex;box-shadow:inset 0 1px #ffffffc2,0 12px 24px #002b1d2e}.parents-contact-card .parents-gold-button{grid-column:2;width:fit-content}.parents-info-grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr) minmax(280px,.72fr);gap:22px;margin-top:4px;display:grid}.parents-panel{background:#ffffffe0;border:1px solid #0733242b;border-radius:7px;min-height:226px;padding:18px;box-shadow:0 16px 42px #0733240f}.parents-panel h2{color:#073324;margin:0 0 14px;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:1.1}.parents-faq-list{gap:6px;display:grid}.parents-faq details{background:#ffffffc2;border:1px solid #0733241f;border-radius:5px;overflow:hidden}.parents-faq summary{color:#25372e;cursor:pointer;justify-content:space-between;align-items:center;gap:14px;min-height:32px;padding:0 12px;font-size:13px;list-style:none;display:flex}.parents-faq summary::-webkit-details-marker{display:none}.parents-faq details[open] summary{color:#006443;font-weight:800}.parents-faq details[open] summary span{transform:rotate(180deg)}.parents-faq details p{color:#5b6a62;margin:0;padding:0 12px 12px;font-size:13px;line-height:1.5}.parents-text-link{color:#006443;align-items:center;gap:8px;margin-top:12px;font-size:13px;font-weight:900;display:inline-flex}.parents-journey-track{grid-template-columns:repeat(4,1fr);gap:16px;padding-top:10px;display:grid;position:relative}.parents-journey-track:before{content:"";background:linear-gradient(90deg,#00704b,#b8943e,#00704b);height:2px;position:absolute;top:43px;left:48px;right:48px}.parents-journey article{z-index:1;text-align:center;justify-items:center;display:grid;position:relative}.parents-step-icon{background:#fff;border:2px solid #00724d;border-radius:50%;place-items:center;width:68px;height:68px;margin-bottom:8px;display:grid;box-shadow:0 12px 24px #005b3d2e}.parents-step-icon img{width:46px;height:46px}.parents-journey strong{color:#073324;font-size:15px}.parents-journey p{color:#586a61;max-width:116px;margin:7px 0 0;font-size:13px;line-height:1.35}.parents-numbers>div{border:1px solid #07332421;border-radius:5px;overflow:hidden}.parents-numbers article{background:#ffffff9e;border-bottom:1px solid #07332421;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:12px;min-height:64px;padding:8px 14px;display:grid}.parents-numbers article:last-child{border-bottom:0}.parents-numbers img{width:48px;height:48px}.parents-numbers strong{color:#006443;font-family:Georgia,Times New Roman,serif;font-size:32px;line-height:1;display:block}.parents-numbers small{color:#5b6a62;margin-top:4px;font-size:12px;display:block}.parents-trust-strip{background:#ffffffd1;border:1px solid #0733242e;border-radius:7px;grid-template-columns:1.55fr repeat(4,1fr);align-items:center;gap:0;min-height:100px;padding:18px 22px;display:grid;box-shadow:0 16px 42px #0733240f}.parents-trust-lead,.parents-trust-strip article{grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;min-width:0;display:grid}.parents-trust-strip article{border-left:1px solid #07332426;min-height:56px;padding-left:22px}.parents-trust-lead strong{color:#073324;font-family:Georgia,Times New Roman,serif;font-size:24px;line-height:1.12;display:block}.parents-trust-strip article strong{color:#073324;font-size:13px;line-height:1.18;display:block}.parents-trust-strip small{color:#5b6a62;margin-top:5px;font-size:12px;line-height:1.28;display:block}.parents-trust-strip img{width:44px;height:44px}.parents-trust-lead img{width:68px;height:68px}@media (max-width:1320px){.parents-container{width:min(100% - 48px,1120px)}.parents-contact-card{grid-template-columns:78px minmax(0,1fr);width:100%;position:relative;top:auto;right:auto}.parents-contact-card .parents-gold-button{grid-column:2;width:fit-content}.parents-quick-grid{max-width:none}.parents-main{margin-top:-34px}.parents-info-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.parents-numbers{grid-column:1/-1}.parents-numbers>div{grid-template-columns:repeat(3,1fr);display:grid}.parents-numbers article{border-bottom:0;border-right:1px solid #07332421}.parents-numbers article:last-child{border-right:0}.parents-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.parents-trust-strip article{border-left:0;padding-left:0}}@media (max-width:860px){body:has(.parents-page){--header-height:72px}.parents-page{background-size:920px}.parents-container{width:min(100% - 28px,560px)}.parents-hero,.parents-hero-content{min-height:560px}.parents-hero-image{object-position:64% center}.parents-hero-scrim{background:linear-gradient(#fbfaf6fa 0%,#fbfaf6e0 38%,#fbfaf642 76%,#fbfaf6 100%),linear-gradient(90deg,#fbfaf6db,#fbfaf62e)}.parents-hero-copy{align-self:start;padding:42px 0 190px}.parents-seal{width:176px;height:176px;font-size:58px;top:12px;left:-60px}.parents-hero h1{max-width:360px;font-size:clamp(52px,18vw,76px)}.parents-hero-subtitle{max-width:360px;font-size:23px}.parents-hero-text{max-width:350px;font-size:15px;line-height:1.6}.parents-main{gap:16px;margin-top:-112px;padding-bottom:44px}.parents-quick-grid,.parents-info-grid,.parents-journey-track,.parents-numbers>div,.parents-trust-strip{grid-template-columns:1fr}.parents-quick-card,.parents-quick-card:nth-child(3n),.parents-quick-card:nth-last-child(-n+3){border-bottom:1px solid #07332424;border-right:0}.parents-quick-card:last-child{border-bottom:0}.parents-contact-card{grid-template-columns:62px minmax(0,1fr);gap:14px;padding:18px}.parents-contact-card>img{width:62px;height:62px}.parents-contact-card .parents-gold-button{white-space:normal;text-align:center;grid-column:1/-1;width:100%}.parents-info-grid{gap:16px}.parents-panel{min-height:0;padding:16px}.parents-journey-track{gap:12px;padding-top:0}.parents-journey-track:before{display:none}.parents-journey article{text-align:left;grid-template-columns:60px minmax(0,1fr);justify-items:start;column-gap:12px}.parents-step-icon{grid-row:span 2;width:58px;height:58px;margin:0}.parents-step-icon img{width:40px;height:40px}.parents-journey p{max-width:none;margin-top:4px}.parents-numbers article{border-bottom:1px solid #07332421;border-right:0}.parents-numbers article:last-child{border-bottom:0}.parents-trust-strip{padding:18px}.parents-trust-lead{grid-template-columns:58px minmax(0,1fr)}.parents-trust-lead img{width:58px;height:58px}.parents-trust-lead strong{font-size:22px}}@media (max-width:420px){.parents-quick-card{grid-template-columns:50px minmax(0,1fr) 14px;padding:15px}.parents-quick-card img{width:50px;height:50px}.parents-hero h1{font-size:50px}}@media (max-width:760px){:is(body:has(.programs-page) .footer-grid,body:has(.programs-page) .footer-bottom){grid-template-columns:1fr!important;width:min(100% - 32px,560px)!important}body:has(.programs-page) .footer-brand{width:100%;min-width:0;max-width:100%}body:has(.programs-page) .footer-contact-list{width:100%;min-width:0;max-width:100%}body:has(.programs-page) .footer-contact-list .contact-row{width:100%;min-width:0;max-width:100%}body:has(.programs-page) .footer-contact-list .contact-row span{width:100%;min-width:0;max-width:100%}body:has(.programs-page) .footer-brand .brand-logo{width:min(100%,320px)}body:has(.programs-page) .footer-link-group{border-left:0;padding-left:0}body:has(.programs-page) .footer-contact-list .contact-row{grid-template-columns:24px minmax(0,1fr);overflow:hidden}.leader-profile-card,.leader-profile-card-featured,.leader-profile-card:nth-child(4),.leader-profile-card:nth-child(5){flex-basis:min(86vw,350px)!important;grid-template-rows:284px auto!important;grid-template-columns:1fr!important;min-height:0!important;display:grid!important}.leader-profile-photo,.leader-profile-card-featured .leader-profile-photo{height:284px!important;min-height:284px!important}.leader-profile-body,.leader-profile-card-featured .leader-profile-body{align-content:start;min-height:232px}.leader-profile-body h3,.leader-profile-card-featured .leader-profile-body h3{font-size:clamp(26px,8vw,32px)}}body:has(.staff-page){--header-height:130px;--max:1280px;--staff-green:#00452e;--staff-green-2:#003724;--staff-gold:#f3b713;--staff-ink:#073325;--staff-muted:#5d6a64;--staff-line:#07332521;background:#f8f7f1}.top-links a{color:inherit;position:relative}.top-links a:after{content:"";opacity:0;background:currentColor;border-radius:999px;height:2px;transition:opacity .18s,transform .18s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(.64)}.top-links a:hover:after,.top-links a.active:after{opacity:1;transform:scaleX(1)}body:has(.staff-page) .site-header{color:#ffffffe6;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#00452e 0%,#003724 100%);border-bottom-color:#ffffff14;box-shadow:0 18px 48px #00231738}body:has(.staff-page) .top-line{color:#ffffffd1;min-height:38px}body:has(.staff-page) .top-contacts svg{color:var(--staff-gold)}body:has(.staff-page) .navbar{min-height:92px}body:has(.staff-page) .nav-menu{color:#fff}body:has(.staff-page) .brand-logo-wordmark strong{color:#fff}body:has(.staff-page) .brand-logo-wordmark b{color:#fff}:is(body:has(.staff-page) .nav-menu a:hover,body:has(.staff-page) .nav-menu a.active){color:#fff}body:has(.staff-page) .nav-menu a:after{background:var(--staff-gold)}body:has(.staff-page) .nav-menu a.active:after{background:var(--staff-gold)}:is(body:has(.staff-page) .site-header .language-button,body:has(.staff-page) .site-header .icon-button){color:#fff;background:#ffffff14;border-color:#ffffff2b}.staff-page{min-height:calc(100vh - var(--header-height));color:var(--staff-ink);background:linear-gradient(#f8f7f1 0%,#fff 44%,#f4f8f5 100%);overflow-x:hidden}.staff-hero{background:#f7f4ec;border-bottom:1px solid #0733251a;min-height:326px;position:relative;overflow:hidden}.staff-hero-image{object-fit:cover;object-position:center right}.staff-hero-pattern{z-index:1;opacity:.28;pointer-events:none;background:url(/images/generated/staff/staff-pattern.png) 0/430px;width:min(42vw,520px);position:absolute;inset:0 auto 0 0}.staff-hero-wash{z-index:2;background:linear-gradient(90deg,#f8f6effa 0%,#f8f6efeb 33%,#f8f6ef94 48%,#f8f6ef05 74%),linear-gradient(#ffffff0a,#0733250d);position:absolute;inset:0}.staff-hero-inner{z-index:3;align-content:center;min-height:326px;padding:34px 0 42px;display:grid;position:relative}.staff-breadcrumb{color:#315146;align-items:center;gap:13px;margin-bottom:12px;font-size:13px;font-weight:700;display:flex}.staff-breadcrumb a{color:#315146}.staff-breadcrumb svg{color:#bb8b18}.staff-hero h1{color:#00452e;letter-spacing:0;max-width:680px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6vw,78px);line-height:.96}.staff-hero-lead{color:#00452e;margin:12px 0 0;font-family:Georgia,Times New Roman,serif;font-size:clamp(24px,2.4vw,32px);line-height:1.12}.staff-hero-text{color:#59675f;max-width:510px;margin:18px 0 0;font-size:15px;line-height:1.65}.staff-workspace{padding:18px 0 22px}.staff-section-head{margin-bottom:14px}.staff-section-head h2,.staff-tasks h2,.staff-panel h2{color:#013f2a;margin:0;font-size:20px;line-height:1.2}.staff-quick-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:13px;display:grid}.staff-quick-card{background:#fff;border:1px solid #07332521;border-radius:8px;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;min-height:82px;padding:12px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid;box-shadow:0 10px 24px #0033220a}.staff-quick-card:hover,.staff-service-row:hover,.staff-all-button:hover,.staff-help-button:hover{border-color:#00452e47;transform:translateY(-2px);box-shadow:0 18px 38px #00332217}.staff-quick-card img,.staff-service-row img,.staff-task-card img,.staff-help-row img{border-radius:8px}.staff-quick-card span,.staff-service-row span{gap:5px;min-width:0;display:grid}.staff-quick-card strong,.staff-service-row strong,.staff-task-card h3,.staff-announcement h3,.staff-help-row h3{color:#082f22;margin:0;font-size:14px;line-height:1.25}.staff-quick-card small,.staff-service-row small,.staff-task-card p,.staff-announcement p,.staff-help-row p{color:#5e6b64;margin:0;font-size:12px;line-height:1.45}.staff-quick-card>svg,.staff-service-row>svg{color:#6e7d75}.staff-tasks{background:linear-gradient(90deg,#e6f3ebc7,#ffffffeb),#fff;border:1px solid #07332521;border-radius:8px;margin-top:18px;padding:14px 18px 18px}.staff-task-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:10px;display:grid}.staff-task-card{border-right:1px solid #07332521;grid-template-columns:58px minmax(0,1fr) auto;align-items:center;gap:16px;min-height:74px;padding:0 22px;display:grid}.staff-task-card:first-child{padding-left:0}.staff-task-card:last-child{border-right:0;padding-right:0}.staff-status{white-space:nowrap;border-radius:5px;justify-self:end;padding:6px 10px;font-size:12px;font-weight:800}.staff-status-green{color:#147235;background:#e8f7e9;border:1px solid #b6dfbc}.staff-status-gold{color:#b16e00;background:#fff7df;border:1px solid #f0cd83}.staff-status-blue{color:#1559a5;background:#e8f3ff;border:1px solid #bdd8f4}.staff-dashboard{grid-template-columns:minmax(0,1.1fr) minmax(0,1.22fr) minmax(300px,.82fr);gap:14px;margin-top:16px;display:grid}.staff-panel{background:#ffffffe0;border:1px solid #07332521;border-radius:8px;padding:18px;box-shadow:0 14px 34px #0033220d}.staff-panel-title{justify-content:space-between;align-items:center;gap:16px;display:flex}.staff-panel-title a{color:#00452e;white-space:nowrap;align-items:center;gap:7px;font-size:13px;font-weight:800;display:inline-flex}.staff-service-list,.staff-announcement-list,.staff-help-list{margin-top:12px;display:grid}.staff-service-row{border-bottom:1px solid #0733251a;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:12px;min-height:52px;padding:8px 2px;transition:transform .18s,box-shadow .18s,border-color .18s;display:grid}.staff-service-row:last-child{border-bottom:0}.staff-announcement-list{gap:10px}.staff-announcement{background:#fff;border:1px solid #0733251f;border-radius:8px;grid-template-columns:54px minmax(0,1fr) auto;align-items:center;gap:14px;min-height:78px;padding:10px;display:grid}.staff-announcement time{color:#00452e;background:#eef5ef;border:1px solid #07332517;border-radius:7px;place-items:center;width:48px;height:56px;display:grid}.staff-announcement time strong{font-size:20px;line-height:1}.staff-announcement time span{font-size:11px;font-weight:800}.staff-announcement>span{color:#0b67bd;background:#e7f3ff;border:1px solid #bdd9f6;border-radius:5px;padding:6px 10px;font-size:12px;font-weight:800}.staff-announcement:first-child>span{color:#157132;background:#e8f7e9;border-color:#b8dfbd}.staff-all-button,.staff-help-button{border-radius:8px;justify-content:center;align-items:center;gap:8px;min-height:42px;margin-top:12px;font-weight:900;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex}.staff-all-button{color:#00452e;background:#fff;border:1px solid #07332521}.staff-help{background:linear-gradient(135deg,#ebf5eed6,#ffffffeb),#fff}.staff-help-list{gap:14px}.staff-help-row{grid-template-columns:58px minmax(0,1fr);align-items:center;gap:12px;display:grid}.staff-help-row p{align-items:center;gap:6px;margin-top:4px;display:flex}.staff-help-button{color:#0b3829;background:linear-gradient(#ffffff80,#fff0 42%),linear-gradient(#ffd75a 0%,#f3b713 100%);border:1px solid #f3b713cc;min-height:48px;box-shadow:0 14px 28px #00452e1f}.staff-info-strip{color:#315146;background:#ffffffb8;border:1px solid #0733251a;border-radius:8px;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-top:14px;padding:12px 16px;display:grid}.staff-info-strip p{align-items:center;gap:8px;margin:0;font-size:13px;font-weight:700;display:flex}body:has(.staff-page) .site-footer{background:#00452e;padding:0}:is(body:has(.staff-page) .footer-grid,body:has(.staff-page) .footer-cta){display:none}body:has(.staff-page) .footer-bottom{color:#ffffffe6;border-top:0;align-items:center;width:min(1280px,100% - 56px);min-height:72px;margin:0 auto;padding:0}body:has(.staff-page) .footer-bottom>div{align-items:center;gap:24px;display:flex}body:has(.staff-page) .footer-bottom>div>span{background:#ffffff73;width:1px;height:18px;display:block}body:has(.staff-page) .footer-bottom .socials{display:none}@media (max-width:1220px){.staff-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.staff-dashboard{grid-template-columns:1fr 1fr}.staff-help{grid-column:1/-1}}@media (max-width:860px){body:has(.staff-page){--header-height:72px}.staff-hero,.staff-hero-inner{min-height:520px}.staff-hero-image{object-position:68% center}.staff-hero-wash{background:linear-gradient(#f8f6eff5 0%,#f8f6efe6 45%,#f8f6ef52 100%),linear-gradient(90deg,#f8f6eff5,#f8f6ef6b)}.staff-hero-inner{align-content:start;padding-top:48px}.staff-hero-text{max-width:340px}.staff-quick-grid,.staff-task-grid,.staff-dashboard,.staff-info-strip{grid-template-columns:1fr}.staff-task-card,.staff-task-card:first-child,.staff-task-card:last-child{border-bottom:1px solid #0733251f;border-right:0;padding:12px 0}.staff-task-card:last-child{border-bottom:0}.staff-help{grid-column:auto}body:has(.staff-page) .footer-bottom{width:min(100% - 28px, var(--max));justify-content:center;align-items:flex-start;min-height:96px}body:has(.staff-page) .footer-bottom>div{flex-wrap:wrap;gap:12px}}@media (max-width:520px){.staff-hero h1{max-width:100%;font-size:38px;line-height:1}.staff-hero-lead{max-width:340px;font-size:21px;line-height:1.2}.staff-task-card,.staff-announcement{grid-template-columns:48px minmax(0,1fr)}.staff-task-card .staff-status,.staff-announcement>span{grid-column:2;justify-self:start}.staff-panel-title{flex-direction:column;align-items:flex-start;gap:8px}}body:has(.students-page){--header-height:130px;background:#fbfaf7}body:has(.students-page) .site-header{color:#ffffffe0;-webkit-backdrop-filter:none;backdrop-filter:none;background:linear-gradient(#003c27 0%,#00321f 100%);border-bottom-color:#ffffff17;box-shadow:0 16px 48px #001f1533}body:has(.students-page) .top-line{color:#ffffffd1;border-bottom-color:#ffffff17;min-height:38px}body:has(.students-page) .top-contacts svg{color:#f1c232}body:has(.students-page) .top-links a.active{color:#ffd22e;font-weight:800}body:has(.students-page) .top-links a.active:after{content:"";background:#ffd22e;border-radius:999px;height:2px;position:absolute;bottom:0;left:0;right:0}body:has(.students-page) .navbar{min-height:92px}body:has(.students-page) .nav-menu{color:#fff}body:has(.students-page) .brand-logo-wordmark strong{color:#fff}body:has(.students-page) .brand-logo-wordmark b{color:#fff}:is(body:has(.students-page) .nav-menu a:hover,body:has(.students-page) .nav-menu a.active){color:#ffd22e}:is(body:has(.students-page) .site-header .language-button,body:has(.students-page) .site-header .icon-button){color:#fff;background:#ffffff14;border-color:#ffffff2b}body:has(.students-page) .nav-dropdown-panel a{color:#173928}body:has(.students-page) .nav-dropdown-panel a:hover{color:#fff}body:has(.students-page) .nav-dropdown-panel a:focus-visible{color:#fff}body:has(.students-page) .nav-menu .nav-dropdown-panel a.active{color:#fff}.students-page{--students-green:#00452e;--students-gold:#ffc928;min-height:calc(100vh - var(--header-height));background:#fbfaf7}.students-hero{background:#f8f5ed;border-bottom:1px solid #12241b1a;min-height:330px;position:relative;overflow:hidden}.students-hero-image{object-fit:cover;object-position:center right}.students-hero-pattern{opacity:.46;mix-blend-mode:multiply;background:url(/images/generated/students/students-pattern.png) 0/610px 610px no-repeat;width:min(46vw,620px);position:absolute;inset:0 auto 0 0}.students-hero-overlay{background:linear-gradient(90deg,#fbfaf7fa 0%,#fbfaf7e6 27%,#fbfaf75c 52%,#fbfaf705 74%),linear-gradient(#ffffff52,#fff0);position:absolute;inset:0}.students-hero-content{z-index:2;flex-direction:column;justify-content:center;min-height:330px;padding-top:28px;padding-bottom:38px;display:flex;position:relative}.students-breadcrumb{color:var(--students-green);letter-spacing:.13em;text-transform:uppercase;margin:0 0 20px;font-size:12px;font-weight:900}.students-hero h1{color:#003f2a;max-width:760px;margin:0;font-family:Georgia,Times New Roman,serif;font-size:clamp(48px,6vw,78px);line-height:.98}.students-title-break{display:none}.students-hero-content>p:not(.students-breadcrumb){color:#4d5861;margin:18px 0 0;font-size:20px}.students-hero-actions{flex-wrap:wrap;align-items:center;gap:22px;margin-top:32px;display:flex}.students-help-link,.students-card-link,.students-panel-head a,.students-announcements article a{color:#004c34;align-items:center;gap:8px;font-weight:900;display:inline-flex}.students-content{gap:16px;padding:18px 0 56px;display:grid}.students-quick h2,.students-important h2,.students-service-card h2,.students-campus-card h2{color:#102c20;margin:0;font-size:20px;line-height:1.2}.students-quick-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:10px;margin-top:12px;display:grid}.students-quick-card{background:#fff;border:1px solid #12241b1f;border-radius:8px;grid-template-columns:1fr auto;align-content:center;gap:8px;min-height:100px;padding:14px 14px 12px;transition:transform .2s,box-shadow .2s,border-color .2s;display:grid;position:relative;box-shadow:0 12px 28px #052f200b}.students-quick-card:hover{border-color:#004c3442;transform:translateY(-2px);box-shadow:0 20px 44px #052f2017}.students-quick-card img{object-fit:contain;grid-column:1/-1;justify-self:center;width:44px;height:44px}.students-quick-card span{color:#10231b;text-align:center;align-self:end;font-size:13px;font-weight:800}.students-quick-card b{color:#10231b;align-self:end;font-size:20px;line-height:1}.students-important,.students-service-card,.students-campus-card{background:linear-gradient(135deg,#ebf4eedb,#ffffffeb),#fff;border:1px solid #12241b1a;border-radius:8px;box-shadow:0 14px 34px #052f200e}.students-important{padding:18px 20px 16px}.students-panel-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;display:flex}.students-panel-head a{font-size:13px}.students-announcements{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.students-announcements article{grid-template-columns:58px 1fr;align-items:center;gap:22px;min-width:0;display:grid}.students-announcements article+article{border-left:1px solid #12241b24;padding-left:28px}.students-announcement-icon{background:linear-gradient(135deg,#00744f,#004a32);border-radius:8px;place-items:center;width:58px;height:58px;display:grid;overflow:hidden}.students-announcement-icon img{object-fit:contain;filter:brightness(0)invert();width:40px;height:40px}.students-announcements time{color:#68736c;font-size:13px;display:block}.students-announcements h3{color:#1a2922;margin:4px 0 8px;font-size:14px;font-weight:500;line-height:1.35}.students-announcements article a{margin:0;font-size:13px}.students-main-grid{grid-template-columns:minmax(340px,.78fr) minmax(0,1fr);gap:16px;display:grid}.students-service-card,.students-campus-card{padding:20px 22px}.students-service-list{margin-top:12px;display:grid}.students-service-list a{color:#1f3028;border-bottom:1px solid #12241b1a;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;min-height:38px;display:grid}.students-service-list img{object-fit:contain;width:18px;height:18px}.students-service-list a span{font-size:14px}.students-service-list b{color:#092118;font-size:20px;line-height:1}.students-card-link{justify-content:flex-end;width:100%;margin-top:24px;font-size:13px}.students-event-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.students-event-card{background:#fff;border:1px solid #12241b1a;border-radius:8px;overflow:hidden}.students-event-media{aspect-ratio:1.42/.76;position:relative;overflow:hidden}.students-event-media img{object-fit:cover}.students-event-media time{color:#00402b;background:#ffffffed;border-radius:7px;place-items:center;min-width:44px;padding:7px 8px;display:grid;position:absolute;top:10px;left:10px;box-shadow:0 10px 22px #052f201f}.students-event-media time strong{font-size:18px;line-height:1}.students-event-media time span{margin-top:3px;font-size:10px;font-weight:900}.students-event-body{padding:12px 12px 10px}.students-event-body h3{color:#1a2922;min-height:36px;margin:0 0 6px;font-size:14px;font-weight:600;line-height:1.28}.students-event-body p,.students-event-body small{color:#6b7470;margin:0;font-size:12px;line-height:1.6;display:block}.students-event-body small{color:#52605a}@media (max-width:1180px){.students-quick-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.students-main-grid{grid-template-columns:1fr}}@media (max-width:760px){body:has(.students-page){--header-height:72px}.students-hero{min-height:520px}.students-hero-image{object-position:70% center}.students-hero-overlay{background:linear-gradient(#fbfaf7fa 0%,#fbfaf7e6 45%,#fbfaf761 100%),linear-gradient(90deg,#fbfaf7f0,#fbfaf73d)}.students-hero-content{justify-content:flex-start;min-height:520px;padding-top:52px}.students-hero h1{max-width:340px;font-size:44px;line-height:1.05}.students-title-break{display:block}.students-hero-content>p:not(.students-breadcrumb){max-width:320px;font-size:17px;line-height:1.5}.students-quick-grid,.students-announcements,.students-event-grid{grid-template-columns:1fr}.students-quick-card{grid-template-columns:54px 1fr auto;align-content:center;align-items:center;min-height:76px}.students-quick-card img{grid-column:auto;justify-self:start}.students-quick-card span{text-align:left}.students-announcements article+article{border-top:1px solid #12241b24;border-left:0;padding-top:16px;padding-left:0}}@media (max-width:520px){.students-hero-actions{align-items:stretch;gap:14px;width:100%}.students-help-link{justify-content:center;min-height:44px}.students-content{padding-bottom:40px}.students-service-card,.students-campus-card,.students-important{padding:18px 16px}}.home-page .journey-wrap,.home-page .stories-grid.container,.home-page .faq-home-grid{width:min(var(--max), calc(100% - 40px));max-width:none}.home-page .why-benefits{width:100%;max-width:none}.site-header{color:#fff!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:#033624!important;border-bottom:1px solid #ffffff1a!important;box-shadow:0 16px 48px #001c1233!important}.top-line{color:#ffffffc7!important;border-bottom:1px solid #ffffff14!important;min-height:38px!important}.top-contacts svg{color:#d6ac51!important}.navbar{min-height:74px!important}.brand-logo-wordmark strong,.brand-logo-wordmark b{color:#fff!important}.nav-menu{color:#ffffffd6!important}.site-header .language-button,.site-header .icon-button{color:#fff!important;background:#ffffff12!important;border-color:#ffffff24!important}body{--header-height:112px!important}@media (min-width:901px){.brand{width:300px!important;min-width:286px!important}}@media (max-width:900px){body{--header-height:68px!important}.navbar{min-height:72px!important}}body:has(.conference-page){background:#fbfaf6}.conference-page .conference-hero-section{isolation:isolate;background:radial-gradient(circle at 93.5% 72%,#d3b05d1f 0 114px,#0000 115px),radial-gradient(circle at 93.5% 72%,#0000 0 170px,#d3b05d2e 171px 172px,#0000 173px),radial-gradient(circle at 8% 14%,#dba83d14,#0000 20%),linear-gradient(#fffdf8 0%,#fbf8f1 100%);min-height:auto;padding:66px 0 28px;position:relative}.conference-page .conference-hero-section .container,.conference-page .conference-past-section .container{width:min(1298px,100% - 40px)}.conference-page .research-seal.ghost-right.lower{opacity:.045;width:280px;height:280px;bottom:40px;right:74px}.conference-page .conference-grid{grid-template-columns:minmax(0,756px) minmax(430px,434px);align-items:start;gap:76px}.conference-page .eyebrow{color:#c28c25;letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:14px;font-weight:900}.conference-page .conference-grid h1{letter-spacing:0;max-width:535px;font-size:51px;line-height:1.04}.conference-page .research-lead{color:#5f6863;max-width:535px;margin-top:12px;font-size:16px;line-height:1.56}.conference-page .conference-feature{border:1px solid #00322233;border-radius:8px;width:756px;min-height:268px;margin-top:18px;box-shadow:0 20px 42px #072c1f2b}.conference-page .conference-feature:after{background:linear-gradient(#00352333 0%,#004930ad 59%,#004c31f0 100%),linear-gradient(90deg,#0032208f,#00342314 72%)}.conference-page .conference-feature>div{padding:23px 20px 20px}.conference-page .conference-feature span{background:linear-gradient(#159b68,#0a744e);width:58px;padding:12px 0 10px;top:18px;left:18px;box-shadow:inset 0 1px #ffffff29}.conference-page .conference-feature span small{margin-top:8px;font-family:Arial,Helvetica,sans-serif;font-size:14px;line-height:1;display:block}.conference-page .conference-feature p{color:#f0bd21;margin-bottom:6px;font-size:13px}.conference-page .conference-feature h2{max-width:560px;font-size:30px;line-height:1.02}.conference-page .conference-feature div div{gap:10px;margin-top:17px}.conference-page .conference-feature small{background:#ffffff29;border-color:#ffffff40;align-items:center;gap:7px;min-height:29px;padding:6px 13px;font-size:12px;display:inline-flex}.conference-page .conference-feature small img,.conference-page .event-icon img,.conference-page .event-register-card img,.conference-page .past-events small img,.conference-page .event-timeline small img{object-fit:contain}.conference-page .conference-past-section{z-index:1;background:#fbf8f1;padding:0 0 34px;position:relative}.conference-page .past-events-title{width:100%;margin:0 0 16px}.conference-page .past-events-title p,.conference-page .panel-head p{color:#c28c25;letter-spacing:.08em;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;font-size:14px;font-weight:900}.conference-page .past-events-title a,.conference-page .panel-head a{color:#0b704b;font-size:13px;font-weight:900}.conference-page .past-events-title .conference-css-icon,.conference-page .panel-head .conference-css-icon{display:none}.conference-page .past-events{grid-template-columns:repeat(3,1fr);gap:20px;width:100%}.conference-page .past-events article{background:#fffffff0;border-color:#12241b1a;min-height:212px;padding-bottom:13px;box-shadow:0 16px 34px #192e241a}.conference-page .past-events article>div{height:91px}.conference-page .past-events article>p,.conference-page .past-events h3,.conference-page .past-events small,.conference-page .past-events a{margin-left:16px;margin-right:16px}.conference-page .past-events article>p{color:#c28c25;margin-top:12px;margin-bottom:7px;font-size:11px}.conference-page .past-events h3{color:#10271d;min-height:40px;margin-bottom:11px;font-size:16px;line-height:1.22}.conference-page .past-events small{color:#5f6863;font-size:13px}.conference-page .past-events a{color:#0b704b;margin-top:12px;font-size:13px}.conference-page .upcoming-panel{margin-top:78px;padding:0}.conference-page .upcoming-panel:before{display:none}.conference-page .upcoming-panel .panel-head{margin:0 0 18px}.conference-page .event-timeline{gap:12px;position:relative}.conference-page .event-timeline:before{content:"";background:#cba5596b;width:1px;position:absolute;top:24px;bottom:70px;left:-30px}.conference-page .event-timeline article{background:#fffffff5;border-color:#12241b14;grid-template-columns:50px 57px 1fr;gap:20px;min-height:123px;padding:20px 20px 19px 14px;box-shadow:0 16px 34px #192e241a}.conference-page .event-timeline article:before{content:"";background:#fff;border:3px solid #0b8a5a;border-radius:50%;width:10px;height:10px;position:absolute;top:22px;left:-36px}.conference-page .event-date strong{color:#052a1e;font-size:27px}.conference-page .event-date span{color:#08784f;margin-top:7px;font-size:13px;line-height:1.35;display:block}.conference-page .event-icon{color:#0c8155;background:#2e8f631a;border-radius:8px;width:54px;height:54px}.conference-page .event-timeline article>div>p{color:#c28c25;margin-bottom:8px;font-size:11px}.conference-page .event-timeline h2{color:#10271d;font-size:16px;line-height:1.25}.conference-page .event-timeline small{color:#68726d;margin-top:8px;font-size:13px;line-height:1.18}.conference-page .event-timeline small img{flex:none}.conference-page .event-register-card{border-radius:8px;grid-template-columns:none;align-items:center;gap:14px;width:330px;min-height:66px;margin:28px 0 0 64px;padding:0 24px;display:flex}.conference-page .event-register-card>span{color:#173928;background:0 0;border-radius:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.conference-page .event-register-card strong{color:#12241b;flex:1;justify-content:space-between;font-family:Arial,Helvetica,sans-serif;font-size:18px;font-weight:900;display:flex}.conference-page .event-register-note{color:#69726d;max-width:330px;margin:19px 0 0 64px;font-size:15px;line-height:1.55}@media (max-width:1320px){.conference-page .conference-grid{grid-template-columns:minmax(0,1fr);gap:28px}.conference-page .conference-feature,.conference-page .past-events,.conference-page .past-events-title{width:100%}.conference-page .upcoming-panel{margin-top:0}.conference-page .event-timeline:before,.conference-page .event-timeline article:before{display:none}.conference-page .event-register-card,.conference-page .event-register-note{width:100%;max-width:none;margin-left:0}}@media (max-width:900px){.conference-page .conference-hero-section{padding-top:34px}.conference-page .conference-grid h1{font-size:42px}.conference-page .past-events{grid-template-columns:1fr}}body:has(.news-page){--news-shell:1400px;background:#fbfaf6}.news-hero{background:radial-gradient(circle at 86% 18%,#269e6c70,#0000 30%),linear-gradient(108deg,#0b7b51 0%,#158354 52%,#0c774f 100%);min-height:310px}.news-hero:before{width:196px;height:196px;top:66px;right:-52px}.news-hero:after{width:160px;height:160px;bottom:-78px;right:98px}.news-hero .container{width:min(var(--news-shell), calc(100% - 104px));max-width:var(--news-shell);min-height:310px}.news-hero-copy{max-width:560px;padding:50px 0 48px 56px}.news-hero .eyebrow,.news-contact-section .eyebrow{letter-spacing:.09em;font-size:13px}.news-hero h1{max-width:540px;margin-top:14px;font-size:60px;font-weight:900;line-height:.98}.news-hero p:not(.eyebrow){max-width:470px;margin-top:22px;font-size:16px;line-height:1.65}.news-hero-mark{opacity:.18;width:250px;height:250px;top:34px;right:182px}.news-hero-mark:after{inset:-24px}.news-list-section{background:radial-gradient(circle at 68% 2%,#edc46312,#0000 18%),#fbfaf6;padding:30px 0 54px}.news-list-section .container,.news-contact-section .container{width:min(var(--news-shell), calc(100% - 104px));max-width:var(--news-shell)}.news-page-grid{gap:20px}.news-page-card{border:0;border-radius:6px;min-height:270px;box-shadow:0 18px 44px #052f2013}.news-page-featured{min-height:344px}.news-card-content{width:min(455px,72%);min-height:344px;padding:34px 30px 26px}.news-card-overlay{background:linear-gradient(90deg,#00311fe6 0%,#00311f9e 45%,#00311f1a 100%),linear-gradient(#00311f05,#00311f66)}.news-page-media{height:146px}.news-card-body{min-height:178px;padding:16px 22px 20px}.news-card-meta{gap:12px;margin-bottom:14px}.news-card-meta p{gap:6px;font-size:11px}.news-card-meta span{font-size:10px}.news-page-card h2{font-size:19px;line-height:1.18}.news-page-featured h2{max-width:370px;font-size:30px;line-height:1.08}.news-card-body>p,.news-card-content>p{margin-top:12px;font-size:13px;font-weight:500;line-height:1.55;color:#64736a!important}.news-page-featured .news-card-content>p{max-width:360px;font-size:14px;font-weight:700;color:#ffffffeb!important}.news-page-card .text-link{padding-top:20px;font-size:13px}.news-pagination{gap:12px;margin-top:48px}.news-pagination a,.news-pagination span{border-radius:6px;width:40px;height:40px;font-size:13px}.news-pagination span{width:30px}.news-contact-section{background:radial-gradient(circle at 8% 6%,#edc46314,#0000 22%),linear-gradient(#f4f0e7 0%,#fbfaf6 100%);padding:42px 0 40px}.news-contact-section:after{width:238px;height:238px;top:30px;right:-18px}.news-contact-section .section-row{gap:40px}.news-contact-section .section-heading h2{max-width:560px;font-size:38px;line-height:1.02}.news-contact-section .button-ghost{min-width:150px;min-height:50px;font-size:13px}body:has(.news-page) .site-footer{background:radial-gradient(circle at 86% 48%,#1a77526b,#0000 26%),linear-gradient(135deg,#004632 0%,#00543a 54%,#00452f 100%);border-radius:0;padding:32px 0 0}body:has(.news-page) .site-footer:after{opacity:.18;border-color:#edc46333;width:260px;height:260px;display:block;bottom:36px;right:96px}body:has(.news-page) .footer-grid{grid-template-columns:minmax(270px,1.18fr) repeat(3,minmax(136px,.72fr)) minmax(180px,.72fr);gap:34px;width:min(1548px,100% - 144px);padding:0 0 30px}body:has(.news-page) .footer-brand .brand-logo{gap:14px;width:260px}body:has(.news-page) .footer-brand .brand-logo-seal{width:58px;height:58px}body:has(.news-page) .footer-brand .brand-logo-seal img{width:58px;height:58px}body:has(.news-page) .footer-brand .brand-logo-seal{flex-basis:58px}:is(body:has(.news-page) .footer-brand .brand-logo-wordmark strong,body:has(.news-page) .footer-brand .brand-logo-wordmark b){letter-spacing:.025em;font-size:15px;line-height:1.22}body:has(.news-page) .footer-grid h3{margin:22px 0 16px;font-size:19px}body:has(.news-page) .footer-link-group h3{font-size:18px}body:has(.news-page) .footer-link-group h3:after{width:28px;height:2px;margin-top:10px}body:has(.news-page) .footer-link-group{padding-left:34px}body:has(.news-page) .footer-contact-list .contact-row{grid-template-columns:20px minmax(0,1fr);gap:11px;margin-bottom:8px;font-size:14px;line-height:1.35}body:has(.news-page) .footer-contact-list .contact-row svg{width:15px;height:15px}body:has(.news-page) .footer-grid a{margin-bottom:13px;font-size:14px;line-height:1.25}body:has(.news-page) .footer-side{min-height:180px}body:has(.news-page) .footer-watermark{opacity:.18}body:has(.news-page) .footer-watermark img{width:210px}body:has(.news-page) .footer-bottom{width:min(1548px,100% - 144px);padding:22px 0 18px;font-size:12px}body:has(.news-page) .footer-bottom div{gap:26px}body:has(.news-page) .footer-bottom div span{opacity:.35;height:18px}body:has(.news-page) .socials{gap:13px;margin-top:0}body:has(.news-page) .socials a{color:#edc463;border:1px solid #edc463b8;border-radius:50%;place-items:center;width:34px;height:34px;margin:0;display:grid}@media (max-width:1180px){body:has(.news-page){--news-shell:980px}.news-hero .container,.news-list-section .container,.news-contact-section .container{width:min(var(--news-shell), calc(100% - 40px))}body:has(.news-page) .footer-grid{width:min(var(--news-shell), calc(100% - 40px))}body:has(.news-page) .footer-bottom{width:min(var(--news-shell), calc(100% - 40px))}}@media (max-width:1020px){.news-hero,.news-hero .container{min-height:360px}.news-hero h1{font-size:48px}.news-page-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.news-page-featured{grid-column:span 2}body:has(.news-page) .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:760px){.news-hero .container,.news-list-section .container,.news-contact-section .container{width:min(100% - 28px, var(--news-shell))}.news-hero-copy{padding-left:0}.news-page-grid{grid-template-columns:1fr}.news-page-featured{grid-column:span 1;min-height:410px}.news-card-content{width:100%;min-height:410px}.news-contact-section .section-row{flex-direction:column;align-items:flex-start}:is(body:has(.news-page) .footer-grid,body:has(.news-page) .footer-bottom){width:min(100% - 28px, var(--news-shell))}}.news-hero-copy{max-width:720px}.news-hero h1{max-width:720px;font-size:56px;line-height:1.02}.news-page .news-card-content,.news-page .news-card-body,.news-page .news-page-media{justify-content:flex-start;align-items:stretch;gap:0;min-width:0}.news-page .news-card-content,.news-page .news-card-body{box-sizing:border-box}.news-page .news-card-body{text-align:left;width:100%}.news-page .news-card-meta{flex-wrap:wrap;justify-content:flex-start;align-items:center;width:100%}.news-page .news-page-card h2,.news-page .news-card-body>p,.news-page .news-card-content>p,.news-page .news-page-card .text-link{overflow-wrap:break-word;min-width:0;max-width:100%}.news-page .news-page-card h2{white-space:normal;text-wrap:auto;width:100%}.news-page .news-page-card .text-link{align-self:flex-start}@media (max-width:1020px){.news-hero h1{font-size:48px}}@media (max-width:760px){.news-hero-copy{max-width:100%}}@media (max-width:520px){.news-hero h1{max-width:330px;font-size:31px;line-height:1.08}.news-hero p:not(.eyebrow){overflow-wrap:break-word;max-width:330px;font-size:15px}.news-card-content{max-width:100%}.news-page .news-page-featured h2{white-space:normal;text-wrap:auto;overflow-wrap:anywhere;width:270px;max-width:280px;font-size:25px;line-height:1.12}.news-page .news-page-featured .news-card-content>p{width:270px;max-width:270px}.news-page .news-card-body>p{white-space:normal;overflow-wrap:anywhere;word-break:normal;width:100%;max-width:300px}.news-page .news-card-body,.news-page .news-card-content{text-align:left;align-items:flex-start}.news-page .news-card-body>h2{white-space:normal;text-wrap:auto;overflow-wrap:anywhere;word-break:normal;width:100%;max-width:300px}}
