/*! tailwindcss v4.2.2 | MIT License | https://tailwindcss.com */@layer theme{:host,:root{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,::backdrop,:after,:before{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}:host,html{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}menu,ol,ul{list-style:none}audio,canvas,embed,iframe,img,object,svg,video{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,optgroup,select,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit,::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.hidden{display:none}.resize{resize:both}}:root{--background:#020202;--surface:#0e0e10eb;--surface-hover:#16161afa;--surface-soft:#ffffff08;--border:#ffffff14;--text:#fff;--muted:#d7dbe1;--muted-soft:#a8afb9;--accent:#e89741;--accent-hover:#f1a24d;--contact-accent:#2b7ca6;--contact-accent-hover:#3890bd;--success:#2da44e;--success-hover:#37b558;--max-width:1120px;--navbar-height:64px;--card-height:240px}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{color:var(--text);font-family:var(--font-primary),system-ui,sans-serif;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;background:radial-gradient(circle at top,#ffffff08,#0000 24%),linear-gradient(#010101,#020202);margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,p,ul{margin:0}.site-shell{min-height:100vh}.container{width:min(var(--max-width),calc(100% - 2rem));margin:0 auto}.navbar{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--border);background:#020202eb;position:sticky;top:0}.navbar-inner{min-height:var(--navbar-height);justify-content:space-between;align-items:center;gap:1rem;display:flex}.brand{letter-spacing:-.03em;white-space:nowrap;color:var(--text);padding:.15rem 0;font-size:1.18rem;font-weight:700;transition:color .18s}.brand:hover{color:var(--accent)}.nav-links{flex-wrap:nowrap;align-items:center;gap:.55rem;display:flex}.nav-links a{color:var(--muted);border:1px solid #0000;border-radius:999px;padding:.45rem .8rem;font-size:.95rem;font-weight:600;transition:color .18s,border-color .18s,background-color .18s}.nav-links a:hover{color:var(--accent);background:#e8974114;border-color:#e8974166}.nav-links .nav-cv-link{color:#fff;background:0 0;border:1px solid #e897418c;font-weight:700}.nav-links .nav-cv-link:hover{color:var(--accent);background:#e8974114;border-color:#e89741b3}.hero{min-height:calc(100vh - var(--navbar-height));align-items:stretch;padding:2.5rem 0 5rem;display:flex;position:relative}.hero-inner{flex-direction:column;width:100%;max-width:1080px;display:flex}.hero-space-line{height:1rem}.hero-standalone{min-height:calc(100vh - var(--navbar-height) - 220px);flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.hero h1{letter-spacing:-.05em;color:#fff;font-size:clamp(4.2rem,8vw,7.1rem);font-weight:700;line-height:.92}.hero-space-xxl{height:2.4rem}.hero-space-after-role{height:1rem}.hero-role{color:#e4ebf7;letter-spacing:-.02em;max-width:820px;font-size:clamp(1.25rem,2.2vw,1.62rem);font-weight:600;line-height:1.45}.hero-role-large{font-size:clamp(1.45rem,2.7vw,2rem);line-height:1.32}.hero-summary{max-width:760px;color:var(--muted);font-size:1.02rem;line-height:1.85}.hero-nav-block{padding-top:1.75rem}.section-pills{grid-template-columns:repeat(8,minmax(0,1fr));gap:.7rem;margin-top:.25rem;display:grid}.section-pill{min-height:42px;color:var(--muted);text-align:center;background:#ffffff08;border:1px solid #ffffff1a;border-radius:999px;justify-content:center;align-items:center;padding:.55rem .8rem;font-size:.92rem;font-weight:600;line-height:1.1;transition:color .18s,background-color .18s,border-color .18s;display:inline-flex}.section-pill:focus-visible,.section-pill:hover{color:#000;background:var(--accent);border-color:var(--accent);outline:none}.scroll-corner-indicator{z-index:90;width:62px;height:62px;color:var(--accent);cursor:pointer;opacity:.9;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s,visibility .2s,transform .2s;display:inline-flex;position:fixed;bottom:1.2rem;right:1.4rem}.scroll-corner-indicator:hover{opacity:1;transform:translateY(2px)}.scroll-corner-indicator.is-hidden{opacity:0;visibility:hidden;pointer-events:none}.scroll-indicator-svg{width:100%;height:100%;display:block}.button{border:1px solid var(--border);background:var(--surface-soft);min-height:48px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;padding:0 1.05rem;font-size:.98rem;font-weight:600;transition:border-color .18s,background-color .18s,color .18s,box-shadow .18s;display:inline-flex}.button:hover{color:#000;background:var(--accent);border-color:var(--accent);box-shadow:0 8px 20px #0003}.button-contact{background:var(--contact-accent);border-color:var(--contact-accent);color:#fff}.button-contact:hover{background:var(--contact-accent-hover);border-color:var(--contact-accent-hover);color:#fff}.button-success{background:var(--success);border-color:var(--success);color:#fff}.button-success:hover{background:var(--success-hover);border-color:var(--success-hover);color:#fff}.section{border-top:1px solid #ffffff0a;padding:6.2rem 0;scroll-margin-top:92px}.hero+.section{border-top:none}.section-inner{gap:1.7rem;display:grid}.section-header{max-width:760px}.section-header h2{letter-spacing:-.04em;color:#fff;margin-bottom:1.5rem;font-size:clamp(2rem,3vw,2.6rem);font-weight:700;line-height:1.08}.section-intro{color:var(--muted);margin-top:.8rem;font-size:1.02rem;line-height:1.84}.content-grid.single{gap:1rem;max-width:820px;display:grid}.content-grid p{color:var(--text);font-size:1.04rem;line-height:1.85}.card-grid{gap:1.35rem;margin-top:.2rem;display:grid}.card-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.card-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.card-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.achievement-card,.cta-card,.info-card,.project-card{border:1px solid var(--border);backface-visibility:hidden;-webkit-font-smoothing:antialiased;background:linear-gradient(#141417f2,#0b0b0df5);border-radius:24px;padding:1.35rem;transition:border-color .22s,background .22s,box-shadow .22s,transform .22s;overflow:hidden;box-shadow:0 10px 26px #0000002e}.achievement-card:hover,.cta-card:hover,.info-card:hover,.project-card:hover{background:linear-gradient(#1a1a1efa,#0d0d0ffa);border-color:#e8974166;transform:translateY(-2px);box-shadow:0 16px 34px #00000038}.achievement-card h3,.cta-card h3,.info-card h3,.project-card h3{letter-spacing:-.02em;color:#fff;margin-bottom:.78rem;font-size:1.08rem;font-weight:700;line-height:1.35}.achievement-card p,.cta-card p,.info-card p,.project-card p{color:#d9dee5;font-size:.98rem;line-height:1.75}.about-single-card,.achievement-card,.contact-single-card,.cta-card,.info-card,.leadership-card,.project-card{height:var(--card-height);flex-direction:column;justify-content:center;display:flex}.about-single-card{align-items:stretch}.about-card-inner{width:100%;padding-top:.3rem;padding-bottom:.3rem}.expertise-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.35rem;display:grid}.emphasis-card ul,.info-card ul{color:var(--muted);padding-left:1.15rem;font-size:.98rem;line-height:1.8}.emphasis-card p{color:#fff;margin-bottom:1rem}.contact-single-wrap{display:block}.contact-single-card{gap:1rem;width:100%;max-width:560px}.contact-single-card h3{margin-bottom:.6rem}.contact-buttons-row{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:1rem;display:flex}.contact-buttons-row .email-reveal-box,.contact-buttons-row .email-reveal-wrap,.contact-single-card .email-reveal-box,.contact-single-card .email-reveal-wrap{justify-content:flex-start}.contact-single-card .button,.contact-single-card .email-reveal-text{white-space:nowrap}.footer{border-top:1px solid var(--border);margin-top:3rem}.footer-inner{min-height:82px;color:var(--muted-soft);justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;display:flex}.email-reveal-box,.email-reveal-wrap{flex-wrap:wrap;align-items:center;gap:.85rem;display:flex}.email-reveal-text{border:1px solid var(--border);color:#fff;background:#ffffff0a;border-radius:999px;align-items:center;min-height:48px;padding:0 1rem;font-size:.98rem;font-weight:600;line-height:1;display:inline-flex}@media (max-width:1180px){.section-pills{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:980px){.card-grid.four,.card-grid.three,.card-grid.two,.expertise-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:720px){:root{--navbar-height:60px}html{scroll-padding-top:84px}.hero{min-height:calc(100vh - var(--navbar-height));padding:1.2rem 0 4.5rem}.hero-space-line{height:.6rem}.hero-standalone{min-height:calc(100vh - var(--navbar-height) - 240px)}.hero h1{font-size:clamp(3.2rem,12vw,4.8rem);line-height:.95}.hero-space-xxl{height:1.8rem}.hero-space-after-role{height:.8rem}.hero-summary{font-size:.98rem;line-height:1.75}.navbar-inner{min-height:var(--navbar-height);flex-direction:row;justify-content:space-between;align-items:center;padding:.2rem 0}.brand{text-overflow:ellipsis;max-width:46%;font-size:1rem;overflow:hidden}.nav-links{justify-content:flex-end;gap:.35rem}.nav-links a{padding:.42rem .65rem;font-size:.88rem}.section-pills{grid-template-columns:repeat(2,minmax(0,1fr));gap:.55rem}.section-pill{min-height:40px;padding:.5rem .55rem;font-size:.84rem}.section{padding:4.9rem 0;scroll-margin-top:84px}.card-grid.four,.card-grid.three,.card-grid.two,.expertise-grid,.hero-proof-strip{grid-template-columns:1fr}.achievement-card p,.content-grid p,.cta-card p,.info-card p,.project-card p{font-size:.98rem}.scroll-corner-indicator{transform-origin:100% 100%;width:54px;height:54px;bottom:.9rem;right:.9rem}.scroll-corner-indicator:hover{transform:none}.contact-single-card{max-width:100%}.about-single-card,.achievement-card,.contact-single-card,.cta-card,.info-card,.leadership-card,.project-card{height:auto}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.achievement-card,.brand,.button,.cta-card,.info-card,.nav-links a,.project-card,.scroll-corner-indicator,.section-pill{transition:none}}@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/82ef96de0e8f4d8c-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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a6ecd16fa044d500-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bd82c78e5b7b3fe9-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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c32c8052c071fc42-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6f22fce21a7c433c-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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1d8a05b60287ae6c-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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/77c207b095007c34-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:Noto Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1755441e3a2fa970-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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/82ef96de0e8f4d8c-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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a6ecd16fa044d500-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bd82c78e5b7b3fe9-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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c32c8052c071fc42-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6f22fce21a7c433c-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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1d8a05b60287ae6c-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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/77c207b095007c34-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:Noto Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1755441e3a2fa970-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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/82ef96de0e8f4d8c-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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a6ecd16fa044d500-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bd82c78e5b7b3fe9-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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c32c8052c071fc42-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6f22fce21a7c433c-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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1d8a05b60287ae6c-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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/77c207b095007c34-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:Noto Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1755441e3a2fa970-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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/82ef96de0e8f4d8c-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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/a6ecd16fa044d500-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/bd82c78e5b7b3fe9-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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/c32c8052c071fc42-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/6f22fce21a7c433c-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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1d8a05b60287ae6c-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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/77c207b095007c34-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:Noto Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1755441e3a2fa970-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:Noto Sans Fallback;src:local("Arial");ascent-override:100.54%;descent-override:27.56%;line-gap-override:0.00%;size-adjust:106.33%}.__className_50a98f{font-family:Noto Sans,Noto Sans Fallback;font-style:normal}.__variable_50a98f{--font-primary:"Noto Sans","Noto Sans Fallback"}