:root {
  --leva-colors-elevation1: #292d39;
  --leva-colors-elevation2: #181c20;
  --leva-colors-elevation3: #373c4b;
  --leva-colors-accent1: #0066dc;
  --leva-colors-accent2: #007bff;
  --leva-colors-accent3: #3c93ff;
  --leva-colors-highlight1: #535760;
  --leva-colors-highlight2: #8c92a4;
  --leva-colors-highlight3: #fefefe;
  --leva-colors-vivid1: #ffcc00;
  --leva-colors-folderWidgetColor: var(--leva-colors-highlight2);
  --leva-colors-folderTextColor: var(--leva-colors-highlight3);
  --leva-colors-toolTipBackground: var(--leva-colors-highlight3);
  --leva-colors-toolTipText: var(--leva-colors-elevation2);
  --leva-radii-xs: 2px;
  --leva-radii-sm: 3px;
  --leva-radii-lg: 10px;
  --leva-space-xs: 3px;
  --leva-space-sm: 6px;
  --leva-space-md: 10px;
  --leva-space-rowGap: 7px;
  --leva-space-colGap: 7px;
  --leva-fonts-mono: ui-monospace, SFMono-Regular, Menlo, "Roboto Mono",
    monospace;
  --leva-fonts-sans: system-ui, sans-serif;
  --leva-fontSizes-root: 11px;
  --leva-fontSizes-toolTip: var(--leva-fontSizes-root);
  --leva-sizes-rootWidth: 280px;
  --leva-sizes-controlWidth: 160px;
  --leva-sizes-numberInputMinWidth: 38px;
  --leva-sizes-scrubberWidth: 8px;
  --leva-sizes-scrubberHeight: 16px;
  --leva-sizes-rowHeight: 24px;
  --leva-sizes-folderTitleHeight: 20px;
  --leva-sizes-checkboxSize: 16px;
  --leva-sizes-joystickWidth: 100px;
  --leva-sizes-joystickHeight: 100px;
  --leva-sizes-colorPickerWidth: var(--leva-sizes-controlWidth);
  --leva-sizes-colorPickerHeight: 100px;
  --leva-sizes-imagePreviewWidth: var(--leva-sizes-controlWidth);
  --leva-sizes-imagePreviewHeight: 100px;
  --leva-sizes-monitorHeight: 60px;
  --leva-sizes-titleBarHeight: 39px;
  --leva-shadows-level1: 0 0 9px 0 #00000088;
  --leva-shadows-level2: 0 4px 14px #00000033;
  --leva-borderWidths-root: 0px;
  --leva-borderWidths-input: 1px;
  --leva-borderWidths-focus: 1px;
  --leva-borderWidths-hover: 1px;
  --leva-borderWidths-active: 1px;
  --leva-borderWidths-folder: 1px;
  --leva-fontWeights-label: normal;
  --leva-fontWeights-folder: normal;
  --leva-fontWeights-button: normal;

  --vw: 1vw;
  --vh: 1vh;
  --ease-cubic: cubic-bezier(0.66, 0, 0.34, 1);
  --ease-cubic-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-cubic-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-cubic-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-circ-in-out: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-expo-in-out: cubic-bezier(1, 0, 0, 1);
  --ease-quad-in: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-quad-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-quad-in-out: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-quart-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-quart-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-quart-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-quint-in: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-quint-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-quint-in-out: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-sine-in: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-sine-out: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-sine-in-out: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-back-in: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-back-out: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-back-in-out: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-back-out-more: cubic-bezier(0.56, 0.91, 0.465, 1.65);
  --breakpoint-medium: 500px;
  --breakpoint-tablet: 700px;
  --breakpoint-desktop: 900px;
  --breakpoint-large: 1400px;
  --color-futuristic-yellow: #ffff78;
  --color-futuristic-yellow--rgb: 255, 255, 120;
  --color-amber: #ffaf38;
  --color-amber--rgb: 255, 175, 56;
  --color-optimistic-red: #f56151;
  --color-optimistic-red--rgb: 245, 97, 81;
  --color-intelligent-blue: #009ec9;
  --color-intelligent-blue--rgb: 0, 158, 201;
  --color-rubber-black: #262c2e;
  --color-rubber-black--rgb: 38, 44, 46;
  --color-steel-grey: #9ebcc4;
  --color-steel-grey--rgb: 158, 188, 196;
  --color-porcelain-grey: #fcfbfa;
  --color-porcelain-grey--rgb: 252, 251, 250;
  --color-white: #fff;
  --color-white--rgb: 255, 255, 255;
  --color-aluminum-grey: #e3e5e5;
  --color-aluminum-grey--rgb: 227, 229, 229;
  --color-black: #000;
  --color-black--rgb: 0, 0, 0;
  --color-intelligent-blue-dark: #008eb5;
  --color-intelligent-blue-dark--rgb: 0, 142, 181;
  --color-aluminum-grey-lightened: #f7f7f7;
  --color-aluminum-grey-lightened--rgb: 247, 247, 247;
  --gradient-heart-modal: linear-gradient(
    288.17deg,
    rgba(245, 97, 81, 0.2) 4.28%,
    hsla(0, 100%, 99%, 0.2) 89.23%
  );
  --gradient-skin-modal: linear-gradient(
    288.17deg,
    rgba(0, 158, 201, 0.2) 4.28%,
    rgba(225, 249, 255, 0.2) 89.23%
  );
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Container_blurIn__4A178 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Container_blurOut__xGEIF {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Container_fadeIn__O8I6c {
    0% {
      opacity: 0;
    }
  }

  @keyframes Container_fadeOut__0FclB {
    to {
      opacity: 0;
    }
  }
}

.Container_container__MkmJI {
  margin: 0 auto;
  width: 100%;
  padding-left: max(1.25rem, 2.0833333333vw);
  padding-right: max(1.25rem, 2.0833333333vw);
}

.Container_container__MkmJI.Container_hasVerticalPadding__zVf6b {
  padding-top: max(1.25rem, 2.0833333333vw);
  padding-bottom: max(1.25rem, 2.0833333333vw);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes HoverTextAnimation_blurIn__JXb6c {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes HoverTextAnimation_blurOut__alBwm {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes HoverTextAnimation_fadeIn__bTqqj {
    0% {
      opacity: 0;
    }
  }

  @keyframes HoverTextAnimation_fadeOut__QmUDP {
    to {
      opacity: 0;
    }
  }
}

.HoverTextAnimation_hoverableElement__r2HMh {
  cursor: pointer;
}

.HoverTextAnimation_hoverTextContainer__b9glP {
  margin-bottom: min(-0.625rem, -0.6944444444vw);
  margin-top: min(-0.625rem, -0.6944444444vw);
  display: inline-block;
  overflow: hidden;
}

.HoverTextAnimation_hoverTextWrapper__E6i1C {
  padding-bottom: max(0.625rem, 0.6944444444vw);
  padding-top: max(0.625rem, 0.6944444444vw);
  display: inline-block;
  position: relative;
}

@media (any-hover: hover) {
  .HoverTextAnimation_isAnimating__vBLYV
    .HoverTextAnimation_hoverTextWrapper__E6i1C {
    transform: translateX(calc(100% + 1em));
    transition: transform 1s var(--ease-cubic);
  }
}

.HoverTextAnimation_hoverHiddenText__uzuGo {
  display: inline-block;
}

.HoverTextAnimation_hoverMainText__03chn {
  padding-bottom: max(0.625rem, 0.6944444444vw);
  padding-top: max(0.625rem, 0.6944444444vw);
  display: inline-block;
  height: 100%;
  margin-right: 1em;
  position: absolute;
  right: 100%;
  top: 0;
  white-space: nowrap;
  width: 100%;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes ViewportEnterEffect_blurOut__Eyq4Z {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ViewportEnterEffect_fadeIn__k2i53 {
    0% {
      opacity: 0;
    }
  }

  @keyframes ViewportEnterEffect_fadeOut__ZZyDg {
    to {
      opacity: 0;
    }
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_fit__SRMmw,
  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_fit__SRMmw
    .ViewportEnterEffect_effect__7DK7N {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_mask__6TjZo {
    overflow: hidden;
  }

  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_fillHeight__wl1Eh {
    flex-grow: 1;
    height: 100%;
  }

  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_fillHeight__wl1Eh
    .ViewportEnterEffect_effect__7DK7N {
    height: 100%;
  }

  @keyframes ViewportEnterEffect_fade__maKIy {
    0% {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .ViewportEnterEffect_fade__maKIy {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-in-quad-out);
    animation-play-state: paused;
    animation-name: ViewportEnterEffect_fade__maKIy;
  }

  .ViewportEnterEffect_fade__maKIy.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_slideUp__cZT6O {
    0% {
      opacity: 0;
      transform: translateY(5vh);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }

  .ViewportEnterEffect_slideUp__cZT6O {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_slideUp__cZT6O;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_slideUp__cZT6O.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_slideLeft__oxJLC {
    0% {
      opacity: 0;
      transform: translateX(5vw);
    }

    to {
      transform: none;
      opacity: 1;
    }
  }

  .ViewportEnterEffect_slideLeft__oxJLC {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quart-out);
    animation-name: ViewportEnterEffect_slideLeft__oxJLC;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_slideLeft__oxJLC.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_slideRight__2hflz {
    0% {
      opacity: 0;
      transform: translateX(-5vw);
    }

    to {
      transform: none;
      opacity: 1;
    }
  }

  .ViewportEnterEffect_slideRight__2hflz {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quart-out);
    animation-name: ViewportEnterEffect_slideRight__2hflz;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_slideRight__2hflz.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_scaleDown__gHsIm {
    0% {
      transform: scale(1.2);
      opacity: 0.8;
    }

    to {
      transform: none;
      opacity: 1;
    }
  }

  .ViewportEnterEffect_scaleDown__gHsIm {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_scaleDown__gHsIm;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_scaleDown__gHsIm.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_scaleUp__SirLz {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }

    to {
      transform: none;
      opacity: 1;
    }
  }

  .ViewportEnterEffect_scaleUp__SirLz {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_scaleUp__SirLz;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_scaleUp__SirLz.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_drawLineHorizontal__DtPL_ {
    0% {
      transform: scaleX(0);
    }

    to {
      transform: scaleX(1);
    }
  }

  .ViewportEnterEffect_drawLineHorizontal__DtPL_ {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_drawLineHorizontal__DtPL_;
    animation-play-state: paused;
    transform-origin: left;
  }

  .ViewportEnterEffect_drawLineHorizontal__DtPL_.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_drawLineVertical__a7un7 {
    0% {
      transform: scaleY(0);
    }

    to {
      transform: scaleY(1);
    }
  }

  .ViewportEnterEffect_drawLineVertical__a7un7 {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_drawLineVertical__a7un7;
    animation-play-state: paused;
    transform-origin: top;
  }

  .ViewportEnterEffect_drawLineVertical__a7un7.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_blurInFromLeft__EpEmJ {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  .ViewportEnterEffect_blurInFromLeft__EpEmJ {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quart-out);
    animation-name: ViewportEnterEffect_blurInFromLeft__EpEmJ;
    animation-play-state: paused;
    transform-origin: top;
  }

  .ViewportEnterEffect_blurInFromLeft__EpEmJ.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_blurInFromBottom__N_1Xn {
    0% {
      filter: blur(10px);
      opacity: 0;
      transform: translateY(5vh);
    }
  }

  .ViewportEnterEffect_blurInFromBottom__N_1Xn {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_blurIn__528wk;
    animation-play-state: paused;
    transform-origin: top;
  }

  .ViewportEnterEffect_blurInFromBottom__N_1Xn.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_blurIn__528wk {
    0% {
      filter: blur(10px);
      opacity: 0;
    }
  }

  .ViewportEnterEffect_blurIn__528wk {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_blurIn__528wk;
    animation-play-state: paused;
    transform-origin: top;
  }

  .ViewportEnterEffect_blurIn__528wk.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Text_blurIn__ZkQ1X {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Text_blurOut__XwZZi {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Text_fadeIn__nBSJt {
    0% {
      opacity: 0;
    }
  }

  @keyframes Text_fadeOut__eO2C1 {
    to {
      opacity: 0;
    }
  }
}

.Text_headline__myWUg {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 7.2222222222vw;
  font-size: max(3.375rem, 7.2222222222vw);
}

@media (min-width: 900px) {
  .Text_headline__myWUg {
    line-height: 1.1;
  }
}

.Text_seHeadline__SU_e1 {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 5.9722222222vw;
  font-size: max(2.875rem, 5.9722222222vw);
}

@media (min-width: 900px) {
  .Text_seHeadline__SU_e1 {
    line-height: 1.1;
  }
}

.Text_pageHeader__81snT {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 5.5555555556vw;
  font-size: max(2.625rem, 5.5555555556vw);
}

.Text_pageHeader__81snT,
.Text_siteHeader__qz3qu {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
}

.Text_siteHeader__qz3qu {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 4.4444444444vw;
  font-size: max(2.625rem, 4.4444444444vw);
}

.Text_seSiteHeader__fmdgP {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 3.75vw;
  font-size: max(2.25rem, 3.75vw);
}

.Text_seSiteHeader__fmdgP,
.Text_sectionHeader__yOd9b {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
}

.Text_sectionHeader__yOd9b {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 3.4722222222vw;
  font-size: max(2.375rem, 3.4722222222vw);
}

.Text_paragraphHeader__H6Z5p {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 2.3611111111vw;
  font-size: max(1.625rem, 2.3611111111vw);
}

.Text_paragraphHeader__H6Z5p,
.Text_paragraphSubHeader__f0Rv3 {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.1;
}

.Text_paragraphSubHeader__f0Rv3 {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.9444444444vw;
  font-size: max(1.375rem, 1.9444444444vw);
}

.Text_largeBodyCopy__oveJJ {
  font-family: IBM Plex Sans;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.6;
  font-size: 1.6666666667vw;
  font-size: max(1.125rem, 1.6666666667vw);
}

@media (min-width: 900px) {
  .Text_largeBodyCopy__oveJJ {
    font-weight: 300;
    line-height: 1.7;
  }
}

.Text_bodyCopy__CbFPZ {
  font-family: IBM Plex Sans;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.6;
  font-size: 1.25vw;
  font-size: max(1rem, 1.25vw);
  display: flex;
    align-items: center;
}

.Text_bodyCopy__CbFPZ svg {
	width: 100%;
    height: auto;
}

@media (min-width: 900px) {
  .Text_bodyCopy__CbFPZ {
    line-height: 25px;
  }
}

.Text_cta__RmC9V {
  letter-spacing: -0.011em;
  line-height: 1;
  font-size: 1.1111111111vw;
  font-size: max(1rem, 1.1111111111vw);
}

.Text_cta__RmC9V,
.Text_smallCta__l0DfZ {
  font-family: IBM Plex Sans;
  font-weight: 400;
}

.Text_smallCta__l0DfZ {
  letter-spacing: -0.01em;
  line-height: 1.6;
  font-size: 0.9722222222vw;
  font-size: max(0.875rem, 0.9722222222vw);
}

.Text_statsLarge__8WrID {
  font-size: 3.75vw;
  font-size: max(2.25rem, 3.75vw);
}

.Text_statsLarge__8WrID,
.Text_statsSmall__nOoXU {
  font-family: Deco Numeral;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
}

.Text_statsSmall__nOoXU {
  font-size: 2.5vw;
  font-size: max(2.25rem, 2.5vw);
}

.Text_statsDescriptor__IFpGS {
  font-family: IBM Plex Mono;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 2.9;
  text-transform: uppercase;
  font-size: 0.9722222222vw;
  font-size: max(0.875rem, 0.9722222222vw);
}

.Text_blockquote___vCNY {
  font-family: IBM Plex Sans;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 2;
  position: relative;
  font-size: 1.25vw;
  font-size: max(1rem, 1.25vw);
  padding-left: max(2.5rem, 2.7777777778vw);
}

.Text_blockquote___vCNY:before {
  width: 1px;
  content: "";
  height: 100%;
  background-color: #9ebcc4;
  left: 0;
  top: 0;
  position: absolute;
}

.IconSprite_icon__8V_Z4 {
  display: inline-block;
  flex: none;
  height: auto;
  max-width: 100%;
}

.IconSprite_hidden__gLW2M {
  display: none;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Button_blurIn__605As {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Button_blurOut__ro3AD {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Button_fadeIn__YgAua {
    0% {
      opacity: 0;
    }
  }

  @keyframes Button_fadeOut__b66XW {
    to {
      opacity: 0;
    }
  }
}

.Button_button__bwept {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.Button_button__bwept:before {
  top: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s var(--ease-cubic);
  width: 100%;
}

@media (any-hover: hover) {
  .Button_isAnimatingHover__pSsLj .Button_button__bwept:before,
  .Button_isHovering__ivIjJ .Button_button__bwept:before {
    transform-origin: left;
    transform: scaleX(1);
    transition-duration: 1s;
  }
}

.Button_button__bwept.Button_primary__7fH0C {
  padding: max(1.75rem, 2.6388888889vw) max(1.25rem, 2.0833333333vw);
}

.Button_button__bwept.Button_primary__7fH0C.Button_hasIcon__gV0HO {
  min-width: 18.4027777778vw;
  min-width: max(12.375rem, 18.4027777778vw);
  padding-right: max(1.6875rem, 2.5694444444vw);
}

.Button_button__bwept.Button_secondary__DNIuD {
  padding: max(1rem, 1.1111111111vw) max(1.25rem, 1.3888888889vw);
  border-radius: 2.0833333333vw;
  border-radius: max(1.875rem, 2.0833333333vw);
}

.Button_button__bwept.Button_dark__gV6N_.Button_primary__7fH0C {
  background-color: var(--color-rubber-black);
  color: var(--color-white);
}

.Button_button__bwept.Button_dark__gV6N_.Button_primary__7fH0C:before {
  background-color: rgba(var(--color-white--rgb), 0.1);
}

.Button_button__bwept.Button_dark__gV6N_.Button_secondary__DNIuD {
  border: 1px solid rgba(var(--color-rubber-black--rgb), 0.4);
  color: var(--color-rubber-black);
}

.Button_button__bwept.Button_dark__gV6N_.Button_secondary__DNIuD:before {
  background-color: rgba(var(--color-rubber-black--rgb), 0.2);
}

.Button_button__bwept.Button_light__fAnCc.Button_primary__7fH0C {
  background-color: var(--color-white);
  color: var(--color-rubber-black);
}

.Button_button__bwept.Button_light__fAnCc.Button_primary__7fH0C:before {
  background-color: rgba(var(--color-black--rgb), 0.2);
}

.Button_button__bwept.Button_light__fAnCc.Button_secondary__DNIuD {
  border: 1px solid rgba(var(--color-white--rgb), 0.4);
  color: var(--color-white);
}

.Button_button__bwept.Button_light__fAnCc.Button_secondary__DNIuD:before {
  background-color: rgba(var(--color-white--rgb), 0.2);
}

.Button_button__bwept.Button_blue__u_hah {
  background-color: var(--color-intelligent-blue);
  color: var(--color-white);
}

.Button_button__bwept.Button_blue__u_hah:before {
  background-color: rgba(var(--color-white--rgb), 0.2);
}

.Button_button__bwept.Button_darkBlue__6zL7c {
  background-color: var(--color-intelligent-blue-dark);
  color: var(--color-white);
}

.Button_button__bwept.Button_darkBlue__6zL7c:before {
  background-color: rgba(var(--color-white--rgb), 0.2);
}

.Button_button__bwept.Button_black__kAQvx {
  background-color: var(--color-rubber-black);
  color: var(--color-white);
}

.Button_button__bwept.Button_black__kAQvx:before {
  background-color: rgba(var(--color-white--rgb), 0.1);
}

.Button_buttonIcon__LowYb {
  width: 1.2em;
  height: 1.2em;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes CookieBar_blurIn__kmrgd {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes CookieBar_blurOut__ZxIwa {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes CookieBar_fadeIn__wWGS4 {
    0% {
      opacity: 0;
    }
  }

  @keyframes CookieBar_fadeOut__TFtzP {
    to {
      opacity: 0;
    }
  }
}

.CookieBar_cookieBar__LnyB1 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: var(--color-rubber-black);
  z-index: 11;
  transition: transform 1.2s var(--ease-quart-in-out);
}

@media (min-width: 900px) {
  .CookieBar_cookieBar__LnyB1 {
    width: 55.5555555556vw;
    width: max(50rem, 55.5555555556vw);
  }
}

.CookieBar_cookieBar__LnyB1.CookieBar_isVisible__SXTwK {
  transform: translateX(0);
  transition: transform 1.2s var(--ease-quart-in-out);
  transition-delay: 2.5s;
}

.CookieBar_cookieBar__LnyB1.CookieBar_isVisible__SXTwK.CookieBar_transitionDelay__qUUjn {
  transition-delay: 3s;
}

.CookieBar_cookieBar__LnyB1.CookieBar_isCookieAnimationEnded__uaAlY {
  display: none;
}

.CookieBar_container__S7Euq {
  width: 100%;
  height: 100%;
  padding-top: max(0.9375rem, 1.0416666667vw);
  padding-bottom: max(0.9375rem, 1.0416666667vw);
}

@media (min-width: 900px) {
  .CookieBar_container__S7Euq {
    padding: max(1.5625rem 1.875rem, 1.7361111111vw 2.0833333333vw);
  }
}

.CookieBar_content__Sdyvy {
  width: 100%;
  height: 100%;
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.CookieBar_content__Sdyvy .CookieBar_message__f45gK {
  margin-bottom: max(0.9375rem, 1.0416666667vw);
}

@media (min-width: 900px) {
  .CookieBar_content__Sdyvy .CookieBar_message__f45gK {
    margin-bottom: max(1rem, 1.1111111111vw);
  }
}

.CookieBar_message__f45gK {
  opacity: 0.7;
}

.CookieBar_message__f45gK a {
  text-decoration: underline;
}

.CookieBar_buttons__d466m {
  display: flex;
  align-items: center;
}

.CookieBar_declineButton__zYUTD {
  margin-left: max(0.9375rem, 1.0416666667vw);
}

.CookieBar_declineButtonInner__oQmJ8 {
  position: relative;
  padding-top: max(0.3125rem, 0.3472222222vw);
}

.CookieBar_declineButtonInner__oQmJ8:after {
  background-color: currentColor;
  bottom: -0.6944444444vw;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s var(--ease-cubic);
  width: 100%;
}

@media (any-hover: hover) {
  .CookieBar_isAnimatingHoverLink__am_ha
    .CookieBar_declineButtonInner__oQmJ8:after,
  .CookieBar_isHoveringLink__C5aAX .CookieBar_declineButtonInner__oQmJ8:after {
    transform-origin: left;
    transform: scaleX(1);
    transition-duration: 1s;
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes DefaultPageTransition_blurIn__i2WNA {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes DefaultPageTransition_blurOut__PWdzq {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes DefaultPageTransition_fadeIn__SwAG_ {
    0% {
      opacity: 0;
    }
  }

  @keyframes DefaultPageTransition_fadeOut__h1Kix {
    to {
      opacity: 0;
    }
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes DefaultPageTransition_pageSwipeInOut__xB95D {
    0% {
      background: var(--color-rubber-black);
      transform: translateX(-100%);
    }

    49.999% {
      background: var(--color-rubber-black);
      transform: translateX(-47%);
    }

    51% {
      background: var(--color-rubber-black);
      transform: translateX(0);
    }

    to {
      background: var(--color-rubber-black);
      transform: translateX(53%);
    }
  }

  @keyframes DefaultPageTransition_pageSwipeIn__hAp5b {
    0% {
      background: var(--color-rubber-black);
      transform: translateX(-100%);
    }

    to {
      background: var(--color-rubber-black);
      transform: translateX(-47%);
    }
  }

  @keyframes DefaultPageTransition_pageSwipeOut__hxzKS {
    0% {
      background: var(--color-rubber-black);
      transform: translateX(0);
    }

    to {
      background: var(--color-rubber-black);
      transform: translateX(53%);
    }
  }

  .DefaultPageTransition_cover__kBcCF:after,
  .DefaultPageTransition_cover__kBcCF:before {
    display: block;
    position: fixed;
    inset: 0 0 0 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 17;
    content: "";
    width: 200%;
  }

  .DefaultPageTransition_cover__kBcCF:before {
    inset: 0 0 40% 0;
  }

  .DefaultPageTransition_cover__kBcCF:after {
    inset: 60% 0 0 0;
  }
}

.page-exit .DefaultPageTransition_cover__kBcCF:before,
.page-exit-active .DefaultPageTransition_cover__kBcCF:before {
  background: var(--color-rubber-black);
  animation: DefaultPageTransition_pageSwipeIn__hAp5b 1s
    var(--ease-quart-in-out) both;
  animation-delay: 0.3s;
}

.page-exit .DefaultPageTransition_cover__kBcCF:after,
.page-exit-active .DefaultPageTransition_cover__kBcCF:after {
  background: var(--color-rubber-black);
  animation: DefaultPageTransition_pageSwipeIn__hAp5b 1s
    var(--ease-quart-in-out) both;
}

.page-enter .DefaultPageTransition_cover__kBcCF:after,
.page-enter .DefaultPageTransition_cover__kBcCF:before,
.page-enter-active .DefaultPageTransition_cover__kBcCF:after,
.page-enter-active .DefaultPageTransition_cover__kBcCF:before {
  background: var(--color-rubber-black);
}

.page-enter-done .DefaultPageTransition_cover__kBcCF:before {
  background: none;
  animation: DefaultPageTransition_pageSwipeOut__hxzKS 1s
    var(--ease-quart-in-out) backwards;
  animation-delay: 0.3s;
}

.page-enter-done .DefaultPageTransition_cover__kBcCF:after {
  background: none;
  animation: DefaultPageTransition_pageSwipeOut__hxzKS 1s
    var(--ease-quart-in-out) backwards;
}

.page-appear-done .DefaultPageTransition_cover__kBcCF:before {
  animation: DefaultPageTransition_pageSwipeInOut__xB95D 2s
    var(--ease-quart-in-out) both;
  animation-delay: 2s;
  background: var(--color-rubber-black);
}

.page-appear-done .DefaultPageTransition_cover__kBcCF:after {
  animation: DefaultPageTransition_pageSwipeInOut__xB95D 2s
    var(--ease-quart-in-out) both;
  animation-delay: 1.7s;
  background: var(--color-rubber-black);
}

.page-appear-suspended .DefaultPageTransition_cover__kBcCF:after,
.page-appear-suspended .DefaultPageTransition_cover__kBcCF:before,
.page-enter-suspended .DefaultPageTransition_cover__kBcCF:after,
.page-enter-suspended .DefaultPageTransition_cover__kBcCF:before {
  background: var(--color-rubber-black);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Logo_blurIn__4ZSF9 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Logo_blurOut__QQ_po {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Logo_fadeIn__ShZfd {
    0% {
      opacity: 0;
    }
  }

  @keyframes Logo_fadeOut___Yl4A {
    to {
      opacity: 0;
    }
  }
}

@keyframes Logo_scanAnimation__6JTwP {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes Logo_splitAnimation__NHZn6 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  to {
    -webkit-clip-path: inset(50% 0 0 0);
    clip-path: inset(50% 0 0 0);
  }
}

@keyframes Logo_splitAnimationReverse__UvmOU {
  0% {
    -webkit-clip-path: inset(50% 0 0 0);
    clip-path: inset(50% 0 0 0);
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.Logo_logo__OHTxj {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.Logo_logoHidden__6vFGQ {
  opacity: 0;
  visibility: hidden;
}

.Logo_logoTop__ekZpJ {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-4%);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91);
  transition: clip-path 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91);
  transition: clip-path 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91),
    -webkit-clip-path 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91);
  width: 110%;
}

.Logo_shouldAnimate__sH2Mg .Logo_logoTop__ekZpJ {
  transition-duration: 0.7s;
  transition-delay: 0.7s;
}

.Logo_animate__3KJ1n .Logo_logoTop__ekZpJ {
  -webkit-clip-path: inset(0 0 51% 0);
  clip-path: inset(0 0 51% 0);
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoTop__ekZpJ {
    -webkit-clip-path: inset(0 0 51% 0);
    clip-path: inset(0 0 51% 0);
  }
}

.Logo_logoTop__ekZpJ path:first-child {
  transform: translateX(0);
}

.Logo_logoTop__ekZpJ path:nth-child(2) {
  transform: translateX(2.4%);
}

.Logo_logoTop__ekZpJ path:nth-child(3) {
  transform: translateX(3.3%);
}

.Logo_logoTop__ekZpJ path:nth-child(4) {
  transform: translateX(3.8%);
}

.Logo_logoBottom__ZFlt_ {
  height: 100%;
  left: 0;
  position: absolute;
  top: -1%;
  width: 110%;
}

.Logo_shouldAnimate__sH2Mg .Logo_logoBottom__ZFlt_ {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

.Logo_isHoverable__4Umic .Logo_logoBottom__ZFlt_ {
  animation: Logo_splitAnimationReverse__UvmOU 0.7s
    cubic-bezier(0.1, 0.58, 0.28, 0.91) forwards;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ {
  animation: Logo_scanAnimation__6JTwP 0.7s
      cubic-bezier(0.18, 0.71, 0.87, -0.03) forwards,
    Logo_splitAnimation__NHZn6 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91) 0.7s
      forwards;
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ {
    animation: Logo_splitAnimation__NHZn6 0.7s
      cubic-bezier(0.1, 0.58, 0.28, 0.91) forwards;
  }
}

.Logo_shouldAnimate__sH2Mg .Logo_logoBottom__ZFlt_ path {
  opacity: 0;
  transform: translateX(-3%);
}

.Logo_isHoverable__4Umic .Logo_logoBottom__ZFlt_ path {
  transition: transform 0.7s var(--ease-quad-out);
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path {
  opacity: 1;
  transition: opacity 0.25s var(--ease-cubic-out),
    transform 1.4s var(--ease-quad-in-out);
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path {
    opacity: 1;
  }
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path:first-child {
  transform: translateX(2.6%);
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path:first-child {
    transform: translateX(2.6%);
  }
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path:nth-child(2) {
  transform: translateX(2.7%);
  transition-delay: 0.1s, 0s;
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path:nth-child(2) {
    transform: translateX(2.7%);
  }
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path:nth-child(3) {
  transform: translateX(2.6%);
  transition-delay: 0.2s, 0s;
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path:nth-child(3) {
    transform: translateX(2.6%);
  }
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path:nth-child(4) {
  transform: translateX(8.3%);
  transition-delay: 0.3s, 0s;
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path:nth-child(4) {
    transform: translateX(8.3%);
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Loader_blurIn__xUts3 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Loader_blurOut__8DNg3 {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Loader_fadeIn__Hl0mK {
    0% {
      opacity: 0;
    }
  }

  @keyframes Loader_fadeOut__q3ju4 {
    to {
      opacity: 0;
    }
  }
}

.Loader_loader__tGCyq {
  pointer-events: none;
  position: fixed;
  inset: 0 0 0 0;
  z-index: 16;
  color: var(--color-rubber-black);
  background: var(--color-aluminum-grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@keyframes Loader_loaderFinished__mGm3N {
  0% {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

.Loader_loader__tGCyq.Loader_finished__6yjaw {
  visibility: hidden;
  animation: Loader_loaderFinished__mGm3N 1ms linear 2.7s backwards;
}

@keyframes Loader_fadeInLogo__ekJY4 {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Loader_loaderLogo__Whk30 {
  height: 1.7361111111vw;
  height: max(1.5625rem, 1.7361111111vw);
  width: 8.0555555556vw;
  width: max(7.25rem, 8.0555555556vw);
  margin-top: max(-1.5625rem, -1.7361111111vw);
  margin-bottom: max(3.125rem, 3.4722222222vw);
  animation: Loader_fadeInLogo__ekJY4 1s both;
}

.Loader_loaderTrack__pIWSQ {
  width: 13.8888888889vw;
  width: max(12.5rem, 13.8888888889vw);
  background: #d6d9d9;
  height: 1px;
  position: relative;
}

@keyframes Loader_loadingJsAnimation__6YmCl {
  0% {
    transform: scale(0);
  }
}

.Loader_loaderProgressWrapper__veoit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: Loader_loadingJsAnimation__6YmCl 2s var(--ease-expo-out);
  transform-origin: center left;
}

.Loader_loaderProgress___uxDS {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-rubber-black);
  transform: scaleX(var(--progress));
  transition: transform 0.5s var(--ease-expo-out);
  transform-origin: center left;
}

.ScrollRig-visibilityHidden {
  visibility: hidden;
}

.js-global-canvas-error .ScrollRig-visibilityHidden {
  visibility: unset;
}

.ScrollRig-transparentColor {
  color: transparent;
}

.js-global-canvas-error .ScrollRig-transparentColor {
  color: unset;
}

.js-has-global-canvas.js-smooth-scrollbar-disabled .ScrollRig-hiddenIfSmooth {
  color: unset;
  visibility: unset;
}

.ScrollRig-scrollHtml {
  height: 100%;
  overflow: hidden;
}

.ScrollRig-scrollWrapper {
  height: 100%;
  overflow-y: scroll;
}

:root {
  --vw: 1vw;
  --vh: 1vh;
  --ease-cubic: cubic-bezier(0.66, 0, 0.34, 1);
  --ease-cubic-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-cubic-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-cubic-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-circ-in-out: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-expo-in-out: cubic-bezier(1, 0, 0, 1);
  --ease-quad-in: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-quad-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-quad-in-out: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-quart-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-quart-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-quart-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-quint-in: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-quint-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-quint-in-out: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-sine-in: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-sine-out: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-sine-in-out: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-back-in: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-back-out: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-back-in-out: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-back-out-more: cubic-bezier(0.56, 0.91, 0.465, 1.65);
  --breakpoint-medium: 500px;
  --breakpoint-tablet: 700px;
  --breakpoint-desktop: 900px;
  --breakpoint-large: 1400px;
  --color-futuristic-yellow: #ffff78;
  --color-futuristic-yellow--rgb: 255, 255, 120;
  --color-amber: #ffaf38;
  --color-amber--rgb: 255, 175, 56;
  --color-optimistic-red: #f56151;
  --color-optimistic-red--rgb: 245, 97, 81;
  --color-intelligent-blue: #009ec9;
  --color-intelligent-blue--rgb: 0, 158, 201;
  --color-rubber-black: #262c2e;
  --color-rubber-black--rgb: 38, 44, 46;
  --color-steel-grey: #9ebcc4;
  --color-steel-grey--rgb: 158, 188, 196;
  --color-porcelain-grey: #fcfbfa;
  --color-porcelain-grey--rgb: 252, 251, 250;
  --color-white: #fff;
  --color-white--rgb: 255, 255, 255;
  --color-aluminum-grey: #e3e5e5;
  --color-aluminum-grey--rgb: 227, 229, 229;
  --color-black: #000;
  --color-black--rgb: 0, 0, 0;
  --color-intelligent-blue-dark: #008eb5;
  --color-intelligent-blue-dark--rgb: 0, 142, 181;
  --color-aluminum-grey-lightened: #f7f7f7;
  --color-aluminum-grey-lightened--rgb: 247, 247, 247;
  --gradient-heart-modal: linear-gradient(
    288.17deg,
    rgba(245, 97, 81, 0.2) 4.28%,
    hsla(0, 100%, 99%, 0.2) 89.23%
  );
  --gradient-skin-modal: linear-gradient(
    288.17deg,
    rgba(0, 158, 201, 0.2) 4.28%,
    rgba(225, 249, 255, 0.2) 89.23%
  );
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes blurIn {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes blurOut {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  }

  @keyframes fadeOut {
    to {
      opacity: 0;
    }
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-height: 100%;
}

html {
  background: var(--color-white);
  color: var(--color-rubber-black);
  font-display: block;
  font-family: IBM Plex Sans, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
select,
textarea {
  font-family: Forma DJR Micro, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-black);
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-black);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-black);
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--color-black);
}

a {
  text-decoration: none;
}

a,
button {
  color: inherit;
  cursor: pointer;
}

button {
  background: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

ul {
  list-style: none;
}

input {
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-black) inset;
}

img {
  max-width: 100%;
}

[data-ui="PaneItem"] [data-testid="Media"]:has(img) {
  display: none;
}

[data-ui="PaneItem"] img {
  display: none;
}

.StickyFooterWrapper {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

[data-debug="true"] {
  outline: 1px solid red;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes TextAndImage_blurIn__ihF0X {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes TextAndImage_blurOut__BQYZn {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes TextAndImage_fadeIn__tsLZu {
    0% {
      opacity: 0;
    }
  }

  @keyframes TextAndImage_fadeOut__lqoav {
    to {
      opacity: 0;
    }
  }
}

.TextAndImage_container__sGWZO {
  display: flex;
  padding-right: 0;
  padding-left: 0;
  align-items: center;
  flex-direction: column;
  gap: 2.7777777778vw;
  gap: max(2.5rem, 2.7777777778vw);
  margin-bottom: 70px;
}

@media (min-width: 900px) {
  .TextAndImage_container__sGWZO {
    gap: 2.0833333333vw;
    gap: max(1.875rem, 2.0833333333vw);
    gap: 2.7777777778vw;
    gap: max(2.5rem, 2.7777777778vw);
    flex-direction: row;
    padding-left: max(1.25rem, 2.0833333333vw);
    margin-bottom: 70px;
  }
}

@media (min-width: 1025px) {
  .TextAndImage_container__sGWZO {
    margin-bottom: 120px;
  }
}

.ProductHero_section__yVPkB {
  margin-bottom: 40px;
}

@media (min-width: 900px) {
	.ProductHero_section__yVPkB {
		margin-bottom: 70px;
	}
}

@media (min-width: 1025px) {
	.ProductHero_section__yVPkB {
		margin-bottom: 120px;
	}
}

.TextAndImage_imageWrapper__CyilW {
  width: 100%;
}

.TextAndImage_image__3heeI {
  width: 100%;
  overflow: hidden;
  --column: calc(100 / 12);
}

.TextAndImage_image__3heeI img,
.TextAndImage_image__3heeI video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 900px) {
  .TextAndImage_image__3heeI {
    flex-direction: row;
    overflow: hidden;
    min-width: calc(var(--column) * 7vw - 2.0833333333vw * 0.5);
  }

  .TextAndImage_image__3heeI img,
  .TextAndImage_image__3heeI video {
    object-fit: cover;
    object-position: top left;
    min-width: 100%;
  }
}

.TextAndImage_text__b4NlZ {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw;
  gap: max(2rem, 2.2222222222vw);
}

@media (min-width: 900px) {
  .TextAndImage_text__b4NlZ {
    padding: 0;
    gap: 1.6666666667vw;
    gap: max(1.5rem, 1.6666666667vw);
  }
}

.TextAndImage_headline___oe2S {
  max-width: 20.1388888889vw;
  max-width: max(18.125rem, 20.1388888889vw);
}

@media (min-width: 900px) {
  .TextAndImage_headline___oe2S {
    max-width: 28.8194444444vw;
    max-width: max(25.9375rem, 28.8194444444vw);
  }
}

.TextAndImage_summary__Pr0tn {
  color: rgb(var(--color-rubber-black--rgb), 0.7);
}

.TextAndImage_links__kXrIx {
  gap: 3.4722222222vw;
  gap: max(1.25rem, 3.4722222222vw);
}

@media (min-width: 900px) {
  .TextAndImage_links__kXrIx {
    display: flex;
  }
}

.TextAndImage_link__Oev_e {
  color: rgb(var(--color-rubber-black--rgb), 0.6);
  text-decoration: underline;
}

.TextAndImage_link__Oev_e:not(:last-child) {
  margin-bottom: 0.625rem;
}

@media (min-width: 900px) {
  .TextAndImage_link__Oev_e:not(:last-child) {
    margin-bottom: 0;
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes TimelineStepsNavigation_blurIn__BC1au {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes TimelineStepsNavigation_blurOut___U3dQ {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes TimelineStepsNavigation_fadeIn__aRffG {
    0% {
      opacity: 0;
    }
  }

  @keyframes TimelineStepsNavigation_fadeOut__72fcl {
    to {
      opacity: 0;
    }
  }
}

.TimelineStepsNavigation_navigation__sMUBA {
  display: inline-block;
  left: 50%;
  padding: 0 0 1.6666666667vw;
  position: -webkit-sticky;
  position: sticky;
  transform: translateX(-50%);
  top: 2.6388888889vw;
  top: max(2.375rem, 2.6388888889vw);
}

@media screen and (max-width: 899px) {
  .TimelineStepsNavigation_navigation__sMUBA {
    display: none;
  }
}

[class="bannerVisible"] .TimelineStepsNavigation_navigation__sMUBA {
  top: 5.5555555556vw;
  top: max(5rem, 5.5555555556vw);
}

.TimelineStepsNavigation_list__3ShGz {
  align-items: center;
  display: flex;
  gap: 3.3333333333vw;
  justify-content: space-between;
}

.TimelineStepsNavigation_link__RQjoJ {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: rgba(var(--color-rubber-black--rgb), 0.4);
  gap: 0.5555555556vw;
  transition: color 0.3s var(--ease-quad-out);
}

@media (min-width: 900px) {
  .TimelineStepsNavigation_link__RQjoJ {
    color: rgba(var(--color-rubber-black--rgb), 0.3);
  }
}

.TimelineStepsNavigation_link__RQjoJ.TimelineStepsNavigation_isActive__G5YB5 {
  color: var(--color-rubber-black);
}

.TimelineStepsNavigation_number__F6SVh {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 0.7638888889vw;
  font-size: max(0.6875rem, 0.7638888889vw);
  background-color: rgba(var(--color-rubber-black--rgb), 0.1);
  height: 1.3888888889vw;
  width: 1.3888888889vw;
}

.TimelineStepsNavigation_line___Gu6J {
  background-color: rgba(var(--color-aluminum-grey--rgb), 0.8);
  bottom: 0;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 900px) {
  .TimelineStepsNavigation_line___Gu6J {
    background-color: rgba(var(--color-rubber-black--rgb), 0.3);
  }
}

.TimelineStepsNavigation_innerLine__4Om9t {
  background-color: var(--color-rubber-black);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.3s var(--ease-quad-out);
  width: 4.0625rem;
}

@media (min-width: 900px) {
  .TimelineStepsNavigation_innerLine__4Om9t {
    width: 2.7777777778vw;
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes TimelineSteps_blurIn__IhvIN {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes TimelineSteps_blurOut__NrjZO {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes TimelineSteps_fadeIn__kgzEg {
    0% {
      opacity: 0;
    }
  }

  @keyframes TimelineSteps_fadeOut__1qLgK {
    to {
      opacity: 0;
    }
  }
}

.TimelineSteps_section__whSxe {
  position: relative;
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .TimelineSteps_section__whSxe {
    margin-bottom: 70px;
  }
}

@media (min-width: 1025px) {
  .TimelineSteps_section__whSxe {
    margin-bottom: 140px;
  }
}

.TimelineSteps_step__CpISf {
  display: flex;
  flex-direction: column;
}

.TimelineSteps_step__CpISf:not(:first-child) {
  margin-top: max(6rem, 6.6666666667vw);
}

.TimelineSteps_step__CpISf,
.TimelineSteps_step__CpISf:not(:first-child) {
  margin-top: 32px;
}

@media (min-width: 900px) {
  .TimelineSteps_step__CpISf {
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }

  .TimelineSteps_step__CpISf,
  .TimelineSteps_step__CpISf:not(:first-child) {
    margin-top: 40px;
  }
}

@media (min-width: 1025px) {
  .TimelineSteps_step__CpISf,
  .TimelineSteps_step__CpISf:not(:first-child) {
    margin-top: 60px;
  }
}

.TimelineSteps_mediaWrapper__VjKtF {
  aspect-ratio: 0.836;
  margin-bottom: 24px;
  width: 100%
}

@media (min-width: 900px) {
  .TimelineSteps_mediaWrapper__VjKtF {
    margin-bottom: 0;
    margin-right: 8.125vw;
    width: 34.7222222222vw;
  }
}

.TimelineSteps_media__hGX1v {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 900px) {
  .TimelineSteps_content__URzP7 {
    max-height: 67vh;
    width: 41.6666666667vw;
  }
}

.TimelineSteps_headline__L7wpA {
  width: 18.75rem;
}

@media (min-width: 900px) {
  .TimelineSteps_headline__L7wpA {
    width: auto;
  }
}

@media (min-width: 900px) {
  .TimelineSteps_description__MVoKq {
    width: 36.1111111111vw;
  }
}


@media not all and (prefers-reduced-motion: reduce) {
  @keyframes TestimonialCarousel_blurIn__tREyr {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes TestimonialCarousel_blurOut__4oAib {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes TestimonialCarousel_fadeIn__xFWjj {
    0% {
      opacity: 0;
    }
  }

  @keyframes TestimonialCarousel_fadeOut__3C2Id {
    to {
      opacity: 0;
    }
  }
}

.TestimonialCarousel_container__zDwOA {
  padding-bottom: max(1.25rem, 1.3888888889vw);
  margin: 4rem 0;
  overflow: hidden;
}

@media (min-width: 900px) {
  .TestimonialCarousel_container__zDwOA {
    margin: 4vw 0;
  }
}

.TestimonialCarousel_cardGrid__tWBCs {
  display: flex;
  gap: 1.25rem;
  flex-wrap: nowrap;
  margin-top: 3rem;
  scroll-behavior: smooth;
  cursor: -webkit-grab;
  cursor: grab;
}

@media (min-width: 900px) {
  .TestimonialCarousel_cardGrid__tWBCs {
    gap: 2.0833333333vw;
    margin-top: 4.4444444444vw;
  }
}

.TestimonialCarousel_cardGrid__tWBCs.TestimonialCarousel_scrolling__vX6L_ {
  transition: transform 0.6s ease;
}

.TestimonialCarousel_card__qOtWN {
  background: var(--color-aluminum-grey-lightened);
  aspect-ratio: 0.93;
  min-width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: max(2rem, 3.3333333333vw);
  height: 36.0416666667vw;
  height: max(26rem, 36.0416666667vw);
}

@media (min-width: 700px) {
  .TestimonialCarousel_card__qOtWN {
    min-width: 60%;
  }
}

@media (min-width: 900px) {
  .TestimonialCarousel_card__qOtWN {
    min-width: 40%;
  }
}

.TestimonialCarousel_memberInfo__dnGnp {
  display: flex;
  align-items: center;
  gap: 1.1111111111vw;
  gap: max(1rem, 1.1111111111vw);
}

.TestimonialCarousel_memberInfo__dnGnp .TestimonialCarousel_icon__sJxIG {
  height: 3.3333333333vw;
  height: max(3rem, 3.3333333333vw);
  width: 3.3333333333vw;
  width: max(3rem, 3.3333333333vw);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: var(--color-steel-grey);
  color: #f2f7f8;
  border-radius: 50%;
}

.TestimonialCarousel_memberInfo__dnGnp .TestimonialCarousel_label__3WntJ {
  opacity: 0.5;
}

.TestimonialCarousel_cardText__4T1DV {
  font-size: 1.5972222222vw;
  font-size: max(1.0625rem, 1.5972222222vw);
}

.TestimonialCarousel_description__6OK2U {
  opacity: 0.3;
  margin-bottom: 2rem;
}

@media (min-width: 900px) {
  .TestimonialCarousel_description__6OK2U {
    margin-bottom: 0;
  }
}

.TestimonialCarousel_personData__boeIN {
  flex-shrink: 0;
}

.TestimonialCarousel_divider__QoU85 {
  height: 0;
  opacity: 0.1;
  border: 1px solid var(--color-black);
  transform: rotate(-90deg) translateX(0.25rem);
  display: inline-block;
  margin-left: max(1rem, 1.1111111111vw);
  margin-right: max(1rem, 1.1111111111vw);
  width: 1.25vw;
  width: max(1.125rem, 1.25vw);
}

.TestimonialCarousel_scrollIndicator__is1_p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: max(3.875rem, 4.3055555556vw);
  gap: 1.6666666667vw;
  gap: max(1.5rem, 1.6666666667vw);
  position: relative;
}

.TestimonialCarousel_progress__HqrwN {
  width: 14.2361111111vw;
  width: max(12.8125rem, 14.2361111111vw);
  height: 0.0625rem;
  position: relative;
}

.TestimonialCarousel_progress__HqrwN:before {
  opacity: 0.1;
}

.TestimonialCarousel_progress__HqrwN:after,
.TestimonialCarousel_progress__HqrwN:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: var(--color-rubber-black);
}

.TestimonialCarousel_progress__HqrwN:after {
  transform-origin: 0 0;
  transform: scaleX(calc(var(--progress) * 100%));
  transition: transform 0.15s;
}

.TestimonialCarousel_arrow__DSEgG {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: min(-2.5rem, -2.7777777778vw);
  margin-bottom: min(-2.5rem, -2.7777777778vw);
  height: 2.7777777778vw;
  height: max(2.5rem, 2.7777777778vw);
  width: 2.7777777778vw;
  width: max(2.5rem, 2.7777777778vw);
  cursor: pointer;
}

.TestimonialCarousel_arrow__DSEgG.TestimonialCarousel_inverted__4Ecma {
  transform: rotate(180deg);
}

.TestimonialCarousel_arrow__DSEgG.TestimonialCarousel_opacity__n6pLo {
  opacity: 0.2;
  cursor: auto;
}

.TestimonialCarousel_icon__sJxIG {
  height: 0.7638888889vw;
  height: max(0.6875rem, 0.7638888889vw);
  width: 1.1111111111vw;
  width: max(1rem, 1.1111111111vw);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes ProductHero_blurIn__g2Sez {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductHero_blurOut__DOcai {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductHero_fadeIn__11Fwh {
    0% {
      opacity: 0;
    }
  }

  @keyframes ProductHero_fadeOut__8nNnf {
    to {
      opacity: 0;
    }
  }
}

@media (min-width: 900px) {
  .ProductHero_section__yVPkB {
    min-height: 100vh;
    position: relative;
  }

  [class="bannerVisible"] .ProductHero_section__yVPkB {
    min-height: calc(100vh - max(2.625rem, 2.9166666667vw));
  }
}

.ProductHero_mediaWrapper__hWV7r {
  height: 21.875rem;
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: center;
}

@media (min-width: 900px) {
  .ProductHero_mediaWrapper__hWV7r {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 42.8472222222vw);
  }
}

.ProductHero_mediaWrapper__hWV7r div {
  height: 100%;
  overflow: hidden;
  width: 100%;
}

.ProductHero_media__pauNo {
  height: 100%;
  object-fit: cover;
  object-position: bottom;
  width: 100%;
}

.ProductHero_container__vUInr {
  background: linear-gradient(286deg, #FDFDFD 0%, #E4DCD9 98.59%);
}

@media (min-width: 900px) {
  .ProductHero_container__vUInr {
    margin: 0;
    width: 42.8472222222vw;
    min-height: 100vh;
  }

  [class="bannerVisible"] .ProductHero_container__vUInr {
    min-height: calc(100vh - max(2.625rem, 2.9166666667vw));
  }
}

.ProductHero_content__eJ5oT {
  padding: 24px 0;
}

@media (min-width: 900px) {
  .ProductHero_content__eJ5oT {
    padding: 25vh 0 5.4166666667vw;
  }
}

.ProductHero_headline__TTVkY {
  margin-bottom: 1.5rem;
}

.page-enter-done .ProductHero_headline__TTVkY {
  animation: ProductHero_blurIn__g2Sez 1s var(--ease-quart-out) backwards;
  animation-delay: 0.5s;
}

.page-appear-done .ProductHero_headline__TTVkY {
  animation: ProductHero_blurIn__g2Sez 1s var(--ease-quart-out) backwards;
  animation-delay: 3.2s;
}

.page-exit-active .ProductHero_headline__TTVkY {
  animation: ProductHero_blurOut__DOcai 1s var(--ease-quart-in) 0s forwards;
  animation-delay: 0ms;
}

@media (min-width: 900px) {
  .ProductHero_headline__TTVkY {
    margin-bottom: 1.1111111111vw;
    max-width: 41.6666666667vw;
  }
}

.ProductHero_price__I06KI {
  font-weight: 400;
  margin-bottom: max(0.5rem, 0.5555555556vw);
}

.page-enter-done .ProductHero_price__I06KI {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 0.6s;
}

.page-appear-done .ProductHero_price__I06KI {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 3.3s;
}

.page-exit-active .ProductHero_price__I06KI {
  animation: ProductHero_fadeOut__8nNnf 1s var(--ease-quart-in-out) 0s forwards;
}

.ProductHero_previousPrice__foaRQ {
  color: rgb(var(--color-rubber-black--rgb), 0.4);
  font-style: italic;
  text-decoration: line-through;
}

.ProductHero_inviteCode__DYKt8 {
  font-weight: 700;
  text-transform: uppercase;
}

.ProductHero_description__aMkWE {
  margin-bottom: max(2rem, 2.2222222222vw);
}

.page-enter-done .ProductHero_description__aMkWE {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 0.7s;
}

.page-appear-done .ProductHero_description__aMkWE {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 3.4s;
}

.page-exit-active .ProductHero_description__aMkWE {
  animation: ProductHero_fadeOut__8nNnf 1s var(--ease-quart-in-out) 0s forwards;
}

@media (min-width: 900px) {
  .ProductHero_description__aMkWE {
    max-width: 41.6666666667vw;
    margin-bottom: max(4rem, 4.4444444444vw);
  }
}

.ProductHero_list__4JMEJ {
  display: flex;
  margin-bottom: max(3rem, 3.3333333333vw);
  gap: 1.6666666667vw;
  gap: max(1.5rem, 1.6666666667vw);
}

.page-enter-done .ProductHero_list__4JMEJ {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 0.7s;
}

.page-appear-done .ProductHero_list__4JMEJ {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 3.4s;
}

.page-exit-active .ProductHero_list__4JMEJ {
  animation: ProductHero_fadeOut__8nNnf 1s var(--ease-quart-in-out) 0s forwards;
}

@media (min-width: 900px) {
  .ProductHero_list__4JMEJ {
    margin-bottom: max(1rem, 1.1111111111vw);
    gap: 1.1111111111vw;
    gap: max(1rem, 1.1111111111vw);
  }
}

.ProductHero_clickable__WNqYC {
  display: inline-block;
  text-decoration: underline;
}

.ProductHero_button__5RoOh {
  /* margin-bottom: max(3rem, 3.3333333333vw); */
}

.page-enter-done .ProductHero_button__5RoOh {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 0.7s;
}

.page-appear-done .ProductHero_button__5RoOh {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 3.4s;
}

.page-exit-active .ProductHero_button__5RoOh {
  animation: ProductHero_fadeOut__8nNnf 1s var(--ease-quart-in-out) 0s forwards;
}

.ProductHero_observation__t_LBY {
  display: block;
}

.page-enter-done .ProductHero_observation__t_LBY {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 0.7s;
}

.page-appear-done .ProductHero_observation__t_LBY {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 3.4s;
}

.page-exit-active .ProductHero_observation__t_LBY {
  animation: ProductHero_fadeOut__8nNnf 1s var(--ease-quart-in-out) 0s forwards;
}

.ProductHero_googleReviews__iexqC {
  display: flex;
  align-items: center;
  margin-bottom: max(1.5rem, 1.6666666667vw);
  gap: 0.2777777778vw;
  gap: max(0.25rem, 0.2777777778vw);
}

.page-enter-done .ProductHero_googleReviews__iexqC {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 0.7s;
}

.page-appear-done .ProductHero_googleReviews__iexqC {
  animation: ProductHero_fadeIn__11Fwh 1s var(--ease-quart-in-out) backwards;
  animation-delay: 3.4s;
}

.page-exit-active .ProductHero_googleReviews__iexqC {
  animation: ProductHero_fadeOut__8nNnf 1s var(--ease-quart-in-out) 0s forwards;
}

@media (min-width: 900px) {
  .ProductHero_googleReviews__iexqC {
    margin-bottom: max(4rem, 4.4444444444vw);
  }
}

.ProductHero_googleReviews__iexqC .ProductHero_stars__Sryl5 {
  display: flex;
  align-items: center;
}

.ProductHero_googleReviews__iexqC
  .ProductHero_stars__Sryl5
  .ProductHero_star___JObg {
  width: 1.25vw;
  width: max(1.125rem, 1.25vw);
  height: 1.25vw;
  height: max(1.125rem, 1.25vw);
}

.ProductHero_googleReviews__iexqC .ProductHero_googleReviewLink__8tB0U {
  display: flex;
}

.ProductHero_googleReviews__iexqC .ProductHero_googleReviewLink__8tB0U img {
  width: 1.6666666667vw;
  width: max(1.5rem, 1.6666666667vw);
  height: 1.6666666667vw;
  height: max(1.5rem, 1.6666666667vw);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes ProductPrice_blurIn__VWGGg {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductPrice_blurOut__3iLqM {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductPrice_fadeIn__WjRgP {
    0% {
      opacity: 0;
    }
  }

  @keyframes ProductPrice_fadeOut__wMwR_ {
    to {
      opacity: 0;
    }
  }
}

.ProductPrice_container__iEmpz {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: var(--color-aluminum-grey-lightened);
  margin-bottom: 40px;
  padding: 24px;
}

@media (min-width: 900px) {
  .ProductPrice_container__iEmpz {
    margin-bottom: 70px;
    padding: 32px;
  }
}

@media (min-width: 1025px) {
  .ProductPrice_container__iEmpz {
    margin-bottom: 120px;
    padding: 40px;
  }
}

.ProductPrice_mediaContainer__1Vn_J {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}

.ProductPrice_mediaContainer__1Vn_J .ProductPrice_media__SqZwm {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.ProductPrice_content__vEj5F {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  max-width: 51.0416666667vw;
  max-width: max(45.9375rem, 51.0416666667vw);
  gap: 1.6666666667vw;
  gap: max(1.5rem, 1.6666666667vw);
}

.ProductPrice_header___SsTj {
  text-align: center;
}

.ProductPrice_ctaButton__YlB6P {
  border: none !important;
  background-color: var(--color-intelligent-blue-dark) !important;
  color: var(--color-white) !important;
}

.ProductPrice_priceHeroHighlightedText__w7W1X {
  color: var(--color-steel-grey);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes ProductBetterHealthCheck_blurIn__QB54s {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductBetterHealthCheck_blurOut__Q27S7 {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductBetterHealthCheck_fadeIn__pv88n {
    0% {
      opacity: 0;
    }
  }

  @keyframes ProductBetterHealthCheck_fadeOut__p8GkD {
    to {
      opacity: 0;
    }
  }
}

.ProductBetterHealthCheck_section__1Cu31 {
  display: flex;
  padding-right: 0;
  padding-left: 0;
  flex-direction: column-reverse;
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .ProductBetterHealthCheck_section__1Cu31 {
    align-items: center;
    flex-direction: row;
    /* margin-top: max(12rem, 13.3333333333vw); */
    margin-top: 70px;
    margin-bottom: max(12rem, 13.3333333333vw);
  }
}

@media (min-width: 1025px) {
  .ProductBetterHealthCheck_section__1Cu31 {
    margin-top: 120px;
  }
}

.ProductBetterHealthCheck_imageWrapper__UmiSS {
  max-width: 100%;
  overflow: hidden;
  position: relative;
  /* padding-left: max(1.25rem, 2.0833333333vw); */
}

.ProductBetterHealthCheck_imageWrapper__UmiSS.ProductBetterHealthCheck_overlap__iSE4j {
  z-index: 2;
}

@media (min-width: 900px) {
  .ProductBetterHealthCheck_imageWrapper__UmiSS {
    width: 42.8472222222vw;
    flex-direction: row;
  }
}

.ProductBetterHealthCheck_imageWrapper__UmiSS img,
.ProductBetterHealthCheck_imageWrapper__UmiSS video {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 900px) {
  .ProductBetterHealthCheck_container__9Gyow {
    display: flex;
    justify-content: center;
    width: calc(100% - 42.8472222222vw);
  }
}

.ProductBetterHealthCheck_headline__J2nHY {
  margin-bottom: 1.5rem;
}

.page-enter-done .ProductBetterHealthCheck_headline__J2nHY {
  animation: ProductBetterHealthCheck_blurIn__QB54s 1s var(--ease-quart-out)
    backwards;
  animation-delay: 0.5s;
}

.page-appear-done .ProductBetterHealthCheck_headline__J2nHY {
  animation: ProductBetterHealthCheck_blurIn__QB54s 1s var(--ease-quart-out)
    backwards;
  animation-delay: 3.2s;
}

.page-exit-active .ProductBetterHealthCheck_headline__J2nHY {
  animation: ProductBetterHealthCheck_blurOut__Q27S7 1s var(--ease-quart-in) 0s
    forwards;
  animation-delay: 0ms;
}

.ProductBetterHealthCheck_headline__J2nHY
  .ProductBetterHealthCheck_highlight__9o2N3 {
  color: var(--color-steel-grey);
}

@media (min-width: 900px) {
  .ProductBetterHealthCheck_headline__J2nHY {
    margin-bottom: 1.1111111111vw;
    max-width: 32.6388888889vw;
    max-width: max(29.375rem, 32.6388888889vw);
  }
}

.ProductBetterHealthCheck_price__JxPqS {
  margin-bottom: 1.5rem;
  font-weight: 400;
}

.page-enter-done .ProductBetterHealthCheck_price__JxPqS {
  animation: ProductBetterHealthCheck_fadeIn__pv88n 1s var(--ease-quart-in-out)
    backwards;
  animation-delay: 0.6s;
}

.page-appear-done .ProductBetterHealthCheck_price__JxPqS {
  animation: ProductBetterHealthCheck_fadeIn__pv88n 1s var(--ease-quart-in-out)
    backwards;
  animation-delay: 3.3s;
}

.page-exit-active .ProductBetterHealthCheck_price__JxPqS {
  animation: ProductBetterHealthCheck_fadeOut__p8GkD 1s var(--ease-quart-in-out)
    0s forwards;
}

@media (min-width: 900px) {
  .ProductBetterHealthCheck_price__JxPqS {
    margin-bottom: 4.4444444444vw;
  }
}

.ProductBetterHealthCheck_description__Sc7s3 {
  margin-bottom: max(2rem, 2.2222222222vw);
}

.page-enter-done .ProductBetterHealthCheck_description__Sc7s3 {
  animation: ProductBetterHealthCheck_fadeIn__pv88n 1s var(--ease-quart-in-out)
    backwards;
  animation-delay: 0.7s;
}

.page-appear-done .ProductBetterHealthCheck_description__Sc7s3 {
  animation: ProductBetterHealthCheck_fadeIn__pv88n 1s var(--ease-quart-in-out)
    backwards;
  animation-delay: 3.4s;
}

.page-exit-active .ProductBetterHealthCheck_description__Sc7s3 {
  animation: ProductBetterHealthCheck_fadeOut__p8GkD 1s var(--ease-quart-in-out)
    0s forwards;
}

@media (min-width: 900px) {
  .ProductBetterHealthCheck_description__Sc7s3 {
    max-width: 32.6388888889vw;
    max-width: max(29.375rem, 32.6388888889vw);
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes ProductDetectPreventRelax_blurIn__NRKEL {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductDetectPreventRelax_blurOut__XkrMO {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductDetectPreventRelax_fadeIn__Z_LHl {
    0% {
      opacity: 0;
    }
  }

  @keyframes ProductDetectPreventRelax_fadeOut__2xNBB {
    to {
      opacity: 0;
    }
  }
}

.ProductDetectPreventRelax_section__NoZzK {
  min-height: 100vh;
  display: flex;
  padding-right: 0;
  padding-left: 0;
  flex-direction: column;
  background-color: #f2f7f8;
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-top: min(-9rem, -10vw);
  padding-top: max(9.25rem, 10.2777777778vw);
  margin-bottom: 40px;
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_section__NoZzK {
    flex-direction: row;
    margin-top: min(-18rem, -20vw);
    padding-top: max(16rem, 17.7777777778vw);
    /* margin-bottom: max(12rem, 13.3333333333vw); */
    margin-bottom: 70px;
  }
}

@media (min-width: 1025px) {
  .ProductDetectPreventRelax_section__NoZzK {
    margin-bottom: 120px;
  }
}

.ProductDetectPreventRelax_videoWrapper__14yHK {
  overflow: hidden;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  display: flex;
  bottom: 3.4722222222vw;
  bottom: max(3.125rem, 3.4722222222vw);
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_videoWrapper__14yHK {
    bottom: 0;
    top: 3.3333333333vw;
    top: max(3rem, 3.3333333333vw);
  }
}

.ProductDetectPreventRelax_videoWrapper__14yHK video {
  width: 100%;
  object-fit: cover;
  object-position: center top;
  margin-top: auto;
  height: 48.6111111111vw;
  height: max(43.75rem, 48.6111111111vw);
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_videoWrapper__14yHK video {
    height: 100%;
  }
}

.ProductDetectPreventRelax_container__FKX8d {
  margin: 0;
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_container__FKX8d {
    width: calc(100% - 60.4166666667vw);
  }
}

@media (min-width: 1400px) {
  .ProductDetectPreventRelax_container__FKX8d {
    width: calc(100% - 42.8472222222vw);
  }
}

.ProductDetectPreventRelax_headline__4I4rG {
  margin-bottom: 1.5rem;
}

.page-enter-done .ProductDetectPreventRelax_headline__4I4rG {
  animation: ProductDetectPreventRelax_blurIn__NRKEL 1s var(--ease-quart-out)
    backwards;
  animation-delay: 0.5s;
}

.page-appear-done .ProductDetectPreventRelax_headline__4I4rG {
  animation: ProductDetectPreventRelax_blurIn__NRKEL 1s var(--ease-quart-out)
    backwards;
  animation-delay: 3.2s;
}

.page-exit-active .ProductDetectPreventRelax_headline__4I4rG {
  animation: ProductDetectPreventRelax_blurOut__XkrMO 1s var(--ease-quart-in) 0s
    forwards;
  animation-delay: 0ms;
}

.ProductDetectPreventRelax_headline__4I4rG
  .ProductDetectPreventRelax_highlight__jAqXV {
  color: var(--color-steel-grey);
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_headline__4I4rG {
    margin-bottom: 1.1111111111vw;
    max-width: 32.6388888889vw;
    max-width: max(29.375rem, 32.6388888889vw);
  }
}

.ProductDetectPreventRelax_description__FDcYu {
  margin-bottom: max(2rem, 2.2222222222vw);
}

.page-enter-done .ProductDetectPreventRelax_description__FDcYu {
  animation: ProductDetectPreventRelax_fadeIn__Z_LHl 1s var(--ease-quart-in-out)
    backwards;
  animation-delay: 0.7s;
}

.page-appear-done .ProductDetectPreventRelax_description__FDcYu {
  animation: ProductDetectPreventRelax_fadeIn__Z_LHl 1s var(--ease-quart-in-out)
    backwards;
  animation-delay: 3.4s;
}

.page-exit-active .ProductDetectPreventRelax_description__FDcYu {
  animation: ProductDetectPreventRelax_fadeOut__2xNBB 1s
    var(--ease-quart-in-out) 0s forwards;
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_description__FDcYu {
    max-width: 30.5555555556vw;
    max-width: max(27.5rem, 30.5555555556vw);
  }
}

.ProductDetectPreventRelax_bulletPointsContainer__BnyqK {
  background: var(--color-intelligent-blue);
  color: var(--color-white);
  margin-top: max(28.125rem, 31.25vw);
  /* margin-left: max(1.25rem, 1.3888888889vw); */
  padding: max(2rem, 2.2222222222vw) max(1.5rem, 1.6666666667vw);
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_bulletPointsContainer__BnyqK {
    margin-top: auto;
    margin-left: auto;
    max-width: 26.5277777778vw;
    max-width: max(23.875rem, 26.5277777778vw);
    padding: max(3rem, 3.3333333333vw);
  }
}

.ProductDetectPreventRelax_bulletPoints__3z34Y {
  display: flex;
  flex-direction: column;
  gap: 1.6666666667vw;
  gap: max(1.5rem, 1.6666666667vw);
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_bulletPoints__3z34Y {
    gap: 3.3333333333vw;
    gap: max(3rem, 3.3333333333vw);
  }
}

.ProductDetectPreventRelax_bulletPoint__ysQVb {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  align-items: center;
  gap: 1.6666666667vw;
  gap: max(1.5rem, 1.6666666667vw);
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_bulletPoint__ysQVb {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.1111111111vw;
    gap: max(1rem, 1.1111111111vw);
  }
}

.ProductDetectPreventRelax_bulletPointIcon__iaal0 {
  height: 1.5rem;
  width: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
}

.ProductDetectPreventRelax_bulletPointIcon__iaal0
  .ProductDetectPreventRelax_squircle__cH4N9 {
  width: 100%;
  height: 100%;
  position: absolute;
  color: #fff;
  opacity: 0.2;
}

.ProductDetectPreventRelax_bulletPointIcon__iaal0
  .ProductDetectPreventRelax_icon__0mtmN {
  height: auto;
  position: relative;
  width: 1.0416666667vw;
  width: max(0.9375rem, 1.0416666667vw);
  height: 0.6944444444vw;
  height: max(0.625rem, 0.6944444444vw);
}

@media (min-width: 900px) {
  .ProductDetectPreventRelax_bulletPointIcon__iaal0
    .ProductDetectPreventRelax_icon__0mtmN {
    width: 1.3194444444vw;
    width: max(1.1875rem, 1.3194444444vw);
    height: 0.9027777778vw;
    height: max(0.8125rem, 0.9027777778vw);
  }

  .ProductDetectPreventRelax_bulletPointIcon__iaal0 {
    width: 2.2222222222vw;
    width: max(2rem, 2.2222222222vw);
    height: 2.2222222222vw;
    height: max(2rem, 2.2222222222vw);
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes ProductBiomarkerImage_blurIn___vEB9 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductBiomarkerImage_blurOut__OVUme {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductBiomarkerImage_fadeIn__Gb0E1 {
    0% {
      opacity: 0;
    }
  }

  @keyframes ProductBiomarkerImage_fadeOut__jrna4 {
    to {
      opacity: 0;
    }
  }
}

.ProductBiomarkerImage_container__culcp {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-right: max(1.25rem, 2.0833333333vw);
  padding-left: max(1.25rem, 2.0833333333vw);
  gap: 3.3333333333vw;
  gap: max(3rem, 3.3333333333vw);
  margin-bottom: max(4rem, 4vw);
}

@media (min-width: 900px) {
  .ProductBiomarkerImage_container__culcp {
    flex-direction: row-reverse;
    gap: 2.7777777778vw;
    gap: max(2.5rem, 2.7777777778vw);
    margin-bottom: max(4rem, 4vw);
    padding-left: max(1.25rem, 2.0833333333vw);
  }
}

.ProductBiomarkerImage_imageWrapper__eXj2x {
  width: 100%;
}

.ProductBiomarkerImage_primaryImage__t_t_W {
  width: 100%;
  overflow: hidden;
  padding: max(4.6875rem, 5.2083333333vw) max(2.5rem, 2.7777777778vw)
    max(6.25rem, 6.9444444444vw);
}

.ProductBiomarkerImage_primaryImage__t_t_W img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 900px) {
  .ProductBiomarkerImage_primaryImage__t_t_W {
    flex-direction: row;
    overflow: hidden;
    padding: 0 max(5.625rem, 6.25vw) max(2rem, 2.2222222222vw);
    min-width: calc(var(--column) * 7vw - 2.0833333333vw * 0.5);
  }

  .ProductBiomarkerImage_primaryImage__t_t_W img {
    object-fit: scale-down;
    object-position: unset;
    min-width: 80%;
  }
}

.ProductBiomarkerImage_topBioMarkerImage__3Tug9 {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 80%;
}

.ProductBiomarkerImage_topBioMarkerImage__3Tug9 img {
  object-fit: scale-down;
  object-position: top right;
}

@media (min-width: 900px) {
  .ProductBiomarkerImage_topBioMarkerImage__3Tug9 {
    width: 40%;
    top: 2.2222222222vw;
    top: max(2rem, 2.2222222222vw);
  }
}

.ProductBiomarkerImage_bottomBioMarkerImage__4REvW {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 80%;
}

@media (min-width: 900px) {
  .ProductBiomarkerImage_bottomBioMarkerImage__4REvW {
    width: 40%;
  }
}

.ProductBiomarkerImage_bottomBioMarkerImage__4REvW img {
  object-fit: scale-down;
  object-position: bottom left;
}

.ProductBiomarkerImage_text__m98bP {
  display: flex;
  flex-direction: column;
  padding: 0;
  gap: 2.2222222222vw;
  gap: max(2rem, 2.2222222222vw);
}

@media (min-width: 900px) {
  .ProductBiomarkerImage_text__m98bP {
    gap: 1.6666666667vw;
    gap: max(1.5rem, 1.6666666667vw);
  }
}

.ProductBiomarkerImage_headline__0_K_9 {
  max-width: 20.1388888889vw;
  max-width: max(18.125rem, 20.1388888889vw);
}

@media (min-width: 900px) {
  .ProductBiomarkerImage_headline__0_K_9 {
    max-width: 28.8194444444vw;
    max-width: max(25.9375rem, 28.8194444444vw);
  }
}

.ProductBiomarkerImage_summary__YjpDq {
  color: rgb(var(--color-rubber-black--rgb), 0.7);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes ProductIncludedModal_blurIn__VjMv5 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductIncludedModal_blurOut__OWMWa {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductIncludedModal_fadeIn__FleFf {
    0% {
      opacity: 0;
    }
  }

  @keyframes ProductIncludedModal_fadeOut__5IIMl {
    to {
      opacity: 0;
    }
  }
}

.ProductIncludedModal_modalWrapper__Ml4m5 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.ProductIncludedModal_modalWrapper__Ml4m5.ProductIncludedModal_isOpen__ho2Wn {
  pointer-events: auto;
  z-index: 3;
}

.ProductIncludedModal_background__Nbtso {
  display: none;
}

@media (min-width: 900px) {
  .ProductIncludedModal_background__Nbtso {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(var(--color-black--rgb), 0.2);
    display: block;
    opacity: 0;
    transition: opacity 0.5s var(--ease-quad-out);
  }

  .ProductIncludedModal_isOpen__ho2Wn .ProductIncludedModal_background__Nbtso {
    opacity: 1;
  }
}

.ProductIncludedModal_modal__TDYYH {
  background-color: var(--color-white);
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s var(--ease-quad-out);
  width: 100%;
  z-index: 3;
}

@media (min-width: 900px) {
  .ProductIncludedModal_modal__TDYYH {
    bottom: 0;
    height: auto;
    left: 50%;
    position: absolute;
    top: 9.7222222222vw;
    transform: translateX(-50%);
    width: 79.5833333333vw;
  }
}

.ProductIncludedModal_isOpen__ho2Wn .ProductIncludedModal_modal__TDYYH {
  opacity: 1;
}

.ProductIncludedModal_scroll__2bPjt {
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior: contain;
  width: 100%;
}

.ProductIncludedModal_backButton__YUhHx {
  bottom: 1.25rem;
  left: 50%;
  position: fixed;
  top: auto;
  transform: translateX(-50%);
  z-index: 4;
}

@media (min-width: 900px) {
  .ProductIncludedModal_backButton__YUhHx {
    bottom: auto;
    left: 2.9861111111vw;
    top: 2.9166666667vw;
    transform: none;
  }
}

.ProductIncludedModal_container__QQm1G {
  padding-bottom: max(6.25rem, 6.9444444444vw);
  padding-top: max(10rem, 14.5138888889vw);
}

@media (min-width: 900px) {
  .ProductIncludedModal_container__QQm1G {
    padding-left: 16.3194444444vw;
    padding-right: 17.5vw;
  }
}

.ProductIncludedModal_title__Ami6T {
  margin-bottom: 0.5rem;
}

@media (min-width: 900px) {
  .ProductIncludedModal_title__Ami6T {
    margin-bottom: 0.5555555556vw;
  }
}

.ProductIncludedModal_categories__rjINO {
  margin-top: max(4rem, 4.4444444444vw);
}

.ProductIncludedModal_categories__rjINO .ProductIncludedModal_category__z0ihO {
  padding-bottom: max(4rem, 4.4444444444vw);
}

.ProductIncludedModal_categories__rjINO
  .ProductIncludedModal_category__z0ihO
  .ProductIncludedModal_categoryName__u9twA {
  margin-bottom: max(1rem, 1.1111111111vw);
}

.ProductIncludedModal_categories__rjINO
  .ProductIncludedModal_category__z0ihO
  .ProductIncludedModal_categoryItem__5jhoh {
  padding-top: max(0.5rem, 0.5555555556vw);
  padding-bottom: max(0.5rem, 0.5555555556vw);
  border-bottom: 1px solid var(--color-aluminum-grey);
}

.ProductIncludedModal_categories__rjINO
  .ProductIncludedModal_category__z0ihO
  .ProductIncludedModal_categoryItem__5jhoh:first-child {
  border-top: 1px solid var(--color-aluminum-grey);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes ProductModal_blurIn__YV_p9 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductModal_blurOut__naahz {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ProductModal_fadeIn__j004z {
    0% {
      opacity: 0;
    }
  }

  @keyframes ProductModal_fadeOut__scntH {
    to {
      opacity: 0;
    }
  }
}

.ProductModal_modalWrapper__BgNHM {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.ProductModal_modalWrapper__BgNHM.ProductModal_isOpen__npLMD {
  pointer-events: auto;
  z-index: 3;
}

.ProductModal_background__NZmgI {
  display: none;
}

@media (min-width: 900px) {
  .ProductModal_background__NZmgI {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(var(--color-black--rgb), 0.2);
    display: block;
    opacity: 0;
    transition: opacity 0.5s var(--ease-quad-out);
  }

  .ProductModal_isOpen__npLMD .ProductModal_background__NZmgI {
    opacity: 1;
  }
}

.ProductModal_modal__lcKUo {
  background-color: var(--color-white);
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s var(--ease-quad-out);
  width: 100%;
}

@media (min-width: 900px) {
  .ProductModal_modal__lcKUo {
    bottom: 0;
    height: auto;
    left: 50%;
    position: absolute;
    top: 9.7222222222vw;
    transform: translateX(-50%);
    width: 79.5833333333vw;
  }
}

.ProductModal_isOpen__npLMD .ProductModal_modal__lcKUo {
  opacity: 1;
}

.ProductModal_scroll__UNtqe {
  height: 100%;
  overflow-y: scroll;
  overscroll-behavior: contain;
  width: 100%;
}

.ProductModal_backButton__2LgQZ {
  bottom: 1.25rem;
  left: 50%;
  position: fixed;
  top: auto;
  transform: translateX(-50%);
  z-index: 4;
}

@media (min-width: 900px) {
  .ProductModal_backButton__2LgQZ {
    bottom: auto;
    left: 2.9861111111vw;
    top: 2.9166666667vw;
    transform: none;
  }
}

.ProductModal_container__v9YKb {
  display: flex;
  flex-direction: column;
  gap: 0.5555555556vw;
  gap: max(0.5rem, 0.5555555556vw);
  padding-bottom: max(6.25rem, 6.9444444444vw);
  padding-top: max(10rem, 14.5138888889vw);
}

@media (min-width: 900px) {
  .ProductModal_container__v9YKb {
    padding-left: 16.3194444444vw;
    padding-right: 17.5vw;
  }
}

.ProductModal_imageTable__Ttijk {
  width: 100%;
  height: auto;
  object-fit: scale-down;
  margin-top: max(2rem, 2.2222222222vw);
}

.ProductModal_medicalDevicesHeader__lZVso {
  margin-top: max(6rem, 6.6666666667vw);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Container_blurIn__4A178 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Container_blurOut__xGEIF {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Container_fadeIn__O8I6c {
    0% {
      opacity: 0;
    }
  }

  @keyframes Container_fadeOut__0FclB {
    to {
      opacity: 0;
    }
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes HoverTextAnimation_blurIn__JXb6c {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes HoverTextAnimation_blurOut__alBwm {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes HoverTextAnimation_fadeIn__bTqqj {
    0% {
      opacity: 0;
    }
  }

  @keyframes HoverTextAnimation_fadeOut__QmUDP {
    to {
      opacity: 0;
    }
  }
}

.HoverTextAnimation_hoverableElement__r2HMh {
  cursor: pointer;
}

.HoverTextAnimation_hoverTextContainer__b9glP {
  margin-bottom: min(-0.625rem, -0.6944444444vw);
  margin-top: min(-0.625rem, -0.6944444444vw);
  display: inline-block;
  overflow: hidden;
}

.HoverTextAnimation_hoverTextWrapper__E6i1C {
  padding-bottom: max(0.625rem, 0.6944444444vw);
  padding-top: max(0.625rem, 0.6944444444vw);
  display: inline-block;
  position: relative;
}

@media (any-hover: hover) {
  .HoverTextAnimation_isAnimating__vBLYV
    .HoverTextAnimation_hoverTextWrapper__E6i1C {
    transform: translateX(calc(100% + 1em));
    transition: transform 1s var(--ease-cubic);
  }
}

.HoverTextAnimation_hoverHiddenText__uzuGo {
  display: inline-block;
}

.HoverTextAnimation_hoverMainText__03chn {
  padding-bottom: max(0.625rem, 0.6944444444vw);
  padding-top: max(0.625rem, 0.6944444444vw);
  display: inline-block;
  height: 100%;
  margin-right: 1em;
  position: absolute;
  right: 100%;
  top: 0;
  white-space: nowrap;
  width: 100%;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes ViewportEnterEffect_blurOut__Eyq4Z {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes ViewportEnterEffect_fadeIn__k2i53 {
    0% {
      opacity: 0;
    }
  }

  @keyframes ViewportEnterEffect_fadeOut__ZZyDg {
    to {
      opacity: 0;
    }
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_fit__SRMmw,
  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_fit__SRMmw
    .ViewportEnterEffect_effect__7DK7N {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_mask__6TjZo {
    overflow: hidden;
  }

  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_fillHeight__wl1Eh {
    flex-grow: 1;
    height: 100%;
  }

  .ViewportEnterEffect_effectWrapper__UWAcG.ViewportEnterEffect_fillHeight__wl1Eh
    .ViewportEnterEffect_effect__7DK7N {
    height: 100%;
  }

  @keyframes ViewportEnterEffect_fade__maKIy {
    0% {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }

  .ViewportEnterEffect_fade__maKIy {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-in-quad-out);
    animation-play-state: paused;
    animation-name: ViewportEnterEffect_fade__maKIy;
  }

  .ViewportEnterEffect_fade__maKIy.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_slideUp__cZT6O {
    0% {
      opacity: 0;
      transform: translateY(5vh);
    }

    to {
      opacity: 1;
      transform: none;
    }
  }

  .ViewportEnterEffect_slideUp__cZT6O {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_slideUp__cZT6O;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_slideUp__cZT6O.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_slideLeft__oxJLC {
    0% {
      opacity: 0;
      transform: translateX(5vw);
    }

    to {
      transform: none;
      opacity: 1;
    }
  }

  .ViewportEnterEffect_slideLeft__oxJLC {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quart-out);
    animation-name: ViewportEnterEffect_slideLeft__oxJLC;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_slideLeft__oxJLC.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_slideRight__2hflz {
    0% {
      opacity: 0;
      transform: translateX(-5vw);
    }

    to {
      transform: none;
      opacity: 1;
    }
  }

  .ViewportEnterEffect_slideRight__2hflz {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quart-out);
    animation-name: ViewportEnterEffect_slideRight__2hflz;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_slideRight__2hflz.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_scaleDown__gHsIm {
    0% {
      transform: scale(1.2);
      opacity: 0.8;
    }

    to {
      transform: none;
      opacity: 1;
    }
  }

  .ViewportEnterEffect_scaleDown__gHsIm {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_scaleDown__gHsIm;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_scaleDown__gHsIm.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_scaleUp__SirLz {
    0% {
      transform: scale(0.8);
      opacity: 0;
    }

    to {
      transform: none;
      opacity: 1;
    }
  }

  .ViewportEnterEffect_scaleUp__SirLz {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_scaleUp__SirLz;
    animation-play-state: paused;
  }

  .ViewportEnterEffect_scaleUp__SirLz.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_drawLineHorizontal__DtPL_ {
    0% {
      transform: scaleX(0);
    }

    to {
      transform: scaleX(1);
    }
  }

  .ViewportEnterEffect_drawLineHorizontal__DtPL_ {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_drawLineHorizontal__DtPL_;
    animation-play-state: paused;
    transform-origin: left;
  }

  .ViewportEnterEffect_drawLineHorizontal__DtPL_.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_drawLineVertical__a7un7 {
    0% {
      transform: scaleY(0);
    }

    to {
      transform: scaleY(1);
    }
  }

  .ViewportEnterEffect_drawLineVertical__a7un7 {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_drawLineVertical__a7un7;
    animation-play-state: paused;
    transform-origin: top;
  }

  .ViewportEnterEffect_drawLineVertical__a7un7.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_blurInFromLeft__EpEmJ {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  .ViewportEnterEffect_blurInFromLeft__EpEmJ {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quart-out);
    animation-name: ViewportEnterEffect_blurInFromLeft__EpEmJ;
    animation-play-state: paused;
    transform-origin: top;
  }

  .ViewportEnterEffect_blurInFromLeft__EpEmJ.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_blurInFromBottom__N_1Xn {
    0% {
      filter: blur(10px);
      opacity: 0;
      transform: translateY(5vh);
    }
  }

  .ViewportEnterEffect_blurInFromBottom__N_1Xn {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_blurIn__528wk;
    animation-play-state: paused;
    transform-origin: top;
  }

  .ViewportEnterEffect_blurInFromBottom__N_1Xn.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }

  @keyframes ViewportEnterEffect_blurIn__528wk {
    0% {
      filter: blur(10px);
      opacity: 0;
    }
  }

  .ViewportEnterEffect_blurIn__528wk {
    animation-duration: 1.2s;
    animation-fill-mode: backwards;
    animation-timing-function: var(--ease-quad-out);
    animation-name: ViewportEnterEffect_blurIn__528wk;
    animation-play-state: paused;
    transform-origin: top;
  }

  .ViewportEnterEffect_blurIn__528wk.ViewportEnterEffect_visible__Ki0TJ {
    animation-play-state: running;
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Text_blurIn__ZkQ1X {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Text_blurOut__XwZZi {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Text_fadeIn__nBSJt {
    0% {
      opacity: 0;
    }
  }

  @keyframes Text_fadeOut__eO2C1 {
    to {
      opacity: 0;
    }
  }
}

.Text_headline__myWUg {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 7.2222222222vw;
  font-size: max(3.375rem, 7.2222222222vw);
}

@media (min-width: 900px) {
  .Text_headline__myWUg {
    line-height: 1.1;
  }
}

.Text_seHeadline__SU_e1 {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 5.9722222222vw;
  font-size: max(2.875rem, 5.9722222222vw);
}

@media (min-width: 900px) {
  .Text_seHeadline__SU_e1 {
    line-height: 1.1;
  }
}


.Text_pageHeader__81snT,
.Text_siteHeader__qz3qu {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
  font-size: 28px;
}

.Text_siteHeader__qz3qu {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 4.4444444444vw;
  font-size: 28px;
}

@media (min-width: 1025px) {
	.Text_pageHeader__81snT {
	  font-feature-settings: "lnum";
	  font-variant-numeric: lining-nums;
	  font-size: 32px;
	}
}



.Text_seSiteHeader__fmdgP {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 3.75vw;
  font-size: max(2.25rem, 3.75vw);
}

.Text_seSiteHeader__fmdgP,
.Text_sectionHeader__yOd9b {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
}

.Text_sectionHeader__yOd9b {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 32px;
}

.Text_paragraphHeader__H6Z5p {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 2.3611111111vw;
  font-size: max(1.625rem, 2.3611111111vw);
}

.Text_paragraphHeader__H6Z5p,
.Text_paragraphSubHeader__f0Rv3 {
  font-family: Orleans;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.1;
}

.Text_paragraphSubHeader__f0Rv3 {
  font-feature-settings: "lnum";
  font-variant-numeric: lining-nums;
  font-size: 1.9444444444vw;
  font-size: max(1.375rem, 1.9444444444vw);
}

.Text_largeBodyCopy__oveJJ {
  font-family: IBM Plex Sans;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.6;
  font-size: 1.6666666667vw;
  font-size: max(1.125rem, 1.6666666667vw);
}

@media (min-width: 900px) {
  .Text_largeBodyCopy__oveJJ {
    font-weight: 300;
    line-height: 1.7;
  }
}

.Text_bodyCopy__CbFPZ {
  font-family: IBM Plex Sans;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 1.6;
  font-size: 16px;
}

@media (min-width: 900px) {
  .Text_bodyCopy__CbFPZ {
    line-height: 25px;
  }
}

.Text_cta__RmC9V {
  letter-spacing: -0.011em;
  line-height: 1;
  font-size: 1.1111111111vw;
  font-size: max(1rem, 1.1111111111vw);
}

.Text_cta__RmC9V,
.Text_smallCta__l0DfZ {
  font-family: IBM Plex Sans;
  font-weight: 400;
}

.Text_smallCta__l0DfZ {
  letter-spacing: -0.01em;
  line-height: 1.6;
  font-size: 0.9722222222vw;
  font-size: max(0.875rem, 0.9722222222vw);
}

.Text_statsLarge__8WrID {
  font-size: 3.75vw;
  font-size: max(2.25rem, 3.75vw);
}

.Text_statsLarge__8WrID,
.Text_statsSmall__nOoXU {
  font-family: Deco Numeral;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 1.2;
}

.Text_statsSmall__nOoXU {
  font-size: 2.5vw;
  font-size: max(2.25rem, 2.5vw);
}

.Text_statsDescriptor__IFpGS {
  font-family: IBM Plex Mono;
  font-weight: 400;
  letter-spacing: -0.011em;
  line-height: 2.9;
  text-transform: uppercase;
  font-size: 0.9722222222vw;
  font-size: max(0.875rem, 0.9722222222vw);
}

.Text_blockquote___vCNY {
  font-family: IBM Plex Sans;
  font-weight: 400;
  letter-spacing: -0.005em;
  line-height: 2;
  position: relative;
  font-size: 1.25vw;
  font-size: max(1rem, 1.25vw);
  padding-left: max(2.5rem, 2.7777777778vw);
}

.Text_blockquote___vCNY:before {
  width: 1px;
  content: "";
  height: 100%;
  background-color: #9ebcc4;
  left: 0;
  top: 0;
  position: absolute;
}

.IconSprite_icon__8V_Z4 {
  display: inline-block;
  flex: none;
  height: auto;
  max-width: 100%;
}

.IconSprite_hidden__gLW2M {
  display: none;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Button_blurIn__605As {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Button_blurOut__ro3AD {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Button_fadeIn__YgAua {
    0% {
      opacity: 0;
    }
  }

  @keyframes Button_fadeOut__b66XW {
    to {
      opacity: 0;
    }
  }
}

.Button_button__bwept {
  align-items: center;
  display: inline-flex;
  justify-content: space-between;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

.Button_button__bwept:before {
  top: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s var(--ease-cubic);
  width: 100%;
}

@media (any-hover: hover) {
  .Button_isAnimatingHover__pSsLj .Button_button__bwept:before,
  .Button_isHovering__ivIjJ .Button_button__bwept:before {
    transform-origin: left;
    transform: scaleX(1);
    transition-duration: 1s;
  }
}

.Button_button__bwept.Button_primary__7fH0C {
  padding: max(1.75rem, 2.6388888889vw) max(1.25rem, 2.0833333333vw);
}

.Button_button__bwept.Button_primary__7fH0C.Button_hasIcon__gV0HO {
  min-width: 18.4027777778vw;
  min-width: max(12.375rem, 18.4027777778vw);
  padding-right: max(1.6875rem, 2.5694444444vw);
}

.Button_button__bwept.Button_secondary__DNIuD {
  padding: max(1rem, 1.1111111111vw) max(1.25rem, 1.3888888889vw);
  border-radius: 2.0833333333vw;
  border-radius: max(1.875rem, 2.0833333333vw);
}

.Button_button__bwept.Button_dark__gV6N_.Button_primary__7fH0C {
  background-color: var(--color-rubber-black);
  color: var(--color-white);
}

.Button_button__bwept.Button_dark__gV6N_.Button_primary__7fH0C:before {
  background-color: rgba(var(--color-white--rgb), 0.1);
}

.Button_button__bwept.Button_dark__gV6N_.Button_secondary__DNIuD {
  border: 1px solid rgba(var(--color-rubber-black--rgb), 0.4);
  color: var(--color-rubber-black);
}

.Button_button__bwept.Button_dark__gV6N_.Button_secondary__DNIuD:before {
  background-color: rgba(var(--color-rubber-black--rgb), 0.2);
}

.Button_button__bwept.Button_light__fAnCc.Button_primary__7fH0C {
  background-color: var(--color-white);
  color: var(--color-rubber-black);
}

.Button_button__bwept.Button_light__fAnCc.Button_primary__7fH0C:before {
  background-color: rgba(var(--color-black--rgb), 0.2);
}

.Button_button__bwept.Button_light__fAnCc.Button_secondary__DNIuD {
  border: 1px solid rgba(var(--color-white--rgb), 0.4);
  color: var(--color-white);
}

.Button_button__bwept.Button_light__fAnCc.Button_secondary__DNIuD:before {
  background-color: rgba(var(--color-white--rgb), 0.2);
}

.Button_button__bwept.Button_blue__u_hah {
  background-color: var(--color-intelligent-blue);
  color: var(--color-white);
}

.Button_button__bwept.Button_blue__u_hah:before {
  background-color: rgba(var(--color-white--rgb), 0.2);
}

.Button_button__bwept.Button_darkBlue__6zL7c {
  background-color: var(--color-intelligent-blue-dark);
  color: var(--color-white);
}

.Button_button__bwept.Button_darkBlue__6zL7c:before {
  background-color: rgba(var(--color-white--rgb), 0.2);
}

.Button_button__bwept.Button_black__kAQvx {
  background-color: var(--color-rubber-black);
  color: var(--color-white);
}

.Button_button__bwept.Button_black__kAQvx:before {
  background-color: rgba(var(--color-white--rgb), 0.1);
}

.Button_buttonIcon__LowYb {
  width: 1.2em;
  height: 1.2em;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes CookieBar_blurIn__kmrgd {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes CookieBar_blurOut__ZxIwa {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes CookieBar_fadeIn__wWGS4 {
    0% {
      opacity: 0;
    }
  }

  @keyframes CookieBar_fadeOut__TFtzP {
    to {
      opacity: 0;
    }
  }
}

.CookieBar_cookieBar__LnyB1 {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: var(--color-rubber-black);
  z-index: 11;
  transition: transform 1.2s var(--ease-quart-in-out);
}

@media (min-width: 900px) {
  .CookieBar_cookieBar__LnyB1 {
    width: 55.5555555556vw;
    width: max(50rem, 55.5555555556vw);
  }
}

.CookieBar_cookieBar__LnyB1.CookieBar_isVisible__SXTwK {
  transform: translateX(0);
  transition: transform 1.2s var(--ease-quart-in-out);
  transition-delay: 2.5s;
}

.CookieBar_cookieBar__LnyB1.CookieBar_isVisible__SXTwK.CookieBar_transitionDelay__qUUjn {
  transition-delay: 3s;
}

.CookieBar_cookieBar__LnyB1.CookieBar_isCookieAnimationEnded__uaAlY {
  display: none;
}

.CookieBar_container__S7Euq {
  width: 100%;
  height: 100%;
  padding-top: max(0.9375rem, 1.0416666667vw);
  padding-bottom: max(0.9375rem, 1.0416666667vw);
}

@media (min-width: 900px) {
  .CookieBar_container__S7Euq {
    padding: max(1.5625rem 1.875rem, 1.7361111111vw 2.0833333333vw);
  }
}

.CookieBar_content__Sdyvy {
  width: 100%;
  height: 100%;
  color: var(--color-white);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.CookieBar_content__Sdyvy .CookieBar_message__f45gK {
  margin-bottom: max(0.9375rem, 1.0416666667vw);
}

@media (min-width: 900px) {
  .CookieBar_content__Sdyvy .CookieBar_message__f45gK {
    margin-bottom: max(1rem, 1.1111111111vw);
  }
}

.CookieBar_message__f45gK {
  opacity: 0.7;
}

.CookieBar_message__f45gK a {
  text-decoration: underline;
}

.CookieBar_buttons__d466m {
  display: flex;
  align-items: center;
}

.CookieBar_declineButton__zYUTD {
  margin-left: max(0.9375rem, 1.0416666667vw);
}

.CookieBar_declineButtonInner__oQmJ8 {
  position: relative;
  padding-top: max(0.3125rem, 0.3472222222vw);
}

.CookieBar_declineButtonInner__oQmJ8:after {
  background-color: currentColor;
  bottom: -0.6944444444vw;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s var(--ease-cubic);
  width: 100%;
}

@media (any-hover: hover) {
  .CookieBar_isAnimatingHoverLink__am_ha
    .CookieBar_declineButtonInner__oQmJ8:after,
  .CookieBar_isHoveringLink__C5aAX .CookieBar_declineButtonInner__oQmJ8:after {
    transform-origin: left;
    transform: scaleX(1);
    transition-duration: 1s;
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes DefaultPageTransition_blurIn__i2WNA {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes DefaultPageTransition_blurOut__PWdzq {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes DefaultPageTransition_fadeIn__SwAG_ {
    0% {
      opacity: 0;
    }
  }

  @keyframes DefaultPageTransition_fadeOut__h1Kix {
    to {
      opacity: 0;
    }
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes DefaultPageTransition_pageSwipeInOut__xB95D {
    0% {
      background: var(--color-rubber-black);
      transform: translateX(-100%);
    }

    49.999% {
      background: var(--color-rubber-black);
      transform: translateX(-47%);
    }

    51% {
      background: var(--color-rubber-black);
      transform: translateX(0);
    }

    to {
      background: var(--color-rubber-black);
      transform: translateX(53%);
    }
  }

  @keyframes DefaultPageTransition_pageSwipeIn__hAp5b {
    0% {
      background: var(--color-rubber-black);
      transform: translateX(-100%);
    }

    to {
      background: var(--color-rubber-black);
      transform: translateX(-47%);
    }
  }

  @keyframes DefaultPageTransition_pageSwipeOut__hxzKS {
    0% {
      background: var(--color-rubber-black);
      transform: translateX(0);
    }

    to {
      background: var(--color-rubber-black);
      transform: translateX(53%);
    }
  }

  .DefaultPageTransition_cover__kBcCF:after,
  .DefaultPageTransition_cover__kBcCF:before {
    display: block;
    position: fixed;
    inset: 0 0 0 0;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    z-index: 17;
    content: "";
    width: 200%;
  }

  .DefaultPageTransition_cover__kBcCF:before {
    inset: 0 0 40% 0;
  }

  .DefaultPageTransition_cover__kBcCF:after {
    inset: 60% 0 0 0;
  }
}

.page-exit .DefaultPageTransition_cover__kBcCF:before,
.page-exit-active .DefaultPageTransition_cover__kBcCF:before {
  background: var(--color-rubber-black);
  animation: DefaultPageTransition_pageSwipeIn__hAp5b 1s
    var(--ease-quart-in-out) both;
  animation-delay: 0.3s;
}

.page-exit .DefaultPageTransition_cover__kBcCF:after,
.page-exit-active .DefaultPageTransition_cover__kBcCF:after {
  background: var(--color-rubber-black);
  animation: DefaultPageTransition_pageSwipeIn__hAp5b 1s
    var(--ease-quart-in-out) both;
}

.page-enter .DefaultPageTransition_cover__kBcCF:after,
.page-enter .DefaultPageTransition_cover__kBcCF:before,
.page-enter-active .DefaultPageTransition_cover__kBcCF:after,
.page-enter-active .DefaultPageTransition_cover__kBcCF:before {
  background: var(--color-rubber-black);
}

.page-enter-done .DefaultPageTransition_cover__kBcCF:before {
  background: none;
  animation: DefaultPageTransition_pageSwipeOut__hxzKS 1s
    var(--ease-quart-in-out) backwards;
  animation-delay: 0.3s;
}

.page-enter-done .DefaultPageTransition_cover__kBcCF:after {
  background: none;
  animation: DefaultPageTransition_pageSwipeOut__hxzKS 1s
    var(--ease-quart-in-out) backwards;
}

.page-appear-done .DefaultPageTransition_cover__kBcCF:before {
  animation: DefaultPageTransition_pageSwipeInOut__xB95D 2s
    var(--ease-quart-in-out) both;
  animation-delay: 2s;
  background: var(--color-rubber-black);
}

.page-appear-done .DefaultPageTransition_cover__kBcCF:after {
  animation: DefaultPageTransition_pageSwipeInOut__xB95D 2s
    var(--ease-quart-in-out) both;
  animation-delay: 1.7s;
  background: var(--color-rubber-black);
}

.page-appear-suspended .DefaultPageTransition_cover__kBcCF:after,
.page-appear-suspended .DefaultPageTransition_cover__kBcCF:before,
.page-enter-suspended .DefaultPageTransition_cover__kBcCF:after,
.page-enter-suspended .DefaultPageTransition_cover__kBcCF:before {
  background: var(--color-rubber-black);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Logo_blurIn__4ZSF9 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Logo_blurOut__QQ_po {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Logo_fadeIn__ShZfd {
    0% {
      opacity: 0;
    }
  }

  @keyframes Logo_fadeOut___Yl4A {
    to {
      opacity: 0;
    }
  }
}

@keyframes Logo_scanAnimation__6JTwP {
  0% {
    -webkit-clip-path: inset(0 0 100% 0);
    clip-path: inset(0 0 100% 0);
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

@keyframes Logo_splitAnimation__NHZn6 {
  0% {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }

  to {
    -webkit-clip-path: inset(50% 0 0 0);
    clip-path: inset(50% 0 0 0);
  }
}

@keyframes Logo_splitAnimationReverse__UvmOU {
  0% {
    -webkit-clip-path: inset(50% 0 0 0);
    clip-path: inset(50% 0 0 0);
  }

  to {
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
  }
}

.Logo_logo__OHTxj {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

.Logo_logoHidden__6vFGQ {
  opacity: 0;
  visibility: hidden;
}

.Logo_logoTop__ekZpJ {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-4%);
  transition: -webkit-clip-path 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91);
  transition: clip-path 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91);
  transition: clip-path 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91),
    -webkit-clip-path 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91);
  width: 110%;
}

.Logo_shouldAnimate__sH2Mg .Logo_logoTop__ekZpJ {
  transition-duration: 0.7s;
  transition-delay: 0.7s;
}

.Logo_animate__3KJ1n .Logo_logoTop__ekZpJ {
  -webkit-clip-path: inset(0 0 51% 0);
  clip-path: inset(0 0 51% 0);
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoTop__ekZpJ {
    -webkit-clip-path: inset(0 0 51% 0);
    clip-path: inset(0 0 51% 0);
  }
}

.Logo_logoTop__ekZpJ path:first-child {
  transform: translateX(0);
}

.Logo_logoTop__ekZpJ path:nth-child(2) {
  transform: translateX(2.4%);
}

.Logo_logoTop__ekZpJ path:nth-child(3) {
  transform: translateX(3.3%);
}

.Logo_logoTop__ekZpJ path:nth-child(4) {
  transform: translateX(3.8%);
}

.Logo_logoBottom__ZFlt_ {
  height: 100%;
  left: 0;
  position: absolute;
  top: -1%;
  width: 110%;
}

.Logo_shouldAnimate__sH2Mg .Logo_logoBottom__ZFlt_ {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
}

.Logo_isHoverable__4Umic .Logo_logoBottom__ZFlt_ {
  animation: Logo_splitAnimationReverse__UvmOU 0.7s
    cubic-bezier(0.1, 0.58, 0.28, 0.91) forwards;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ {
  animation: Logo_scanAnimation__6JTwP 0.7s
      cubic-bezier(0.18, 0.71, 0.87, -0.03) forwards,
    Logo_splitAnimation__NHZn6 0.7s cubic-bezier(0.1, 0.58, 0.28, 0.91) 0.7s
      forwards;
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ {
    animation: Logo_splitAnimation__NHZn6 0.7s
      cubic-bezier(0.1, 0.58, 0.28, 0.91) forwards;
  }
}

.Logo_shouldAnimate__sH2Mg .Logo_logoBottom__ZFlt_ path {
  opacity: 0;
  transform: translateX(-3%);
}

.Logo_isHoverable__4Umic .Logo_logoBottom__ZFlt_ path {
  transition: transform 0.7s var(--ease-quad-out);
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path {
  opacity: 1;
  transition: opacity 0.25s var(--ease-cubic-out),
    transform 1.4s var(--ease-quad-in-out);
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path {
    opacity: 1;
  }
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path:first-child {
  transform: translateX(2.6%);
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path:first-child {
    transform: translateX(2.6%);
  }
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path:nth-child(2) {
  transform: translateX(2.7%);
  transition-delay: 0.1s, 0s;
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path:nth-child(2) {
    transform: translateX(2.7%);
  }
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path:nth-child(3) {
  transform: translateX(2.6%);
  transition-delay: 0.2s, 0s;
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path:nth-child(3) {
    transform: translateX(2.6%);
  }
}

.Logo_animate__3KJ1n .Logo_logoBottom__ZFlt_ path:nth-child(4) {
  transform: translateX(8.3%);
  transition-delay: 0.3s, 0s;
}

@media (any-hover: hover) {
  .Logo_isHoverable__4Umic:hover .Logo_logoBottom__ZFlt_ path:nth-child(4) {
    transform: translateX(8.3%);
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Loader_blurIn__xUts3 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Loader_blurOut__8DNg3 {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Loader_fadeIn__Hl0mK {
    0% {
      opacity: 0;
    }
  }

  @keyframes Loader_fadeOut__q3ju4 {
    to {
      opacity: 0;
    }
  }
}

.Loader_loader__tGCyq {
  pointer-events: none;
  position: fixed;
  inset: 0 0 0 0;
  z-index: 16;
  color: var(--color-rubber-black);
  background: var(--color-aluminum-grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@keyframes Loader_loaderFinished__mGm3N {
  0% {
    opacity: 1;
    visibility: visible;
  }

  to {
    opacity: 0;
    visibility: hidden;
  }
}

.Loader_loader__tGCyq.Loader_finished__6yjaw {
  visibility: hidden;
  animation: Loader_loaderFinished__mGm3N 1ms linear 2.7s backwards;
}

@keyframes Loader_fadeInLogo__ekJY4 {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.Loader_loaderLogo__Whk30 {
  height: 1.7361111111vw;
  height: max(1.5625rem, 1.7361111111vw);
  width: 8.0555555556vw;
  width: max(7.25rem, 8.0555555556vw);
  margin-top: max(-1.5625rem, -1.7361111111vw);
  margin-bottom: max(3.125rem, 3.4722222222vw);
  animation: Loader_fadeInLogo__ekJY4 1s both;
}

.Loader_loaderTrack__pIWSQ {
  width: 13.8888888889vw;
  width: max(12.5rem, 13.8888888889vw);
  background: #d6d9d9;
  height: 1px;
  position: relative;
}

@keyframes Loader_loadingJsAnimation__6YmCl {
  0% {
    transform: scale(0);
  }
}

.Loader_loaderProgressWrapper__veoit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation: Loader_loadingJsAnimation__6YmCl 2s var(--ease-expo-out);
  transform-origin: center left;
}

.Loader_loaderProgress___uxDS {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--color-rubber-black);
  transform: scaleX(var(--progress));
  transition: transform 0.5s var(--ease-expo-out);
  transform-origin: center left;
}

.ScrollRig-visibilityHidden {
  visibility: hidden;
}

.js-global-canvas-error .ScrollRig-visibilityHidden {
  visibility: unset;
}

.ScrollRig-transparentColor {
  color: transparent;
}

.js-global-canvas-error .ScrollRig-transparentColor {
  color: unset;
}

.js-has-global-canvas.js-smooth-scrollbar-disabled .ScrollRig-hiddenIfSmooth {
  color: unset;
  visibility: unset;
}

.ScrollRig-scrollHtml {
  height: 100%;
  overflow: hidden;
}

.ScrollRig-scrollWrapper {
  height: 100%;
  overflow-y: scroll;
}

:root {
  --vw: 1vw;
  --vh: 1vh;
  --ease-cubic: cubic-bezier(0.66, 0, 0.34, 1);
  --ease-cubic-in: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-cubic-out: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-cubic-in-out: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-circ-in: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-circ-out: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-circ-in-out: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  --ease-expo-in: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-expo-out: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-expo-in-out: cubic-bezier(1, 0, 0, 1);
  --ease-quad-in: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-quad-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-quad-in-out: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-quart-in: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-quart-out: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-quart-in-out: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-quint-in: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-quint-out: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-quint-in-out: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-sine-in: cubic-bezier(0.47, 0, 0.745, 0.715);
  --ease-sine-out: cubic-bezier(0.39, 0.575, 0.565, 1);
  --ease-sine-in-out: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  --ease-back-in: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --ease-back-out: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --ease-back-in-out: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  --ease-back-out-more: cubic-bezier(0.56, 0.91, 0.465, 1.65);
  --breakpoint-medium: 500px;
  --breakpoint-tablet: 700px;
  --breakpoint-desktop: 900px;
  --breakpoint-large: 1400px;
  --color-futuristic-yellow: #ffff78;
  --color-futuristic-yellow--rgb: 255, 255, 120;
  --color-amber: #ffaf38;
  --color-amber--rgb: 255, 175, 56;
  --color-optimistic-red: #f56151;
  --color-optimistic-red--rgb: 245, 97, 81;
  --color-intelligent-blue: #009ec9;
  --color-intelligent-blue--rgb: 0, 158, 201;
  --color-rubber-black: #262c2e;
  --color-rubber-black--rgb: 38, 44, 46;
  --color-steel-grey: #9ebcc4;
  --color-steel-grey--rgb: 158, 188, 196;
  --color-porcelain-grey: #fcfbfa;
  --color-porcelain-grey--rgb: 252, 251, 250;
  --color-white: #fff;
  --color-white--rgb: 255, 255, 255;
  --color-aluminum-grey: #e3e5e5;
  --color-aluminum-grey--rgb: 227, 229, 229;
  --color-black: #000;
  --color-black--rgb: 0, 0, 0;
  --color-intelligent-blue-dark: #008eb5;
  --color-intelligent-blue-dark--rgb: 0, 142, 181;
  --color-aluminum-grey-lightened: #f7f7f7;
  --color-aluminum-grey-lightened--rgb: 247, 247, 247;
  --gradient-heart-modal: linear-gradient(
    288.17deg,
    rgba(245, 97, 81, 0.2) 4.28%,
    hsla(0, 100%, 99%, 0.2) 89.23%
  );
  --gradient-skin-modal: linear-gradient(
    288.17deg,
    rgba(0, 158, 201, 0.2) 4.28%,
    rgba(225, 249, 255, 0.2) 89.23%
  );
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes blurIn {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes blurOut {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }
  }

  @keyframes fadeOut {
    to {
      opacity: 0;
    }
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
html {
  display: flex;
  flex-direction: column;
  flex: 1 1;
  min-height: 100%;
}

html {
  background: var(--color-white);
  color: var(--color-rubber-black);
  font-display: block;
  font-family: IBM Plex Sans, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
select,
textarea {
  font-family: Forma DJR Micro, -apple-system, BlinkMacSystemFont, Segoe UI,
    Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
    sans-serif;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: var(--color-black);
}

input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: var(--color-black);
}

input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: var(--color-black);
}

input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  color: var(--color-black);
}

a {
  text-decoration: none;
}

a,
button {
  color: inherit;
  cursor: pointer;
}

button {
  background: none;
  border: none;
  font-family: inherit;
  font-size: inherit;
  outline: none;
}

ul {
  list-style: none;
}

input {
  background-color: transparent;
  background-image: none;
  border: none;
  box-shadow: none;
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px var(--color-black) inset;
}

img {
  max-width: 100%;
}

[data-ui="PaneItem"] [data-testid="Media"]:has(img) {
  display: none;
}

[data-ui="PaneItem"] img {
  display: none;
}

.StickyFooterWrapper {
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

[data-debug="true"] {
  outline: 1px solid red;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes LocaleSwitch_blurIn__rxPt_ {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes LocaleSwitch_blurOut__3jgHN {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes LocaleSwitch_fadeIn__115Bk {
    0% {
      opacity: 0;
    }
  }

  @keyframes LocaleSwitch_fadeOut__U1JVx {
    to {
      opacity: 0;
    }
  }
}

.LocaleSwitch_locales__x4drf {
  display: flex;
  gap: 1.1111111111vw;
  gap: max(1rem, 1.1111111111vw);
}

.LocaleSwitch_locale__fJAmv {
  cursor: pointer;
  opacity: 0.6;
}

.LocaleSwitch_locale__fJAmv.LocaleSwitch_selected__559aQ {
  cursor: default;
  opacity: 1;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes BulletPoints_blurIn__N2_Ph {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes BulletPoints_blurOut__9PMb3 {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes BulletPoints_fadeIn__SehYw {
    0% {
      opacity: 0;
    }
  }

  @keyframes BulletPoints_fadeOut__lo3e7 {
    to {
      opacity: 0;
    }
  }
}

.BulletPoints_list__fR6Fk {
  padding-left: max(0.5rem, 1.1111111111vw);
  margin-top: 2rem;
  margin-bottom: 0px;
}

.BulletPoints_list__fR6Fk {
  padding-left: max(0.5rem, 1.1111111111vw);
  margin-top: 2rem;
}

ul.BulletPoints_list__fR6Fk {
  margin-bottom: 0px;
}


@media (min-width: 900px) {
  .BulletPoints_list__fR6Fk {
    margin-top: 1.6666666667vw;
  }
}

.BulletPoints_item__iLGD_ {
  position: relative;
}


.BulletPoints_bullet__nWMgQ {
  height: 0.2777777778vw;
  height: max(0.25rem, 0.2777777778vw);
  width: 0.2777777778vw;
  width: max(0.25rem, 0.2777777778vw);
  background-color: var(--color-intelligent-blue);
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0.8em;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Table_blurIn__lJwWe {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Table_blurOut__obsXU {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Table_fadeIn__8SlDJ {
    0% {
      opacity: 0;
    }
  }

  @keyframes Table_fadeOut__ghPBP {
    to {
      opacity: 0;
    }
  }
}

.Table_Table__Cp2O0 {
  width: 100%;
  overflow-y: auto;
  margin-top: max(0.75rem, 0.8333333333vw);
}

@media (min-width: 900px) {
  .Table_Table__Cp2O0 {
    margin-top: max(2.25rem, 2.5vw);
  }
}

.Table_Table__Cp2O0 table {
  width: 100%;
}

.Table_Table__Cp2O0 th {
  text-align: left;
  background-color: var(--color-intelligent-blue-dark);
  color: #fff;
}

.Table_Table__Cp2O0 td,
.Table_Table__Cp2O0 th {
  padding: 0.5rem;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes RichText_blurIn__etObN {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes RichText_blurOut__QgKRu {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes RichText_fadeIn__8YQIW {
    0% {
      opacity: 0;
    }
  }

  @keyframes RichText_fadeOut__S11Rb {
    to {
      opacity: 0;
    }
  }
}

.RichText_RichText__3jdJK blockquote,
.RichText_RichText__3jdJK img,
.RichText_RichText__3jdJK li:not(:first-child),
.RichText_RichText__3jdJK p:not(li > p),
.RichText_RichText__3jdJK ul {
  margin-top: max(0.75rem, 0.8333333333vw);
}

@media (min-width: 900px) {
  .RichText_RichText__3jdJK blockquote,
  .RichText_RichText__3jdJK img,
  .RichText_RichText__3jdJK li:not(:first-child),
  .RichText_RichText__3jdJK p:not(li > p),
  .RichText_RichText__3jdJK ul {
    margin-top: max(2.25rem, 2.5vw);
  }
}

.RichText_RichText__3jdJK img {
  height: auto;
  width: 100%;
}

.RichText_RichText__3jdJK > p:first-child {
  margin-top: 0;
}

.RichText_RichText__3jdJK h2,
.RichText_RichText__3jdJK h3,
.RichText_RichText__3jdJK h4 {
  margin-top: max(2.25rem, 2.5vw);
}

@media (min-width: 900px) {
  .RichText_RichText__3jdJK h2,
  .RichText_RichText__3jdJK h3,
  .RichText_RichText__3jdJK h4 {
    margin-top: max(4.5rem, 5vw);
  }
}

.RichText_RichText__3jdJK .RichText_link__lKKKT {
  text-decoration: underline;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes PreFooter_blurIn__bPxiB {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes PreFooter_blurOut__qsUdA {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes PreFooter_fadeIn__7LFZC {
    0% {
      opacity: 0;
    }
  }

  @keyframes PreFooter_fadeOut__DEIA_ {
    to {
      opacity: 0;
    }
  }
}

.PreFooter_container__PII9o {
  padding-bottom: 4rem;
  padding-top: 4rem;
  position: relative;
}

@media (min-width: 900px) {
  .PreFooter_container__PII9o {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-bottom: 16.0416666667vw;
    padding-top: 15.625vw;
  }
}

.PreFooter_imageWrapper__0pG3V {
  aspect-ratio: 1.37;
  width: 100%;
  max-width: 14.75rem;
}

@media (min-width: 900px) {
  .PreFooter_imageWrapper__0pG3V {
    position: absolute;
    max-width: 26.5972222222vw;
  }
}

.PreFooter_imageWrapper__0pG3V:first-child {
  margin-bottom: 3rem;
}

@media (min-width: 900px) {
  .PreFooter_imageWrapper__0pG3V:first-child {
    margin-bottom: 0;
    left: 0;
    top: 8.9583333333vw;
  }
}

.PreFooter_imageWrapper__0pG3V:nth-child(2) {
  display: none;
}

@media (min-width: 900px) {
  .PreFooter_imageWrapper__0pG3V:nth-child(2) {
    bottom: 11.1111111111vw;
    display: inline-block;
    right: 0;
  }
}

.PreFooter_imageWrapper__0pG3V:nth-child(n + 3) {
  display: none;
}

.PreFooter_image__3DKSG {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@media (min-width: 900px) {
  .PreFooter_content__t4W7G {
    max-width: 30.9722222222vw;
  }
}

.PreFooter_header__Gr3vj {
  margin-bottom: max(0.875rem, 0.9722222222vw);
}

.PreFooter_description__rsuDJ {
  margin-bottom: max(3rem, 3.3333333333vw);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes CountrySelector_blurIn__m1_mi {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes CountrySelector_blurOut__BlRgi {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes CountrySelector_fadeIn__22noA {
    0% {
      opacity: 0;
    }
  }

  @keyframes CountrySelector_fadeOut__Eb9GB {
    to {
      opacity: 0;
    }
  }
}

.CountrySelector_country__tppmd {
  cursor: pointer;
}

.CountrySelector_cta__whraA {
  display: flex;
  align-items: center;
  opacity: 0.6;
  gap: 0.5555555556vw;
  gap: max(0.5rem, 0.5555555556vw);
}

.CountrySelector_icon__MrH__ {
  height: 1.1111111111vw;
  height: max(1rem, 1.1111111111vw);
  width: 1.1111111111vw;
  width: max(1rem, 1.1111111111vw);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Footer_blurIn__KmIg2 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Footer_blurOut__t4A7U {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Footer_fadeIn__6IVzS {
    0% {
      opacity: 0;
    }
  }

  @keyframes Footer_fadeOut__KiabQ {
    to {
      opacity: 0;
    }
  }
}

.Footer_footerWrapper__Jy2gn {
  position: relative;
}

.Footer_footerBgImage__1ADsH {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.Footer_footer__Vd5va {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 100vh;
}

@media (min-width: 900px) {
  .Footer_footer__Vd5va {
    align-items: stretch;
    display: flex;
    justify-content: space-between;
  }
}

.Footer_contacts__b9FQ3 {
  padding-bottom: 3.125rem;
  padding-top: 4rem;
}

@media (min-width: 900px) {
  .Footer_contacts__b9FQ3 {
    display: flex;
    flex-direction: column;
    flex: 1 1;
    justify-content: flex-end;
    padding-bottom: 2.2916666667vw;
    padding-top: 0;
  }
}

.Footer_logoWrapper__yzuN6 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.Footer_logoLink__ZCZUh {
  height: 1.1111111111vw;
  height: max(1rem, 1.1111111111vw);
  width: 5.2777777778vw;
  width: max(4.75rem, 5.2777777778vw);
  display: inline-block;
  font-size: 0;
  margin-bottom: 2rem;
}

@media (min-width: 900px) {
  .Footer_logoLink__ZCZUh {
    height: 1.0416666667vw;
    width: 4.8611111111vw;
  }
}

.Footer_localeSwitch__tVqww {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.Footer_localeSwitch__tVqww > * {
  width: 50%;
}

@media (min-width: 900px) {
  .Footer_localeSwitch__tVqww {
    justify-content: normal;
    width: auto;
    gap: 2.2222222222vw;
    gap: max(2rem, 2.2222222222vw);
  }

  .Footer_localeSwitch__tVqww > * {
    width: auto;
  }
}

.Footer_links__MrYLr {
  align-items: center;
  color: rgba(var(--color-rubber-black--rgb), 0.4);
  display: flex;
  justify-content: space-between;
}

@media (min-width: 900px) {
  .Footer_links__MrYLr {
    color: rgba(var(--color-rubber-black--rgb), 0.6);
    gap: 1.3888888889vw;
  }
}

.Footer_blockBottom__ndxCt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.Footer_blockBottomLeft__4oezv {
  display: none;
}

@media (min-width: 900px) {
  .Footer_blockBottomLeft__4oezv {
    display: flex;
    gap: 6vw;
  }
}

.Footer_blockMenu__DMx6D {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (min-width: 900px) {
  .Footer_blockMenu__DMx6D {
    width: 60vw;
  }
}

.Footer_menuList__cOKWi {
  margin: 0 0 1.5625rem;
  width: 50%;
}

@media (min-width: 900px) {
  .Footer_menuList__cOKWi {
    width: auto;
    margin: 0 0 2.1875rem;
  }
}

.Footer_menuList__cOKWi li {
  margin-bottom: 0.1875rem;
}

.Footer_menuList__cOKWi li:first-child {
  margin-bottom: 0.5625rem;
}

.Footer_menuInline__jcZwn {
  display: none;
}

@media (min-width: 900px) {
  .Footer_menuInline__jcZwn {
    display: flex;
    gap: 1.3888888889vw;
  }
}

.Footer_menuTitle__9Va9V {
  line-height: 1;
}

.Footer_menuItemFaded60__CYGy_ {
  color: rgba(var(--color-rubber-black--rgb), 0.6);
}

.Footer_menuItemFaded70__R8AXn {
  color: rgba(var(--color-rubber-black--rgb), 0.7);
}

.Footer_navigationLinks__fKGYK {
  gap: 1.3194444444vw;
  gap: max(1.1875rem, 1.3194444444vw);
  align-items: center;
  display: flex;
  margin-top: 0.4375rem;
}

.Footer_footerBoxContainer__rGgb_ {
  padding-top: 1.5625rem;
  padding-bottom: 1.875rem;
  background-color: var(--color-steel-grey);
}

@media (min-width: 900px) {
  .Footer_footerBoxContainer__rGgb_ {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    justify-content: space-between;
    padding-bottom: 2.2916666667vw;
    width: 27vw;
    margin: 0;
  }
}

.Footer_footerBoxTitle__gVc37 {
  margin-bottom: max(0.5rem, 0.5555555556vw);
  font-size: 1.6666666667vw;
  font-size: max(1.5rem, 1.6666666667vw);
  line-height: 1.7;
}

@media (min-width: 900px) {
  .Footer_footerBoxTitle__gVc37 {
    margin-bottom: 0.5rem;
  }
}

.Footer_footerBox__x5Lid {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  white-space: break-spaces;
  flex-direction: column;
}

@media (min-width: 900px) {
  .Footer_footerBox__x5Lid {
    justify-content: flex-start;
    gap: 0;
  }
}

.Footer_footerBoxSpacer__zJBJV {
  margin-bottom: 1.875rem;
}

@media (min-width: 900px) {
  .Footer_footerBoxSpacer__zJBJV {
    margin-bottom: 0;
  }

  .Footer_blockMobile__eRKXG {
    display: none;
  }
}

.Footer_blockDesktop__bBo1W {
  display: none;
}

@media (min-width: 900px) {
  .Footer_blockDesktop__bBo1W {
    display: flex;
  }
}

.Footer_getSupport__4Tkjm {
  margin-right: 1.875rem;
}

.Footer_footerBoxSectionText__HJTqZ .Footer_footerBoxSectionLink__7CmMr {
  text-decoration: none;
}

.Footer_footerBoxSectionText__HJTqZ span {
  margin-bottom: 0.1875rem;
  display: block;
}

.Footer_disclaimer__SG74W {
  margin-top: 1.875rem;
}

@media (min-width: 900px) {
  .Footer_disclaimer__SG74W {
    margin-top: 0;
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Desktop_blurIn__tWQg1 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Desktop_blurOut__ZPBdH {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Desktop_fadeIn__8EcbR {
    0% {
      opacity: 0;
    }
  }

  @keyframes Desktop_fadeOut__18hNE {
    to {
      opacity: 0;
    }
  }
}

.Desktop_left__7nXR6 {
  display: none;
  min-height: headerHeightMobile/16rem;
}

@media (min-width: 900px) {
  .Desktop_left__7nXR6 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 1.1111111111vw;
    transition: transform 0.3s var(--ease-quad-out);
    pointer-events: auto;
  }

  .Desktop_left__7nXR6.Desktop_isHidden__aZ_cH {
    pointer-events: none;
    transform: translateY(-9.3055555556vw);
  }
}

@media (min-width: 1400px) {
  .Desktop_left__7nXR6 {
    min-height: 5.75rem;
  }
}

.Desktop_logoLink__XL6_b {
  display: inline-block;
  font-size: 0;
  height: 1.0416666667vw;
  width: 4.8611111111vw;
}

.Desktop_right__wvEWZ {
  display: none;
}

@media (min-width: 900px) {
  .Desktop_right__wvEWZ {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.2222222222vw;
  }
}

.Desktop_list__EEbcP {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.2222222222vw;
  pointer-events: auto;
  transition: transform 0.3s var(--ease-quad-out);
}

.Desktop_list__EEbcP.Desktop_isHidden__aZ_cH {
  pointer-events: none;
  transform: translateY(-9.3055555556vw);
}

.Desktop_item__Jeya_ {
  font-size: 0;
  position: relative;
}

.Desktop_item__Jeya_:after {
  background-color: currentColor;
  bottom: -0.6944444444vw;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  transform-origin: right;
  transform: scaleX(0);
  transition: transform 0.5s var(--ease-cubic);
  width: 100%;
}

@media (any-hover: hover) {
  .Desktop_isAnimatingHoverLink__6_MKy .Desktop_item__Jeya_:after,
  .Desktop_isHoveringLink__py5Mv .Desktop_item__Jeya_:after,
  .Desktop_item__Jeya_.Desktop_isActive__Tqlx7:after {
    transform-origin: left;
    transform: scaleX(1);
    transition-duration: 1s;
  }
}

.Desktop_signUpButton__hGIMp {
  max-height: 6.3888888889vw;
  pointer-events: auto;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Mobile_blurIn__qWxdG {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Mobile_blurOut__GKhNN {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Mobile_fadeIn__nHzia {
    0% {
      opacity: 0;
    }
  }

  @keyframes Mobile_fadeOut__2hnh_ {
    to {
      opacity: 0;
    }
  }
}

.Mobile_bar__zQvOT {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-left: 1.25rem;
  position: relative;
  transition-property: color, transform;
  transition: 0.3s var(--ease-quad-out);
  width: 100%;
  min-height: 3.6875rem;
}

@media (min-width: 900px) {
  .Mobile_bar__zQvOT {
    display: none;
  }
}

.Mobile_bar__zQvOT.Mobile_isBarHidden__LbWMq {
  transform: translateY(-3.6875rem);
}

.Mobile_bar__zQvOT.Mobile_isDialogOpen__VdcvU {
  color: var(--color-white);
}

.Mobile_logoLink__MvGj3 {
  width: 5.2777777778vw;
  width: max(4.75rem, 5.2777777778vw);
  display: inline-block;
  font-size: 0;
  pointer-events: auto;
  transition: transform 0.3s var(--ease-quad-out);
}

.Mobile_elementsHidden__twSNA .Mobile_logoLink__MvGj3 {
  pointer-events: none;
  transform: translateX(calc(-100% - 1.25rem));
}

.Mobile_logo__3JUQO {
  height: 1.25vw;
  height: max(1.125rem, 1.25vw);
}

.Mobile_right__wtlZP {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: transform 0.3s var(--ease-quad-out);
}

.Mobile_elementsHidden__twSNA .Mobile_right__wtlZP {
  transform: translateX(3.6875rem);
}

.Mobile_signUpButton__luKSD {
  max-height: 3.6875rem;
  gap: 0.75rem;
  display: inline-flex;
}

.Mobile_locales__PrMZL {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.Mobile_locales__PrMZL > * {
  width: 50%;
}

.Mobile_openCloseButton__sdy6g {
  background-color: var(--color-rubber-black);
  color: var(--color-white);
  height: 3.6875rem;
  transition-property: color, background-color;
  transition: 0.3s var(--ease-quad-out);
  width: 3.6875rem;
}

.Mobile_isDialogOpen__VdcvU .Mobile_openCloseButton__sdy6g {
  background-color: var(--color-white);
  color: var(--color-rubber-black);
}

.Mobile_openCloseButtonIcon__SG2ST {
  height: 40%;
  width: 40%;
}

.Mobile_openCloseButtonIcon__SG2ST path {
  transform-origin: center;
  transition: transform 0.3s var(--ease-quad-out);
}

.Mobile_isDialogOpen__VdcvU
  .Mobile_openCloseButtonIcon__SG2ST
  path:first-child {
  transform: rotate(45deg) translateY(40%);
}

.Mobile_isDialogOpen__VdcvU .Mobile_openCloseButtonIcon__SG2ST path:last-child {
  transform: rotate(-45deg) translateY(-40%);
}

.Mobile_dialog__vk2ze {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: var(--color-rubber-black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
  padding-top: 3.6875rem;
  pointer-events: none;
  transition: opacity 0.2s var(--ease-quad-out);
  z-index: -1;
}

.Mobile_dialog__vk2ze [class="bannerVisible"] {
  padding-top: 7.375rem;
}

.Mobile_dialog__vk2ze.Mobile_isDialogOpen__VdcvU {
  opacity: 1;
  overflow: auto;
  pointer-events: auto;
}

@media (min-width: 900px) {
  .Mobile_dialog__vk2ze {
    display: none;
  }
}

.Mobile_main__zc_zJ {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
  flex: 1 1;
  justify-content: space-between;
}

.Mobile_navigation__ckpYI {
  align-items: center;
  display: flex;
  flex: 1 1;
  padding-bottom: 3.125rem;
  padding-top: 3.125rem;
  width: 100%;
}

.Mobile_pages__RL_89 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.Mobile_isDialogOpen__VdcvU .Mobile_pages__RL_89 li {
  animation: Mobile_blurIn__qWxdG 1s var(--ease-quart-out) backwards;
}

.Mobile_isDialogOpen__VdcvU .Mobile_pages__RL_89 li:first-child {
  animation-delay: 0.1s;
}

.Mobile_isDialogOpen__VdcvU .Mobile_pages__RL_89 li:nth-child(2) {
  animation-delay: 0.2s;
}

.Mobile_isDialogOpen__VdcvU .Mobile_pages__RL_89 li:nth-child(3) {
  animation-delay: 0.3s;
}

.Mobile_isDialogOpen__VdcvU .Mobile_pages__RL_89 li:nth-child(4) {
  animation-delay: 0.4s;
}

.Mobile_isDialogOpen__VdcvU .Mobile_pages__RL_89 li:nth-child(5) {
  animation-delay: 0.5s;
}

@keyframes Mobile_slideUp__HX918 {
  0% {
    opacity: 0;
    transform: translateY(5vh);
  }
}

@keyframes Mobile_fadeInClinic__CPxp0 {
  0% {
    opacity: 0;
    transform: translateY(-6vh);
  }
}

.Mobile_blockMenu__1JEXX {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Mobile_contacts__6mAq4 {
  padding-bottom: 2.5625rem;
}

.Mobile_isDialogOpen__VdcvU .Mobile_contacts__6mAq4 {
  animation: Mobile_fadeIn__nHzia 1s var(--ease-quad-in-out) backwards;
}

.Mobile_divider__ROPO_ {
  background-color: currentColor;
  height: 0.75rem;
  width: 1px;
}

.Mobile_getSupport__YFb3v {
  margin-right: 1.875rem;
}

.Mobile_footerBoxContainer__feRAF {
  background-color: var(--color-steel-grey);
  color: var(--color-rubber-black);
  padding-bottom: 2.5rem;
  padding-top: 2.375rem;
}

.Mobile_isDialogOpen__VdcvU .Mobile_footerBoxContainer__feRAF {
  animation: Mobile_slideUp__HX918 1s var(--ease-quart-out) backwards;
}

.Mobile_isDialogOpen__VdcvU .Mobile_clinicContent__cfn9Z {
  animation: Mobile_fadeInClinic__CPxp0 1s var(--ease-quart-out) backwards;
}

.Mobile_footerBoxTitle__BfP6v {
  margin-bottom: max(0.5rem, 0.5555555556vw);
  font-size: 1.6666666667vw;
  font-size: max(1.5rem, 1.6666666667vw);
  line-height: 1.7;
}

.Mobile_footerBox__6IoII {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  white-space: break-spaces;
  flex-direction: column;
}

.Mobile_footerBoxSpacer__fqKxt {
  margin-bottom: 2.875rem;
}

@media (min-width: 900px) {
  .Mobile_footerBoxSpacer__fqKxt {
    margin-bottom: 0;
  }
}

.Mobile_menuList__DGhoU {
  margin: 0 0 1.5625rem;
  width: 50%;
}

@media (min-width: 900px) {
  .Mobile_menuList__DGhoU {
    width: auto;
    margin: 0 0 2.1875rem;
  }
}

.Mobile_menuList__DGhoU li {
  margin-bottom: 0.1875rem;
}

.Mobile_menuList__DGhoU li:first-child {
  margin-bottom: 0.5625rem;
}

.Mobile_menuTitle__PFEPW {
  line-height: 1;
}

.Mobile_menuItemFaded60__QAkXv {
  color: rgba(var(--color-white--rgb), 0.6);
}

.Mobile_menuItemFaded70__zYpDp {
  color: rgba(var(--color-white--rgb), 0.7);
}

.Mobile_footerBoxSectionText__0wnSX .Mobile_footerBoxSectionLink__Gc3UQ {
  text-decoration: none;
}

.Mobile_footerBoxSectionText__0wnSX span {
  margin-bottom: 0.1875rem;
  display: block;
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Banner_blurIn__RmNh6 {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Banner_blurOut__pnXYI {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Banner_fadeIn__AgM6c {
    0% {
      opacity: 0;
    }
  }

  @keyframes Banner_fadeOut__UXcHt {
    to {
      opacity: 0;
    }
  }
}

.Banner_container__s47Wz {
  display: flex;
  color: var(--color-rubber-black);
  -webkit-backdrop-filter: blur(80px);
  backdrop-filter: blur(80px);
  background-color: hsla(180, 4%, 89%, 0.8);
  pointer-events: all;
  z-index: 9;
  transition: margin-top 0.3s var(--ease-quad-out);
  height: 8.0555555556vw;
  height: max(7.25rem, 8.0555555556vw);
}

@media (min-width: 900px) {
  .Banner_container__s47Wz {
    align-items: center;
    height: 2.9166666667vw;
    height: max(2.625rem, 2.9166666667vw);
  }
}

.Banner_container__s47Wz.Banner_dismissed__q2_3h {
  margin-top: min(-7.25rem, -8.0555555556vw);
}

@media (min-width: 900px) {
  .Banner_container__s47Wz.Banner_dismissed__q2_3h {
    margin-top: min(-2.625rem, -2.9166666667vw);
  }
}

.Banner_content__1HOsi {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  flex-grow: 1;
}

@media (min-width: 900px) {
  .Banner_content__1HOsi {
    flex-direction: row;
    align-items: center;
    padding: 0.5rem 2.0833333333vw;
  }
}

.Banner_close__n1zJc {
  display: flex;
  height: 100%;
  padding-top: 0.75rem;
  width: 3.6875rem;
  flex-shrink: 0;
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 900px) {
  .Banner_close__n1zJc {
    padding: 0;
    margin-right: 2.0833333333vw;
    width: auto;
    align-items: center;
  }
}

.Banner_cta__inpMF {
  margin-top: 0.5rem;
  text-decoration: underline;
}

@media (min-width: 900px) {
  .Banner_cta__inpMF {
    margin-top: 0;
  }
}

.Banner_closeButton__l7vFr {
  color: var(--color-rubber-black);
  width: 2.2222222222vw;
  width: max(2rem, 2.2222222222vw);
}

.Banner_closeButtonIcon__nku9U {
  height: 80%;
  width: 80%;
}

.Banner_closeButtonIcon__nku9U path {
  transform-origin: center;
}

.Banner_closeButtonIcon__nku9U path:first-child {
  transform: rotate(45deg) translateY(40%);
}

.Banner_closeButtonIcon__nku9U path:last-child {
  transform: rotate(-45deg) translateY(-40%);
}

.Banner_divider__F60Bc {
  background-color: currentColor;
  height: 1.25rem;
  width: 1px;
  display: none;
  margin: 0 1.5rem;
  opacity: 0.16;
}

@media (min-width: 900px) {
  .Banner_divider__F60Bc {
    display: block;
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Header_blurIn__ZcdsO {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Header_blurOut__EgKa6 {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Header_fadeIn__vF9kL {
    0% {
      opacity: 0;
    }
  }

  @keyframes Header_fadeOut__exrRC {
    to {
      opacity: 0;
    }
  }
}

.Header_header__sTRxa {
  height: 12.1527777778vw;
  height: max(10.9375rem, 12.1527777778vw);
  left: 0;
  overflow: hidden;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: color 0.3s var(--ease-quad-out);
  width: 100%;
  z-index: 10;
}

.Header_header__sTRxa.Header_light__pDkTu {
  color: var(--color-white);
}

.Header_header__sTRxa.Header_dark__R7tLi {
  color: var(--color-rubber-black);
}

.Header_header-primary__HdGl6 {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media (min-width: 900px) {
  .Header_header-primary__HdGl6 {
    padding-left: 2.0833333333vw;
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Overlay_blurIn__bl6mS {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Overlay_blurOut__baQ1I {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Overlay_fadeIn__ANcm6 {
    0% {
      opacity: 0;
    }
  }

  @keyframes Overlay_fadeOut__B1PCa {
    to {
      opacity: 0;
    }
  }
}

.Overlay_overlayWrapper__Xjdyt {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

.Overlay_overlayWrapper__Xjdyt.Overlay_isOpen__82mgX {
  pointer-events: auto;
  z-index: 13;
}

.Overlay_background__IhKbl {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-backdrop-filter: blur(40px);
  backdrop-filter: blur(40px);
  background: linear-gradient(
      0deg,
      hsla(180, 4%, 89%, 0.2),
      hsla(180, 4%, 89%, 0.2)
    ),
    hsla(0, 0%, 100%, 0.7);
  display: block;
  opacity: 0;
  transition: opacity 0.5s var(--ease-quad-out);
}

.Overlay_isOpen__82mgX .Overlay_background__IhKbl {
  opacity: 1;
}

.Overlay_overlay__b3NWs {
  position: relative;
  z-index: 13;
  display: flex;
  transition: opacity 0.5s var(--ease-quad-out);
  opacity: 0;
  flex-direction: column;
  height: 100%;
  padding: max(1.25rem, 1.3888888889vw);
}

.Overlay_isOpen__82mgX .Overlay_overlay__b3NWs {
  opacity: 1;
}

.Overlay_closeButton__Ol2x_ {
  position: absolute;
  top: 1.3888888889vw;
  top: max(1.25rem, 1.3888888889vw);
  right: 1.3888888889vw;
  right: max(1.25rem, 1.3888888889vw);
  background-color: #fff;
  color: #000;
  z-index: 14;
  height: 3.3333333333vw;
  height: max(3rem, 3.3333333333vw);
  width: 3.3333333333vw;
  width: max(3rem, 3.3333333333vw);
  border-radius: 1.6666666667vw;
  border-radius: max(1.5rem, 1.6666666667vw);
  padding: max(0.5rem, 0.5555555556vw);
}

.Overlay_closeButton__Ol2x_ .Overlay_closeButtonIcon__Luqp8 {
  width: 100%;
  height: 100%;
}

.Overlay_scroll__ffw6k {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (min-width: 900px) {
  .Overlay_container__NVgUs {
    padding: 0;
    width: 30.5555555556vw;
    width: max(27.5rem, 30.5555555556vw);
  }
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes CountrySelectorOverlay_blurIn__0bRNp {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes CountrySelectorOverlay_blurOut__gEXRY {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes CountrySelectorOverlay_fadeIn__cVWXM {
    0% {
      opacity: 0;
    }
  }

  @keyframes CountrySelectorOverlay_fadeOut___7CXm {
    to {
      opacity: 0;
    }
  }
}

.CountrySelectorOverlay_description__sPXBJ {
  margin-top: max(1rem, 1.1111111111vw);
}

.CountrySelectorOverlay_marketButtons__tggJ_ {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: max(2rem, 2.2222222222vw);
  gap: 1.1111111111vw;
  gap: max(1rem, 1.1111111111vw);
}

@media (min-width: 900px) {
  .CountrySelectorOverlay_marketButtons__tggJ_ {
    flex-direction: row;
  }
}

.CountrySelectorOverlay_marketButtons__tggJ_
  .CountrySelectorOverlay_button__h0smL {
  width: 100%;
  display: flex;
  border: 1px solid rgba(var(--color-rubber-black--rgb), 0.4);
  justify-content: center;
  align-items: center;
  gap: 0.5555555556vw;
  gap: max(0.5rem, 0.5555555556vw);
  border-radius: 3.3333333333vw;
  border-radius: max(3rem, 3.3333333333vw);
  padding: max(1rem, 1.1111111111vw) max(1.5rem, 1.6666666667vw);
}

.CountrySelectorOverlay_marketButtons__tggJ_
  .CountrySelectorOverlay_button__h0smL.CountrySelectorOverlay_active__Z1L4Y {
  border-color: var(--color-rubber-black);
}

.CountrySelectorOverlay_marketButtons__tggJ_
  .CountrySelectorOverlay_button__h0smL
  .CountrySelectorOverlay_icon__A0QN2 {
  height: 2.2222222222vw;
  height: max(2rem, 2.2222222222vw);
  width: 2.2222222222vw;
  width: max(2rem, 2.2222222222vw);
}

@media not all and (prefers-reduced-motion: reduce) {
  @keyframes Page_blurIn__qjv8N {
    0% {
      transform: translate(-5vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Page_blurOut__ISIJL {
    to {
      transform: translate(20vw);
      filter: blur(20px);
      opacity: 0;
    }
  }

  @keyframes Page_fadeIn__a0qBE {
    0% {
      opacity: 0;
    }
  }

  @keyframes Page_fadeOut__EHmcr {
    to {
      opacity: 0;
    }
  }
}

.Page_bannerSpacer__XASx5 {
  height: 8.0555555556vw;
  height: max(7.25rem, 8.0555555556vw);
}

@media (min-width: 900px) {
  .Page_bannerSpacer__XASx5 {
    height: 2.9166666667vw;
    height: max(2.625rem, 2.9166666667vw);
  }
}