*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--black:#111110;--white:#f8f6f1;--green:#1b6b49;--green-mid:#2a8f63;--green-light:#3aa876;--amber:#c05c20;--amber-light:#d97236;--gray:#888884;--gray-light:#b5b5b0;--border:#e2dfd8;--border-dark:hsla(0,0%,100%,.08);--font-sans:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;--font-serif:"Fraunces",Georgia,"Times New Roman",serif;--space-xs:0.5rem;--space-sm:0.75rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:5rem;--transition-fast:0.15s ease;--transition-base:0.3s ease;--transition-slow:0.5s cubic-bezier(0.16,1,0.3,1);--radius-sm:2px;--radius-md:4px;--radius-lg:8px;--radius-full:9999px;--z-base:1;--z-dropdown:100;--z-sticky:500;--z-nav:999;--z-modal:1000;--z-toast:1100}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%;font-size:16px}body{font-family:var(--font-sans);background-color:var(--white);color:var(--black);font-size:1rem;line-height:1.6;overflow-x:hidden;min-height:100vh;min-height:100dvh}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);letter-spacing:-.03em;line-height:1.1;font-weight:800}h1{font-size:clamp(2.5rem,10vw,5rem)}h2{font-size:clamp(2rem,8vw,3.5rem)}h3{font-size:clamp(1.5rem,5vw,2rem)}p{line-height:1.7}em{font-style:italic;font-weight:300}a{color:inherit;text-decoration:none;-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--green);outline-offset:2px}img{max-width:100%;height:auto;display:block}ol,ul{list-style:none}button{cursor:pointer;border:none;background:none;-webkit-tap-highlight-color:transparent;touch-action:manipulation}button,input,select,textarea{font-family:inherit;font-size:inherit}::selection{background-color:var(--green);color:var(--white)}::-moz-selection{background-color:var(--green);color:var(--white)}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--border)}::-webkit-scrollbar-thumb{background:var(--gray);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--black)}*{scrollbar-width:thin;scrollbar-color:var(--gray) var(--border)}.container{width:100%;max-width:1200px;margin:0 auto;padding-left:1.25rem;padding-right:1.25rem}@media (min-width:768px){.container{padding-left:3rem;padding-right:3rem}}.section{padding:var(--space-3xl) 1.25rem}@media (min-width:768px){.section{padding:7rem 3rem}}@media (min-width:1024px){.section{padding:8rem 4rem}}.label{font-size:.7rem;letter-spacing:.14em;text-transform:uppercase;font-weight:500;color:var(--gray);margin-bottom:1.25rem;display:flex;align-items:center;gap:.6rem}.label:before{content:"";width:18px;height:1px;background:var(--gray);flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.5rem;font-size:.92rem;font-weight:500;border-radius:var(--radius-sm);text-decoration:none;text-align:center;cursor:pointer;transition:all var(--transition-base);-webkit-tap-highlight-color:transparent;touch-action:manipulation;border:none}.btn-primary{background-color:var(--green);color:#fff}.btn-primary:hover{background-color:var(--green-mid)}.btn-primary:active{transform:scale(.98)}.btn-outline{background-color:transparent;border:1px solid hsla(0,0%,100%,.2);color:hsla(0,0%,100%,.6)}.btn-outline:hover{border-color:hsla(0,0%,100%,.5);color:#fff}.btn-white{background-color:#fff;color:var(--amber);font-weight:600}.btn-white:hover{opacity:.9}.btn-white-outline{background-color:transparent;border:1px solid hsla(0,0%,100%,.3);color:hsla(0,0%,100%,.75)}.btn-white-outline:hover{border-color:hsla(0,0%,100%,.6);color:#fff}.btn-block{width:100%;display:block}@media (min-width:768px){.btn-block{width:auto;display:inline-flex}}.reveal{opacity:1;transform:none}.reveal.animate-ready{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:none}@keyframes glow{0%,to{box-shadow:0 0 0 0 rgba(42,143,99,.4)}50%{box-shadow:0 0 0 6px rgba(42,143,99,0)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}.reveal,.reveal.animate-ready{opacity:1!important;transform:none!important}}.hide-mobile{display:none!important}.show-mobile{display:block!important}@media (min-width:768px){.hide-mobile{display:block!important}.hide-tablet,.show-mobile{display:none!important}.show-tablet{display:block!important}}@media (min-width:1024px){.hide-desktop{display:none!important}.show-desktop{display:block!important}}@supports not (gap:1rem){.flex-gap>*+*{margin-left:1rem}.flex-gap-column>*+*{margin-top:1rem}}@supports (-webkit-touch-callout:none){body{min-height:-webkit-fill-available}}@supports (-ms-ime-align:auto){html{scroll-behavior:smooth}}@-moz-document url-prefix(){button{text-align:center}}@media print{*,:after,:before{background:transparent!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}a,a:visited{text-decoration:underline}#cookie-banner,#cookie-modal,nav{display:none!important}}.CookieBanner_banner__MyhNb{position:fixed;bottom:0;left:0;right:0;z-index:var(--z-toast,1100);background:var(--black);border-top:1px solid hsla(0,0%,100%,.08);padding:1.25rem 1.25rem 1.5rem;transform:translateY(100%);transition:transform .5s cubic-bezier(.16,1,.3,1)}.CookieBanner_banner__MyhNb.CookieBanner_visible__ZX7eJ{transform:translateY(0)}.CookieBanner_inner__NFx4q{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.CookieBanner_text__Pzwsv p{font-size:.83rem;color:hsla(0,0%,100%,.45);line-height:1.6;margin:0}.CookieBanner_text__Pzwsv p strong{color:hsla(0,0%,100%,.8);font-weight:500}.CookieBanner_text__Pzwsv a{color:var(--green-mid);text-decoration:underline;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-underline-offset:3px;transition:color var(--transition-fast)}.CookieBanner_text__Pzwsv a:hover{color:var(--green-light)}.CookieBanner_actions__t4t4h{display:flex;flex-direction:column;gap:.6rem}.CookieBanner_acceptBtn__fYU_i{background:var(--green);color:#fff;border:none;padding:.85rem 1.5rem;font-family:var(--font-sans);font-size:.88rem;font-weight:500;border-radius:var(--radius-sm);cursor:pointer;text-align:center;width:100%;transition:background-color var(--transition-fast);-webkit-tap-highlight-color:transparent}.CookieBanner_acceptBtn__fYU_i:hover{background:var(--green-mid)}.CookieBanner_rejectBtn__O7MI0{background:transparent;color:hsla(0,0%,100%,.35);border:1px solid hsla(0,0%,100%,.1);padding:.75rem 1.5rem;font-family:var(--font-sans);font-size:.83rem;border-radius:var(--radius-sm);cursor:pointer;text-align:center;width:100%;transition:border-color var(--transition-fast),color var(--transition-fast);-webkit-tap-highlight-color:transparent}.CookieBanner_rejectBtn__O7MI0:hover{border-color:hsla(0,0%,100%,.3);color:hsla(0,0%,100%,.6)}.CookieBanner_manageBtn__p7zS_{background:none;border:none;color:hsla(0,0%,100%,.2);font-family:var(--font-sans);font-size:.75rem;cursor:pointer;text-align:center;text-decoration:underline;-webkit-text-decoration-color:currentColor;text-decoration-color:currentColor;text-underline-offset:3px;padding:.25rem 0;-webkit-tap-highlight-color:transparent;transition:color var(--transition-fast)}.CookieBanner_manageBtn__p7zS_:hover{color:hsla(0,0%,100%,.5)}.CookieBanner_modal__id5b5{position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--z-modal,1000);background:rgba(0,0,0,.7);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:flex-end;justify-content:center;opacity:0;pointer-events:none;transition:opacity var(--transition-base)}.CookieBanner_modal__id5b5.CookieBanner_visible__ZX7eJ{opacity:1;pointer-events:auto}.CookieBanner_modalBox__nufgb{background:#1a1a18;width:100%;max-width:560px;border-radius:var(--radius-md) var(--radius-md) 0 0;padding:2rem 1.5rem 2.5rem;border-top:2px solid var(--green);transform:translateY(20px);transition:transform var(--transition-base);max-height:90vh;overflow-y:auto;-webkit-overflow-scrolling:touch}.CookieBanner_modal__id5b5.CookieBanner_visible__ZX7eJ .CookieBanner_modalBox__nufgb{transform:translateY(0)}.CookieBanner_modalTitle__cNqj6{font-family:var(--font-serif);font-size:1.4rem;font-weight:800;color:#fff;letter-spacing:-.03em;margin:0 0 .5rem}.CookieBanner_modalSub__b4dNA{font-size:.82rem;color:hsla(0,0%,100%,.35);line-height:1.6;margin:0 0 2rem}.CookieBanner_modalSub__b4dNA a{color:var(--green-mid)}.CookieBanner_category__sUADT{border-top:1px solid hsla(0,0%,100%,.07);padding:1.25rem 0}.CookieBanner_category__sUADT:last-of-type{border-bottom:1px solid hsla(0,0%,100%,.07);margin-bottom:1.5rem}.CookieBanner_categoryHeader__l1VzM{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.CookieBanner_categoryName___72Uw{font-size:.9rem;font-weight:500;color:hsla(0,0%,100%,.8)}.CookieBanner_categoryDesc__ZVxSF{font-size:.78rem;color:hsla(0,0%,100%,.3);line-height:1.5;margin:0}.CookieBanner_toggle__kSMIv{position:relative;width:44px;height:24px;flex-shrink:0;display:inline-block}.CookieBanner_toggle__kSMIv input{opacity:0;width:0;height:0;position:absolute}.CookieBanner_toggleSlider___K_I8{position:absolute;top:0;left:0;right:0;bottom:0;background:hsla(0,0%,100%,.12);border-radius:24px;cursor:pointer;transition:background-color var(--transition-base)}.CookieBanner_toggleSlider___K_I8:before{content:"";position:absolute;width:18px;height:18px;left:3px;top:3px;background:#fff;border-radius:50%;transition:transform var(--transition-base)}.CookieBanner_toggle__kSMIv input:checked+.CookieBanner_toggleSlider___K_I8{background:var(--green)}.CookieBanner_toggle__kSMIv input:checked+.CookieBanner_toggleSlider___K_I8:before{transform:translateX(20px)}.CookieBanner_toggle__kSMIv input:disabled+.CookieBanner_toggleSlider___K_I8{opacity:.4;cursor:not-allowed}.CookieBanner_toggle__kSMIv input:focus-visible+.CookieBanner_toggleSlider___K_I8{outline:2px solid var(--green-light);outline-offset:2px}.CookieBanner_saveBtn__m0wFy{background:var(--green);color:#fff;border:none;padding:.9rem;width:100%;font-family:var(--font-sans);font-size:.9rem;font-weight:500;border-radius:var(--radius-sm);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:background-color var(--transition-fast)}.CookieBanner_saveBtn__m0wFy:hover{background:var(--green-mid)}@media (min-width:768px){.CookieBanner_banner__MyhNb{padding:1.25rem 3rem 1.5rem}.CookieBanner_inner__NFx4q{flex-direction:row;align-items:center;gap:2.5rem}.CookieBanner_text__Pzwsv{flex:1 1}.CookieBanner_actions__t4t4h{flex-direction:row;align-items:center;flex-shrink:0;gap:.75rem}.CookieBanner_acceptBtn__fYU_i,.CookieBanner_rejectBtn__O7MI0{width:auto;white-space:nowrap}.CookieBanner_modal__id5b5{align-items:center}.CookieBanner_modalBox__nufgb{border-radius:var(--radius-md)}}.Footer_footer__pQtti{background:var(--black);padding:3rem 1.25rem 2rem}.Footer_grid__88hvW{display:flex;flex-direction:column;gap:2.5rem}.Footer_logo__fUEOF{font-family:var(--font-serif);font-size:1.6rem;font-weight:800;color:#fff;letter-spacing:-.04em;margin-bottom:.75rem}.Footer_logo__fUEOF span{color:var(--green-mid)}.Footer_tagline__edhu4{font-size:.85rem;color:hsla(0,0%,100%,.3);line-height:1.6;margin:0 0 2.5rem}.Footer_social__cGivK{display:flex;gap:.75rem}.Footer_social__cGivK a{font-size:.75rem;color:hsla(0,0%,100%,.3);text-decoration:none;border:1px solid hsla(0,0%,100%,.08);padding:.4rem .8rem;border-radius:var(--radius-sm);-webkit-tap-highlight-color:transparent;transition:color var(--transition-fast),border-color var(--transition-fast)}.Footer_social__cGivK a:hover{color:hsla(0,0%,100%,.6);border-color:hsla(0,0%,100%,.2)}.Footer_links__cFiYr ul{display:-webkit-grid;display:grid;-webkit-grid-template-columns:1fr 1fr;grid-template-columns:1fr 1fr;grid-gap:.75rem 1rem;gap:.75rem 1rem;margin:0 0 3rem;padding:0;list-style:none}.Footer_links__cFiYr a{font-size:.88rem;color:hsla(0,0%,100%,.35);text-decoration:none;-webkit-tap-highlight-color:transparent;transition:color var(--transition-fast)}.Footer_links__cFiYr a:hover{color:hsla(0,0%,100%,.65)}.Footer_bottom__wxP7Z{border-top:1px solid hsla(0,0%,100%,.06);padding-top:1.5rem;font-size:.75rem;color:hsla(0,0%,100%,.2);display:flex;flex-direction:column;gap:.5rem}@media (min-width:768px){.Footer_footer__pQtti{display:block;padding:4rem 3rem 2.5rem}.Footer_grid__88hvW{display:-webkit-grid;display:grid;-webkit-grid-template-columns:1.5fr 1fr;grid-template-columns:1.5fr 1fr;grid-gap:4rem;gap:4rem}.Footer_bottom__wxP7Z{flex-direction:row;justify-content:space-between;align-items:center;margin-top:3rem}}@media (min-width:1024px){.Footer_footer__pQtti{padding:5rem 4rem 3rem}.Footer_links__cFiYr ul{-webkit-grid-template-columns:repeat(3,1fr);grid-template-columns:repeat(3,1fr)}}.Navigation_nav__NZulV{position:fixed;top:0;left:0;right:0;z-index:var(--z-nav,999);background:hsla(43,33%,96%,.96);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);padding:0 1.25rem;height:60px;display:flex;align-items:center;justify-content:space-between;transition:background-color var(--transition-base),box-shadow var(--transition-base)}.Navigation_nav__NZulV.Navigation_scrolled__LvEsj{box-shadow:0 2px 20px rgba(0,0,0,.05)}.Navigation_logo__ZzKRw{font-family:var(--font-serif);font-size:1.4rem;font-weight:800;letter-spacing:-.04em;color:var(--black);text-decoration:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:1001}.Navigation_logo__ZzKRw span{color:var(--green)}.Navigation_navLinks__AFel0{display:none;gap:2rem;align-items:center;list-style:none;margin:0;padding:0}.Navigation_navLinks__AFel0 a{font-size:.82rem;font-weight:500;letter-spacing:.04em;text-transform:uppercase;color:var(--gray);text-decoration:none;transition:color var(--transition-fast)}.Navigation_navLinks__AFel0 a:hover{color:var(--black)}.Navigation_navCta__X1x1m{background:var(--green)!important;color:#fff!important;padding:.5rem 1.2rem;border-radius:var(--radius-sm);transition:background-color var(--transition-fast)!important}.Navigation_navCta__X1x1m:hover{background:var(--green-mid)!important}.Navigation_langSwitch__rH9Pb{border:1px solid var(--border);padding:.35rem .75rem;border-radius:var(--radius-sm);font-size:.75rem!important;transition:border-color var(--transition-fast),color var(--transition-fast)!important}.Navigation_langSwitch__rH9Pb:hover{border-color:var(--green);color:var(--green)!important}.Navigation_menuBtn__NxdbC{width:44px;height:44px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:5px;background:none;border:none;cursor:pointer;padding:0;-webkit-tap-highlight-color:transparent;touch-action:manipulation;z-index:1001}.Navigation_menuBtn__NxdbC span{display:block;width:22px;height:2px;background:var(--black);border-radius:1px;transition:all .3s ease;transform-origin:center}.Navigation_menuBtn__NxdbC.Navigation_open__6axri span:first-child{transform:translateY(7px) rotate(45deg);background:#fff}.Navigation_menuBtn__NxdbC.Navigation_open__6axri span:nth-child(2){opacity:0}.Navigation_menuBtn__NxdbC.Navigation_open__6axri span:nth-child(3){transform:translateY(-7px) rotate(-45deg);background:#fff}.Navigation_mobileMenu__I8b5j{position:fixed;top:0;left:0;right:0;bottom:0;z-index:var(--z-nav,998);background:var(--black);display:flex;flex-direction:column;justify-content:center;padding:2rem;opacity:0;pointer-events:none;transition:opacity .35s ease}.Navigation_mobileMenu__I8b5j.Navigation_open__6axri{opacity:1;pointer-events:auto}.Navigation_mobileMenuContent__Mwsq7{display:flex;flex-direction:column}.Navigation_menuLink__4yDKc{font-family:var(--font-serif);font-size:clamp(2rem,8vw,3.5rem);font-weight:800;color:hsla(0,0%,100%,.2);text-decoration:none;letter-spacing:-.03em;line-height:1.2;display:block;padding:.15rem 0;transition:color .2s;-webkit-tap-highlight-color:transparent;opacity:0;transform:translateY(20px)}.Navigation_mobileMenu__I8b5j.Navigation_open__6axri .Navigation_menuLink__4yDKc{opacity:1;transform:translateY(0);animation:Navigation_fadeIn__1DR3w .4s ease forwards}.Navigation_menuLink__4yDKc:focus,.Navigation_menuLink__4yDKc:hover{color:#fff;outline:none}.Navigation_mobileMenuFooter__GyZby{position:absolute;bottom:2.5rem;left:2rem;right:2rem}.Navigation_langSwitchMobile__uVFkS{display:block;color:hsla(0,0%,100%,.4);font-size:.9rem;text-decoration:none;margin-bottom:1rem}.Navigation_langSwitchMobile__uVFkS:hover{color:hsla(0,0%,100%,.7)}.Navigation_mobileCta__gsBjQ{display:block;background:var(--green);color:#fff;font-family:var(--font-sans);font-size:.95rem;font-weight:500;padding:1rem 1.5rem;border-radius:var(--radius-sm);text-align:center;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:background-color var(--transition-fast)}.Navigation_mobileCta__gsBjQ:hover{background:var(--green-mid)}@media (min-width:768px){.Navigation_nav__NZulV{padding:0 3rem;height:70px}.Navigation_navLinks__AFel0{display:flex}.Navigation_menuBtn__NxdbC,.Navigation_mobileMenu__I8b5j{display:none}}@media (min-width:1024px){.Navigation_nav__NZulV{padding:0 4rem}.Navigation_navLinks__AFel0{gap:2.5rem}}@keyframes Navigation_fadeIn__1DR3w{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@font-face{font-family:__DM_Sans_c95b6f;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:__DM_Sans_c95b6f;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_c95b6f;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:__DM_Sans_c95b6f;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_c95b6f;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7ab938503e4547a1-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:__DM_Sans_c95b6f;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/13971731025ec697-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:__DM_Sans_Fallback_c95b6f;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_c95b6f{font-family:__DM_Sans_c95b6f,__DM_Sans_Fallback_c95b6f;font-style:normal}.__variable_c95b6f{--font-sans:"__DM_Sans_c95b6f","__DM_Sans_Fallback_c95b6f"}@font-face{font-family:__Fraunces_4f4c1a;font-style:italic;font-weight:300;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_4f4c1a;font-style:italic;font-weight:300;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_4f4c1a;font-style:italic;font-weight:300;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_4f4c1a;font-style:italic;font-weight:800;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_4f4c1a;font-style:italic;font-weight:800;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_4f4c1a;font-style:italic;font-weight:800;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_4f4c1a;font-style:normal;font-weight:300;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_4f4c1a;font-style:normal;font-weight:300;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_4f4c1a;font-style:normal;font-weight:300;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_4f4c1a;font-style:normal;font-weight:800;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_4f4c1a;font-style:normal;font-weight:800;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_4f4c1a;font-style:normal;font-weight:800;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_4f4c1a;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_4f4c1a{font-family:__Fraunces_4f4c1a,__Fraunces_Fallback_4f4c1a}.__variable_4f4c1a{--font-serif:"__Fraunces_4f4c1a","__Fraunces_Fallback_4f4c1a"}