:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--color-page:#f4f5f1;--color-surface:#eaebe5;--color-surface-raised:#fff;--color-text:#0c0d0f;--color-text-muted:#575c55;--color-text-subtle:#4f574f;--color-accent:#147a56;--color-accent-strong:#0f5c41;--color-accent-soft:#147a5617;--color-on-accent:#f4f5f1;--color-border:#0c0d0f1f;--color-border-strong:#0c0d0f47;--color-focus:#147a56;--color-selection:#147a5638;--header-bg:#f4f5f1e0;--hero-veil:#f4f5f1b8;--shadow-menu:0 24px 80px #0c0d0f2e;--content-max:1360px;--page-gutter:20px;--header-height:68px;--section-space:78px;--font-sans:var(--font-sans-latin), var(--font-sans-cjk), "Noto Sans SC", "Noto Sans CJK SC", "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;--font-serif:var(--font-serif-latin), var(--font-serif-cjk), "Noto Serif SC", "Noto Serif CJK SC", Georgia, serif;--font-mono-stack:var(--font-mono), "IBM Plex Mono", ui-monospace, monospace}:root[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--color-page:#08090b;--color-surface:#0c0d0f;--color-surface-raised:#111416;--color-text:#e9eae6;--color-text-muted:#9fa49b;--color-text-subtle:#8a9187;--color-accent:#5ce0b8;--color-accent-strong:#a5edd2;--color-accent-soft:#5ce0b814;--color-on-accent:#06231a;--color-border:#e9eae617;--color-border-strong:#5ce0b861;--color-focus:#5ce0b8;--color-selection:#5ce0b847;--header-bg:#08090be0;--hero-veil:#08090bb3;--shadow-menu:0 24px 80px #00000080}@media (min-width:40rem){:root{--page-gutter:32px;--section-space:92px}}@media (min-width:64rem){:root{--page-gutter:48px;--header-height:72px;--section-space:120px}}@media (min-width:80rem){:root{--page-gutter:64px;--section-space:130px}}@media (min-width:90rem){:root{--page-gutter:96px}}
*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 20px);background:var(--color-page)}body{background:var(--color-page);min-width:320px;color:var(--color-text);font-family:var(--font-sans);letter-spacing:0;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;margin:0;font-size:16px;font-weight:400;line-height:1.5;transition:background-color .18s,color .18s;overflow-x:clip}::selection{color:var(--color-text);background:var(--color-selection)}h1,h2,h3,h4,p,ol,ul{margin:0}ol,ul{padding:0;list-style:none}button,a{font:inherit}button{color:inherit}a{color:inherit;text-decoration:none}a,button{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--color-focus);outline-offset:4px}img,svg,canvas{max-width:100%;display:block}em{font-family:var(--font-serif);font-weight:400}main:focus{outline:none}.visually-hidden{clip:rect(0, 0, 0, 0)!important;white-space:nowrap!important;border:0!important;width:1px!important;height:1px!important;margin:-1px!important;padding:0!important;position:absolute!important;overflow:hidden!important}.skip-link{z-index:200;background:var(--color-text);color:var(--color-page);padding:12px 18px;transition:transform .16s;position:fixed;top:12px;left:12px;transform:translateY(-160%)}.skip-link:focus{transform:translateY(0)}.icon-button{border:1px solid var(--color-border);width:44px;height:44px;color:var(--color-text-muted);cursor:pointer;background:0 0;border-radius:50%;flex:0 0 44px;place-items:center;padding:0;transition:color .16s,border-color .16s,background-color .16s;display:inline-grid;position:relative}.icon-button:hover{color:var(--color-accent);border-color:var(--color-border-strong);background:var(--color-accent-soft)}[data-tooltip]:after{z-index:300;border:1px solid var(--color-border);background:var(--color-text);width:max-content;max-width:min(240px,100vw - 24px);color:var(--color-page);content:attr(data-tooltip);font-family:var(--font-sans);opacity:0;pointer-events:none;text-align:center;padding:7px 9px;font-size:11px;font-weight:500;line-height:1.35;transition:opacity .12s,transform .12s;position:absolute;top:calc(100% + 9px);left:50%;transform:translate(-50%,-3px)}[data-tooltip]:hover:after,[data-tooltip]:focus-visible:after{opacity:1;transform:translate(-50%)}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:13px 28px;font-size:15px;font-weight:500;line-height:1.25;transition:background-color .18s,color .18s,border-color .18s,transform .18s;display:inline-flex}.button:hover{transform:translateY(-2px)}.button--primary{background:var(--color-text);color:var(--color-page)}.button--primary:hover{background:var(--color-accent);color:var(--color-on-accent)}.text-link{border-bottom:1px solid var(--color-border-strong);min-height:44px;color:var(--color-text-muted);align-items:center;gap:8px;font-size:14px;transition:color .16s,border-color .16s;display:inline-flex}.text-link:hover{color:var(--color-text);border-color:var(--color-accent)}.tag{border:1px solid var(--color-border-strong);width:max-content;color:var(--color-accent-strong);font-family:var(--font-mono-stack);white-space:nowrap;border-radius:999px;align-items:center;padding:5px 11px;font-size:10px;font-weight:500;line-height:1.2;display:inline-flex}.item-index,.section-label{color:var(--color-accent);font-family:var(--font-mono-stack);font-size:11px;font-weight:500;line-height:1.5}.not-found{min-height:100svh;padding:48px var(--page-gutter);background:var(--color-page);place-items:center;display:grid}.not-found__content{width:min(100%,720px)}.brand-logo{letter-spacing:-.005em;white-space:nowrap;align-items:center;gap:.5977em;font-weight:500;line-height:1;display:inline-flex}.brand-logo__mark{aspect-ratio:2327.8/1000;background-color:currentColor;height:.9067em;display:block;transform:translateY(.0472em);mask-position:50%;mask-size:contain;mask-repeat:no-repeat}.not-found__brand{margin-bottom:72px;font-size:30px}.not-found h1{margin-top:24px;font-size:48px;font-weight:300;line-height:1.08}.not-found p:not(.section-label){max-width:560px;color:var(--color-text-muted);margin-top:18px;line-height:1.7}.not-found .button{margin-top:36px}.item-index--muted{color:var(--color-text-subtle)}
.site-header{z-index:80;height:var(--header-height);border-bottom:1px solid var(--color-border);background:var(--header-bg);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);position:fixed;top:0;left:0;right:0}.site-header__inner{width:100%;max-width:1600px;height:100%;padding:0 var(--page-gutter);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;margin:0 auto;display:grid}.brand{align-items:center;width:max-content;min-width:0;display:inline-flex}.brand__logo{font-size:19px}.site-nav--desktop{display:none}.site-nav__list{flex-direction:column;gap:10px;display:flex}.site-nav__list a{min-height:44px;color:var(--color-text-muted);align-items:center;font-size:14px;transition:color .16s;display:inline-flex}.site-nav__list a:hover{color:var(--color-accent)}.site-nav__list a[aria-current=page]{color:var(--color-text)}.site-header__tools{justify-content:flex-end;align-items:center;gap:8px;display:flex}.site-header__tools [data-tooltip]:after{left:auto;right:0;transform:translateY(-3px)}.site-header__tools [data-tooltip]:hover:after,.site-header__tools [data-tooltip]:focus-visible:after{transform:translateY(0)}.language-switcher{border:1px solid var(--color-border);min-width:44px;min-height:44px;color:var(--color-text-muted);font-family:var(--font-mono-stack);border-radius:999px;justify-content:center;align-items:center;padding:0 10px;font-size:11px;font-weight:500;transition:color .16s,border-color .16s,background-color .16s;display:inline-flex}.language-switcher:hover{color:var(--color-accent);border-color:var(--color-border-strong);background:var(--color-accent-soft)}.nav-contact{background:var(--color-text);min-height:42px;color:var(--color-page);border-radius:999px;align-items:center;padding:0 18px;font-size:13px;font-weight:500;transition:background-color .16s,color .16s;display:none}.nav-contact:hover{background:var(--color-accent);color:var(--color-on-accent)}.mobile-nav-backdrop{z-index:90;background:#0000005c;justify-content:flex-end;display:flex;position:fixed;inset:0}.mobile-nav-panel{background:var(--color-page);width:min(88vw,390px);height:100%;box-shadow:var(--shadow-menu);padding:20px 24px 32px;overflow-y:auto}.mobile-nav-panel__top{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-bottom:28px;display:flex}.mobile-nav-panel .site-nav__list{padding:22px 0}.mobile-nav-panel .site-nav__list a{border-bottom:1px solid var(--color-border);width:100%;min-height:54px;color:var(--color-text);font-size:23px;font-weight:300}.mobile-nav-panel__tools{flex-wrap:wrap;align-items:center;gap:10px;padding-top:18px;display:flex}.mobile-nav-panel__tools>a:last-child{width:100%;color:var(--color-text-muted);font-family:var(--font-mono-stack);padding-top:20px;font-size:12px}.section-inner,.site-footer__inner{width:min(var(--content-max), calc(100% - var(--page-gutter) * 2));margin:0 auto}.page-section{padding:var(--section-space) 0;border-top:1px solid var(--color-border);scroll-margin-top:var(--header-height)}.page-section--standalone{min-height:calc(100svh - 240px);padding-top:calc(var(--header-height) + var(--section-space));border-top:0}.section-heading{gap:28px;display:grid}.section-heading__copy{max-width:860px}.section-heading :is(h1,h2){max-width:820px;font-size:34px;font-weight:300;line-height:1.12}.section-heading :is(h1,h2) em{color:var(--color-accent-strong);font-style:italic}.section-intro{max-width:650px;color:var(--color-text-muted);margin-top:20px;font-size:16px;line-height:1.72}.site-footer{color:#e9eae6;background:#08090b;border-top:1px solid #e9eae614;padding:72px 0 34px}.site-footer__grid{gap:42px;display:grid}.brand--footer .brand__logo{font-size:21px}.brand--footer .site-footer__brand>p{color:#9fa49b;max-width:320px;margin-top:16px;font-size:14px;line-height:1.7}.site-footer h2{color:#8f978d;font-family:var(--font-mono-stack);font-size:10px;font-weight:500}.site-footer ul{flex-direction:column;gap:11px;margin-top:18px;display:flex}.site-footer li a{color:#aeb3aa;align-items:center;gap:5px;font-size:13px;transition:color .16s;display:inline-flex}.site-footer li a:hover{color:#5ce0b8}.site-footer__bottom{color:#777d75;font-family:var(--font-mono-stack);border-top:1px solid #e9eae614;flex-direction:column;gap:10px;margin-top:58px;padding-top:24px;font-size:10px;line-height:1.6;display:flex}.site-footer__bottom a{width:fit-content;color:inherit;align-items:center;gap:4px;transition:color .16s;display:inline-flex}.site-footer__bottom a:hover{color:#5ce0b8}.site-footer__bottom a svg{width:12px;height:12px}
.hero{background:var(--color-page);height:calc(100svh - 32px);min-height:680px;max-height:960px;scroll-margin-top:var(--header-height);align-items:center;display:flex;position:relative;overflow:hidden}.hero__visual{z-index:0;position:absolute;inset:0 0 0 30%}.hero__veil{z-index:1;background:var(--hero-veil);filter:blur(20px);pointer-events:none;width:56%;position:absolute;top:0;bottom:0;left:0;transform:translate(-10%)}.hero__content{z-index:2;width:min(820px, calc(100% - var(--page-gutter) * 2));padding-top:var(--header-height);margin-left:max(var(--page-gutter), calc((100vw - var(--content-max)) / 2));position:relative}.hero h1{text-wrap:balance;max-width:790px;margin-top:24px;font-size:46px;font-weight:300;line-height:1.04}.hero h1 em{color:var(--color-accent-strong);white-space:nowrap;font-style:italic;display:inline-block}html[lang=zh-CN] .hero__title-part{white-space:nowrap;display:inline-block}.hero__description{max-width:560px;color:var(--color-text-muted);text-wrap:pretty;margin-top:28px;font-size:16px;line-height:1.75;animation:.76s ease-out .24s both hero-reveal}.hero__actions{flex-wrap:wrap;align-items:center;gap:18px;margin-top:38px;animation:.76s ease-out .32s both hero-reveal;display:flex}@keyframes hero-reveal{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-canvas,.hero-canvas canvas{width:100%;height:100%;position:absolute;inset:0}.hero-canvas{min-height:480px}.hero-canvas--loading{background:0 0}.hero-motion-control{background:var(--header-bg);width:38px;height:38px;position:absolute;bottom:52px;right:20px}.hero-motion-control:after{top:auto;bottom:calc(100% + 9px)}.hero-canvas__fallback{position:absolute;inset:0}.hero-canvas__fallback-frame,.hero-canvas__fallback-body{border:1px solid var(--color-accent);position:absolute;top:50%;transform:translateY(-50%)}.hero-canvas__fallback-frame{aspect-ratio:2/3;width:18%;left:24%}.hero-canvas__fallback-body{aspect-ratio:1/2;border-radius:46% 46% 38% 38%;width:26%;right:18%}.product-grid h3{font-size:18px;font-weight:500;line-height:1.35}.product-grid p{max-width:720px;color:var(--color-text-muted);margin-top:9px;font-size:14px;line-height:1.7}.product-grid{gap:16px;margin-top:52px;display:grid}.product-grid>li{border:1px solid var(--color-border);background:var(--color-accent-soft);flex-direction:column;min-height:390px;padding:26px;transition:border-color .18s,transform .18s;display:flex}.product-grid>li:hover{border-color:var(--color-border-strong);transform:translateY(-3px)}.product-card__top{justify-content:space-between;align-items:baseline;display:flex}.product-card__media{aspect-ratio:16/10;border:1px solid var(--color-border);background:linear-gradient(135deg, #ffffff1a, transparent 42%), var(--color-surface);margin-top:22px;position:relative;overflow:hidden}.product-card__media img{object-fit:cover}.product-card__copy{padding-top:22px}.team-proof{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-border);gap:1px;margin-top:48px;display:grid}.team-proof li{background:var(--color-page);flex-direction:column;padding:26px 22px;display:flex}.team-proof__value{color:var(--color-accent-strong);font-family:var(--font-mono-stack);font-size:27px}.team-proof__label{color:var(--color-text-muted);margin-top:9px;font-size:13px;line-height:1.6}.validation{margin-top:72px}.validation ul{gap:22px;margin-top:24px;display:grid}.validation li{border-top:1px solid var(--color-border-strong);padding-top:17px}.validation h4{color:var(--color-accent);font-family:var(--font-mono-stack);font-size:10px;font-weight:500}.validation p{color:var(--color-text-muted);margin-top:9px;font-size:13px;line-height:1.65}.post-list{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:var(--color-border);gap:1px;margin-top:52px;display:grid}.post-card{background:var(--color-page);gap:22px;padding:28px 0 32px;transition:background-color .18s;display:grid}.post-card:hover{background:var(--color-accent-soft)}.post-card__media{aspect-ratio:16/10;border:1px solid var(--color-border);background:var(--color-surface);position:relative;overflow:hidden}.post-card__media img{object-fit:cover;transition:transform .32s}.post-card:hover .post-card__media img{transform:scale(1.02)}.post-card__date{color:var(--color-text-subtle);font-family:var(--font-mono-stack);font-size:11px;display:block}.post-card__title{max-width:700px;margin-top:14px;font-size:24px;font-weight:400;line-height:1.32;transition:color .16s}.post-card:hover .post-card__title{color:var(--color-accent-strong)}.post-card__summary{max-width:660px;color:var(--color-text-muted);margin-top:12px;font-size:14px;line-height:1.75}.post-article{padding:calc(var(--header-height) + 48px) 0 var(--section-space)}.post-article__inner{width:min(760px, calc(100% - var(--page-gutter) * 2));margin:0 auto}.post-article__back{min-height:44px;color:var(--color-text-muted);font-family:var(--font-mono-stack);align-items:center;gap:7px;font-size:11px;transition:color .16s;display:inline-flex}.post-article__back:hover{color:var(--color-accent)}.post-article__date{color:var(--color-accent);font-family:var(--font-mono-stack);margin-top:26px;font-size:11px;display:block}.post-article__title{text-wrap:balance;margin-top:18px;font-size:34px;font-weight:300;line-height:1.16}.post-article__lede{color:var(--color-text-muted);text-wrap:pretty;margin-top:22px;font-size:17px;line-height:1.72}.post-article__cover{border:1px solid var(--color-border);width:100%;height:auto;margin-top:40px}.post-body{margin-top:12px}.post-body p{text-wrap:pretty;margin-top:26px;font-size:16px;line-height:1.9}.post-body h2{border-top:1px solid var(--color-border);margin-top:60px;padding-top:26px;font-size:24px;font-weight:400;line-height:1.3}.post-body h2+p{margin-top:20px}.post-body figure{margin:40px 0 0}.post-body figure img{border:1px solid var(--color-border);width:auto;max-width:100%;height:auto;max-height:560px;margin:0 auto}.post-body figcaption{color:var(--color-text-subtle);margin-top:12px;font-size:13px;line-height:1.65}.contact-section{--section-bg:#eaebe5;--section-text:#0c0d0f;--section-muted:#575c55;--section-accent:#147a56;--section-accent-strong:#0f5c41;padding:110px var(--page-gutter);background:var(--section-bg);color:var(--section-text);text-align:center;scroll-margin-top:var(--header-height)}.contact-section__inner{max-width:900px;margin:0 auto}.contact-section__label{color:var(--section-accent-strong);font-family:var(--font-mono-stack);font-size:11px;font-weight:500}.contact-section h2{text-wrap:balance;margin-top:26px;font-size:40px;font-weight:300;line-height:1.06}.contact-section h2 em{color:var(--section-accent-strong);white-space:nowrap;font-style:italic;display:inline-block}.contact-section__description{max-width:580px;color:var(--section-muted);margin:26px auto 0;font-size:16px;line-height:1.75}.contact-section__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:22px;margin-top:42px;display:flex}.button--contact{background:var(--section-text);color:var(--section-bg)}.button--contact:hover{background:var(--section-accent);color:#f2f4ee}.contact-email{min-height:44px;color:var(--section-muted);font-family:var(--font-mono-stack);border-bottom:1px solid #0c0d0f47;padding-top:13px;font-size:12px}.contact-email:hover{color:var(--section-text);border-color:var(--section-accent)}.contact-section__careers{color:var(--section-muted);font-family:var(--font-mono-stack);margin-top:58px;font-size:11px;line-height:1.8}.contact-section__careers a{color:var(--section-text);text-underline-offset:4px;text-decoration:underline}.contact-section__careers a:hover{color:var(--section-accent)}
@media (min-width:40rem){.hero h1{font-size:58px}.section-heading :is(h1,h2){font-size:42px}.product-grid,.team-proof,.validation ul{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer__grid{grid-template-columns:minmax(260px,1.5fr) repeat(2,minmax(150px,auto))}.site-footer__brand{grid-row:span 2}.site-footer__bottom{flex-direction:row;justify-content:space-between}.contact-section h2{font-size:54px}.post-article__title{font-size:44px}}@media (min-width:64rem){.site-header__inner{grid-template-columns:minmax(220px,1fr) auto minmax(220px,1fr)}.site-nav--desktop{display:block}.site-nav--desktop .site-nav__list{flex-direction:row;align-items:center;gap:22px}.site-nav--desktop .site-nav__list a{font-size:13px}.menu-button{display:none}.nav-contact{display:inline-flex}.site-footer__grid{grid-template-columns:minmax(260px,1.5fr) repeat(3,minmax(140px,auto))}.site-footer__brand{grid-row:auto}.section-heading{grid-template-columns:190px minmax(0,1fr);gap:72px}.section-heading--no-label{grid-template-columns:minmax(0,1fr)}.section-heading :is(h1,h2){font-size:50px}.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:66px}.team-proof,.validation ul{grid-template-columns:repeat(4,minmax(0,1fr))}.post-card{grid-template-columns:340px minmax(0,1fr);gap:40px;padding:34px 0 38px}.contact-section{padding-top:145px;padding-bottom:145px}.contact-section h2{font-size:70px}}@media (min-width:80rem){.hero h1{font-size:78px}html[lang=zh-CN] .hero h1{font-size:62px}.hero__description{font-size:16.5px}.section-heading :is(h1,h2){font-size:56px}.site-nav--desktop .site-nav__list{gap:32px}.contact-section h2{font-size:78px}}@media (max-width:63.999rem){.hero{align-items:flex-start}.hero__visual{opacity:.74;inset:23% -28% -4% 15%}.hero__veil{background:var(--header-bg);filter:blur(24px);width:100%;height:62%;top:0;transform:translateY(-15%)}.hero__content{padding-top:calc(var(--header-height) + 62px);margin-right:auto}}@media (max-width:39.999rem){.site-header__tools>.language-switcher,.site-header__tools>.icon-button:not(.menu-button){display:none}.hero{min-height:710px}.hero h1{font-size:42px}.hero__description{max-width:92%;font-size:15px}.hero__actions{align-items:flex-start;gap:10px 18px}.hero-motion-control{bottom:52px;right:18px}.section-heading :is(h1,h2) br{display:none}.contact-section__actions{flex-direction:column}.contact-section__actions>*{max-width:100%}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.button:hover,.product-grid>li:hover{transform:none}}@media (hover:none),(pointer:coarse){[data-tooltip]:after{display:none}}@supports not ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.site-header{background:var(--color-page)}}

@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32687112bd2dd8db-s.1gepa_7fcx9fm.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/28868e710e86be81-s.2eksvhm1z0jwa.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0c89a48fa5027cee-s.p.2cyn07wtgehh0.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Space Grotesk Fallback;src:local(Arial);ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.0%;size-adjust:109.69%}.space_grotesk_d184f464-module__MPf3Va__className{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.space_grotesk_d184f464-module__MPf3Va__variable{--font-sans-latin:"Space Grotesk", "Space Grotesk Fallback"}
@font-face{font-family:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/fc0a7394b875fa43-s.2ytmazkdrg7t9.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Instrument Serif;font-style:italic;font-weight:400;font-display:swap;src:url(../media/7ebf22b5a21034f8-s.p.3j3877k49yy0l.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ccf27e5a7366fb23-s.1icgra-w5i50b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Instrument Serif;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e41d5df559864f9e-s.p.1g73gv09-xcb6.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Instrument Serif Fallback;src:local(Times New Roman);ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.0%;size-adjust:83.94%}.instrument_serif_b520f5c2-module__uI4FsW__className{font-family:Instrument Serif,Instrument Serif Fallback;font-weight:400}.instrument_serif_b520f5c2-module__uI4FsW__variable{--font-serif-latin:"Instrument Serif", "Instrument Serif Fallback"}
