:root{color-scheme:light;--paper:#f8f0e3;--ink:#2b231c;--ink-soft:#4a3c30;--ink-deep:#3a2f26;--muted:#5c4c3e;--muted-2:#6b5a45;--muted-3:#6b5a49;--accent:#ce7959;--accent-soft:#e1a689;--cream:#fdf6ea;--eyebrow:#5a421f;--brand-sub:#8a7360;--card-face:#ffffff;--card-band:#f3e7d6;--logo-mat:#f3ede9;--veil-weak:rgba(255,255,255,0.5);--veil-mid:rgba(255,255,255,0.55);--veil-strong:rgba(255,255,255,0.8);--shadow-warm-rgb:122,74,28;--shadow-ink-rgb:43,35,28;--waft-lift-rgb:207,177,172;--hairline:rgba(122,74,28,0.18);--hairline-strong:rgba(43,35,28,0.4);--footer-glow:linear-gradient(180deg,rgba(255,238,214,0),rgba(255,225,186,0.7));--art-tint:linear-gradient(180deg,rgba(255,196,120,0.08),rgba(120,60,20,0.16));--glass-bg:linear-gradient(150deg,rgba(255,252,246,0.4),rgba(255,235,220,0.24));--glass-bg-solid:rgba(255,250,242,0.88);--glass-border:1px solid rgba(255,249,238,0.4);--glass-brightness:1.03;--glass-shadow:0 34px 70px -40px rgba(122,74,28,0.55),0 2px 12px -4px rgba(122,74,28,0.14),inset 0 1px 0 rgba(255,255,255,0.28);--r-pill:999px;--r-panel:26px;--r-hero:18px;--r-thumb:16px;--page-max:1180px;--gutter:clamp(1.25rem,4vw,2.75rem);--section-gap:clamp(4.5rem,10vw,7.5rem);--font-display:var(--font-newsreader),Georgia,"Times New Roman",serif;--font-body:var(--font-plex-sans),system-ui,-apple-system,"Segoe UI",sans-serif;--font-mono:var(--font-plex-mono),ui-monospace,Menlo,monospace}:root[data-theme=dark]{color-scheme:dark;--paper:#1c1516;--ink:#f3eadd;--ink-soft:#d9cbba;--ink-deep:#ece0d0;--muted:#b4a48f;--muted-2:#9d8d79;--muted-3:#a3927c;--accent:#df9277;--accent-soft:#eab29a;--cream:#1c1516;--eyebrow:#be8f7f;--brand-sub:#9a8574;--card-face:#2c2220;--card-band:#332521;--veil-weak:rgba(255,244,228,0.07);--veil-mid:rgba(255,244,228,0.1);--veil-strong:rgba(255,244,228,0.16);--shadow-warm-rgb:12,4,4;--shadow-ink-rgb:0,0,0;--waft-lift-rgb:224,192,184;--hairline:rgba(255,240,220,0.12);--hairline-strong:rgba(255,240,220,0.3);--footer-glow:linear-gradient(180deg,rgba(50,22,22,0),rgba(88,38,30,0.34));--art-tint:linear-gradient(180deg,rgba(50,26,22,0.1),rgba(14,6,6,0.36));--glass-bg:linear-gradient(150deg,rgba(48,32,30,0.44),rgba(26,18,18,0.3));--glass-bg-solid:rgba(30,21,20,0.9);--glass-border:1px solid rgba(255,240,220,0.14);--glass-brightness:0.92;--glass-shadow:0 34px 70px -40px rgba(0,0,0,0.7),0 2px 12px -4px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.06)}*,:after,:before{box-sizing:border-box}html{background-color:var(--paper);-webkit-text-size-adjust:100%}body{margin:0;padding:0;position:relative;background:transparent;color:var(--ink);font-family:var(--font-body);font-size:17px;line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}main{flex:1 0 auto}#work{scroll-margin-top:96px}h1,h2,h3,h4{font-family:var(--font-display);font-weight:400;letter-spacing:-.02em;margin:0;text-wrap:balance}p{text-wrap:pretty}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%}.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:4px}.eyebrow{font-family:var(--font-mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--eyebrow)}.glass{background:var(--glass-bg);backdrop-filter:blur(16px) saturate(1.7) brightness(var(--glass-brightness));-webkit-backdrop-filter:blur(16px) saturate(1.7) brightness(var(--glass-brightness));border:var(--glass-border);box-shadow:var(--glass-shadow);border-radius:var(--r-panel)}@supports not (((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))) or (-webkit-backdrop-filter:blur(1px))){.glass{background:var(--glass-bg-solid)}}@property --vig-mid{syntax:"<number>";inherits:false;initial-value:.95}@property --vig-edge{syntax:"<number>";inherits:false;initial-value:.7}.vignette{--vig-mid:0.95;--vig-edge:0.7;transition:--vig-mid .4s ease,--vig-edge .4s ease;-webkit-mask-image:radial-gradient(circle at 50% 50%,#000 0,rgba(0,0,0,var(--vig-mid)) 50%,rgba(0,0,0,var(--vig-edge)) 100%);mask-image:radial-gradient(circle at 50% 50%,#000 0,rgba(0,0,0,var(--vig-mid)) 50%,rgba(0,0,0,var(--vig-edge)) 100%);-webkit-mask-size:100% 100%;mask-size:100% 100%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.vignette:hover{--vig-mid:1;--vig-edge:1}@keyframes drift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(-3%,2%,0) scale(1.08)}}@keyframes drift2{0%,to{transform:translateZ(0) scale(1.05)}50%{transform:translate3d(4%,-3%,0) scale(1)}}@keyframes breathe{0%,to{opacity:.55}50%{opacity:.9}}@keyframes rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}[data-reveal]{opacity:0;transform:translateY(14px)}[data-reveal].is-revealed{animation:rise .7s cubic-bezier(.22,1,.36,1) forwards}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:1ms!important;animation-iteration-count:1!important;transition-duration:1ms!important}[data-reveal],[data-reveal].is-revealed{opacity:1;transform:none;animation:none}}.fa-inline{display:inline-block;width:.82em;height:.82em;margin-left:.4em;vertical-align:-.01em}.fa-inline.fa-inline-left{margin-left:0;margin-right:.4em}.fa-inline.fa-external{width:.76em;height:.76em}.Atmosphere_atmosphere__u935R{position:absolute;inset:0;min-height:100vh;z-index:-1;pointer-events:none;overflow:hidden}.Atmosphere_atmosphere__u935R>*{position:absolute;inset:0}.Atmosphere_day__bpPKy,.Atmosphere_night__tUWeS{transition:opacity .8s ease}.Atmosphere_night__tUWeS,:root[data-theme=dark] .Atmosphere_day__bpPKy{opacity:0}:root[data-theme=dark] .Atmosphere_night__tUWeS{opacity:1}.Atmosphere_day__bpPKy>*,.Atmosphere_night__tUWeS>*{position:absolute;inset:0}.Atmosphere_night__tUWeS .Atmosphere_glowANight__q69RD,.Atmosphere_night__tUWeS .Atmosphere_glowBNight__tvFyI,:root[data-theme=dark] .Atmosphere_day__bpPKy .Atmosphere_glowA__3Rxpe,:root[data-theme=dark] .Atmosphere_day__bpPKy .Atmosphere_glowB__coqN8{animation-play-state:paused}:root[data-theme=dark] .Atmosphere_night__tUWeS .Atmosphere_glowANight__q69RD,:root[data-theme=dark] .Atmosphere_night__tUWeS .Atmosphere_glowBNight__tvFyI{display:none}.Atmosphere_skyNight__B8tK7,.Atmosphere_sky__qqR8h{background-size:cover;background-position:50% top;background-repeat:no-repeat;filter:blur(4px) saturate(1.24) contrast(1.06);transform:scale(1.04);opacity:1}.Atmosphere_sky__qqR8h{background-image:url(/backdrops/sky.webp)}.Atmosphere_skyNight__B8tK7{background-image:url(/backdrops/night.webp)}.Atmosphere_wash__p83zX{background:linear-gradient(180deg,rgba(250,240,226,.28),rgba(250,239,224,.24) 38%,rgba(251,238,219,.3) 72%,rgba(251,235,212,.42))}.Atmosphere_washNight__n_uzy{background:linear-gradient(180deg,rgba(24,26,32,.3),rgba(24,27,34,.34) 38%,rgba(19,22,28,.4) 72%,rgba(15,17,23,.48))}.Atmosphere_glowANight__q69RD,.Atmosphere_glowA__3Rxpe{top:-340px;left:-120px;right:auto;bottom:auto;width:min(1000px,90vw);height:900px;border-radius:50%;filter:blur(30px);animation:Atmosphere_drift__oI3qf 26s ease-in-out infinite}.Atmosphere_glowA__3Rxpe{background:radial-gradient(circle at 42% 42%,rgba(255,216,158,.5),rgba(255,205,135,0) 70%)}.Atmosphere_glowANight__q69RD{background:radial-gradient(circle at 42% 42%,rgba(138,150,170,.24),rgba(116,130,152,0) 70%)}.Atmosphere_glowBNight__tvFyI,.Atmosphere_glowB__coqN8{top:160px;right:-240px;left:auto;bottom:auto;width:min(820px,80vw);height:820px;border-radius:50%;filter:blur(40px);animation:Atmosphere_drift2__Q5B_c 32s ease-in-out infinite}.Atmosphere_glowB__coqN8{background:radial-gradient(circle,rgba(247,179,146,.34),rgba(240,170,135,0) 68%)}.Atmosphere_glowBNight__tvFyI{background:radial-gradient(circle,rgba(200,110,90,.2),rgba(180,95,80,0) 68%)}.Atmosphere_grain__YVFnc{opacity:.85;mix-blend-mode:overlay;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)'/%3E%3C/svg%3E");background-size:120px 120px}:root[data-theme=dark] .Atmosphere_grain__YVFnc{mix-blend-mode:hard-light;opacity:.12;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.38' numOctaves='1' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");background-size:220px 220px}.Footer_footer__3szNV{position:relative;margin-top:var(--section-gap);padding:44px var(--gutter);background:var(--footer-glow)}.Footer_inner__Law6P{max-width:var(--page-max);margin:0 auto;display:flex;justify-content:flex-end;justify-content:space-between;gap:40px}.Footer_identity__8wgzv{display:flex;align-items:center;gap:18px;max-width:560px}.Footer_avatar__kBs0n{border-radius:50%;object-fit:cover;box-shadow:0 12px 28px -14px rgba(var(--shadow-ink-rgb),.8);flex:none}.Footer_studio___5ltM{display:inline-block;font-family:var(--font-display);font-size:20px;margin:0;color:var(--ink)}.Footer_blurb__vSmrL{margin:0;font-size:14px;line-height:1.4;color:var(--muted-3)}.Footer_links__5Hnjy{display:flex;justify-content:flex-end;flex-direction:column;gap:3px;text-align:right;font-size:14px}.Footer_links__5Hnjy a{color:var(--muted)}.Footer_links__5Hnjy a:first-child{color:var(--ink)}.Footer_baseline__b1Ytd{max-width:var(--page-max);margin:34px auto 0;padding-top:20px;border-top:1px solid var(--hairline);display:flex;align-items:baseline;gap:16px;font-family:var(--font-mono);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted-2)}.Footer_baseline__b1Ytd>span:first-child,.Footer_baseline__b1Ytd>span:last-child{flex:1 1;min-width:0}.Footer_baseline__b1Ytd>span:last-child{text-align:right}.Footer_legal__1ZvcS a{color:var(--muted-2)}.Footer_legal__1ZvcS a:hover{color:var(--ink);text-decoration:none}.Footer_flourish__4jJtU{flex:0 0 auto;text-align:center;white-space:nowrap;font-family:var(--font-display);font-style:italic;font-size:14px;letter-spacing:.06em;text-transform:none;color:var(--muted-2)}@media (max-width:720px){.Footer_inner__Law6P{flex-direction:column;gap:26px}.Footer_links__5Hnjy{flex-direction:row;justify-content:flex-start;flex-wrap:wrap;gap:10px;text-align:left}.Footer_links__5Hnjy a:not(:first-child):before{content:"·";margin-right:10px;color:var(--muted-2)}.Footer_baseline__b1Ytd{flex-wrap:wrap;gap:6px 12px}.Footer_baseline__b1Ytd>span:first-child{flex:1 1 auto;text-align:left}.Footer_baseline__b1Ytd>.Footer_flourish__4jJtU{flex:1 1 auto;text-align:right}.Footer_baseline__b1Ytd>span:last-child{flex:0 0 100%;margin-top:6px;text-align:center}}.ThemeToggle_toggle__pEuGq{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;padding:0;border-radius:var(--r-pill);border:1px solid var(--veil-strong);background:var(--veil-mid);color:var(--ink);cursor:pointer;flex:none;transition:background .2s ease,color .2s ease,border-color .2s ease}.ThemeToggle_toggle__pEuGq:hover{background:var(--veil-strong)}.ThemeToggle_toggle__pEuGq svg{width:15px;height:15px}.ThemeToggle_toggle__pEuGq .ThemeToggle_moon__fVFvc,:root[data-theme=dark] .ThemeToggle_toggle__pEuGq .ThemeToggle_sun__ef7bG{display:none}:root[data-theme=dark] .ThemeToggle_toggle__pEuGq .ThemeToggle_moon__fVFvc{display:inline-block}.Nav_wrap__0cejR{position:relative;z-index:50;padding:22px var(--gutter) 0;display:flex;flex-direction:column;align-items:center}.Nav_pill___U0VF{width:100%;max-width:var(--page-max);display:flex;align-items:center;justify-content:space-between;gap:24px;padding:12px 14px 12px 22px;border-radius:var(--r-pill)}.Nav_brandGroup__T_jeB{display:flex;align-items:center;flex-direction:row-reverse;gap:12px}.Nav_brand__XR4cH{font-family:var(--font-display);font-size:21px;line-height:1;letter-spacing:.01em;margin-bottom:-4px;color:var(--ink);white-space:nowrap}.Nav_brand__XR4cH:hover{text-decoration:none}.Nav_brandStudio__OOICk{color:var(--brand-sub)}.Nav_links__fWas4{display:flex;align-items:center;gap:30px;font-size:14px;padding-right:30px;line-height:1}.Nav_link__d6I1d,.Nav_links__fWas4{color:var(--muted)}.Nav_link__d6I1d:hover{color:var(--ink);text-decoration:none}.Nav_menuBtn__9kdo0{display:none;padding:9px 18px;border-radius:var(--r-pill);border:1px solid var(--veil-strong);background:var(--veil-mid);color:var(--ink);font:500 14px var(--font-body);cursor:pointer}.Nav_sheet__jMTfd{margin-top:10px;width:100%;max-width:var(--page-max);display:flex;flex-direction:column;padding:10px;border-radius:20px}.Nav_sheetLink__YIWpf{padding:13px 16px;border-radius:12px;color:var(--ink);font-size:15px}.Nav_sheetLink__YIWpf:hover{background:var(--veil-weak);text-decoration:none}@media (max-width:860px){.Nav_links__fWas4{gap:20px}}@media (max-width:720px){.Nav_links__fWas4{display:none}.Nav_menuBtn__9kdo0{display:inline-block}.Nav_brand__XR4cH{font-size:18px}}@font-face{font-family:Newsreader;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c-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:Newsreader;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe-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:Newsreader;font-style:italic;font-weight:300;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f-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:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c-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:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe-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:Newsreader;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f-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:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/eb251072d3b5478c-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:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/e92f802bb57ccffe-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:Newsreader;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/4b9bb515ce6d026f-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:Newsreader;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062-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:Newsreader;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/665e920483964785-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:Newsreader;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/5611c55482296524-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:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062-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:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/665e920483964785-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:Newsreader;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/5611c55482296524-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:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/7088c2b12ccac062-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:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/665e920483964785-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:Newsreader;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/5611c55482296524-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:Newsreader Fallback;src:local("Times New Roman");ascent-override:69.68%;descent-override:25.12%;line-gap-override:0.00%;size-adjust:105.48%}.__className_a25816{font-family:Newsreader,Newsreader Fallback}.__variable_a25816{--font-newsreader:"Newsreader","Newsreader Fallback"}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-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:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-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:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-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:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-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:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-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:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/7b19b489dc6743ba-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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c9c3823090ec8b55-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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b3bf17a9041d9433-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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/2801417b65625cf5-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:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/26d4368bf94c0ec4-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:IBM Plex Sans Fallback;src:local("Arial");ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.00%;size-adjust:101.17%}.__className_1bc20f{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.__variable_1bc20f{--font-plex-sans:"IBM Plex Sans","IBM Plex Sans Fallback"}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f386aa6b1a2a92-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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/011e180705008d6f-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7ba5fb2a8c88521c-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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/92eeb95d069020cc-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:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d3ebbfd689654d3a-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:IBM Plex Mono Fallback;src:local("Arial");ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.00%;size-adjust:134.59%}.__className_21eb4d{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-weight:400;font-style:normal}.__variable_21eb4d{--font-plex-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}