:root{--ink:#1a1a17;--ink-2:#5c5c54;--paper:#fff;--paper-2:#f4f4f1;--line:#e3e3dd;--brand:#2f6b49;--brand-contrast:#fff;--font-display:Georgia,"Times New Roman",serif;--font-sans:system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;--wrap:1120px;--narrow:46rem}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--font-sans);font-size:1.0625rem;line-height:1.65;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}img{max-width:100%;display:block}a{color:inherit}h1,h2,h3{font-family:var(--font-display);font-weight:500;line-height:1.08;letter-spacing:-.01em;margin:0;text-wrap:balance}p{margin:0 0 1em;max-width:68ch}.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 clamp(1.25rem,5vw,3rem)}.wrap.narrow{max-width:calc(var(--narrow) + 6rem)}.muted{color:var(--ink-2)}.btn{display:inline-block;padding:.85em 1.5em;border:1px solid transparent;border-radius:4px;font:inherit;font-weight:600;line-height:1;text-decoration:none;cursor:pointer;transition:background-color .12s ease,border-color .12s ease}.btn-brand{background:var(--brand);color:var(--brand-contrast)}.btn-brand:hover{background:color-mix(in srgb,var(--brand) 85%,#000)}.btn-ghost{background:transparent;border-color:var(--line);color:var(--ink)}.btn-ghost:hover{border-color:var(--ink)}.field{display:block;margin-bottom:1rem}.field>span{display:block;margin-bottom:.35rem;font-size:.9rem;color:var(--ink-2)}.field input,.field select{width:100%;padding:.7em .8em;border:1px solid var(--line);border-radius:4px;background:var(--paper);font:inherit;color:var(--ink)}.field input:focus,.field select:focus{outline:2px solid var(--brand);outline-offset:1px;border-color:transparent}.error{color:#a1362b;margin:.5rem 0}.notice{background:var(--paper-2);border-left:3px solid var(--brand);padding:.85rem 1rem;margin:0 0 1.5rem}.site{display:flex;flex-direction:column;min-height:100vh}.site-main{flex:1 1}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:color-mix(in srgb,var(--paper) 88%,transparent);-webkit-backdrop-filter:saturate(1.1) blur(6px);backdrop-filter:saturate(1.1) blur(6px);border-bottom:1px solid var(--line)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;min-height:4.5rem}.site-brand{display:inline-flex;align-items:center;text-decoration:none}.site-brand img{max-height:2.25rem;width:auto}.site-brand-name{font-family:var(--font-display);font-size:1.4rem;font-weight:600;letter-spacing:-.01em}.site-nav{display:flex;align-items:center;gap:clamp(.9rem,2.5vw,1.75rem);font-size:.98rem}.site-nav a{text-decoration:none;padding:.25rem 0}.site-nav a:hover{box-shadow:inset 0 -2px 0 var(--brand)}.site-nav-cta{color:var(--brand);font-weight:600}.lang-switcher{border:1px solid var(--line);background:var(--paper);color:var(--ink);border-radius:4px;padding:.35rem .5rem;font:inherit;font-size:.9rem}.hero{position:relative;display:flex;align-items:flex-end;min-height:62vh;background:var(--paper-2);overflow:hidden}.hero-image{min-height:78vh}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}.hero-image:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(0deg,rgba(12,12,10,.72) 0,rgba(12,12,10,.15) 55%,rgba(12,12,10,.05))}.hero-inner{position:relative;z-index:2;padding-top:5rem;padding-bottom:3.5rem}.hero h1{font-size:clamp(2.5rem,6.5vw,4.75rem);max-width:16ch}.hero-image h1{color:#fff}.hero-sub{margin-top:1rem;font-size:clamp(1.05rem,2vw,1.35rem);max-width:44ch;color:var(--ink-2)}.hero-image .hero-sub{color:hsla(0,0%,100%,.85)}.hero:not(.hero-image) .hero-inner:before{content:"";display:block;width:3.5rem;height:3px;background:var(--brand);margin-bottom:1.75rem}.text-block{padding:clamp(3.5rem,8vw,6rem) 0}.text-block h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1rem}.text-block p{font-size:1.1rem}.text-block+.text-block{padding-top:0}.cta{padding:clamp(3.5rem,8vw,6rem) 0;background:var(--paper-2);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.cta-inner{text-align:center}.cta h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1.5rem}.cta .btn{font-size:1.05rem}.services-page{padding:clamp(3rem,7vw,5rem) 0}.services-page h1{font-size:clamp(2rem,5vw,3rem);margin-bottom:2rem}.service-list{list-style:none;margin:0;padding:0}.service-card{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:1.75rem 0;border-top:1px solid var(--line)}.service-card:last-child{border-bottom:1px solid var(--line)}.service-card h3{font-size:1.4rem;margin-bottom:.35rem}.service-card-body p{margin:0}.service-card-buy{display:flex;flex-direction:column;align-items:flex-end;gap:.75rem;flex-shrink:0}.price{font-family:var(--font-display);font-size:1.5rem;font-weight:500;white-space:nowrap}.auth-block,.checkout-page{padding:clamp(3rem,7vw,5rem) 0;max-width:calc(var(--narrow) + 4rem)}.auth-block h1,.checkout-page h1{font-size:clamp(1.9rem,4.5vw,2.75rem);margin-bottom:.5rem}.buyer-form h2,.checkout-done h1,.checkout-pay h1{font-size:1.6rem;margin:1.75rem 0 1rem}.order-summary{font-size:1.15rem}.auth-done,.auth-form{margin-top:1.5rem}.auth-done h2{font-size:1.5rem;margin-bottom:.5rem}.auth-block .btn,.checkout-page .btn{margin-top:.5rem}.account{padding:clamp(2.5rem,6vw,4rem) 0}.account h1{font-size:clamp(1.8rem,4vw,2.5rem);margin-bottom:1.25rem}.account h2{font-size:1.4rem;margin:1.75rem 0 .75rem}.account-nav{display:flex;flex-wrap:wrap;gap:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--line);font-size:.95rem}.account-nav a{text-decoration:none;padding:.25rem 0;color:var(--ink-2)}.account-nav a:hover{color:var(--ink)}.account-nav a.is-active{color:var(--ink);font-weight:600;box-shadow:inset 0 -2px 0 var(--brand)}.table-wrap{overflow-x:auto;margin-top:1.5rem}.data-table{width:100%;border-collapse:collapse;font-size:.95rem}.data-table td,.data-table th{text-align:left;padding:.7rem .9rem .7rem 0;border-bottom:1px solid var(--line)}.data-table th{font-size:.85rem;font-weight:600;color:var(--ink-2)}.data-table tr:last-child td{border-bottom:none}.form-actions{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.ok{color:#2b7a2b}.btn-sm,.ok{font-size:.9rem}.btn-sm{padding:.5em .9em}.site-nav-auth{display:inline-flex;align-items:center;gap:.6rem}.profile-menu{position:relative;display:inline-flex}.profile-menu-toggle{font:inherit;font-size:.9rem;font-weight:600;padding:.5em .9em;background:transparent;border:1px solid var(--line);border-radius:4px;color:var(--ink);cursor:pointer;max-width:12rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-menu-toggle:hover{border-color:var(--ink)}.profile-menu-panel{position:absolute;top:calc(100% + .4rem);right:0;z-index:20;min-width:11rem;max-width:min(14rem,calc(100vw - 2rem));padding:.35rem 0;background:var(--paper);border:1px solid var(--line);border-radius:4px}.profile-menu-item{display:block;width:100%;padding:.55rem .9rem;font:inherit;font-size:.92rem;text-align:left;text-decoration:none;color:var(--ink);background:transparent;border:0;cursor:pointer}.profile-menu-item:hover{background:var(--paper-2)}.coming-soon{padding:clamp(5rem,15vh,9rem) 0}.coming-soon h1{font-size:clamp(2.5rem,6vw,4rem);margin-bottom:.75rem}.page-missing{padding:clamp(4rem,10vh,7rem) 0}.platform{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.platform-inner{max-width:34rem}.platform-inner h1{font-size:clamp(2.75rem,8vw,4.5rem);margin-bottom:.75rem}.platform-tagline{font-size:1.25rem}.platform-body,.site-footer{color:var(--ink-2)}.site-footer{background:var(--paper-2);border-top:1px solid var(--line);padding:2rem 0;font-size:.9rem}.site-footer-inner{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media (max-width:640px){.site-header-inner{min-height:3.75rem}.site-nav{gap:.85rem;font-size:.9rem;flex-wrap:wrap;justify-content:flex-end}.service-card{flex-direction:column;gap:1rem}.service-card-buy{align-items:flex-start;flex-direction:row;align-items:center}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}.image-text{padding:clamp(3.5rem,8vw,6rem) 0}.image-text-inner{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(1.5rem,4vw,3.5rem);gap:clamp(1.5rem,4vw,3.5rem);align-items:center}.image-text-none .image-text-inner{grid-template-columns:1fr;max-width:calc(var(--narrow) + 6rem)}.image-right .image-text-media{order:2}.image-text-media img{width:100%;height:100%;max-height:30rem;object-fit:cover;display:block}.image-text-copy h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1rem}.image-text-copy p{font-size:1.1rem}.gallery{padding:clamp(3.5rem,8vw,6rem) 0}.gallery h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(15rem,1fr));grid-gap:1rem;gap:1rem}.gallery-grid img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.faq{padding:clamp(3.5rem,8vw,6rem) 0;background:var(--paper-2)}.faq h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1.5rem}.faq-item{border-top:1px solid var(--line)}.faq-item:last-child{border-bottom:1px solid var(--line)}.faq-item summary{cursor:pointer;padding:1.1rem 0;font-size:1.1rem;font-weight:600;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";float:right;color:var(--brand);font-weight:400}.faq-item[open] summary:after{content:"−"}.faq-item p{padding-bottom:1.1rem;margin:0;color:var(--ink-2)}.contact{padding:clamp(3.5rem,8vw,6rem) 0}.contact h2{font-size:clamp(1.75rem,3.5vw,2.5rem);margin-bottom:1rem}.contact-list{list-style:none;margin:1.5rem 0 0;padding:0;display:flex;flex-direction:column;gap:.5rem;font-size:1.1rem}.contact-list a{color:var(--brand)}@media (max-width:720px){.image-text-inner{grid-template-columns:1fr}.image-right .image-text-media{order:0}}.version-badge{position:fixed;right:10px;bottom:8px;z-index:50;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;line-height:1;letter-spacing:.03em;color:var(--ink-2);opacity:.35;-webkit-user-select:all;-moz-user-select:all;user-select:all;cursor:default;transition:opacity .15s ease}.version-badge:hover{opacity:.85}.version-table{display:grid;grid-template-columns:auto 1fr;grid-gap:.25rem 1.25rem;gap:.25rem 1.25rem;margin:1.5rem 0 0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.9rem}.version-table dt{color:var(--ink-2)}.version-table dd{margin:0;-webkit-user-select:all;-moz-user-select:all;user-select:all}@font-face{font-family:__Fraunces_f5f824;font-style:normal;font-weight:100 900;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_f5f824;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/4da3161b738b07dd-s.p.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_f5f824;font-style:normal;font-weight:100 900;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_f5f824;src:local("Times New Roman");ascent-override:84.71%;descent-override:22.09%;line-gap-override:0.00%;size-adjust:115.45%}.__className_f5f824{font-family:__Fraunces_f5f824,__Fraunces_Fallback_f5f824;font-style:normal}.__variable_f5f824{--font-display:"__Fraunces_f5f824","__Fraunces_Fallback_f5f824"}@font-face{font-family:__Hanken_Grotesk_fba6e2;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a6c19694cd327cd4-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:__Hanken_Grotesk_fba6e2;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/851c4691abdf3def-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:__Hanken_Grotesk_fba6e2;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/a8a8dd7277bab4cf-s.p.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:__Hanken_Grotesk_fba6e2;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/313510e2713fb214-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:__Hanken_Grotesk_Fallback_fba6e2;src:local("Arial");ascent-override:99.07%;descent-override:30.02%;line-gap-override:0.00%;size-adjust:100.94%}.__className_fba6e2{font-family:__Hanken_Grotesk_fba6e2,__Hanken_Grotesk_Fallback_fba6e2;font-style:normal}.__variable_fba6e2{--font-sans:"__Hanken_Grotesk_fba6e2","__Hanken_Grotesk_Fallback_fba6e2"}@font-face{font-family:__Poppins_4d9bca;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_4d9bca;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-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:__Poppins_4d9bca;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.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:__Poppins_4d9bca;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_4d9bca;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-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:__Poppins_4d9bca;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.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:__Poppins_4d9bca;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_4d9bca;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-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:__Poppins_4d9bca;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.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:__Poppins_Fallback_4d9bca;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_4d9bca{font-family:__Poppins_4d9bca,__Poppins_Fallback_4d9bca;font-style:normal}.__variable_4d9bca{--font-poppins:"__Poppins_4d9bca","__Poppins_Fallback_4d9bca"}@font-face{font-family:__Playfair_Display_b89d68;font-style:normal;font-weight:400 900;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_b89d68;font-style:normal;font-weight:400 900;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_b89d68;font-style:normal;font-weight:400 900;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_b89d68;font-style:normal;font-weight:400 900;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.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_b89d68;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_b89d68{font-family:__Playfair_Display_b89d68,__Playfair_Display_Fallback_b89d68;font-style:normal}.__variable_b89d68{--font-playfair:"__Playfair_Display_b89d68","__Playfair_Display_Fallback_b89d68"}@font-face{font-family:__Inter_8a0ba0;font-style:normal;font-weight:100 900;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_8a0ba0;font-style:normal;font-weight:100 900;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_8a0ba0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_8a0ba0;font-style:normal;font-weight:100 900;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_8a0ba0;font-style:normal;font-weight:100 900;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_8a0ba0;font-style:normal;font-weight:100 900;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_8a0ba0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.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_8a0ba0;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_8a0ba0{font-family:__Inter_8a0ba0,__Inter_Fallback_8a0ba0;font-style:normal}.__variable_8a0ba0{--font-inter:"__Inter_8a0ba0","__Inter_Fallback_8a0ba0"}@font-face{font-family:__Montserrat_8612b0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-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:__Montserrat_8612b0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Montserrat_8612b0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-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:__Montserrat_8612b0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-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:__Montserrat_8612b0;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.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:__Montserrat_Fallback_8612b0;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_8612b0{font-family:__Montserrat_8612b0,__Montserrat_Fallback_8612b0;font-style:normal}.__variable_8612b0{--font-montserrat:"__Montserrat_8612b0","__Montserrat_Fallback_8612b0"}@font-face{font-family:__Merriweather_390154;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-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:__Merriweather_390154;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Merriweather_390154;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-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:__Merriweather_390154;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-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:__Merriweather_390154;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-s.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:__Merriweather_390154;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/fe4c52824bfaed3e-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:__Merriweather_390154;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/3e8ab5100a4aa694-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Merriweather_390154;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b78b37b810acce9f-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:__Merriweather_390154;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/027647acf05c7ff8-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:__Merriweather_390154;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1f3fe8c6df3d47c1-s.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:__Merriweather_Fallback_390154;src:local("Times New Roman");ascent-override:80.59%;descent-override:22.36%;line-gap-override:0.00%;size-adjust:122.09%}.__className_390154{font-family:__Merriweather_390154,__Merriweather_Fallback_390154;font-style:normal}.__variable_390154{--font-merriweather:"__Merriweather_390154","__Merriweather_Fallback_390154"}@font-face{font-family:__Source_Sans_3_fefd96;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/88da59c891d37117-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:__Source_Sans_3_fefd96;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/1e377d93cbdd6b44-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Source_Sans_3_fefd96;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/36d711d427a06e51-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Source_Sans_3_fefd96;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/f1f7cdf240180e28-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:__Source_Sans_3_fefd96;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/55fbdf033607a0e1-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:__Source_Sans_3_fefd96;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/b6a6f0b43d027304-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:__Source_Sans_3_fefd96;font-style:normal;font-weight:200 900;font-display:swap;src:url(/_next/static/media/9cf9c6e84ed13b5e-s.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:__Source_Sans_3_Fallback_fefd96;src:local("Arial");ascent-override:109.21%;descent-override:42.66%;line-gap-override:0.00%;size-adjust:93.76%}.__className_fefd96{font-family:__Source_Sans_3_fefd96,__Source_Sans_3_Fallback_fefd96;font-style:normal}.__variable_fefd96{--font-source-sans:"__Source_Sans_3_fefd96","__Source_Sans_3_Fallback_fefd96"}