.site-chrome{--site-color-neutral-0:#fff;--site-color-neutral-900:#15160f;--site-color-neutral-950:#0a0b07;--site-color-lime-300:#d9ff64;--site-color-lime-400:#cbf53f;--site-color-lime-400-rgb:203,245,63;--site-color-olive-700-rgb:47,107,31;--site-layout-max-width:1680px;--site-layout-gutter:clamp(24px,3.4vw,56px);--site-font-display:var(--lm-font-display),"Archivo",system-ui,sans-serif;--site-font-sans:var(--lm-font-sans),"IBM Plex Sans",system-ui,sans-serif;--site-font-mono:var(--lm-font-mono),"IBM Plex Mono",ui-monospace,monospace;--site-content-primary:#12130c;--site-content-inverse:var(--site-color-neutral-0);--site-content-inverse-subtle:#ffffff8c;--site-content-inverse-faint:#ffffff6b;--site-border-inverse:#ffffff1f;--site-action-primary:var(--site-color-lime-400);--site-action-secondary-rgb:var(--site-color-olive-700-rgb);--site-status-success:#38c172;box-sizing:border-box;color:var(--site-content-inverse);font-family:var(--site-font-sans);font-feature-settings:normal;letter-spacing:normal;-webkit-font-smoothing:antialiased;line-height:normal}.site-chrome *,.site-chrome :before,.site-chrome :after{box-sizing:border-box}.site-chrome a{color:inherit;text-decoration:none}.site-chrome img{max-width:100%;display:block}.site-chrome button{font-family:inherit}.site-chrome a,.site-chrome button{touch-action:manipulation;-webkit-tap-highlight-color:rgba(var(--site-color-lime-400-rgb),.18)}.site-chrome .wrap{max-width:var(--site-layout-max-width);padding-right:var(--site-layout-gutter);padding-left:var(--site-layout-gutter);margin:0 auto}.site-chrome .btn{cursor:pointer;font:600 15px var(--site-font-sans);border-radius:0;align-items:center;gap:8px;padding:13px 22px;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.site-chrome .btn-primary{color:var(--site-content-primary);background:var(--site-action-primary);border:1px solid var(--site-action-primary);box-shadow:0 2px 14px rgba(var(--site-color-lime-400-rgb),.35)}.site-chrome .btn-primary:hover{filter:brightness(.93)}.site-faq-list{flex-direction:column;gap:12px;display:flex}.site-faq-card{width:100%;color:var(--foreground);text-align:left;cursor:pointer;border:1px solid var(--line);background:#fff;border-radius:6px;padding:20px 22px;transition:border-color .18s}.site-faq-card:hover,.site-faq-card:focus-visible{border-color:var(--line-strong)}.site-faq-card:focus-visible{outline:2px solid var(--lime);outline-offset:2px}.site-faq-question-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.site-faq-question{font-family:var(--lm-font-display),"Archivo",system-ui,sans-serif;letter-spacing:-.01em;margin:0;font-size:17.5px;font-weight:600}.site-faq-answer{color:var(--muted-foreground);opacity:0;grid-template-rows:0fr;margin:0;font-size:15px;line-height:1.6;transition:grid-template-rows .28s,opacity .2s,margin-top .28s;display:grid}.site-faq-answer>span{min-height:0;overflow:hidden}.site-faq-card.open .site-faq-answer{opacity:1;grid-template-rows:1fr;margin-top:12px}.site-faq-sign{color:#2f6b1f;flex:none;width:16px;height:16px;transition:transform .28s}.site-faq-card.open .site-faq-sign{transform:rotate(180deg)}.site-header{z-index:60;width:100%}.site-header--overlay{top:var(--promo-banner-h,0px);height:64px;margin-bottom:-64px;position:sticky}.site-header--overlay .nav-outer{position:relative}.site-header--overlay .nav-outer:before{-webkit-backdrop-filter:blur(18px)saturate(1.2);background:#0a0b07f7;border-bottom:1px solid #ffffff1f;box-shadow:0 12px 30px -24px #000c}.site-header--solid{top:var(--promo-banner-h,0px);height:64px;position:fixed;left:0;right:0}.site-header--solid .nav-outer{position:relative}.site-header--solid .nav-outer:before{-webkit-backdrop-filter:blur(18px)saturate(1.2);background:#0a0b07f7;border-bottom:1px solid #ffffff1f;box-shadow:0 12px 30px -24px #000c}.site-header .nav-outer{z-index:60}.site-header .nav-outer:before{z-index:-1;content:"";pointer-events:none;position:absolute;inset:0}.site-header nav{max-width:var(--site-layout-max-width);height:64px;padding:0 var(--site-layout-gutter);color:#fff;align-items:center;gap:28px;margin:0 auto;display:flex}.site-header .brand-link{flex:none;align-items:center;display:flex}.site-header .brand-logo{width:auto;height:22px;display:block}.site-header .brand-name,.site-footer .brand-name{font-family:var(--site-font-display);letter-spacing:-.02em;font-size:20px;font-weight:700}.site-header .nav-menu{flex:1;align-items:center;min-width:0;display:flex}.site-header .mobile-menu-kicker{display:none}.site-header .nav-links{align-items:center;gap:22px;margin-left:14px;display:flex}.site-header .navlink{color:#ffffffb8;font-size:14.5px;font-weight:500;transition:color .15s;position:relative}.site-header .navlink:before{content:"";pointer-events:none;transform-origin:0;background:#fff;height:2px;transition:transform .18s;position:absolute;bottom:-8px;left:0;right:0;transform:scaleX(0)}.site-header .navlink:hover,.site-header .navlink:focus-visible{color:#fff}.site-header .navlink:not(.navlink-active):hover:before,.site-header .navlink:not(.navlink-active):focus-visible:before{transform:scaleX(1)}.site-header .navlink-active{color:#fff;position:relative}.site-header .navlink-active:after{background:var(--site-action-primary);content:"";height:2px;position:absolute;bottom:-8px;left:0;right:0}.site-header .navitem{position:relative}.site-header .nav-trigger{align-items:center;gap:5px;display:inline-flex}.site-header .navcaret{opacity:.55;transition:transform .2s}.site-header .navitem:hover .navcaret,.site-header .navitem:focus-within .navcaret{transform:rotate(180deg)}.site-header .mega{z-index:90;opacity:0;visibility:hidden;pointer-events:none;padding-top:12px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:100%;left:0;transform:translateY(-6px)}.site-header .navitem:hover .mega,.site-header .navitem:focus-within .mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.site-header .navitem-models.models-dismissed .mega,.site-header .navitem-models.models-dismissed:hover .mega,.site-header .navitem-models.models-dismissed:focus-within .mega{opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-6px)}.site-header .resources-menu{z-index:90;opacity:0;pointer-events:none;visibility:hidden;width:320px;padding-top:12px;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:100%;left:0;transform:translateY(-6px)}.site-header .resources-menu-panel{background:linear-gradient(#151810f5,#0c0e09fa);border:1px solid #ffffff21;padding:10px;display:grid;box-shadow:0 24px 60px -28px #000000e6,inset 0 1px #ffffff0f}.site-header .navitem-resources.resources-open .resources-menu{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.site-header .resources-menu-item{border-radius:6px;padding:11px 12px;transition:background .15s;display:block}.site-header .resources-menu-item:hover,.site-header .resources-menu-item:focus-visible{background:#ffffff12}.site-header .resources-menu-title{color:#fff;align-items:center;gap:6px;font-size:14px;font-weight:600;display:flex}.site-header .resources-menu-external{color:var(--site-action-primary)}.site-header .resources-menu-description{color:var(--site-content-inverse-faint);margin-top:4px;font-size:12px;line-height:1.45;display:block}.site-header .mega-panel{width:760px;color:var(--site-content-inverse);border:1px solid var(--site-border-inverse);-webkit-backdrop-filter:blur(24px)saturate(1.15);background:linear-gradient(#151810e6,#0c0e09f0);border-radius:10px;position:relative;overflow:hidden;box-shadow:0 34px 80px -30px #000000c7,inset 0 1px #ffffff0f}.site-header .mega-panel-bg,.site-footer .media-fill{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.site-header .mega-panel-bg{z-index:0;object-position:right bottom;opacity:.95}.site-header .mega-panel-scrim{z-index:0;background:linear-gradient(125deg,#0c0e09eb 0%,#0c0e09cc 42%,#0c0e0980 100%);position:absolute;inset:0}.site-header .mega-panel-grid{z-index:1;grid-template-columns:1fr 1fr;gap:28px;padding:26px 28px;display:grid;position:relative}.site-header .mega-categories{flex-direction:column;gap:20px;display:flex}.site-header .mega-category-link{color:var(--site-content-inverse);font-family:var(--site-font-display);align-items:center;gap:6px;margin-bottom:6px;font-size:14.5px;font-weight:600;display:inline-flex}.site-header .mega-category-arrow{color:var(--site-action-primary)}.site-header .mega-category-meta{color:var(--site-content-inverse-faint);font-family:var(--site-font-mono);white-space:nowrap;font-size:11.5px;line-height:1.7}.site-header .mega-popular-column{border-left:1px solid #ffffff1a;flex-direction:column;padding-left:26px;display:flex}.site-header .mega-popular-label{color:#fff6;font-family:var(--site-font-mono);letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;font-size:11px}.site-header .mega-popular-list{flex-direction:column;gap:2px;margin-bottom:16px;display:flex}.site-header .mega-category-active .mega-category-link{color:var(--site-action-primary)}.site-header .megalink{color:#fff;border-radius:6px;padding:9px 10px;transition:background .15s;display:block}.site-header .megalink:hover,.site-header .megalink:focus-visible{background:#ffffff12}.site-header .mega-popular-link{justify-content:space-between;align-items:center;gap:12px;display:flex}.site-header .mega-popular-copy{min-width:0}.site-header .mega-popular-name{color:var(--site-content-inverse);font-family:var(--site-font-mono);font-size:13px;font-weight:600;display:block}.site-header .mega-popular-meta{color:#fff6;font-family:var(--site-font-mono);white-space:nowrap;margin-top:2px;font-size:10px;display:block}.site-header .mega-browse{justify-content:center;margin-top:auto;padding:11px}.site-header .nav-playground{align-items:center;gap:6px;display:inline-flex}.site-header .nav-playground svg{flex:none}.site-header .nav-actions{align-items:center;gap:14px;margin-left:auto;display:flex}.site-header .nav-api-btn{padding:9px 18px;font-size:14.5px}.site-header .menu-toggle{color:#fff;cursor:pointer;background:#0a0b0757;border:1px solid #ffffff4d;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;margin-left:auto;padding:0;display:none}.site-header .menu-toggle span{background:currentColor;width:18px;height:1px;transition:transform .2s,opacity .2s;display:block}.site-header .menu-toggle[aria-expanded=true] span:first-child{transform:translateY(6px)rotate(45deg)}.site-header .menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-header .menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.site-footer{width:100%;margin-top:0}.site-footer .footer-cta{background:var(--site-color-neutral-950);position:relative;overflow:hidden}.site-footer .footer-cta-scrim{background:linear-gradient(90deg,#080a08e6 0%,#080a088c 52%,rgba(var(--site-action-secondary-rgb),.42)100%);position:absolute;inset:0}.site-footer .footer-cta-inner{z-index:1;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-top:72px;padding-bottom:72px;display:flex;position:relative}.site-footer .footer-cta h2{max-width:22ch;color:var(--site-content-inverse);font-family:var(--site-font-display);letter-spacing:-.02em;margin:0;font-size:40px;font-weight:700;line-height:1.08}.site-footer .footer-cta p{color:#ffffffbf;font-family:var(--site-font-mono);margin:14px 0 0;font-size:13px}.site-footer .footer-cta-actions{flex-wrap:wrap;gap:12px;display:flex}.site-footer .footer-cta-actions .btn{padding:14px 26px;font-size:15.5px}.site-footer .footer-contact{color:var(--site-content-inverse);border:1px solid var(--site-content-inverse-subtle);background:0 0}.site-footer .footer-main{color:var(--site-content-inverse);background:var(--site-color-neutral-950);overflow:hidden}.site-footer .footer-intro{border-bottom:1px solid #ffffff1a;grid-template-columns:1.15fr 1fr auto;align-items:end;gap:56px;padding-top:72px;padding-bottom:48px;display:grid}.site-footer .footer-identity{min-width:0}.site-footer .footer-intro-note{max-width:47ch}.site-footer .footer-intro-note p{color:var(--site-content-inverse-subtle);margin:11px 0 0;font-size:14px;line-height:1.6}.site-footer .footer-status-block{align-self:end;padding-bottom:2px}.site-footer .footer-grid{padding-top:54px;padding-bottom:64px}.site-footer .footer-directory{grid-template-columns:repeat(6,minmax(0,1fr));gap:34px;display:grid}.site-footer .footer-brand{color:var(--site-content-inverse);align-items:center;margin-bottom:14px;display:flex}.site-footer .brand-logo{width:auto;height:26px;display:block}.site-footer .footer-summary{max-width:30ch;color:var(--site-content-inverse-subtle);margin:0 0 18px;font-size:14px;line-height:1.55}.site-footer .system-status{color:#fff9;font-family:var(--site-font-mono);align-items:center;gap:8px;font-size:11.5px;display:inline-flex}.site-footer .system-status-dot{background:var(--site-status-success);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 3px #38c1722e}.site-footer .footer-directory-group{min-width:0}.site-footer .footer-directory-group>summary{cursor:default;justify-content:space-between;align-items:center;list-style:none;display:flex}.site-footer .footer-directory-group>summary::-webkit-details-marker{display:none}.site-footer .footer-directory-links{flex-direction:column;gap:11px;display:flex}.site-footer .footer-directory-caret{display:none}.site-footer .fcol-head{color:#ffffff61;font-family:var(--site-font-mono);letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:11px}.site-footer .flink{color:#fff9;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-size:14.5px;transition:color .15s}.site-footer .flink:hover,.site-footer .flink:focus-visible{color:#fff}.site-footer .footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:30px;padding-bottom:10px;display:flex}.site-footer .footer-copyright{color:#ffffff73;font-size:13px}.site-footer .footer-legal{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.site-footer .footer-legal .flink{font-size:13px}.site-footer .footer-legal [role=radiogroup]{color:#ffffffad;background:#ffffff14;border-color:#ffffff29}.site-footer .footer-mark{padding-top:56px}.site-footer .giant-mark{color:#ffffff12;font-family:var(--site-font-display);letter-spacing:-.045em;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;margin-bottom:-.06em;font-size:clamp(110px,17.5vw,260px);font-weight:800;line-height:.76}@media (min-width:901px) and (max-width:928px){.site-header .mega{left:calc(100vw - 929px)}}@media (max-width:1200px){.site-footer .footer-directory{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:48px}}@media (max-width:900px){body.menu-open{overflow:hidden}body.menu-open .site-header{position:fixed;top:0;left:0;right:0}.site-header nav{gap:16px}.site-header .brand-link,.site-header .menu-toggle{z-index:92;position:relative}.site-header .menu-toggle{background:0 0;border-color:#ffffff2e;display:flex}.site-header .menu-toggle:focus-visible{outline:2px solid var(--site-action-primary);outline-offset:3px}.site-header .nav-menu{z-index:91;padding-top:88px;padding-right:24px;padding-bottom:max(16px,env(safe-area-inset-bottom));overscroll-behavior:contain;background:#0a0b07;flex-direction:column;align-items:stretch;padding-left:24px;display:none;position:fixed;inset:0;overflow-y:auto}.site-header .nav-menu.open{animation:.18s ease-out site-mobile-menu-enter;display:flex}.site-header .nav-menu:before{z-index:1;content:"";pointer-events:none;background:#0a0b07;height:64px;position:fixed;top:0;left:0;right:0}.site-header .mobile-menu-kicker{color:#ffffff6b;font-family:var(--site-font-mono);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:11px;font-weight:600;display:block}.site-header .nav-links{flex-direction:column;align-items:stretch;gap:2px;margin:0}.site-header .nav-links>.navlink,.site-header .navitem>.navlink{color:#fff;letter-spacing:-.025em;border-bottom:0;justify-content:flex-start;align-items:center;min-height:56px;padding:0 0 0 18px;font-size:26px;font-weight:600;line-height:1.1;display:flex}.site-header .nav-links>.navlink:focus-visible,.site-header .navitem>.navlink:focus-visible,.site-header .resources-menu-item:focus-visible,.site-header .nav-actions .navlink:focus-visible,.site-header .nav-actions .btn:focus-visible{outline:2px solid var(--site-action-primary);outline-offset:2px}.site-header .navlink-active:after{width:3px;height:22px;inset:50% auto auto 0;transform:translateY(-50%)}.site-header .navlink:before{display:none}.site-header .nav-trigger .navcaret{margin-left:auto;margin-right:2px}.site-header .navitem{width:100%}.site-header .mega{display:none}.site-header .resources-menu{width:auto;box-shadow:none;opacity:1;pointer-events:auto;visibility:visible;background:0 0;border:0;margin:0;padding:0 0 12px 20px;transition:none;display:none;position:static;transform:none}.site-header .resources-menu-panel{border:0;border-left:1px solid rgba(var(--site-color-lime-400-rgb),.34);box-shadow:none;background:0 0;padding:2px 0 2px 18px}.site-header .navitem-resources.resources-open .resources-menu{display:grid}.site-header .resources-menu-item{border-left:0;border-radius:0;align-items:center;min-height:52px;padding:8px 0;display:flex}.site-header .resources-menu-title{font-size:16px}.site-header .resources-menu-description{margin-top:2px;font-size:11.5px}.site-header .nav-actions{width:100%;padding-top:32px;padding-bottom:max(8px,env(safe-area-inset-bottom));grid-template-columns:1fr;gap:8px;margin:auto 0 0;display:grid}.site-header .nav-actions .navlink{color:#ffffffb3;justify-content:flex-start;align-items:center;min-height:44px;padding:0;font-size:15px;display:flex}.site-header .nav-api-btn{justify-content:center;width:100%;min-height:50px;font-size:15px}.site-footer .footer-cta-inner{align-items:flex-start}.site-footer .footer-intro{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:36px;padding-top:72px}.site-footer .footer-status-block{grid-column:1/-1}.site-footer .footer-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}@keyframes site-mobile-menu-enter{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@media (max-width:600px){.site-footer .footer-cta h2{font-size:34px}.site-footer .footer-intro{grid-template-columns:1fr;gap:28px;padding-top:56px;padding-bottom:38px}.site-footer .footer-status-block{grid-column:auto}.site-footer .footer-grid{padding-top:18px;padding-bottom:42px}.site-footer .footer-directory{display:block}.site-footer .footer-directory-group{border-bottom:1px solid #ffffff1a}.site-footer .footer-directory-group>summary{cursor:pointer;min-height:54px;margin:0}.site-footer .footer-directory-caret{color:#ffffff80;font-family:var(--site-font-mono);font-size:17px;font-weight:400;transition:transform .15s;display:block}.site-footer .footer-directory-group[open] .footer-directory-caret{transform:rotate(45deg)}.site-footer .footer-directory-links{gap:13px;padding:2px 0 24px}.site-footer .footer-legal{gap:14px}.site-footer .footer-mark{padding-top:28px}}.subpage-hero-line{display:inline}.subpage-hero-title{font-family:var(--lm-font-display),"Archivo",system-ui,sans-serif;letter-spacing:-.035em;text-wrap:balance;margin:0;font-size:clamp(48px,12vw,62px);font-weight:700;line-height:.97}.subpage-hero-content{min-width:0}.subpage-hero-kicker-row{align-items:flex-start;height:38px;display:flex}.subpage-hero-kicker{color:#ffffffbd;font-family:var(--lm-font-mono),"IBM Plex Mono",ui-monospace,monospace;letter-spacing:.1em;text-transform:uppercase;align-items:center;gap:10px;margin:0;font-size:12px;font-weight:600;line-height:18px;display:inline-flex}.subpage-hero-kicker--light{color:var(--muted-foreground)}.subpage-hero-kicker-mark{background:var(--lime,#cbf53f);flex:none;width:10px;height:10px}.subpage-hero-kicker--light .subpage-hero-kicker-mark{background:#2f6b1f}.subpage-hero-lead{text-wrap:pretty;max-width:820px;margin:24px 0 0;font-size:19px;line-height:1.55}.subpage-hero-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px;display:flex}@media (min-width:821px){.subpage-hero-frame,.subpage-hero-stage{min-height:600px}.subpage-hero-frame--solid{margin-top:-64px}.subpage-hero-stage{box-sizing:border-box;padding-top:132px;padding-bottom:82px}.subpage-hero-title{font-size:clamp(58px,5.25vw,82px)}}@media (min-width:1200px){.subpage-hero-line{white-space:nowrap;display:block}}@media (prefers-reduced-motion:reduce){.site-faq-card,.site-faq-answer,.site-faq-sign,.site-chrome,.site-chrome *,.site-chrome :before,.site-chrome :after{transition:none!important;animation:none!important}}
@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.5f161693.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.7b2da7da.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.51cde8ff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.5f161693.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.7b2da7da.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.51cde8ff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.5f161693.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.7b2da7da.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.51cde8ff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.5f161693.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.7b2da7da.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.51cde8ff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/a2947afc6a06879b-s.5f161693.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/651aaf1801011892-s.7b2da7da.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Archivo;font-style:normal;font-weight:800;font-stretch:100%;font-display:swap;src:url(../media/75affa71d1e2f6a7-s.p.51cde8ff.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Archivo Fallback;src:local(Arial);ascent-override:88.96%;descent-override:21.28%;line-gap-override:0.0%;size-adjust:98.7%}.archivo_82eb89df-module__EJW4aq__className{font-family:Archivo,Archivo Fallback;font-style:normal}.archivo_82eb89df-module__EJW4aq__variable{--lm-font-display:"Archivo","Archivo Fallback"}
@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,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(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,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(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,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(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:600;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/7fea77d1d19108bf-s.c949a514.woff2)format("woff2");unicode-range:U+460-52F,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(../media/1bcd0e671759a44c-s.a3ed597e.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/e15f58668ad64cb8-s.319fa961.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/90c51ce8fb754fe8-s.323431dc.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/57215795b8570f5c-s.0f2c7ba8.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Sans;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(../media/03fc1b4a8d284b5e-s.p.af4fcd24.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Sans Fallback;src:local(Arial);ascent-override:101.32%;descent-override:27.18%;line-gap-override:0.0%;size-adjust:101.17%}.ibm_plex_sans_944f4072-module__zQ7Mhq__className{font-family:IBM Plex Sans,IBM Plex Sans Fallback;font-style:normal}.ibm_plex_sans_944f4072-module__zQ7Mhq__variable{--lm-font-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(../media/e390973e931a41c5-s.a82ecf4e.woff2)format("woff2");unicode-range:U+460-52F,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(../media/59b15b4bcd7b1eb5-s.afa48be3.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/e532fa1b9921e1cd-s.764b43eb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2fe89d53234c61d4-s.cb53f04b.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:400;font-display:swap;src:url(../media/99e609270109b47d-s.p.64b9304e.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5e05ae5b48faa55e-s.6b5ea6af.woff2)format("woff2");unicode-range:U+460-52F,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(../media/a7afbb44bec2bb18-s.1dcddae6.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/02263ebadd758ea4-s.8da66e7f.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/68757d6cddeff913-s.e6cd1753.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:500;font-display:swap;src:url(../media/effe91970fc4db64-s.p.19510058.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/6ff74e33ebd7bca3-s.140490a3.woff2)format("woff2");unicode-range:U+460-52F,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(../media/1a69062cfe6f77f8-s.b36ae37c.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9a4838fcda0d1bca-s.bf5f8a12.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2e95a7d252b9825a-s.10086973.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:IBM Plex Mono;font-style:normal;font-weight:600;font-display:swap;src:url(../media/23b7a97ae3b5c134-s.p.2902b61f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:IBM Plex Mono Fallback;src:local(Arial);ascent-override:76.16%;descent-override:20.43%;line-gap-override:0.0%;size-adjust:134.59%}.ibm_plex_mono_e5b2554d-module__QZFsqG__className{font-family:IBM Plex Mono,IBM Plex Mono Fallback;font-style:normal}.ibm_plex_mono_e5b2554d-module__QZFsqG__variable{--lm-font-mono:"IBM Plex Mono","IBM Plex Mono Fallback"}
