:root{--teal:#0e7c7b;--teal-dark:#0a5453;--ink-dark:#0a3f3e;--ink-footer:#0a2726;--accent:#5fd0c6;--bg:#f6f8f8;--bg-section:#eef5f4;--text:#13211f;--text-soft:#485754;--text-mute:#566461;--text-faint:#5f6e6b;--line:#e2eae8;--warn-bg:#fdf3ec;--warn-border:#f0d3bf;--warn-text:#5a3d1f}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-size:16px;line-height:1.7}a{color:var(--teal-dark);text-decoration:none}main li a,main p a,main td a{text-decoration:underline;text-underline-offset:2px}a:hover{opacity:.75}img{max-width:100%}::selection{background:var(--teal);color:#fff}.container{max-width:1080px;margin:0 auto;padding-left:24px;padding-right:24px}@media (min-width:768px){.container{padding-left:40px;padding-right:40px}}.serif,h1,h2,h3{font-family:var(--font-serif),Georgia,serif;font-weight:700;letter-spacing:-.01em}h1{font-size:clamp(30px,5vw,46px);line-height:1.08;margin:0 0 18px;text-wrap:balance}h2{font-size:clamp(24px,3.4vw,30px);line-height:1.14;margin:0 0 14px}h3{font-size:19px;line-height:1.2;margin:0 0 8px}.btn{display:inline-block;border-radius:10px;font-weight:600;font-size:15px;padding:14px 24px;cursor:pointer;border:none;font-family:inherit;text-align:center}.btn-primary{background:var(--teal);color:#fff;box-shadow:0 12px 26px -12px rgba(14,124,123,.9)}.btn-primary:hover{opacity:.9}.btn-accent{background:var(--accent);color:#062f2e;font-weight:700}.btn-outline{background:transparent;border:1px solid var(--teal);color:var(--teal-dark)}.btn-block{display:block;width:100%}.card{background:#fff;border:1px solid var(--line);border-radius:14px}.eyebrow{font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:var(--teal)}.eyebrow,.faint{font-size:12.5px}.faint{color:var(--text-faint)}.soft{color:var(--text-soft)}input[type=email],input[type=number],input[type=tel],input[type=text]{border:1px solid #d3e0de;border-radius:9px;padding:12px 13px;font-size:14px;font-family:inherit;min-width:0}label{font-family:inherit}.grid2,.grid3{display:grid;grid-template-columns:1fr;grid-gap:16px;gap:16px}.grid4{display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px}.grid2>*,.grid3>*,.grid4>*{min-width:0}@media (min-width:768px){.grid2{grid-template-columns:1fr 1fr}.grid3{grid-template-columns:repeat(3,1fr)}.grid4{grid-template-columns:repeat(4,1fr);gap:16px}}details>summary{list-style:none;cursor:pointer}details>summary::-webkit-details-marker{display:none}.table-scroll{overflow-x:auto}table.cmp{border-collapse:collapse;width:100%;background:#fff;font-size:14.5px}table.cmp td,table.cmp th{border:1px solid var(--line);padding:12px 16px;text-align:left;vertical-align:top}table.cmp th{background:var(--bg-section);color:var(--teal-dark);font-size:13px}table.cmp tr:nth-child(2n) td{background:#fafcfc}.hero-grid{display:grid;grid-template-columns:1fr;grid-gap:28px;gap:28px;align-items:end;grid-template-areas:"left" "photo" "trust"}.hero-left{grid-area:left}.hero-photo{grid-area:photo}.hero-trust{grid-area:trust;animation:rise-in .55s cubic-bezier(.2,.7,.3,1) .45s both}.hero-photo{display:block;position:relative;margin-top:-6px}@media (max-width:899px){.hero-img{max-width:240px;max-height:320px;object-fit:contain}.hero-blob{filter:blur(36px)}.hero-blob-a{width:200px;height:200px;right:10%;top:8%}.hero-blob-b{width:170px;height:170px;left:12%;bottom:4%}.hero-blob-c{display:none}}@media (min-width:900px){.hero-grid{grid-template-columns:1.15fr .85fr}.hero-photo{display:block;position:relative;margin-bottom:-48px}}.hero-blob{position:absolute;border-radius:50%;filter:blur(52px);will-change:transform;pointer-events:none}.hero-blob-a{width:340px;height:340px;right:6%;top:16%;background:radial-gradient(circle,rgba(95,208,198,.55),transparent 70%);animation:blob-drift-a 24s ease-in-out infinite alternate}.hero-blob-b{width:300px;height:300px;right:30%;bottom:6%;background:radial-gradient(circle,rgba(14,124,123,.38),transparent 70%);animation:blob-drift-b 30s ease-in-out infinite alternate}.hero-blob-c{width:190px;height:190px;right:0;bottom:30%;background:radial-gradient(circle,rgba(238,245,244,.9),transparent 70%);animation:blob-drift-a 20s ease-in-out infinite alternate-reverse}@keyframes blob-drift-a{0%{transform:translate(0) scale(1)}to{transform:translate(-34px,26px) scale(1.14)}}@keyframes blob-drift-b{0%{transform:translate(0) scale(1.08)}to{transform:translate(30px,-22px) scale(.94)}}@media (prefers-reduced-motion:reduce){.hero-blob{animation:none}}@media (min-width:900px){.hero-grid{align-items:center;grid-template-areas:"left photo" "trust photo"}.hero-photo{align-self:stretch;position:relative;height:0;min-height:100%}.hero-photo .hero-img{position:absolute;bottom:0;left:50%;transform:translateX(-50%);height:104%;width:auto;max-width:100%;object-fit:contain;object-position:bottom}}.hero-img{width:100%;max-width:470px;height:auto;display:block;margin:0 auto;-webkit-mask-image:linear-gradient(180deg,#000 84%,transparent);mask-image:linear-gradient(180deg,#000 84%,transparent)}@media (min-width:1200px){.header-inner,.site-nav{flex-wrap:nowrap!important}.header-cta,.site-nav a{white-space:nowrap}.search-body input{width:140px!important}.hero-trust{flex-wrap:nowrap!important;gap:26px!important}.hero-trust>div>div:last-child{max-width:150px!important}}@media (max-width:767px){.topbar-right{display:none}.topbar-left-text{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}@media (max-width:899px){.site-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;max-width:100%;order:3;padding-bottom:2px;gap:8px}.header-inner,.site-nav{min-width:0}.site-nav::-webkit-scrollbar{display:none}.site-nav a{flex:0 0 auto;background:var(--bg-section);border:1px solid var(--line);border-radius:999px;padding:7px 13px;font-size:13px}.header-inner{padding-top:10px!important;padding-bottom:10px!important;gap:10px!important}}.search-toggle{display:none;border:1px solid var(--line);background:#fbfdfd;border-radius:10px;width:40px;height:40px;font-size:15px;cursor:pointer}@media (max-width:899px){.header-cta{display:none}.search-toggle{display:inline-flex;align-items:center;justify-content:center}.search-body{display:none!important}.search-body.open{display:flex!important;position:absolute;right:0;top:46px;width:min(78vw,300px);background:#fff;z-index:60;box-shadow:0 16px 40px -18px rgba(10,60,58,.4)}}.badge-short{display:none}@media (max-width:767px){.badge-full{display:none}.badge-short{display:inline}.hero-grid{padding-top:20px!important}}@media (max-width:899px){.hero-left>*,.hero-photo,.hero-trust{animation:none!important}}.hero-left>*{animation:rise-in .55s cubic-bezier(.2,.7,.3,1) both}.hero-left>:first-child{animation-delay:.05s}.hero-left>:nth-child(2){animation-delay:.13s}.hero-left>:nth-child(3){animation-delay:.21s}.hero-left>:nth-child(4){animation-delay:.29s}.hero-left>:nth-child(5){animation-delay:.37s}.hero-photo{animation:rise-in .7s cubic-bezier(.2,.7,.3,1) .2s both}@keyframes rise-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.hl-stroke{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 14'%3E%3Cpath d='M4 10 Q 100 15 196 6' stroke='%235FD0C6' stroke-width='6' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:0 100%;background-size:100% .22em;padding-bottom:.14em}.tape-divider{height:12px;margin-top:4px;opacity:.55;background-image:repeating-linear-gradient(90deg,var(--teal) 0 1.5px,transparent 1.5px 12px),repeating-linear-gradient(90deg,var(--teal) 0 1.5px,transparent 1.5px 60px);background-size:auto 6px,auto 12px;background-repeat:repeat-x;background-position:0 100%,0 100%}.btn-accent,.btn-primary{transition:transform .15s ease,box-shadow .15s ease}.btn-primary:hover{box-shadow:0 16px 30px -12px rgba(14,124,123,.95)}.btn-accent:hover,.btn-primary:hover{transform:translateY(-2px);opacity:1}.card{transition:border-color .15s ease,transform .15s ease}a.card:hover{border-color:var(--teal);transform:translateY(-2px);opacity:1}.pulse-dot{animation:pulse-dot 2.2s ease-in-out infinite}@keyframes pulse-dot{0%,to{box-shadow:0 0 0 0 rgba(95,208,198,.5)}50%{box-shadow:0 0 0 5px rgba(95,208,198,0)}}.sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:90;display:none;align-items:center;gap:12px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:rgba(255,255,255,.96);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-top:1px solid var(--line);transform:translateY(105%);transition:transform .25s ease}.sticky-cta.on{transform:none}@media (max-width:767px){.sticky-cta{display:flex}}@media (prefers-reduced-motion:reduce){.hero-left>*,.hero-photo,.pulse-dot{animation:none}.btn-accent,.btn-primary,.card,.sticky-cta{transition:none}}@media (max-width:767px){.footer-grid{grid-template-columns:1fr!important;gap:28px!important}}.term{position:relative;border-bottom:1px dotted var(--teal);cursor:help;outline:none}.term:focus-visible{border-radius:3px;box-shadow:0 0 0 2px var(--teal)}.term-pop{position:absolute;left:0;bottom:calc(100% + 8px);z-index:60;width:min(300px,78vw);background:var(--ink-dark);color:#eafaf8;font-size:13px;font-weight:400;line-height:1.5;text-align:left;padding:12px 14px;border-radius:12px;box-shadow:0 18px 40px -18px rgba(10,60,58,.6);opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .15s,transform .15s;pointer-events:none}.term:focus .term-pop,.term:focus-within .term-pop,.term:hover .term-pop{opacity:1;visibility:visible;transform:none}@media (prefers-reduced-motion:reduce){.term-pop{transition:none}}.calc-input{display:block;width:100%;margin-top:6px;padding:11px 14px;border:1px solid var(--line);border-radius:10px;font-size:15px;font-family:inherit;background:#fbfdfd;outline:none}.calc-input:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(95,208,198,.18)}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-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 Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-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 Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-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 Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-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 Serif 4";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-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:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-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 Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-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 Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-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 Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-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 Serif 4";font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-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:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/3d165c286d94e27c-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 Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e54d16b9f2c4535b-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:"Source Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7c21074d9bafed1b-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 Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/916860560b9a2bc2-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 Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/591e43f23f51e5a5-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 Serif 4";font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/97ac91773d3121b2-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:"Source Serif 4 Fallback";src:local("Times New Roman");ascent-override:87.87%;descent-override:28.41%;line-gap-override:0.00%;size-adjust:117.91%}.__className_4e072e{font-family:"Source Serif 4","Source Serif 4 Fallback";font-style:normal}.__variable_4e072e{--font-serif:"Source Serif 4","Source Serif 4 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.p.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.p.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.p.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;font-style:normal;font-weight:700;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:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/28793f5c5e3d822d-s.p.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:700;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:700;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:700;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:700;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_0de93c{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.__variable_0de93c{--font-sans:"IBM Plex Sans","IBM Plex Sans Fallback"}