:root{--charcoal:#20282A;--charcoal-soft:#2f3a3c;--green:#5F7F43;--green-deep:#4a6633;--green-bright:#6f9350;--paper:#F2F4EF;--paper-dim:#E9ECE3;--white:#ffffff;--line:#DCE1D4;--ink:#20282A;--ink-soft:#566058;--ink-faint:#8A928A;--display:var(--font-archivo),"Segoe UI",sans-serif;--body:var(--font-plex-sans),"Segoe UI",sans-serif;--mono:var(--font-plex-mono),ui-monospace,monospace;--wrap:1160px;--radius:12px}*{box-sizing:border-box}body{margin:0}.page{background:var(--paper);color:var(--ink);font-family:var(--body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}.wrap{width:100%;max-width:var(--wrap);margin:0 auto;padding:0 24px}h1,h2,h3{font-family:var(--display);color:var(--charcoal);line-height:1.06;letter-spacing:-.015em;text-wrap:balance;margin:0}p{margin:0}a{color:inherit}.eyebrow{font-family:var(--mono);font-size:.74rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:var(--green-deep);display:inline-flex;align-items:center;gap:10px}.eyebrow:before{content:"";width:26px;height:2px;background:var(--green)}.btn{display:inline-flex;align-items:center;gap:9px;font-family:var(--body);font-weight:600;font-size:.98rem;padding:14px 22px;border-radius:10px;border:1.5px solid transparent;cursor:pointer;text-decoration:none;transition:transform .12s ease,background .15s ease,border-color .15s ease,color .15s ease}.btn-primary{background:var(--green);color:#fff;border-color:var(--green)}.btn-primary:hover{background:var(--green-deep);border-color:var(--green-deep)}.btn-outline{background:transparent;color:var(--charcoal);border-color:var(--line)}.btn-outline:hover{border-color:var(--charcoal)}.btn:active{transform:translateY(1px)}.btn svg{width:18px;height:18px}.arrow-link{font-weight:600;color:var(--green-deep);text-decoration:none;display:inline-flex;align-items:center;gap:6px}.arrow-link:hover{gap:10px}.arrow-link svg{width:16px;height:16px}.btn:focus-visible,a:focus-visible,button:focus-visible{outline:2.5px solid var(--green-deep);outline-offset:3px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:rgba(255,255,255,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);box-shadow:0 6px 22px rgba(32,40,42,.05)}.nav{display:flex;align-items:center;justify-content:space-between;height:74px}.logo{height:34px;width:auto;display:block}.nav-links{display:flex;align-items:center;gap:30px;list-style:none;margin:0;padding:0}.nav-links a{text-decoration:none;font-weight:500;font-size:.96rem;color:var(--ink-soft);transition:color .15s}.nav-links a:hover{color:var(--charcoal)}.nav-right{display:flex;align-items:center;gap:22px}.nav-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:10px;background:#fff;cursor:pointer}.nav-toggle:active{transform:translateY(1px)}.burger{position:relative;display:block;width:20px;height:14px}.burger span{position:absolute;left:0;width:100%;height:2px;border-radius:2px;background:var(--charcoal);transition:transform .25s ease,opacity .2s ease,top .25s ease}.burger span:first-child{top:0}.burger span:nth-child(2){top:6px}.burger span:nth-child(3){top:12px}.burger.is-open span:first-child{top:6px;transform:rotate(45deg)}.burger.is-open span:nth-child(2){opacity:0}.burger.is-open span:nth-child(3){top:6px;transform:rotate(-45deg)}.mobile-menu{display:none;position:fixed;left:0;right:0;top:74px;bottom:0;z-index:40;flex-direction:column;justify-content:space-between;gap:24px;overflow-y:auto;padding:26px 24px calc(26px + env(safe-area-inset-bottom, 0px));background:var(--paper);visibility:hidden;opacity:0;transition:opacity .26s ease,visibility 0s linear .26s}.mobile-menu.is-open{visibility:visible;opacity:1;transition:opacity .26s ease}.mobile-nav{list-style:none;margin:0;padding:0}.mobile-nav li{border-bottom:1px solid var(--line)}.mobile-nav li:first-child{border-top:1px solid var(--line)}.mobile-nav a{display:flex;align-items:center;gap:16px;padding:22px 4px;text-decoration:none;font-family:var(--display);font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--charcoal);opacity:0;transform:translateY(14px)}.mobile-menu.is-open .mobile-nav a{opacity:1;transform:none;transition:opacity .4s ease,transform .4s ease;transition-delay:calc(var(--i) * 55ms + .06s)}.mobile-nav .ml-mark{flex:none;width:20px;height:2px;border-radius:2px;background:var(--line);transition:width .22s ease,background .22s ease}.mobile-nav .ml-label{flex:1 1}.mobile-nav a svg{width:20px;height:20px;color:var(--ink-faint);transition:transform .2s ease}.mobile-nav a:active svg,.mobile-nav a:hover svg{transform:translateX(4px)}.mobile-nav a.is-active{color:var(--green-deep)}.mobile-nav a.is-active .ml-mark{width:32px;background:var(--green)}.mobile-nav a.is-active svg{color:var(--green)}.ml-foot .btn{width:100%;justify-content:center;padding:17px;font-size:1.02rem}.ml-tag{display:block;margin-top:18px;text-align:center;font-family:var(--mono);font-size:.72rem;letter-spacing:.14em;text-transform:uppercase;color:var(--ink-faint)}@media (prefers-reduced-motion:reduce){.mobile-menu,.mobile-menu.is-open .mobile-nav a{transition:none}.mobile-nav a{opacity:1;transform:none}}.hero{padding:74px 0 88px}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;grid-gap:56px;gap:56px;align-items:center}.hero h1{font-size:clamp(2.5rem,4.6vw,4rem);font-weight:800;margin:22px 0 20px}.hero h1 .accent{color:var(--green)}.hero-lead{font-size:1.14rem;color:var(--ink-soft);max-width:40ch;margin-bottom:32px}.hero-cta{gap:14px}.hero-cta,.hero-facts{display:flex;flex-wrap:wrap}.hero-facts{gap:26px;margin-top:34px;padding-top:26px;border-top:1px solid var(--line);font-family:var(--mono);font-size:.8rem;color:var(--ink-soft)}.hero-facts span{display:inline-flex;align-items:center;gap:8px}.hero-facts b{color:var(--green-deep);font-weight:600}.hero-art{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:18px;box-shadow:0 24px 50px -30px rgba(32,40,42,.4)}.hero-art svg{width:100%;height:auto;display:block}.section{padding:80px 0}.section-white{background:var(--white);border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.section-head{max-width:620px;margin-bottom:46px}.section-head h2{font-size:clamp(1.9rem,3vw,2.6rem);font-weight:700;margin:16px 0 0}.section-head p{color:var(--ink-soft);margin-top:14px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.benefit{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px 28px}.benefit-ic{width:46px;height:46px;border-radius:10px;background:var(--paper-dim);display:grid;place-items:center;color:var(--green-deep);margin-bottom:18px}.benefit-ic svg{width:24px;height:24px}.benefit h3{font-size:1.12rem;font-weight:700;margin-bottom:8px}.benefit p{font-size:.96rem;color:var(--ink-soft)}.how-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:56px;gap:56px;align-items:center}.how-list{display:flex;flex-direction:column;gap:22px;margin-top:28px}.how-item{display:flex;gap:16px}.how-item .tick{flex:none;width:26px;height:26px;margin-top:2px;border-radius:7px;background:var(--green);color:#fff;display:grid;place-items:center}.how-item .tick svg{width:15px;height:15px}.how-item h3{font-size:1.05rem;font-weight:700;margin-bottom:3px}.how-item p{font-size:.96rem;color:var(--ink-soft)}.panel-fig{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:26px}.panel-fig svg{width:100%;height:auto;display:block}.models{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.model-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;display:flex;flex-direction:column;transition:transform .15s ease,box-shadow .15s ease}.model-card:hover{transform:translateY(-4px);box-shadow:0 26px 46px -30px rgba(32,40,42,.42)}.model-img{position:relative;aspect-ratio:16/9;overflow:hidden;background:var(--paper-dim);border:0;border-bottom:1px solid var(--line);padding:0;width:100%;display:block;cursor:zoom-in;font:inherit;color:inherit}.model-img img{object-fit:cover;transition:transform .35s ease}.model-card:hover .model-img img{transform:scale(1.03)}.model-zoom{position:absolute;right:10px;bottom:10px;width:30px;height:30px;display:grid;place-items:center;border-radius:999px;background:rgba(20,24,25,.55);color:#fff;opacity:0;transform:translateY(4px);transition:opacity .15s ease,transform .15s ease;pointer-events:none}.model-card:hover .model-zoom,.model-img:focus-visible .model-zoom{opacity:1;transform:translateY(0)}.model-body{padding:22px 22px 24px;display:flex;flex-direction:column;gap:12px;flex:1 1}.model-name{display:flex;align-items:baseline;justify-content:space-between;gap:10px}.model-name h3{font-size:1.22rem;font-weight:700}.model-spec{font-family:var(--mono);font-size:.78rem;color:var(--green-deep);letter-spacing:.02em}.model-desc{font-size:.95rem;color:var(--ink-soft);flex:1 1}.model-foot{display:flex;align-items:center;justify-content:space-between;padding-top:6px;margin-top:auto}.tag-price{font-family:var(--mono);font-size:.82rem;color:var(--ink-soft)}.tag-price b{color:var(--charcoal);font-weight:600}.lightbox{position:fixed;inset:0;z-index:200;background:rgba(16,20,21,.92);display:flex;align-items:center;justify-content:center;padding:4vmin;animation:lbfade .16s ease}@keyframes lbfade{0%{opacity:0}to{opacity:1}}.lb-fig{margin:0;max-width:94vw;max-height:90vh;display:flex;flex-direction:column;align-items:center;gap:14px}.lb-fig img{max-width:94vw;max-height:80vh;width:auto;height:auto;object-fit:contain;border-radius:10px;box-shadow:0 30px 80px -20px rgba(0,0,0,.7)}.lb-fig figcaption{display:flex;align-items:baseline;gap:12px;color:#fff}.lb-name{font-size:1.05rem;font-weight:700;letter-spacing:.01em}.lb-spec{font-family:var(--mono);font-size:.8rem;color:rgba(255,255,255,.7)}.lb-btn{position:fixed;z-index:201;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;border-radius:999px;display:grid;place-items:center;line-height:1;transition:background .15s ease,transform .15s ease}.lb-btn:hover{background:rgba(255,255,255,.22)}.lb-close{top:18px;right:20px;width:44px;height:44px;font-size:1.7rem}.lb-nav{top:50%;transform:translateY(-50%);width:52px;height:52px;font-size:2rem}.lb-nav:hover{transform:translateY(-50%) scale(1.06)}.lb-prev{left:16px}.lb-next{right:16px}@media (max-width:640px){.lb-nav{width:44px;height:44px;font-size:1.6rem}.lb-prev{left:8px}.lb-next{right:8px}.lb-close{top:12px;right:12px}}.band{background:var(--charcoal);color:#fff;border-radius:0}.band-inner{display:grid;grid-template-columns:1.3fr 1fr;grid-gap:40px;gap:40px;align-items:center;padding:66px 0}.band h2{color:#fff;font-size:clamp(2rem,3.4vw,2.9rem);font-weight:800}.band p{color:#c7cdc4;margin-top:16px;max-width:44ch}.band .eyebrow{color:var(--green-bright)}.band .eyebrow:before{background:var(--green-bright)}.band-cta{display:flex;flex-direction:column;gap:14px;align-items:flex-start}.band-note{font-family:var(--mono);font-size:.76rem;color:#9aa196;letter-spacing:.04em}.band-panels{height:4px;background:repeating-linear-gradient(90deg,var(--green) 0 40px,transparent 40px 48px);opacity:.5}.reviews{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px}.review{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px;display:flex;flex-direction:column;gap:16px}.stars{display:flex;gap:3px;color:var(--green)}.stars svg{width:17px;height:17px}.review q{font-size:1rem;line-height:1.6;quotes:none}.review-by{font-size:.86rem;color:var(--ink-soft);display:flex;align-items:center;gap:8px;margin-top:auto}.review-by b{color:var(--charcoal);font-weight:600}.enquire-grid{display:grid;grid-template-columns:.95fr 1.05fr;grid-gap:56px;gap:56px}.enquire-info h2{font-size:clamp(1.9rem,3vw,2.5rem);font-weight:700;margin:16px 0}.enquire-info p{color:var(--ink-soft);max-width:38ch}.enquire-contacts{margin-top:30px;display:flex;flex-direction:column;gap:14px}.enquire-contacts div{display:flex;align-items:center;gap:12px;font-family:var(--mono);font-size:.9rem;color:var(--charcoal)}.enquire-contacts .ic{width:34px;height:34px;border-radius:8px;background:var(--paper-dim);display:grid;place-items:center;color:var(--green-deep)}.enquire-contacts .ic svg{width:17px;height:17px}.form{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:30px;grid-gap:16px}.form,.form-row{display:grid;gap:16px}.form-row{grid-template-columns:1fr 1fr;grid-gap:16px}.field{display:flex;flex-direction:column;gap:7px}.field label{font-size:.8rem;font-weight:600;color:var(--ink-soft);letter-spacing:.01em}.field input,.field select,.field textarea{font-family:var(--body);font-size:.98rem;color:var(--charcoal);padding:12px 14px;border:1.5px solid var(--line);border-radius:9px;background:var(--paper);outline:none;transition:border-color .15s,box-shadow .15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(95,127,67,.14);background:#fff}.field textarea{resize:vertical;min-height:92px}.site-footer{background:var(--charcoal);color:#c7cdc4;padding:60px 0 30px}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:36px;gap:36px}.footer-logo{height:30px;width:auto;margin-bottom:18px}.footer-brand p{font-size:.92rem;color:#9aa196;max-width:34ch}.footer-col h4{font-family:var(--mono);font-size:.74rem;letter-spacing:.12em;text-transform:uppercase;color:#7f8779;margin:0 0 16px;font-weight:500}.footer-col ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.footer-col a{text-decoration:none;color:#c7cdc4;font-size:.94rem;transition:color .15s}.footer-col a:hover{color:#fff}.footer-bottom{margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;font-size:.76rem;color:#7f8779}.footer-bottom,.ph{font-family:var(--mono)}.ph{display:inline-flex;align-items:center;gap:7px;font-size:.7rem;letter-spacing:.06em;color:var(--ink-faint);text-transform:uppercase;border:1px dashed var(--line);border-radius:999px;padding:4px 11px}@keyframes riseIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.rise{animation:riseIn .6s cubic-bezier(.22,1,.36,1) both}.rise.d1{animation-delay:.06s}.rise.d2{animation-delay:.12s}.rise.d3{animation-delay:.18s}@media (prefers-reduced-motion:reduce){.rise{animation:none}.arrow-link,.btn,.model-card{transition:none}}@media (max-width:960px){.hero-grid{grid-template-columns:1fr;gap:40px}.hero-art{order:-1}.benefits{grid-template-columns:repeat(2,1fr)}.band-inner,.enquire-grid,.how-grid{grid-template-columns:1fr;gap:34px}.models,.reviews{grid-template-columns:1fr}.footer-top{grid-template-columns:1fr 1fr}.nav-cta,.nav-links{display:none}.nav-toggle{display:inline-flex}.mobile-menu{display:flex}}@media (max-width:560px){.benefits,.footer-top,.form-row{grid-template-columns:1fr}.page{font-size:16px}}.page-hero{padding:66px 0 8px}.page-hero h1{font-size:clamp(2.4rem,5vw,3.6rem);font-weight:800;margin:18px 0 16px}.page-hero p{color:var(--ink-soft);max-width:56ch;font-size:1.1rem}.center{text-align:center;margin-left:auto;margin-right:auto}.models-6{grid-template-columns:repeat(3,1fr)}.lead-card{max-width:540px;margin:0 auto}.lead-card h3{font-family:var(--display);font-size:1.4rem;font-weight:700;margin-bottom:6px}.lead-card .sub{color:var(--ink-soft);font-size:.96rem;margin-bottom:6px}.incl{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px 34px;gap:16px 34px;margin-top:10px}.incl div{display:flex;gap:11px;align-items:flex-start;font-size:.98rem;color:var(--charcoal)}.incl .tk{flex:none;width:22px;height:22px;border-radius:6px;background:var(--green);color:#fff;display:grid;place-items:center;margin-top:1px}.incl .tk svg{width:13px;height:13px}.values{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:22px;gap:22px;margin-top:8px}.value{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:26px 24px}.value h3{font-size:1.1rem;font-weight:700;margin-bottom:8px}.value p{font-size:.96rem;color:var(--ink-soft)}.story-wrap{max-width:720px}.story p{color:var(--ink-soft);font-size:1.08rem;margin-bottom:18px}.story p b{color:var(--charcoal);font-weight:600}.price-note{font-family:var(--mono);font-size:.8rem;color:var(--ink-soft);text-align:center;margin-top:26px}@media (max-width:960px){.incl,.models-6,.values{grid-template-columns:1fr}}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-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:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-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:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-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:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-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:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-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:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-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:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/b06b356f834173cc-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:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/23d669af23d19c95-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:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(/_next/static/media/1a4aa50920b5315c-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:Archivo Fallback;src:local("Arial");ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.00%;size-adjust:98.70%}.__className_eff13a{font-family:Archivo,Archivo Fallback;font-style:normal}.__variable_eff13a{--font-archivo:"Archivo","Archivo 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:500;font-display:swap;src:url(/_next/static/media/ef4d5661765d0e49-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:500;font-display:swap;src:url(/_next/static/media/d29838c109ef09b4-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:500;font-display:swap;src:url(/_next/static/media/e40af3453d7c920a-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:500;font-display:swap;src:url(/_next/static/media/99dcf268bda04fe5-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:500;font-display:swap;src:url(/_next/static/media/98e207f02528a563-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;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/73cb51aac9c97f90-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:600;font-display:swap;src:url(/_next/static/media/d26bbd13d6b70f89-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:600;font-display:swap;src:url(/_next/static/media/20535187d867b7b9-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:600;font-display:swap;src:url(/_next/static/media/5356a6a4f2c8c8d8-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:600;font-display:swap;src:url(/_next/static/media/db96af6b531dc71f-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_1f5b15{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.__variable_1f5b15{--font-plex-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}