@layer reset, designSystem, components;@layer reset{:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;margin:0;padding:0;border:none;outline:none;font:inherit;font-size:100%;vertical-align:baseline;text-decoration:none;min-width:0;color:inherit}[hidden]{display:none}li,menu,ol,ul{list-style:none}blockquote,q{quotes:none}button,select{text-align:left;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);cursor:pointer}input::placeholder,textarea::placeholder{opacity:1}html{overflow-x:hidden;scrollbar-width:thin}h1,h2{text-wrap:balance}blockquote,h3,h4,h5,h6,li,p{text-wrap:pretty}img,picture,video{width:100%;height:auto;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}dialog{max-width:none;max-height:none}}@layer designSystem{:root{--blur-background:blur(12px);--color-black:#000000;--color-black-alpha-10:rgba(0,0,0,0.1);--color-black-alpha-20:rgba(0,0,0,0.2);--color-black-alpha-40:rgba(0,0,0,0.4);--color-white:#ffffff;--color-white-alpha-20:rgba(255,255,255,0.2);--color-white-alpha-40:rgba(255,255,255,0.4);--color-neutral-1:#F4F5F5;--color-neutral-2:#BBC7C6;--color-neutral-3:#A3B8B5;--color-neutral-4:#819996;--color-neutral-5:#577370;--color-neutral-6:#415957;--color-alpine-green:#0F403C;--color-alpine-green-alpha-40:rgba(15,64,60,0.4);--color-fresh-green:#B2FF4D;--color-fresh-green-variant:#D3FF99;--color-fresh-green-alpha-40:rgba(178,255,77,0.4);--color-morning-mist:#607C78;--color-morning-mist-alpha-40:rgba(96,124,120,0.4);--color-supporting-sand:#E8E9DE;--color-supporting-sand-alpha-40:rgba(232,233,222,0.4);--color-signal-error:#D95841;--radius-none:0;--radius-xs:4px;--radius-sm:8px;--radius-circle:50%;--z-overlay:6;--z-header:5;--z-mainMenu:4;--z-mobileMenu:3;--z-main:2;--z-footer:1;--easeInCubic:cubic-bezier(0.55,0.055,0.675,0.19);--easeOutCubic:cubic-bezier(0.215,0.61,0.355,1);--easeInOutCubic:cubic-bezier(0.645,0.045,0.355,1);--easeInCirc:cubic-bezier(0.6,0.04,0.98,0.335);--easeOutCirc:cubic-bezier(0.075,0.82,0.165,1);--easeInOutCirc:cubic-bezier(0.785,0.135,0.15,0.86);--easeInExpo:cubic-bezier(0.95,0.05,0.795,0.035);--easeOutExpo:cubic-bezier(0.19,1,0.22,1);--easeInOutExpo:cubic-bezier(0.87,0,0.13,1);--easeInQuad:cubic-bezier(0.55,0.085,0.68,0.53);--easeOutQuad:cubic-bezier(0.25,0.46,0.45,0.94);--easeInOutQuad:cubic-bezier(0.455,0.03,0.515,0.955);--easeInQuart:cubic-bezier(0.895,0.03,0.685,0.22);--easeOutQuart:cubic-bezier(0.165,0.84,0.44,1);--easeInOutQuart:cubic-bezier(0.76,0,0.24,1);--easeInQuint:cubic-bezier(0.755,0.05,0.855,0.06);--easeOutQuint:cubic-bezier(0.23,1,0.32,1);--easeInOutQuint:cubic-bezier(0.86,0,0.07,1);--easeInSine:cubic-bezier(0.47,0,0.745,0.715);--easeOutSine:cubic-bezier(0.39,0.575,0.565,1);--easeInOutSine:cubic-bezier(0.445,0.05,0.55,0.95);--easeInBack:cubic-bezier(0.6,-0.28,0.735,0.045);--easeOutBack:cubic-bezier(0.175,0.885,0.32,1.275);--easeInOutBack:cubic-bezier(0.68,-0.55,0.265,1.55);--bounceIn:cubic-bezier(0.8,-0.5,0.25,1);--bounceOut:cubic-bezier(0.64,0.1,0.26,1.6);--overshootOut:cubic-bezier(0.19,1,0.22,1);--anticipate:cubic-bezier(1,-0.4,0.35,0.95);--quickOut:cubic-bezier(0,0,0.2,1);--swiftOut:cubic-bezier(0.175,0.885,0.32,1.1);--height-header:6rem;--spacer-160:160px;--spacer-120:120px;--spacer-104:104px;--spacer-80:80px;--spacer-72:72px;--spacer-64:64px;--spacer-56:56px;--spacer-48:48px;--spacer-40:40px;--spacer-32:32px;--spacer-24:24px;--spacer-16:16px;--spacer-12:12px;--spacer-8:8px;--spacer-4:4px;--page-padding-side:calc(((1 - (1320/1440))/2) * 100vw)}@media screen and (min-width:769px){:root{--height-header:7.25rem}}:root{--grid-gap:1.5151515152vw}@media screen and (max-width:660px){:root{--grid-gap:10px}}@media screen and (min-width:1320px){:root{--grid-gap:20px}}.theme-light{--color-headline:var(--color-morning-mist);--color-caption:var(--color-morning-mist);--color-title:var(--color-alpine-green);--color-subtitle:var(--color-neutral-5);--color-card-title:var(--color-morning-mist);--color-card-subtitle:var(--color-morning-mist);--color-body-text:var(--color-alpine-green);--color-link:var(--color-alpine-green);--color-link-hover:var(--color-alpine-green-alpha-40);--color-background:var(--color-white);--color-code-background:var(--color-neutral-1);--color-panel-background:var(--color-white);--color-accent:var(--color-fresh-green);--color-desktop-navigation-background:var(--color-black-alpha-10);--color-desktop-navigation-background-active:var(--color-neutral-6);--color-desktop-navigation-text:var(--color-alpine-green);--color-desktop-navigation-text-active:var(--color-white);--color-desktop-navigation-item-background-active:var(--color-white);--color-desktop-navigation-item-text-active:var(--color-alpine-green);--color-header-logo:var(--color-alpine-green);--color-header-link-outline-focus:var(--color-alpine-green-alpha-40);--color-mobile-navigation-menu-button:var(--color-alpine-green);--color-mobile-navigation-menu-button-background:var(--color-black-alpha-20);--color-card-rectangle-background:var(--color-supporting-sand);--color-card-text-background:var(--color-supporting-sand);--color-card-text-dot:var(--color-alpine-green);--color-cta-primary-background:var(--color-fresh-green);--color-cta-primary-text:var(--color-alpine-green);--color-cta-primary-background-hover:var(--color-fresh-green-variant);--color-cta-primary-background-active:var(--color-supporting-sand);--color-cta-primary-background-focus:var(--color-supporting-sand);--color-cta-primary-background-disabled:var(--color-fresh-green);--color-cta-primary-outline-focus:var(--color-supporting-sand-alpha-40);--opacity-cta-primary-disabled:0.4;--color-cta-secondary-background:var(--color-morning-mist);--color-cta-secondary-text:var(--color-white);--color-cta-secondary-background-hover:var(--color-alpine-green);--color-cta-secondary-background-active:var(--color-black);--color-cta-secondary-background-focus:var(--color-black);--color-cta-secondary-background-disabled:var(--color-alpine-green);--color-cta-secondary-outline-focus:var(--color-black-alpha-20);--opacity-cta-secondary-disabled:0.2;--color-cta-text-background:transparent;--color-cta-text-text:var(--color-alpine-green);--color-cta-text-background-hover:var(--color-neutral-1);--color-cta-text-background-active:var(--color-neutral-2);--color-cta-text-background-focus:var(--color-neutral-2);--color-cta-text-background-disabled:var(--color-white);--color-cta-text-outline-focus:var(--color-neutral-1);--opacity-cta-text-disabled:0.4;--color-cta-on-image-background:var(--color-white-alpha-20);--color-cta-on-image-text:var(--color-white);--color-cta-on-image-background-hover:var(--color-fresh-green);--color-cta-on-image-text-hover:var(--color-alpine-green);--color-cta-on-image-background-active:var(--color-black);--color-cta-on-image-background-focus:var(--color-black);--color-cta-on-image-background-disabled:var(--color-white-alpha-40);--color-cta-on-image-outline-focus:var(--color-black-alpha-20);--opacity-cta-on-image-disabled:0.6;--opacity-tag-filter-item:0.2;--color-tag-filter-item-text:var(--color-white);--color-tag-filter-item-background:var(--color-alpine-green);--color-tag-filter-item-background-selected:var(--color-morning-mist);--color-tag-filter-item-background-hover:var(--color-alpine-green);--color-tag-filter-item-background-active:var(--color-black);--color-accordion-background:var(--color-supporting-sand);--color-accordion-background-hover:var(--color-neutral-2);--color-accordion-title:var(--color-alpine-green);--color-accordion-body:var(--color-morning-mist);--color-accordion-icon:var(--color-alpine-green);--color-side-by-side-contained-background:var(--color-supporting-sand);--color-list-stack-animated-index:var(--color-morning-mist)}.theme-morning-mist{--color-headline:var(--color-white);--color-caption:var(--color-white);--color-title:var(--color-supporting-sand);--color-subtitle:var(--color-white);--color-card-title:var(--color-morning-mist);--color-card-subtitle:var(--color-morning-mist);--color-body-text:var(--color-supporting-sand);--color-link:var(--color-white);--color-link-hover:var(--color-white-alpha-40);--color-background:var(--color-morning-mist);--color-code-background:var(--color-neutral-5);--color-panel-background:var(--color-white);--color-accent:var(--color-white);--color-desktop-navigation-background:var(--color-black-alpha-20);--color-desktop-navigation-background-active:var(--color-neutral-6);--color-desktop-navigation-text:var(--color-white);--color-desktop-navigation-text-active:var(--color-white);--color-desktop-navigation-item-background-active:var(--color-white);--color-desktop-navigation-item-text-active:var(--color-alpine-green);--color-header-logo:var(--color-fresh-green);--color-header-link-outline-focus:var(--color-supporting-sand-alpha-40);--color-mobile-navigation-menu-button:var(--color-white);--color-mobile-navigation-menu-button-background:var(--color-black-alpha-20);--color-card-rectangle-background:var(--color-white);--color-card-text-background:var(--color-alpine-green);--color-card-text-dot:var(--color-fresh-green);--color-cta-primary-background:var(--color-fresh-green);--color-cta-primary-text:var(--color-alpine-green);--color-cta-primary-background-hover:var(--color-fresh-green-variant);--color-cta-primary-background-active:var(--color-white);--color-cta-primary-background-focus:var(--color-supporting-sand);--color-cta-primary-background-disabled:var(--color-fresh-green);--color-cta-primary-outline-focus:var(--color-white-alpha-40);--opacity-cta-primary-disabled:0.4;--color-cta-secondary-background:var(--color-white);--color-cta-secondary-text:var(--color-alpine-green);--color-cta-secondary-background-hover:var(--color-neutral-2);--color-cta-secondary-background-active:var(--color-supporting-sand);--color-cta-secondary-background-focus:var(--color-supporting-sand);--color-cta-secondary-background-disabled:var(--color-white);--color-cta-secondary-outline-focus:var(--color-supporting-sand-alpha-40);--opacity-cta-secondary-disabled:0.4;--color-cta-text-background:transparent;--color-cta-text-text:var(--color-white);--color-cta-text-background-hover:var(--color-neutral-5);--color-cta-text-background-active:var(--color-alpine-green);--color-cta-text-background-focus:var(--color-alpine-green);--color-cta-text-background-disabled:transparent;--color-cta-text-outline-focus:var(--color-alpine-green-alpha-40);--opacity-cta-text-disabled:0.4;--color-cta-on-image-background:var(--color-white-alpha-20);--color-cta-on-image-text:var(--color-white);--color-cta-on-image-background-hover:var(--color-fresh-green);--color-cta-on-image-text-hover:var(--color-alpine-green);--color-cta-on-image-background-active:var(--color-black);--color-cta-on-image-background-focus:var(--color-black);--color-cta-on-image-background-disabled:var(--color-white-alpha-40);--color-cta-on-image-outline-focus:var(--color-black-alpha-20);--opacity-cta-on-image-disabled:0.6;--opacity-tag-filter-item:0.4;--color-tag-filter-item-text:var(--color-alpine-green);--color-tag-filter-item-background:var(--color-white);--color-tag-filter-item-background-selected:var(--color-white);--color-tag-filter-item-background-hover:var(--color-neutral-2);--color-tag-filter-item-background-active:var(--color-supporting-sand);--color-accordion-background:var(--color-white);--color-accordion-background-hover:var(--color-neutral-2);--color-accordion-title:var(--color-alpine-green);--color-accordion-body:var(--color-morning-mist);--color-accordion-icon:var(--color-alpine-green);--color-side-by-side-contained-background:var(--color-white);--color-list-stack-animated-index:var(--color-morning-mist)}.theme-supporting-sand{--color-headline:var(--color-alpine-green);--color-caption:var(--color-morning-mist);--color-title:var(--color-alpine-green);--color-subtitle:var(--color-neutral-5);--color-card-title:var(--color-morning-mist);--color-card-subtitle:var(--color-morning-mist);--color-body-text:var(--color-neutral-5);--color-link:var(--color-alpine-green);--color-link-hover:var(--color-alpine-green-alpha-40);--color-background:var(--color-supporting-sand);--color-code-background:var(--color-neutral-1);--color-panel-background:var(--color-white);--color-accent:var(--color-alpine-green);--color-desktop-navigation-background:var(--color-black-alpha-10);--color-desktop-navigation-background-active:var(--color-neutral-6);--color-desktop-navigation-text:var(--color-alpine-green);--color-desktop-navigation-text-active:var(--color-white);--color-desktop-navigation-item-background-active:var(--color-white);--color-desktop-navigation-item-text-active:var(--color-alpine-green);--color-header-logo:var(--color-alpine-green);--color-header-link-outline-focus:var(--color-alpine-green-alpha-40);--color-mobile-navigation-menu-button:var(--color-alpine-green);--color-mobile-navigation-menu-button-background:var(--color-black-alpha-20);--color-card-rectangle-background:var(--color-white);--color-card-text-background:var(--color-white);--color-card-text-dot:var(--color-alpine-green);--color-cta-primary-background:var(--color-fresh-green);--color-cta-primary-text:var(--color-alpine-green);--color-cta-primary-background-hover:var(--color-fresh-green-variant);--color-cta-primary-background-active:var(--color-supporting-sand);--color-cta-primary-background-focus:var(--color-supporting-sand);--color-cta-primary-background-disabled:var(--color-fresh-green);--color-cta-primary-outline-focus:var(--color-supporting-sand-alpha-40);--opacity-cta-primary-disabled:0.4;--color-cta-secondary-background:var(--color-morning-mist);--color-cta-secondary-text:var(--color-white);--color-cta-secondary-background-hover:var(--color-alpine-green);--color-cta-secondary-background-active:var(--color-black);--color-cta-secondary-background-focus:var(--color-black);--color-cta-secondary-background-disabled:var(--color-alpine-green);--color-cta-secondary-outline-focus:var(--color-black-alpha-20);--opacity-cta-secondary-disabled:0.2;--color-cta-text-background:transparent;--color-cta-text-text:var(--color-alpine-green);--color-cta-text-background-hover:var(--color-neutral-1);--color-cta-text-background-active:var(--color-neutral-2);--color-cta-text-background-focus:var(--color-neutral-2);--color-cta-text-background-disabled:var(--color-white);--color-cta-text-outline-focus:var(--color-neutral-1);--opacity-cta-text-disabled:0.4;--color-cta-on-image-background:var(--color-white-alpha-20);--color-cta-on-image-text:var(--color-white);--color-cta-on-image-background-hover:var(--color-fresh-green);--color-cta-on-image-text-hover:var(--color-alpine-green);--color-cta-on-image-background-active:var(--color-black);--color-cta-on-image-background-focus:var(--color-black);--color-cta-on-image-background-disabled:var(--color-white-alpha-40);--color-cta-on-image-outline-focus:var(--color-black-alpha-20);--opacity-cta-on-image-disabled:0.6;--opacity-tag-filter-item:0.2;--color-tag-filter-item-text:var(--color-white);--color-tag-filter-item-background:var(--color-alpine-green);--color-tag-filter-item-background-selected:var(--color-morning-mist);--color-tag-filter-item-background-hover:var(--color-alpine-green);--color-tag-filter-item-background-active:var(--color-black);--color-accordion-background:var(--color-white);--color-accordion-background-hover:var(--color-neutral-2);--color-accordion-title:var(--color-alpine-green);--color-accordion-body:var(--color-morning-mist);--color-accordion-icon:var(--color-alpine-green);--color-side-by-side-contained-background:var(--color-white);--color-list-stack-animated-index:var(--color-morning-mist)}.type-headline-1,.type-hp-headline{font-family:var(--font-helvetica-now-display);font-weight:700;letter-spacing:-.02em;color:var(--color-headline);font-size:7.8787878788vw}@media screen and (max-width:609px){.type-headline-1,.type-hp-headline{font-size:48px}}@media screen and (min-width:1320px){.type-headline-1,.type-hp-headline{font-size:104px}}.type-headline-1,.type-hp-headline{line-height:8.1818181818vw}@media screen and (max-width:636px){.type-headline-1,.type-hp-headline{line-height:52px}}@media screen and (min-width:1320px){.type-headline-1,.type-hp-headline{line-height:108px}}.type-hp-headline{letter-spacing:.42em;font-size:6.6666666667vw}@media screen and (max-width:420px){.type-hp-headline{font-size:28px}}@media screen and (min-width:1320px){.type-hp-headline{font-size:88px}}.type-hp-headline{line-height:7.5757575758vw}@media screen and (max-width:422px){.type-hp-headline{line-height:32px}}@media screen and (min-width:1320px){.type-hp-headline{line-height:100px}}.type-headline-2{font-family:var(--font-helvetica-now-display);font-weight:700;letter-spacing:-.02em;color:var(--color-headline);font-size:4.8484848485vw}@media screen and (max-width:825px){.type-headline-2{font-size:40px}}@media screen and (min-width:1320px){.type-headline-2{font-size:64px}}.type-headline-2{line-height:5.4545454545vw}@media screen and (max-width:880px){.type-headline-2{line-height:48px}}@media screen and (min-width:1320px){.type-headline-2{line-height:72px}}.type-headline-3{font-family:var(--font-helvetica-now-display);font-weight:700;letter-spacing:-.02em;color:var(--color-headline);font-size:4.8484848485vw}@media screen and (max-width:660px){.type-headline-3{font-size:32px}}@media screen and (min-width:1320px){.type-headline-3{font-size:64px}}.type-headline-3{line-height:5.4545454545vw}@media screen and (max-width:733px){.type-headline-3{line-height:40px}}@media screen and (min-width:1320px){.type-headline-3{line-height:72px}}.type-h1,.type-title-1{font-family:var(--font-helvetica-now-display);font-weight:700;letter-spacing:-.02em;color:var(--color-title);overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:3.0303030303vw}@media screen and (max-width:1056px){.type-h1,.type-title-1{font-size:32px}}@media screen and (min-width:1320px){.type-h1,.type-title-1{font-size:40px}}.type-h1,.type-title-1{line-height:3.6363636364vw}@media screen and (max-width:1100px){.type-h1,.type-title-1{line-height:40px}}@media screen and (min-width:1320px){.type-h1,.type-title-1{line-height:48px}}.type-h2,.type-title-2{font-family:var(--font-helvetica-now-display);font-weight:700;letter-spacing:-.02em;color:var(--color-title);font-size:2.4242424242vw}@media screen and (max-width:990px){.type-h2,.type-title-2{font-size:24px}}@media screen and (min-width:1320px){.type-h2,.type-title-2{font-size:32px}}.type-h2,.type-title-2{line-height:3.0303030303vw}@media screen and (max-width:924px){.type-h2,.type-title-2{line-height:28px}}@media screen and (min-width:1320px){.type-h2,.type-title-2{line-height:40px}}.type-blockquote,.type-h3,.type-subtitle-1{font-family:var(--font-helvetica-now-text);font-weight:700;letter-spacing:-.01em;color:var(--color-subtitle);font-size:1.5151515152vw}@media screen and (max-width:1188px){.type-blockquote,.type-h3,.type-subtitle-1{font-size:18px}}@media screen and (min-width:1320px){.type-blockquote,.type-h3,.type-subtitle-1{font-size:20px}}.type-blockquote,.type-h3,.type-subtitle-1{line-height:2.1212121212vw}@media screen and (max-width:1131px){.type-blockquote,.type-h3,.type-subtitle-1{line-height:24px}}@media screen and (min-width:1320px){.type-blockquote,.type-h3,.type-subtitle-1{line-height:28px}}.type-blockquote,.type-subtitle-1{font-weight:500}.type-h4,.type-subtitle-2{font-family:var(--font-helvetica-now-text);font-weight:700;color:var(--color-subtitle);font-size:1.3636363636vw}@media screen and (max-width:1173px){.type-h4,.type-subtitle-2{font-size:16px}}@media screen and (min-width:1320px){.type-h4,.type-subtitle-2{font-size:18px}}.type-h4,.type-subtitle-2{line-height:1.8181818182vw}@media screen and (max-width:1210px){.type-h4,.type-subtitle-2{line-height:22px}}@media screen and (min-width:1320px){.type-h4,.type-subtitle-2{line-height:24px}}@media screen and (min-width:769px){.type-h4,.type-subtitle-2{letter-spacing:-.01em}}.type-h5,.type-subtitle-3{font-family:var(--font-helvetica-now-text);font-weight:700;font-size:16px;line-height:22px;color:var(--color-subtitle)}.type-body-1,.type-list{font-family:var(--font-helvetica-now-text);font-weight:400;color:var(--color-body-text);font-size:1.2121212121vw}@media screen and (max-width:1155px){.type-body-1,.type-list{font-size:14px}}@media screen and (min-width:1320px){.type-body-1,.type-list{font-size:16px}}.type-body-1,.type-list{line-height:1.6666666667vw}@media screen and (max-width:1200px){.type-body-1,.type-list{line-height:20px}}@media screen and (min-width:1320px){.type-body-1,.type-list{line-height:22px}}.type-body-2{font-weight:400}.type-body-2,.type-button{font-family:var(--font-helvetica-now-text);font-size:14px;line-height:20px;color:var(--color-body-text)}.type-button{font-weight:500}.type-label-1{font-family:var(--font-helvetica-now-text);font-weight:400;color:var(--color-body-text);font-size:1.2121212121vw}@media screen and (max-width:1155px){.type-label-1{font-size:14px}}@media screen and (min-width:1320px){.type-label-1{font-size:16px}}.type-label-1{line-height:1.6666666667vw}@media screen and (max-width:1200px){.type-label-1{line-height:20px}}@media screen and (min-width:1320px){.type-label-1{line-height:22px}}@media screen and (min-width:769px){.type-label-1{font-weight:700}}.type-label-1-bold{font-family:var(--font-helvetica-now-text);font-weight:700;color:var(--color-body-text);font-size:1.2121212121vw}@media screen and (max-width:1155px){.type-label-1-bold{font-size:14px}}@media screen and (min-width:1320px){.type-label-1-bold{font-size:16px}}.type-label-1-bold{line-height:1.6666666667vw}@media screen and (max-width:1200px){.type-label-1-bold{line-height:20px}}@media screen and (min-width:1320px){.type-label-1-bold{line-height:22px}}.type-label-2{font-weight:400}.type-label-2,.type-label-2-bold{font-family:var(--font-helvetica-now-text);font-size:14px;line-height:20px;color:var(--color-body-text)}.type-label-2-bold{font-weight:700}.type-label-3{font-weight:400}.type-label-3,.type-label-3-bold{font-family:var(--font-helvetica-now-text);font-size:12px;line-height:16px;color:var(--color-body-text)}.type-label-3-bold{font-weight:700}.type-caption-1{font-size:16px;line-height:20px;letter-spacing:.27em}.type-caption-1,.type-caption-2{font-family:var(--font-helvetica-now-text);font-weight:700;color:var(--color-caption);text-transform:uppercase}.type-caption-2{font-size:12px;line-height:16px;letter-spacing:.2em}.type-number-xl{font-family:var(--font-helvetica-now-text);font-weight:500;letter-spacing:-2%;font-size:400px;text-transform:uppercase}@media screen and (max-width:768px){.type-number-xl{font-size:152px}}.type-link{color:var(--color-link);font-weight:700;text-decoration:underline}.type-link:hover{color:var(--color-link-hover)}.type-list{padding-left:var(--spacer-40);margin:var(--spacer-24) 0}.type-list li{margin-bottom:var(--spacer-24)}.type-list li:last-child{margin-bottom:0}ol,ol.type-list{list-style-type:decimal}ol.type-list li{list-style:numeric}ul,ul.type-list{list-style-type:disc}ul.type-list li{list-style:disc}.type-blockquote{font-style:italic;padding-left:var(--spacer-40);border-left:2px solid var(--color-body-text);margin:var(--spacer-40) 0}.type-code{font-family:monospace;line-height:1.5;background:var(--color-code-background);padding:var(--spacer-24);border-radius:var(--radius-xs);overflow-x:auto;white-space:pre;font-size:1.2121212121vw}@media screen and (max-width:1155px){.type-code{font-size:14px}}@media screen and (min-width:1320px){.type-code{font-size:16px}}.type-light{font-weight:300}strong{font-weight:500}em{font-style:italic}}@layer components{.icon,svg[data-icon]{width:1.5rem;height:1.5rem}}