:root{--navy:#16263f;--navy-700:#1f3350;--navy-500:#33507a;--ink:#1a2436;--sand:#f6ecdd;--sand-deep:#efe0c9;--cream:#fbf5ec;--accent:#e07a30;--accent-600:#c96620;--accent-strong:#cf6a22;--muted:#5d6b7e;--line:#e7ddce;--white:#fff;--radius:18px;--radius-lg:28px;--radius-sm:10px;--shadow-sm:0 1px 3px rgba(22,38,63,.06),0 6px 18px rgba(22,38,63,.06);--shadow-md:0 8px 30px rgba(22,38,63,.1);--shadow-lg:0 24px 60px rgba(22,38,63,.16);--font-display:"Space Grotesk",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif;--container:1120px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.65;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:var(--font-display);line-height:1.12;letter-spacing:-.01em;color:var(--navy);font-weight:600}h1 em,h2 em{font-style:italic;font-weight:500;color:var(--accent-strong)}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 1.5rem}.eyebrow{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.18em;font-size:.78rem;font-weight:700;color:var(--accent-strong)}.section{padding:5.5rem 0}.section-tight{padding:4rem 0}.lead{font-size:1.2rem;color:var(--muted);line-height:1.7}.btn{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-body);font-weight:700;font-size:1rem;padding:.9rem 1.6rem;border-radius:999px;border:2px solid transparent;cursor:pointer;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-2px)}.btn-accent{background:var(--accent);color:var(--white);box-shadow:0 8px 20px rgba(224,122,48,.35)}.btn-accent:hover{background:var(--accent-strong);box-shadow:0 12px 26px rgba(224,122,48,.42)}.btn-navy{background:var(--navy);color:var(--white)}.btn-navy:hover{background:var(--navy-700)}.btn-ghost{background:transparent;color:var(--navy);border-color:rgba(22,38,63,.2)}.btn-ghost:hover{border-color:var(--navy);background:rgba(22,38,63,.04)}.btn-light{background:hsla(0,0%,100%,.14);color:var(--white);border-color:hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.btn-light:hover{background:hsla(0,0%,100%,.24)}.btn-sm{padding:.6rem 1.15rem;font-size:.92rem}.nav{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:hsla(36,65%,95%,.82);-webkit-backdrop-filter:saturate(180%) blur(12px);backdrop-filter:saturate(180%) blur(12px);border-bottom:1px solid var(--line)}.nav-inner{max-width:var(--container);margin:0 auto;padding:.7rem 1.5rem;gap:1.5rem}.nav-brand,.nav-inner{display:flex;align-items:center}.nav-brand{gap:.65rem;font-family:var(--font-display);font-weight:700;font-size:1.05rem;color:var(--navy)}.nav-brand img{height:46px;width:auto}.nav-links{display:flex;gap:1.75rem;margin-left:auto;font-weight:500;font-size:.98rem}.nav-links a{color:var(--ink);position:relative;padding:.25rem 0;transition:color .15s}.nav-links a:hover{color:var(--accent-strong)}.nav-actions{display:flex;align-items:center;gap:1rem}.nav-social{color:var(--navy);display:inline-flex;opacity:.7;transition:opacity .15s}.nav-social:hover{opacity:1;color:var(--accent-strong)}.nav-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:42px;height:42px;padding:0;border:none;background:transparent;cursor:pointer}.nav-burger span{display:block;height:2.5px;width:24px;margin:0 auto;border-radius:2px;background:var(--navy);transition:transform .25s ease,opacity .2s ease}.nav-burger span.is-x:first-child{transform:translateY(7.5px) rotate(45deg)}.nav-burger span.is-x:nth-child(2){opacity:0}.nav-burger span.is-x:nth-child(3){transform:translateY(-7.5px) rotate(-45deg)}.nav-menu-donate{display:none}.hero{position:relative;min-height:72vh;display:flex;align-items:center;color:var(--white);overflow:hidden}.hero-bg{position:absolute;inset:0;z-index:-2}.hero-bg img{width:100%;height:100%;object-fit:cover;object-position:top center}@media (min-width:768px){.hero-bg img{height:calc(100% + 40px);margin-top:-40px}}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(105deg,rgba(15,26,43,.92),rgba(15,26,43,.72) 42%,rgba(15,26,43,.28))}.hero-content{max-width:640px;padding:6rem 0}.hero .eyebrow{color:#f6b784}.hero h1{color:var(--white);font-size:clamp(2.6rem,6vw,4.4rem);margin:1rem 0 1.25rem;font-weight:700}.hero p{font-size:1.25rem;color:hsla(0,0%,100%,.9);max-width:30rem}.hero-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.stats{max-width:var(--container);margin:-3.5rem auto 0;padding:0 1.5rem;position:relative;z-index:5}.stats-grid{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);display:grid;grid-template-columns:repeat(3,1fr);overflow:hidden}.stat{padding:2rem;text-align:center;border-right:1px solid var(--line)}.stat:last-child{border-right:none}.stat-num{font-family:var(--font-display);font-size:2.4rem;font-weight:700;color:var(--accent-strong);line-height:1}.stat-label{margin-top:.4rem;color:var(--muted);font-size:.95rem}.section-head{max-width:640px;margin-bottom:3rem}.section-head.center{margin-left:auto;margin-right:auto;text-align:center}.section-head h2{font-size:clamp(2rem,4vw,2.9rem);margin:.75rem 0 1rem}.split{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:4rem;gap:4rem;align-items:center}.split-media{position:relative}.split-media img{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);width:100%;aspect-ratio:4/3;object-fit:cover}.split-media .badge{position:absolute;bottom:-1.5rem;left:-1.5rem;background:var(--accent);color:var(--white);padding:1.1rem 1.5rem;border-radius:var(--radius);box-shadow:var(--shadow-md);font-family:var(--font-display);font-weight:600;max-width:220px;line-height:1.25}.cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.5rem;gap:1.5rem}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.card-icon{width:52px;height:52px;border-radius:14px;display:grid;place-items:center;background:var(--sand);color:var(--accent-strong);margin-bottom:1.25rem}.card-icon svg{width:26px;height:26px}.card h3{font-size:1.3rem;margin-bottom:.6rem}.card p{color:var(--muted);font-size:.98rem}.band{background:var(--navy);color:var(--white);border-radius:var(--radius-lg);padding:3.5rem;display:grid;grid-template-columns:1.4fr 1fr;grid-gap:2rem;gap:2rem;align-items:center;position:relative;overflow:hidden}.band:before{content:"";position:absolute;right:-80px;top:-80px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(224,122,48,.4),transparent 70%)}.band h2{color:var(--white);font-size:clamp(1.8rem,3.5vw,2.6rem)}.band h2,.band p{position:relative}.band p{color:hsla(0,0%,100%,.82);margin-top:.75rem}.band-actions{display:flex;flex-direction:column;gap:1rem;position:relative}.page-hero{background:var(--navy);color:var(--white);padding:4.5rem 0 5.5rem;position:relative;overflow:hidden}.page-hero:before{content:"";position:absolute;right:-120px;top:-120px;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(224,122,48,.28),transparent 70%)}.page-hero h1{color:var(--white);font-size:clamp(2.4rem,5vw,3.6rem);margin-top:.75rem;position:relative}.page-hero p{color:hsla(0,0%,100%,.85);font-size:1.2rem;max-width:40rem;margin-top:1rem;position:relative}.page-hero .eyebrow{color:#f6b784}.page-body,.page-hero .hero-actions{position:relative}.page-body{margin-top:-3rem;z-index:2;padding-bottom:5rem}.content-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:3rem}.prose p{margin-bottom:1.1rem;color:var(--ink);font-size:1.08rem}.prose a{color:var(--accent-strong);text-decoration:underline;text-underline-offset:2px}.event-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);display:grid;grid-template-columns:1fr 1fr}.event-card .event-img{background:var(--sand)}.event-card .event-img img{width:100%;height:100%;object-fit:cover;min-height:320px}.event-card .event-info{padding:2.75rem}.event-date-pill{display:inline-block;background:var(--sand);color:var(--accent-strong);font-family:var(--font-body);font-weight:700;font-size:.9rem;padding:.35rem .9rem;border-radius:999px;margin-bottom:1rem}.event-info h2{font-size:2rem;margin-bottom:.75rem}.event-info p{color:var(--muted);margin-bottom:1.5rem}.board-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem}.member-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.75rem;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .2s ease}.member-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}.member-top{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.member-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,var(--navy-500),var(--navy));color:var(--white);display:grid;place-items:center;font-family:var(--font-display);font-weight:700;flex-shrink:0}.member-avatar,.member-top h3{font-size:1.25rem}.member-role{color:var(--accent-strong);font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.member-card p{color:var(--muted);font-size:.96rem}.contact-layout{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:3rem;gap:3rem;align-items:start}.contact-info h3{font-size:1.5rem;margin-bottom:1rem}.contact-info p{color:var(--muted);margin-bottom:1.5rem}.contact-info .contact-email{display:inline-flex;align-items:center;gap:.5rem;font-family:var(--font-display);font-weight:600;color:var(--navy)}.form-card{background:var(--white);border-radius:var(--radius-lg);box-shadow:var(--shadow-md);padding:2.5rem}.form-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.25rem;gap:1.25rem}.form-grid .full{grid-column:1/-1}.field label{display:block;font-weight:500;font-size:.9rem;margin-bottom:.4rem;color:var(--ink)}.field input,.field textarea{width:100%;border:1px solid var(--line);background:var(--cream);border-radius:var(--radius-sm);padding:.8rem .9rem;font:inherit;color:var(--ink);transition:border-color .15s,box-shadow .15s}.field input:focus,.field textarea:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px rgba(224,122,48,.15);background:var(--white)}.field textarea{min-height:8rem;resize:vertical}.footer{background:var(--navy);color:hsla(0,0%,100%,.75);margin-top:4rem}.footer-inner{max-width:var(--container);margin:0 auto;padding:4rem 1.5rem 2.5rem;display:grid;grid-template-columns:1.6fr 1fr 1fr;grid-gap:3rem;gap:3rem}.footer-brand img{height:64px;width:auto;margin-bottom:1rem}.footer-brand p{max-width:22rem;font-size:.96rem;line-height:1.65}.footer-fb{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.25rem;margin-right:1.5rem;color:var(--white);font-weight:500;font-size:.92rem}.footer-fb:hover{color:#f6b784}.footer-col h4{color:var(--white);font-size:1rem;margin-bottom:1.1rem;font-family:var(--font-display)}.footer-col a{display:block;margin-bottom:.6rem;font-size:.96rem;transition:color .15s}.footer-col a:hover{color:#f6b784}.footer-bottom{border-top:1px solid hsla(0,0%,100%,.12);max-width:var(--container);margin:0 auto;padding:1.5rem;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.85rem}.grain{position:fixed;inset:0;z-index:3;pointer-events:none;opacity:.4;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");background-size:140px 140px}.nav{z-index:60}.js .reveal{opacity:0;transform:translateY(26px);transition:opacity .7s ease,transform .7s cubic-bezier(.16,1,.3,1);will-change:opacity,transform}.js .reveal.is-visible{opacity:1;transform:none}@media (prefers-reduced-motion:reduce){.js .reveal{opacity:1;transform:none;transition:none}}@keyframes heroRise{to{opacity:1;transform:none}}.js .hero-content>*{opacity:0;transform:translateY(20px);animation:heroRise .8s cubic-bezier(.16,1,.3,1) forwards}.js .hero-content>.eyebrow{animation-delay:.1s}.js .hero-content>h1{animation-delay:.22s}.js .hero-content>.scribble{animation-delay:.6s}.js .hero-content>p{animation-delay:.4s}.js .hero-content>.hero-actions{animation-delay:.55s}@media (prefers-reduced-motion:reduce){.js .hero-content>*{opacity:1;transform:none;animation:none}}.scribble{display:block;width:100%;max-width:276px;height:16px;margin-top:-1rem;margin-bottom:.35rem;color:var(--accent);overflow:visible}.scribble path{fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round}.split-media.taped img{transform:rotate(-2.2deg);border:10px solid #fff;box-shadow:var(--shadow-lg)}.split-media.taped:before{content:"";position:absolute;top:-12px;left:34px;transform:rotate(-6deg);width:108px;height:26px;background:linear-gradient(180deg,hsla(0,0%,100%,.5),hsla(35,57%,86%,.55));box-shadow:0 1px 3px rgba(22,38,63,.12);z-index:3}.split-media.taped .badge{transform:rotate(-2.2deg)}.quote{position:relative;text-align:center;padding:5rem 0;overflow:hidden}.quote .container{position:relative;z-index:2}.quote-mark{font-size:5rem;line-height:.5;color:var(--accent);opacity:.5}.quote blockquote,.quote-mark{font-family:var(--font-display)}.quote blockquote{font-style:italic;font-weight:500;font-size:clamp(1.9rem,4.2vw,3.1rem);line-height:1.2;color:var(--navy);max-width:20ch;margin:1rem auto 1.25rem}.quote blockquote .hl{color:var(--accent-strong);position:relative;white-space:nowrap}.quote cite{font-family:var(--font-body);font-style:normal;font-weight:700;font-size:.82rem;letter-spacing:.16em;text-transform:uppercase;color:var(--muted)}.sunburst{position:absolute;top:-120px;left:50%;transform:translateX(-50%);width:560px;height:560px;z-index:1;pointer-events:none;opacity:.14;background:repeating-conic-gradient(from 0deg,var(--accent) 0deg 3.5deg,transparent 3.5deg 11deg);-webkit-mask:radial-gradient(circle,#000 8%,transparent 60%);mask:radial-gradient(circle,#000 8%,transparent 60%)}.card{position:relative;overflow:hidden}.card:after{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.card:hover:after{transform:scaleX(1)}.card-num{font-family:var(--font-display);font-size:.9rem;font-weight:700;color:var(--accent-strong);letter-spacing:.05em;margin-bottom:.75rem}@media (max-width:900px){.band,.board-grid,.cards,.contact-layout,.event-card,.footer-inner,.split,.stats-grid{grid-template-columns:1fr}.stat{border-right:none;border-bottom:1px solid var(--line)}.stat:last-child{border-bottom:none}.split-media .badge{left:1rem;bottom:1rem}.band:before{display:none}}@media (max-width:760px){.nav-burger{display:flex}.nav-donate,.nav-links,.nav-social{display:none}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;margin-left:0;background:var(--cream);border-bottom:1px solid var(--line);box-shadow:var(--shadow-md);padding:.5rem 1.5rem 1.25rem}.nav-links.is-open{display:flex}.nav-links a{padding:.9rem 0;font-size:1.1rem;border-bottom:1px solid var(--line)}.nav-menu-donate{display:inline-flex;justify-content:center;margin-top:1rem;border-bottom:none}}@media (max-width:640px){.nav-brand span{display:none}.section{padding:3.5rem 0}.content-card,.event-card .event-info,.form-card{padding:1.75rem}.form-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}}@font-face{font-family:__Fraunces_91ac48;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-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:__Fraunces_91ac48;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/c62081b071647022-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:__Fraunces_91ac48;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-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:__Fraunces_91ac48;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-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:__Fraunces_91ac48;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/c62081b071647022-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:__Fraunces_91ac48;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-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:__Fraunces_91ac48;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/f3deaf8281908ff2-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:__Fraunces_91ac48;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/c62081b071647022-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:__Fraunces_91ac48;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/6ba5f591ae6c56f6-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:__Fraunces_91ac48;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:__Fraunces_91ac48;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:__Fraunces_91ac48;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:__Fraunces_91ac48;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:__Fraunces_91ac48;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:__Fraunces_91ac48;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:__Fraunces_91ac48;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/fb526027db1fc1ae-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:__Fraunces_91ac48;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-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:__Fraunces_91ac48;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/af4bf8399d1aacdf-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:__Fraunces_Fallback_91ac48;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_91ac48{font-family:__Fraunces_91ac48,__Fraunces_Fallback_91ac48}.__variable_91ac48{--font-display:"__Fraunces_91ac48","__Fraunces_Fallback_91ac48"}@font-face{font-family:__Nunito_Sans_bd0f41;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_bd0f41;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_bd0f41;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/aa1b27f9e325731f.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c126d80dc21dff90.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Nunito_Sans_bd0f41;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/e850464f9dfbb75b.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/357067f10075d686.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:__Nunito_Sans_bd0f41;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/68180864d7f93f02.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}.__className_bd0f41{font-family:__Nunito_Sans_bd0f41;font-style:normal}.__variable_bd0f41{--font-body:"__Nunito_Sans_bd0f41"}