:root{--navy:#0d2340;--navy-2:#14315c;--gold:#b8923f;--gold-light:#d8b978;--ink:#1c2430;--grey:#5a6472;--grey-light:#8a93a0;--bg:#fbfaf8;--bg-alt:#f2efe9;--white:#fff;--border:#e4e0d8;--radius:6px;--shadow:0 10px 30px rgba(13,35,64,.08);--serif:var(--font-playfair),Georgia,serif;--sans:var(--font-inter),-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--sans);color:var(--ink);background:var(--bg);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--serif);color:var(--navy);margin:0 0 16px;line-height:1.2;font-weight:700}h1{font-size:3rem}h2{font-size:2.1rem}h3{font-size:1.3rem}p{margin:0 0 16px;color:var(--grey)}a{color:inherit;text-decoration:none}ul{list-style:none;margin:0;padding:0}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 24px}.container.narrow{max-width:780px}.center,.center-cta{text-align:center}.center-cta{margin-top:40px}.btn{display:inline-block;padding:14px 30px;border-radius:3px;font-weight:600;font-size:.95rem;letter-spacing:.02em;transition:all .2s ease;border:1px solid transparent;cursor:pointer}.btn-primary{background:var(--gold);color:var(--navy)}.btn-primary:hover{background:var(--gold-light);transform:translateY(-2px);box-shadow:0 10px 24px rgba(184,146,63,.35)}.btn-secondary{background:transparent;color:var(--white);border-color:hsla(0,0%,100%,.5)}.btn-secondary:hover{border-color:var(--white);background:hsla(0,0%,100%,.08);transform:translateY(-2px)}.btn-outline{background:transparent;color:var(--navy);border-color:var(--navy)}.btn-outline:hover{background:var(--navy);color:var(--white);transform:translateY(-2px);box-shadow:0 10px 24px rgba(13,35,64,.2)}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:100;background:var(--white);border-bottom:1px solid var(--border);transition:box-shadow .25s ease}.site-header.scrolled{box-shadow:0 6px 20px rgba(13,35,64,.1)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:18px 24px}.logo{font-family:var(--serif);font-weight:800;font-size:1.5rem;color:var(--navy);letter-spacing:.03em;display:block}.logo span{color:var(--gold)}.logo-img{height:44px;width:auto;border-radius:3px;display:block}.footer-logo-img{height:54px;margin-bottom:14px}.main-nav ul{display:flex;gap:30px}.main-nav a{font-size:.92rem;font-weight:600;color:var(--ink);padding:6px 0;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.main-nav a.active,.main-nav a:hover{color:var(--navy);border-bottom-color:var(--gold)}.header-cta .btn{padding:11px 22px;font-size:.88rem}.nav-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:6px}.nav-toggle span{width:24px;height:2px;background:var(--navy);display:block}.hero{background:linear-gradient(135deg,var(--navy) 0,var(--navy-2) 45%,var(--navy) 100%);background-size:220% 220%;animation:heroGradient 16s ease infinite;color:var(--white);padding:110px 0 90px;text-align:center;position:relative;overflow:hidden}.hero:after,.hero:before{content:"";position:absolute;border-radius:50%;filter:blur(70px);opacity:.3;pointer-events:none;z-index:0}.hero:before{width:340px;height:340px;background:var(--gold);top:-140px;right:-90px;animation:floatBlob 10s ease-in-out infinite}.hero:after{width:280px;height:280px;background:#3a5c8f;bottom:-120px;left:-70px;animation:floatBlob 13s ease-in-out infinite reverse}.hero-small{padding:80px 0 60px}.hero-inner{max-width:820px;margin:0 auto;position:relative;z-index:1}.hero h1{color:var(--white);font-size:3.1rem}.hero-small h1{font-size:2.5rem}.hero-sub{color:hsla(0,0%,100%,.82);font-size:1.15rem;max-width:640px;margin:0 auto 32px}.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.eyebrow{color:var(--gold);font-weight:700;font-size:.8rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:14px}.eyebrow.center{text-align:center}.hero .eyebrow{color:var(--gold-light)}.hero .eyebrow,.hero h1,.hero-cta,.hero-sub{opacity:0;transform:translateY(18px);animation:heroFadeUp .8s ease forwards}.hero .eyebrow{animation-delay:.1s}.hero h1{animation-delay:.25s}.hero-sub{animation-delay:.4s}.hero-cta{animation-delay:.55s}@keyframes heroFadeUp{to{opacity:1;transform:translateY(0)}}@keyframes heroGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes floatBlob{0%,to{transform:translate(0)}50%{transform:translate(24px,-22px)}}@media (prefers-reduced-motion:reduce){.hero,.hero .eyebrow,.hero h1,.hero-cta,.hero-sub,.hero:after,.hero:before{animation:none!important;opacity:1!important;transform:none!important}}.hero.hero-light{background:linear-gradient(135deg,#fff,#f6f1e6 50%,#fff);background-size:220% 220%;border-bottom:1px solid var(--border)}.hero.hero-light:before{background:var(--gold);opacity:.16}.hero.hero-light:after{background:var(--navy);opacity:.08}.hero.hero-light h1{color:var(--navy)}.hero.hero-light .hero-sub{color:var(--grey)}.hero.hero-light .eyebrow{color:var(--gold)}.reveal{opacity:0;transform:translateY(28px);transition:opacity .7s ease,transform .7s ease}.reveal.in-view{opacity:1;transform:translateY(0)}.reveal-stagger>*{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease}.reveal-stagger.in-view>*{opacity:1;transform:translateY(0)}.reveal-stagger.in-view>:first-child{transition-delay:.05s}.reveal-stagger.in-view>:nth-child(2){transition-delay:.12s}.reveal-stagger.in-view>:nth-child(3){transition-delay:.19s}.reveal-stagger.in-view>:nth-child(4){transition-delay:.26s}.reveal-stagger.in-view>:nth-child(5){transition-delay:.33s}.reveal-stagger.in-view>:nth-child(6){transition-delay:.4s}.reveal-stagger.in-view>:nth-child(7){transition-delay:.47s}.reveal-stagger.in-view>:nth-child(8){transition-delay:.54s}@media (prefers-reduced-motion:reduce){.reveal,.reveal-stagger>*{opacity:1!important;transform:none!important;transition:none!important}}.section{padding:80px 0}.section.alt{background:var(--bg-alt)}.section h2{margin-bottom:24px}.section h2.center,h2.center{text-align:center;margin-bottom:44px}.prose p{font-size:1.02rem;color:var(--grey)}.stats{background:var(--navy);padding:50px 0}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;text-align:center}.stat{padding:6px}.stat-num{display:block;font-family:var(--serif);font-size:2.4rem;font-weight:800;color:var(--gold-light)}.stat-label{display:block;color:hsla(0,0%,100%,.75);font-size:.85rem;text-transform:uppercase;letter-spacing:.08em;margin-top:6px}.two-col{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;gap:40px;margin-top:20px}.col-card{background:var(--white);padding:36px;border-radius:var(--radius);box-shadow:var(--shadow);border-top:3px solid var(--gold);transition:transform .3s ease,box-shadow .3s ease}.col-card:hover{transform:translateY(-5px);box-shadow:0 18px 36px rgba(13,35,64,.12)}.area-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:22px;gap:22px;margin-top:10px}.area-grid-wide{grid-template-columns:repeat(4,1fr)}.area-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:26px 24px;display:block;transition:all .25s ease}.area-card:hover{border-color:var(--gold);box-shadow:var(--shadow);transform:translateY(-5px)}.area-card h3{font-size:1.1rem;margin-bottom:8px}.area-card p{font-size:.9rem;margin-bottom:14px}.card-link{color:var(--gold);font-weight:700;font-size:.85rem;display:inline-block;transition:transform .25s ease}.area-card:hover .card-link{transform:translateX(5px)}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:24px;gap:24px;margin-top:20px}.feature-card{background:var(--white);padding:30px;border-radius:var(--radius);box-shadow:var(--shadow)}.feature-card h3{color:var(--navy)}.pullquote{padding:70px 0;background:var(--bg-alt);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.pullquote blockquote{margin:0;text-align:center;font-family:var(--serif);font-size:1.7rem;font-style:italic;color:var(--navy);line-height:1.5}.partner-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px}.partner-card{background:var(--white);border-radius:var(--radius);padding:36px;text-align:center;box-shadow:var(--shadow);display:block;transition:transform .3s ease,box-shadow .3s ease}.partner-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(13,35,64,.16)}.avatar{width:88px;height:88px;border-radius:50%;background:var(--bg-alt);overflow:hidden;margin:0 auto 18px;border:3px solid var(--gold-light);transition:transform .3s ease}.avatar img{width:100%;height:100%;object-fit:cover;display:block}.partner-card:hover .avatar{transform:scale(1.08)}.avatar-lg{width:150px;height:150px;margin-bottom:24px;border-width:4px}.partner-card .role{color:var(--gold);font-weight:600;font-size:.9rem;margin-bottom:6px}.partner-card .credential{font-size:.85rem;color:var(--grey-light)}.partner-profile{text-align:center}.partner-profile .role{color:var(--gold);font-weight:700;margin-bottom:30px}.partner-profile .prose{text-align:left}.credential-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-top:20px}.credential-list span{background:var(--bg-alt);border:1px solid var(--border);padding:8px 16px;border-radius:20px;font-size:.82rem;color:var(--navy);font-weight:600}.cta-band{background:linear-gradient(135deg,var(--navy) 0,var(--navy-2) 100%);color:var(--white);padding:60px 0;text-align:center}.cta-band h2{color:var(--white);max-width:700px;margin:0 auto 28px}.contact-grid{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:50px;gap:50px;align-items:start}.contact-form{gap:18px;margin-top:20px}.contact-form,.contact-form label{display:flex;flex-direction:column}.contact-form label{font-weight:600;font-size:.9rem;color:var(--navy);gap:6px}.contact-form input,.contact-form select,.contact-form textarea{font-family:var(--sans);font-size:.95rem;padding:12px 14px;border:1px solid var(--border);border-radius:4px;background:var(--white);color:var(--ink)}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{outline:2px solid var(--gold);border-color:var(--gold)}.contact-details{margin-top:20px}.contact-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:26px;margin-bottom:18px;box-shadow:var(--shadow)}.contact-card h3{margin-bottom:4px}.contact-card .role{color:var(--gold);font-weight:600;font-size:.85rem;margin-bottom:14px}.contact-card a{color:var(--navy);font-weight:600;border-bottom:1px solid var(--gold)}.contact-card.muted{background:var(--bg-alt);box-shadow:none;font-size:.88rem;color:var(--grey-light)}.contact-card.address-card p{color:var(--grey);line-height:1.6;margin:0}.whatsapp-btn{display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff!important;font-weight:700;font-size:.92rem;padding:12px 18px;border-radius:30px;margin:6px 0 14px;transition:transform .2s ease,box-shadow .2s ease;border-bottom:none!important}.whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 10px 22px rgba(37,211,102,.35)}.whatsapp-btn svg{flex-shrink:0}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:200;width:58px;height:58px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(0,0,0,.25);animation:whatsappPulse 2.4s ease-in-out infinite;transition:transform .2s ease}.whatsapp-float:hover{transform:scale(1.08)}@keyframes whatsappPulse{0%,to{box-shadow:0 8px 24px rgba(0,0,0,.25),0 0 0 0 rgba(37,211,102,.5)}50%{box-shadow:0 8px 24px rgba(0,0,0,.25),0 0 0 10px rgba(37,211,102,0)}}@media (prefers-reduced-motion:reduce){.whatsapp-float{animation:none}}.site-footer{background:var(--navy);color:hsla(0,0%,100%,.75);padding:42px 0 0}.footer-grid{display:grid;grid-template-columns:1.1fr .85fr .95fr 1.3fr;grid-gap:22px;gap:22px;padding-bottom:26px}.footer-brand .logo{color:var(--white);margin-bottom:10px}.footer-brand p{color:hsla(0,0%,100%,.6);font-size:.85rem}.footer-col h4{color:var(--white);font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:12px}.footer-col ul{display:flex;flex-direction:column;gap:8px}.footer-col a{color:hsla(0,0%,100%,.7);font-size:.87rem}.footer-col a:hover{color:var(--gold-light)}.footer-col li{font-size:.87rem}.footer-view-all{color:var(--gold-light)!important;font-weight:700}.footer-col-contact ul{gap:5px}.footer-contact-name{color:var(--white);font-weight:700;font-size:.85rem;margin-top:8px}.footer-contact-name:first-child{margin-top:0}.footer-address{font-size:.8rem;line-height:1.5;color:hsla(0,0%,100%,.6)}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.12);padding:16px 24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:.76rem;color:hsla(0,0%,100%,.5)}.footer-bottom .disclaimer{max-width:560px}@media (max-width:960px){.area-grid,.area-grid-wide,.stats-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.contact-grid,.feature-grid,.partner-grid,.two-col{grid-template-columns:1fr}}@media (max-width:720px){.main-nav{position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--border);display:none}.main-nav.open{display:block}.main-nav ul{flex-direction:column;gap:0;padding:10px 24px 20px}.main-nav a{display:block;padding:12px 0;border-bottom:1px solid var(--border)}.nav-toggle{display:flex}.header-cta{display:none}h1{font-size:2.2rem}.hero h1{font-size:2.3rem}.area-grid,.area-grid-wide,.footer-areas,.footer-grid{grid-template-columns:1fr}}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:__Playfair_Display_21a4c0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:__Playfair_Display_21a4c0;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:__Playfair_Display_21a4c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:__Playfair_Display_21a4c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:__Playfair_Display_21a4c0;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:__Playfair_Display_21a4c0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Playfair_Display_21a4c0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-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:__Playfair_Display_21a4c0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-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:__Playfair_Display_21a4c0;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-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:__Playfair_Display_Fallback_21a4c0;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_21a4c0{font-family:__Playfair_Display_21a4c0,__Playfair_Display_Fallback_21a4c0;font-style:normal}.__variable_21a4c0{--font-playfair:"__Playfair_Display_21a4c0","__Playfair_Display_Fallback_21a4c0"}@font-face{font-family:__Inter_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_8b3a0b;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_Fallback_8b3a0b;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8b3a0b{font-family:__Inter_8b3a0b,__Inter_Fallback_8b3a0b;font-style:normal}.__variable_8b3a0b{--font-inter:"__Inter_8b3a0b","__Inter_Fallback_8b3a0b"}