:root{color-scheme:light;--primary:#0f4c81;--primary-light:#1565a0;--primary-dark:#0a3554;--accent:#00d4ff;--accent-dark:#0099cc;--accent-gold:#00a7cc;--background:#f8fafc;--surface:#ffffff;--text:#1e293b;--text-light:#64748b;--text-soft:#64748b;--border:#e2e8f0;--line:#e2e8f0;--shadow:0 10px 40px rgba(15,76,129,0.15);--radius:16px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:linear-gradient(135deg,#f8fafc,#f1f5f9);color:var(--text);font-family:var(--font-body),"Helvetica Neue",sans-serif;line-height:1.6}@media (pointer:fine){[role=button],a,body,button,input,select,textarea{cursor:none}}.mouse-cursor-dot,.mouse-cursor-ring{position:fixed;left:0;top:0;pointer-events:none;z-index:10000;will-change:transform,width,height,opacity}.mouse-cursor-ring{width:30px;height:30px;border-radius:50%;border:2px solid rgba(0,212,255,.9);background:radial-gradient(circle,rgba(0,212,255,.18) 0,rgba(0,212,255,.06) 45%,transparent 70%);box-shadow:0 0 0 4px rgba(15,76,129,.05),0 0 14px rgba(0,212,255,.14);mix-blend-mode:multiply;transition:width .18s ease,height .18s ease,border-color .18s ease,box-shadow .18s ease}.mouse-cursor-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,#0f4c81,#00d4ff);box-shadow:0 0 10px rgba(0,212,255,.65),0 0 0 2px rgba(255,255,255,.9);transition:width .18s ease,height .18s ease,box-shadow .18s ease}.mouse-cursor-ring.is-hovering{width:40px;height:40px;border-color:rgba(0,212,255,1);box-shadow:0 0 0 6px rgba(15,76,129,.05),0 0 18px rgba(0,212,255,.18)}.mouse-cursor-dot.is-hovering{width:8px;height:8px}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1280px,calc(100% - 2rem));margin:0 auto}.section{padding:5rem 0}.grid{display:grid;grid-gap:2rem;gap:2rem}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.announcement-banner{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);color:white;padding:1rem 0;text-align:center;font-weight:600;font-size:.95rem;animation:slideDown .6s ease}.hero-section{padding:5rem 0 3.2rem;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;right:0;width:500px;height:500px;background:radial-gradient(circle,rgba(0,212,255,.1) 0,transparent 70%);border-radius:50%;animation:float 8s ease-in-out infinite}.hero-content{position:relative;z-index:2;animation:fadeInUp .8s ease .2s both}.hero-title{font-family:var(--font-display),Georgia,serif;font-size:clamp(2.5rem,7vw,4.5rem);font-weight:800;margin:0 0 1rem;line-height:1.1;color:var(--primary-dark)}.gradient-text{background:linear-gradient(135deg,var(--accent) 0,#00b8d4 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:800}.hero-subtitle{font-size:1.15rem;color:var(--text-light);margin:0 0 2rem;line-height:1.8;max-width:55ch}.button-group{display:flex;gap:1rem;flex-wrap:wrap;margin:2.5rem 0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:12px;border:2px solid transparent;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);text-decoration:none;font-size:.95rem}.btn:hover{transform:translateY(-3px)}.btn-primary{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);color:white;box-shadow:0 10px 30px rgba(15,76,129,.3)}.btn-primary:hover{box-shadow:0 15px 40px rgba(15,76,129,.4)}.btn-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-outline:hover{background:var(--primary);color:white}.btn-light{background:rgba(255,255,255,.9);color:var(--primary);border-color:white}.btn-light:hover{background:white;box-shadow:0 10px 30px rgba(0,0,0,.1)}.btn-primary-outline{background:transparent;color:var(--primary);border-color:var(--primary)}.btn-primary-outline:hover{background:rgba(15,76,129,.05)}.stats-inline{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:2rem;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid var(--border)}.stat-item{animation:fadeInUp .8s ease .3s both}.stat-number{font-size:1.8rem;font-weight:800;color:var(--accent);font-family:var(--font-display)}.stat-label{font-size:.85rem;color:var(--text-light);font-weight:600;margin-top:.3rem}.hero-image{position:relative;height:540px;align-self:end;animation:fadeInRight .8s ease .4s both}.hero-arch-stage{position:absolute;inset:0;isolation:isolate}.hero-arch-stage:before{content:"";position:absolute;left:7%;right:7%;bottom:26px;height:83%;border-radius:240px 240px 20px 20px;background:radial-gradient(circle at 50% 6%,rgba(255,255,255,.95),rgba(255,255,255,.1) 52%),linear-gradient(180deg,#dff2ff,#c5e7fb 62%,#afd9f3);border:2px solid rgba(21,101,160,.28);box-shadow:inset 0 0 0 1px rgba(255,255,255,.6),0 20px 34px rgba(15,76,129,.2);z-index:1}.hero-arch-stage:after{content:"";position:absolute;left:11%;right:11%;bottom:0;height:42px;border-radius:999px 999px 14px 14px;background:linear-gradient(180deg,#2b6d9d,#1f5c88);box-shadow:0 10px 22px rgba(15,76,129,.24);z-index:0}.hero-student-image{z-index:2;padding-bottom:14px;transform:translateY(-44px);transform-origin:bottom center;scale:1.12;filter:drop-shadow(0 10px 16px rgba(15,76,129,.22))}.about-section{background:var(--surface);border-radius:var(--radius);margin:3rem auto}.about-image{position:relative;height:450px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.image-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,76,129,.3),transparent 60%)}.about-content{padding:0 1rem}.section-label{display:inline-block;padding:.5rem 1rem;background:rgba(0,212,255,.1);color:var(--accent-dark);border-radius:999px;font-weight:700;font-size:.8rem;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.05em}.section-title{font-family:var(--font-display),Georgia,serif;font-size:clamp(1.8rem,4vw,3.2rem);font-weight:800;margin:0 0 1.5rem;line-height:1.15;color:var(--primary-dark)}.section-header{text-align:center;margin-bottom:3rem;animation:fadeInUp .8s ease both}.section-header .section-label{display:inline-block}.section-header .section-title{animation:fadeInUp .8s ease .12s both}.section-header .section-description{animation:fadeInUp .8s ease .22s both}.section-description{font-size:1.1rem;color:var(--text-light);max-width:65ch;margin:1.5rem auto 0}.section-text{font-size:1rem;color:var(--text-light);line-height:1.9;margin-bottom:1.5rem}.programs-section{background:linear-gradient(135deg,rgba(15,76,129,.05),transparent)}.programs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.program-card{background:var(--surface);padding:2rem;border-radius:var(--radius);border:1px solid var(--border);transition:all .3s ease;animation:fadeInUp .8s ease both}.program-card:nth-child(2){animation-delay:.12s}.program-card:nth-child(3){animation-delay:.22s}.program-card:nth-child(4){animation-delay:.32s}.program-card:nth-child(5){animation-delay:.42s}.program-card:nth-child(6){animation-delay:.52s}.program-card:hover{transform:translateY(-8px);border-color:var(--accent);box-shadow:0 20px 50px rgba(15,76,129,.2)}.program-icon{font-size:2.5rem;margin-bottom:1rem}.program-card h3{font-size:1.3rem;font-weight:700;color:var(--primary-dark);margin:1rem 0 .8rem}.program-card p{font-size:.95rem;color:var(--text-light);line-height:1.7;margin:0 0 1.2rem}.program-tags{display:flex;flex-wrap:wrap;gap:.5rem}.tag{display:inline-block;padding:.35rem .8rem;background:rgba(0,212,255,.1);color:var(--accent-dark);border-radius:8px;font-size:.8rem;font-weight:600}.partnerships-section{background:var(--surface);border-radius:var(--radius);margin:3rem auto}.partners-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));grid-gap:2rem;gap:2rem;align-items:center}.partner-card{padding:1.5rem;text-align:center;background:#f8fafc;border-radius:12px;border:1px solid var(--border);transition:all .3s ease;animation:fadeInUp .7s ease both}.partner-card:nth-child(2){animation-delay:80ms}.partner-card:nth-child(3){animation-delay:.16s}.partner-card:nth-child(4){animation-delay:.24s}.partner-card:nth-child(5){animation-delay:.32s}.partner-card:nth-child(6){animation-delay:.4s}.partner-card:nth-child(7){animation-delay:.48s}.partner-card:hover{border-color:var(--accent);box-shadow:0 10px 30px rgba(0,212,255,.15);transform:scale(1.05)}.features-grid{display:grid;grid-template-columns:repeat(3,minmax(220px,280px));justify-content:center;grid-gap:1.2rem;gap:1.2rem}.feature-card{background:var(--surface);border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);width:100%;transition:all .3s ease;animation:fadeInUp .8s ease both}.feature-card:nth-child(2){animation-delay:.14s}.feature-card:nth-child(3){animation-delay:.28s}.feature-card:hover{box-shadow:var(--shadow);transform:translateY(-5px)}.feature-image{position:relative;height:145px;background:#e8eff6;overflow:hidden}.feature-image img{transition:transform .3s ease}.feature-card:hover .feature-image img{transform:scale(1.05)}.feature-content{padding:1.15rem}.feature-content h3{font-size:1.05rem;font-weight:700;color:var(--primary-dark);margin:0 0 .8rem}.feature-content p{color:var(--text-light);line-height:1.55;font-size:.95rem;margin:0}.blog-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));grid-gap:2rem;gap:2rem}.blog-grid-compact{gap:1.4rem}.blog-index-section{background:linear-gradient(180deg,rgba(15,76,129,.03),rgba(15,76,129,.01))}.blog-header-panel{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(240px,.9fr);grid-gap:1.5rem;gap:1.5rem;align-items:center;padding:1.5rem;margin-bottom:1.6rem}.blog-header-stats{display:grid;grid-gap:.9rem;gap:.9rem}.blog-stat-card{padding:1rem 1.1rem;border-radius:14px;background:linear-gradient(135deg,rgba(15,76,129,.06),rgba(0,212,255,.08));border:1px solid rgba(15,76,129,.1)}.blog-stat-card strong{display:block;font-size:1.5rem;color:var(--primary-dark);margin-bottom:.2rem}.blog-stat-card span{color:var(--text-light);font-size:.9rem}.featured-blog{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(220px,.7fr);grid-gap:1.25rem;gap:1.25rem;padding:1.5rem;margin-bottom:1.6rem;background:linear-gradient(135deg,rgba(15,76,129,.04),rgba(0,212,255,.05))}.featured-blog-copy{display:grid;grid-gap:.25rem;gap:.25rem}.featured-blog-title{margin:0;font-family:var(--font-display),Georgia,serif;font-size:clamp(1.8rem,3vw,2.6rem);color:var(--primary-dark)}.featured-blog-excerpt{margin:.5rem 0 0;color:var(--text-light);line-height:1.8;max-width:62ch}.featured-blog-side{display:grid;align-content:space-between;grid-gap:1rem;gap:1rem;padding:1.2rem;border-radius:14px;background:linear-gradient(180deg,#0f4c81,#1565a0);color:#fff}.featured-blog-side p{margin:0;color:rgba(255,255,255,.88)!important}.featured-blog-badge{display:inline-flex;width:-moz-fit-content;width:fit-content;padding:.35rem .75rem;border-radius:999px;background:rgba(255,255,255,.16);font-weight:700}.blog-card{border-radius:18px;padding:1.2rem;display:grid;grid-gap:.9rem;gap:.9rem}.blog-card-footer,.blog-card-top{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.blog-card-body{display:grid;grid-gap:.7rem;gap:.7rem}.page-shell{min-height:100vh;display:flex;flex-direction:column}main{flex:1 1}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:.8rem 0;position:relative}.site-logo{display:flex;flex-direction:column;gap:.2rem}.site-nav{display:flex;align-items:center;gap:1.3rem}.menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--border);border-radius:14px;background:#fff;align-items:center;justify-content:center;gap:4px;flex-direction:column;box-shadow:0 8px 20px rgba(15,76,129,.08)}.menu-toggle span{display:block;width:18px;height:2px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--accent))}.nav-item{color:var(--primary-dark);font-weight:700;font-size:.95rem;position:relative}.nav-item:after{content:"";position:absolute;left:0;bottom:-.35rem;width:0;height:2px;background:var(--accent);transition:width .25s ease}.nav-item:hover:after{width:100%}.btn-header{padding:.7rem 1.2rem}.header-apply{white-space:nowrap}.site-footer{background:#0d2f4a;color:#dbeafe;padding:3rem 0 1.2rem}.footer-grid{display:grid;grid-gap:1.5rem;gap:1.5rem;grid-template-columns:repeat(4,minmax(0,1fr))}.footer-section h4{margin:0 0 .8rem;color:#ffffff;font-size:1.05rem}.footer-section a,.footer-section li,.footer-section p{color:#cbd5e1;font-size:.92rem;line-height:1.75}.footer-section ul{list-style:none;margin:0;padding:0}.footer-section a:hover{color:#ffffff}.footer-bottom{margin-top:1.8rem;border-top:1px solid rgba(203,213,225,.25);padding-top:1rem;display:flex;align-items:center;justify-content:space-between;gap:.8rem;font-size:.88rem}.kicker{display:inline-block;padding:.45rem .9rem;border-radius:999px;background:rgba(0,212,255,.12);color:var(--accent-dark);font-weight:700;font-size:.82rem;letter-spacing:.02em}.section-copy{color:var(--text-light);line-height:1.8;max-width:70ch}.card{background:var(--surface);border-radius:14px;border:1px solid var(--border);box-shadow:0 8px 30px rgba(15,76,129,.08)}.card-pad{padding:1.25rem}.pill{display:inline-flex;justify-content:center;border-radius:999px;padding:.35rem .8rem;font-size:.82rem;font-weight:700;background:rgba(0,212,255,.14);color:var(--primary-dark);border:1px solid rgba(0,212,255,.35)}.meta-row,.pill{align-items:center}.meta-row{display:flex;gap:.6rem;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;padding:.85rem 1.25rem;border-radius:10px;font-weight:700;border:2px solid transparent;transition:all .22s ease}.button:hover{transform:translateY(-2px)}.button-primary{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff}.button-secondary{background:transparent;color:var(--primary);border-color:var(--primary)}.button-row{display:flex;gap:.8rem;flex-wrap:wrap;margin-top:1rem}.text-soft{color:var(--text-soft)}.text-sm{font-size:.9rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.input{width:100%;border-radius:10px;border:1px solid var(--border);padding:.7rem .85rem;font:inherit;color:var(--text);background:#fff}.input:focus{outline:none;border-color:var(--accent-dark);box-shadow:0 0 0 3px rgba(0,212,255,.18)}.form-label{color:var(--primary-dark);font-weight:600}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:.3rem .65rem;border:1px solid var(--line);color:var(--text-light);font-size:.8rem}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.flex-wrap{flex-wrap:wrap}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.mb-2{margin-bottom:.5rem}.mb-8{margin-bottom:2rem}.mt-auto{margin-top:auto}.title-display{font-family:var(--font-display),Georgia,serif;color:var(--primary-dark);margin:0}.title-card{margin:0;font-weight:700}.blog-card{background:#fff;border:1px solid var(--border);border-radius:14px;padding:1.1rem;transition:all .26s ease;animation:fadeInUp .8s ease both}.blog-card:nth-child(2){animation-delay:.12s}.blog-card:nth-child(3){animation-delay:.24s}.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.blog-meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.65rem}.blog-category{display:inline-flex;align-items:center;border-radius:999px;font-size:.76rem;font-weight:700;padding:.28rem .62rem;color:var(--primary-dark);background:rgba(0,212,255,.12)}.blog-date{font-size:.78rem;color:var(--text-light)}.blog-title{margin:0;font-size:1.28rem;color:var(--primary-dark);line-height:1.3}.blog-excerpt{margin:0;color:var(--text-light);font-size:.96rem;line-height:1.7}.blog-link{color:var(--primary);font-weight:700;font-size:.9rem}.blog-read-time{display:inline-flex;align-items:center;padding:.32rem .65rem;border-radius:999px;background:rgba(15,76,129,.06);color:var(--text-light);font-size:.8rem;font-weight:600}.accreditation-section{background:linear-gradient(180deg,#eef6fb,#e6f1f8)}.accreditation-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));grid-gap:1.2rem;gap:1.2rem;align-items:center}.accredit-card{min-height:100px;background:rgba(255,255,255,.88);border:1px solid rgba(15,76,129,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;padding:1rem;transition:all .25s ease;animation:fadeInUp .7s ease both}.accredit-card:nth-child(2){animation-delay:60ms}.accredit-card:nth-child(3){animation-delay:.12s}.accredit-card:nth-child(4){animation-delay:.18s}.accredit-card:nth-child(5){animation-delay:.24s}.accredit-card:nth-child(6){animation-delay:.3s}.accredit-card:nth-child(7){animation-delay:.36s}.accredit-card:nth-child(8){animation-delay:.42s}.accredit-card:hover{transform:translateY(-4px);box-shadow:0 10px 26px rgba(15,76,129,.12)}.cta-section{background:linear-gradient(135deg,var(--primary) 0,var(--primary-light) 100%);color:white;padding:5rem 0;margin-top:3rem;border-radius:0;border-top:1px solid rgba(255,255,255,.18)}.cta-container{text-align:center}.cta-title{font-family:var(--font-display),Georgia,serif;font-size:clamp(2rem,5vw,3.5rem);font-weight:800;margin:0 0 1rem}.cta-subtitle{font-size:1.15rem;opacity:.95;max-width:60ch;margin:0 auto 2rem}.cta-buttons{justify-content:center}@keyframes slideDown{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInUp{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInRight{0%{transform:translateX(30px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeInLeft{0%{transform:translateX(-30px);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}.fade-in-up{animation:fadeInUp .8s ease}.fade-in-left{animation:fadeInLeft .8s ease}.fade-in-right{animation:fadeInRight .8s ease}.fade-in{animation:fadeInUp .8s ease}@media (max-width:900px){.grid-2,.grid-3,.stats-inline{grid-template-columns:1fr}.button-group{flex-direction:column}.btn{width:100%}.section{padding:3rem 0}.site-nav{display:none;position:absolute;top:calc(100% + .65rem);left:0;right:0;z-index:60;flex-direction:column;align-items:stretch;gap:.35rem;padding:.9rem;border-radius:18px;background:rgba(255,255,255,.98);border:1px solid var(--border);box-shadow:0 20px 40px rgba(15,76,129,.12)}.site-header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:.55rem;gap:.55rem}.site-logo{justify-self:start}.header-apply{justify-self:center;width:auto;margin:0}.site-nav.is-open{display:flex}.nav-item{padding:.95rem 1rem;border-radius:12px;background:linear-gradient(135deg,rgba(15,76,129,.04),rgba(0,212,255,.03));border:1px solid transparent}.nav-item:after{display:none}.nav-item:hover{border-color:rgba(0,212,255,.25)}.menu-toggle{display:inline-flex;justify-self:end}.btn-header{padding:.75rem 1rem;font-size:.9rem}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}.hero-section:before{width:300px;height:300px}.hero-image{height:450px}.features-grid{grid-template-columns:repeat(2,minmax(220px,280px))}.hero-student-image{transform:translateY(-20px);scale:1.08}.hero-arch-stage:before{left:2%;right:2%;bottom:18px;height:82%;border-radius:140px 140px 16px 16px}.hero-arch-stage:after{left:8%;right:8%}}@media (max-width:640px){.features-grid{grid-template-columns:minmax(220px,300px)}}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_07d15b{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.__variable_07d15b{--font-display:"Cormorant Garamond","Cormorant Garamond Fallback"}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/438aa629764e75f3-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/875ae681bfde4580-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/51251f8b9793cdb3-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e857b654a2caa584-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/cc978ac5ee68c2b6-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Manrope;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4c9affa5bc8f420e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Manrope Fallback;src:local("Arial");ascent-override:103.31%;descent-override:29.07%;line-gap-override:0.00%;size-adjust:103.19%}.__className_6b03d3{font-family:Manrope,Manrope Fallback;font-style:normal}.__variable_6b03d3{--font-body:"Manrope","Manrope Fallback"}