:root{--purple:#7C3AED;--purple-dark:#5B21B6;--purple-light:#EDE9FE;--blue:#2563EB;--hero-gradient-start:#8f35c1;--hero-gradient-end:#463cef;--gradient-hero:linear-gradient(to top right,var(--hero-gradient-start) 0%,var(--hero-gradient-end) 100%);--gradient-accent:linear-gradient(135deg,#7C3AED,#A855F7);--gradient-subtle:linear-gradient(135deg,rgba(124,58,237,0.06),rgba(37,99,235,0.06));--white:#FFFFFF;--gray-50:#FAFAFA;--gray-100:#F5F5F5;--gray-200:#E5E7EB;--gray-400:#9CA3AF;--gray-500:#6B7280;--gray-600:#4B5563;--gray-700:#374151;--gray-800:#1F2937;--gray-900:#111827;--teal:#0D9488;--gold:#D97706;--physical-color:#0D9488;--emotional-color:#D97706;--intellectual-color:#7C3AED;--radius-sm:8px;--radius-md:12px;--radius-lg:16px;--radius-full:9999px;--shadow-sm:0 1px 3px rgba(0,0,0,0.08);--shadow-md:0 4px 16px rgba(0,0,0,0.08);--shadow-lg:0 8px 32px rgba(0,0,0,0.1);--nav-height:72px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--gray-600);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}nav{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:rgba(255,255,255,.95);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:0 2.5rem;justify-content:space-between;height:72px;border-bottom:1px solid var(--gray-200)}nav,nav .logo{display:flex;align-items:center}nav .logo{font-size:1.2rem;font-weight:800;color:var(--gray-900);letter-spacing:-.3px;gap:10px}nav .logo span{color:var(--purple)}.brand-logo{display:flex;align-items:center;gap:16px;margin-bottom:2rem;justify-content:center}.brand-logo.small{margin-bottom:0;gap:10px}.logo-tm{font-size:.5rem;font-weight:400;position:relative;top:-14px}nav .tabs{display:flex;gap:4px}nav .tab-btn{background:none;border:none;color:var(--gray-500);font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;padding:8px 20px;cursor:pointer;border-radius:var(--radius-full);transition:all .2s ease;text-decoration:none;display:inline-block}nav .tab-btn:hover{color:var(--gray-800);background:var(--gray-100)}nav .tab-btn.active{color:var(--white);background:var(--purple)}.page{display:none}.page.active{display:block}.hero{background:var(--gradient-hero);color:var(--white);padding:6rem 2rem 5rem;text-align:center;position:relative;overflow:hidden;border-bottom:1px solid rgba(255,255,255,.18)}.hero:before{top:-200px;right:-150px;width:500px;height:500px;background:radial-gradient(circle,rgba(255,255,255,.14) 0,transparent 70%)}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%}.hero:after{bottom:-100px;left:-100px;width:400px;height:400px;background:radial-gradient(circle,rgba(255,255,255,.12) 0,transparent 70%)}.hero h1{font-size:3.2rem;letter-spacing:-1px}.hero h1,.hero h2{font-weight:800;line-height:1.15;max-width:750px;margin:0 auto 1.5rem;color:var(--white)}.hero h2{font-size:2.4rem;letter-spacing:-.8px}.hero h1 em,.hero h2 em{font-style:normal}.hero .ambition{font-size:1.1rem;line-height:1.8;max-width:640px;margin:0 auto 2.5rem;color:rgba(255,255,255,.9);font-weight:400}.hero .tagline-options{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;max-width:900px;margin:0 auto;background:var(--white);padding:2.5rem;border-radius:var(--radius-lg)}.tagline-item{flex-direction:column;gap:8px}.tagline-icon,.tagline-item{display:flex;align-items:center}.tagline-icon{width:48px;height:48px;background:var(--gradient-subtle);border-radius:var(--radius-md);justify-content:center;font-size:1.3rem;border:1px solid rgba(124,58,237,.1)}.tagline-text{font-size:.8rem;font-weight:500;color:var(--purple-dark);letter-spacing:.5px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 260px minmax(0,820px) minmax(0,1fr);min-height:600px}.sidebar{grid-column:2;border-right:1px solid var(--gray-200);background:var(--gray-100);padding:2.5rem 0;position:-webkit-sticky;position:sticky;top:var(--nav-height);height:calc(100vh - var(--nav-height));overflow-y:auto}.sidebar-label{font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--gray-600);padding:0 1.75rem;margin-bottom:0}.sidebar-nav{display:flex;flex-direction:column;gap:2px}.sidebar-nav button{display:flex;align-items:center;gap:10px;width:100%;text-align:left;font-family:Inter,sans-serif;font-size:.88rem;font-weight:500;color:var(--gray-500);padding:12px 1.75rem;background:none;cursor:pointer;transition:all .2s ease;border:none;border-left:3px solid transparent}.sidebar-nav button:hover{color:var(--gray-800);background:var(--white)}.sidebar-nav button.active{color:var(--purple);background:var(--white);border-left-color:var(--purple);font-weight:600}.sidebar-nav button .ch-num{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;font-size:.7rem;font-weight:700;background:var(--gray-200);color:var(--gray-500);flex-shrink:0}.sidebar-nav button.active .ch-num{background:var(--purple-light);color:var(--purple)}.chapter-area{grid-column:3;min-width:0}.chapter{display:none}.chapter.active{display:block;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chapter section{padding:3.5rem 3rem;max-width:820px;margin:0 auto}.section-label{display:inline-block;text-transform:uppercase;letter-spacing:3px;font-size:.7rem;font-weight:700;color:var(--purple);margin-bottom:.75rem;background:var(--purple-light);padding:4px 14px;border-radius:var(--radius-full)}.chapter section h2{font-size:2rem;color:var(--gray-900);margin-bottom:1.5rem;line-height:1.25;font-weight:800;letter-spacing:-.5px}.chapter section h3{font-size:1.3rem;color:var(--gray-900);margin:2.5rem 0 1rem;font-weight:700}.chapter section p{margin-bottom:1.25rem}.pullquote{border-left:4px solid var(--purple);padding:1.25rem 1.75rem;margin:2rem 0;background:var(--gradient-subtle);border-radius:0 var(--radius-md) var(--radius-md) 0;font-style:italic;font-size:1.05rem;color:var(--gray-800);font-weight:500}.divider{width:60px;height:4px;background:var(--gradient-accent);margin:0 auto;border:none;border-radius:var(--radius-full)}.pies-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;margin:2rem 0}.pies-card{background:var(--white);border-radius:var(--radius-lg);padding:2rem 1.5rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);text-align:center;transition:transform .2s ease,box-shadow .2s ease}.pies-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.pies-card .icon{font-size:2rem;margin-bottom:.75rem;width:52px;height:52px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--gradient-subtle)}.pies-card h4{font-size:.9rem;color:var(--gray-900);margin-bottom:.6rem;text-transform:uppercase;letter-spacing:1px;font-weight:700}.pies-card p{font-size:.85rem;color:var(--gray-500);line-height:1.6}.timeline{position:relative;padding-left:44px;margin:2.5rem 0}.timeline:before{content:"";position:absolute;left:15px;top:0;bottom:0;width:2px;background:linear-gradient(180deg,var(--purple) 0,var(--blue) 100%)}.timeline-item{position:relative;margin-bottom:2rem;padding:1rem 1.25rem;background:var(--gray-50);border-radius:var(--radius-md);border:1px solid var(--gray-200)}.timeline-item:before{content:"";position:absolute;left:-37px;top:18px;width:14px;height:14px;border-radius:50%;background:var(--gradient-accent);border:3px solid var(--white);box-shadow:0 0 0 2px var(--purple)}.timeline-item h4{font-size:.9rem;color:var(--gray-900);margin-bottom:.25rem;font-weight:700}.timeline-item p{font-size:.85rem;color:var(--gray-500);margin:0}footer{background:var(--gray-900);color:rgba(255,255,255,.5);text-align:center;padding:3rem 2rem;font-size:.85rem}footer strong{color:var(--white);font-weight:700}footer .footer-links{margin-top:1rem;display:flex;justify-content:center;gap:1.5rem}footer .footer-links a{color:rgba(255,255,255,.4);text-decoration:none;font-size:.8rem;transition:color .2s}footer .footer-links a:hover{color:rgba(255,255,255,.8)}.sn-hero{background:var(--white);color:var(--gray-900);text-align:center;padding:5rem 2rem 4rem;border-bottom:1px solid var(--gray-200)}.sn-hero h1{font-size:3.2rem;margin:0 auto 1.5rem;max-width:750px;line-height:1.15;letter-spacing:-1px}.sn-hero h1,.sn-hero h2{font-weight:800;color:var(--gray-900)}.sn-hero h2{font-size:2.15rem;margin-bottom:1rem;line-height:1.2;letter-spacing:-.5px}.sn-hero p{max-width:650px;margin:0 auto;font-size:1.05rem;color:var(--gray-500)}.dist-bar-container{max-width:800px;margin:2.5rem auto 0;border-radius:var(--radius-full);overflow:hidden;display:flex;height:48px;box-shadow:var(--shadow-md);border:1px solid var(--gray-200)}.dist-bar-container .seg{display:flex;align-items:center;justify-content:center;font-size:.82rem;font-weight:700;color:var(--white)}.seg-intellectual{background:var(--intellectual-color);flex:52 1}.seg-physical{background:var(--physical-color);flex:30 1}.seg-emotional{background:var(--emotional-color);flex:18 1}.sn-section{padding:5rem 2rem;max-width:1100px;margin:0 auto}.cat-card{border-radius:var(--radius-lg);padding:2.5rem;margin-bottom:2rem;box-shadow:var(--shadow-md);border:1px solid var(--gray-200);display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem}.cat-card.physical-card{background:rgba(13,148,136,.08)}.cat-card.emotional-card{background:rgba(217,119,6,.08)}.cat-card.intellectual-card{background:var(--purple-light)}.cat-card .cat-header{grid-column:1/-1;display:flex;align-items:center;gap:1rem}.cat-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-md);background:var(--white)}.cat-badge.physical{color:var(--physical-color)}.cat-badge.emotional{color:var(--emotional-color)}.cat-badge.intellectual{color:var(--intellectual-color)}.cat-header h3{font-size:1.4rem;color:var(--gray-900);margin:0;font-weight:700}.cat-header .pct{margin-left:auto;font-size:2rem;font-weight:800}.cat-card h4{text-transform:uppercase;letter-spacing:1px;font-size:.75rem;color:var(--gray-400);margin-bottom:.75rem;font-weight:700}.cat-card ul{list-style:none;padding:0}.cat-card ul li{padding:6px 0 6px 22px;position:relative;font-size:.9rem;color:var(--gray-700)}.cat-card ul li:before{content:"";position:absolute;left:0;top:14px;width:8px;height:8px;border-radius:50%}.cat-card.physical-card ul li:before{background:var(--physical-color)}.cat-card.emotional-card ul li:before{background:var(--emotional-color)}.cat-card.intellectual-card ul li:before{background:var(--intellectual-color)}.cat-insight{grid-column:1/-1;padding:1.25rem 1.5rem;border-radius:var(--radius-md);font-size:.9rem;font-style:italic;color:var(--white)}.physical-card .cat-insight{background:var(--physical-color)}.emotional-card .cat-insight{background:var(--emotional-color)}.intellectual-card .cat-insight{background:var(--intellectual-color)}.overlap-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.5rem;gap:1.5rem;margin:1.5rem 0}.overlap-card{background:var(--white);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:transform .2s ease,box-shadow .2s ease}.overlap-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.overlap-card h4{font-size:1.1rem;color:var(--gray-900);margin-bottom:.75rem;font-weight:700}.overlap-card .badges{display:flex;gap:6px;margin-bottom:.75rem}.mini-badge{font-size:.68rem;padding:3px 10px;border-radius:var(--radius-full);font-weight:600}.mini-badge.p{background:rgba(13,148,136,.12);color:var(--teal)}.mini-badge.e{background:rgba(217,119,6,.12);color:var(--gold)}.mini-badge.i{background:var(--purple-light);color:var(--purple-dark)}.overlap-card p{font-size:.88rem;color:var(--gray-500);line-height:1.6}.spiritual-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem;margin:1.5rem 0}.spiritual-card{background:var(--white);border-radius:var(--radius-lg);padding:1.75rem;text-align:center;box-shadow:var(--shadow-sm);border:1px solid var(--gray-200);transition:transform .2s ease}.spiritual-card:hover{transform:translateY(-2px);box-shadow:var(--shadow-md)}.spiritual-card .sp-icon{font-size:2rem;margin-bottom:.5rem;width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-md);background:var(--gradient-subtle)}.spiritual-card h4{font-size:1rem;color:var(--gray-900);margin-bottom:.5rem;font-weight:700}.spiritual-card p{font-size:.85rem;color:var(--gray-500);line-height:1.55}.spiritual-list{padding:0;list-style:none;text-align:left;margin-top:.75rem}.spiritual-list li{font-size:.82rem;color:var(--gray-700);padding:4px 0 4px 16px;position:relative}.spiritual-list li:before{content:"\2022";position:absolute;left:0;color:var(--purple)}.dist-pie-wrapper{display:none;align-items:center;justify-content:center;gap:2rem;margin:2.5rem auto 0;flex-wrap:wrap}.dist-pie{width:180px;height:180px;border-radius:50%;flex-shrink:0;background:conic-gradient(var(--intellectual-color) 0 52%,var(--physical-color) 52% 82%,var(--emotional-color) 82% 100%);box-shadow:var(--shadow-md)}.dist-pie-legend{display:flex;flex-direction:column;gap:.6rem}.pie-legend-item{display:flex;align-items:center;gap:.6rem;font-size:.88rem;font-weight:500;color:var(--gray-700)}.pie-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.pie-dot--intellectual{background:var(--intellectual-color)}.pie-dot--physical{background:var(--physical-color)}.pie-dot--emotional{background:var(--emotional-color)}@media (max-width:900px){.content-layout{grid-template-columns:1fr}.chapter-area,.sidebar{grid-column:1}.sidebar{position:-webkit-sticky;position:sticky;top:var(--nav-height);z-index:50;height:auto;overflow-y:visible;border-right:none;border-bottom:1px solid var(--gray-200);padding:0}.sidebar-nav{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:0;gap:0;padding:0;overflow-x:visible}.sidebar-nav button{white-space:normal;text-align:center;border-left:none;border-bottom:3px solid transparent;padding:12px 8px;font-size:.78rem;flex-direction:column;align-items:center;justify-content:center;gap:6px;line-height:1.3}.sidebar-nav button .ch-num{display:inline-flex}.sidebar-nav button.active{border-left-color:transparent;border-bottom-color:var(--purple)}.chapter section{padding:2.5rem 1.5rem}}@media (max-width:768px){:root{--nav-height:140px}html{scroll-padding-top:calc(var(--nav-height) + 64px)}.hero h1{font-size:2.2rem}.hero h2{font-size:1.8rem}.sn-hero h1{font-size:2.2rem}.sn-hero h2{font-size:1.6rem}.cat-card,.overlap-grid,.spiritual-grid{grid-template-columns:1fr}nav{padding:.75rem 1rem;height:auto;flex-direction:column;align-items:center;justify-content:center;gap:.6rem}nav .logo{font-size:1rem}nav .tabs{width:100%;justify-content:center;flex-wrap:wrap}nav .tab-btn{padding:8px 14px;font-size:.82rem}.hero{padding:4rem 1.5rem 3.5rem}.pies-grid{grid-template-columns:1fr}.hero .tagline-options{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem;width:100%;max-width:320px}.tagline-item{width:100%}.dist-bar-container{display:none}.dist-pie-wrapper{display:flex}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-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:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-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:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_48b81b{font-family:Inter,Inter Fallback;font-style:normal}