/*! tailwindcss v4.3.0 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Roboto", system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --container-6xl: 72rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --font-weight-semibold: 600;
    --font-weight-extrabold: 800;
    --tracking-tight: -0.025em;
    --leading-relaxed: 1.625;
    --radius-xl: 0.75rem;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-bg: #0f0f12;
    --color-surface: #1a1a21;
    --color-text: #f4f4f6;
    --color-muted: #9b9ba8;
    --color-accent: #6c8cff;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer base {
  :root {
    --screen-height: 100vh;
    --screen-height: 100svh;
    --screen-height: 100dvh;
    --screen-height: calc(var(--vh, 1vh) * 100);
  }
  html.lenis, html.lenis body {
    height: auto;
  }
  html.lenis.lenis-smooth {
    scroll-behavior: auto !important;
  }
  html.lenis.lenis-stopped body {
    overflow: hidden;
  }
  html.lenis.lenis-smooth iframe {
    pointer-events: none;
  }
  @media (prefers-reduced-motion: reduce) {
    html {
      scroll-behavior: auto;
    }
  }
  @media (max-width: 767px) {
    @media (prefers-reduced-motion: no-preference) {
      html {
        scroll-snap-type: y mandatory;
      }
    }
    @media (prefers-reduced-motion: reduce) {
      html {
        scroll-snap-type: y proximity;
      }
    }
    body > section:not([data-nav-exclude]) {
      scroll-snap-align: start;
      scroll-snap-stop: always;
      height: var(--screen-height);
      min-height: var(--screen-height);
      max-height: var(--screen-height);
      overflow: hidden;
    }
    body > footer.site-footer {
      scroll-snap-align: start;
      scroll-snap-stop: always;
      height: var(--screen-height) !important;
      min-height: var(--screen-height);
      max-height: var(--screen-height);
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: flex-start;
      box-sizing: border-box;
      overflow: hidden;
    }
  }
  body {
    margin: calc(var(--spacing) * 0);
    background-color: var(--color-bg);
    font-family: var(--font-sans);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-leading: var(--leading-relaxed);
    line-height: var(--leading-relaxed);
    color: var(--color-text);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  body.is-loading {
    overflow: hidden;
  }
  img {
    display: block;
    height: auto;
    max-width: 100%;
  }
  a {
    color: inherit;
    text-decoration-line: none;
  }
}
@layer components {
  .circle-nav {
    position: fixed;
    top: calc(1 / 2 * 100%);
    z-index: 50;
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
    right: 20px;
  }
  .circle-nav__list {
    margin: calc(var(--spacing) * 0);
    display: flex;
    list-style-type: none;
    flex-direction: column;
    align-items: center;
    gap: calc(var(--spacing) * 6);
    padding: calc(var(--spacing) * 0);
  }
  .circle-nav__dot {
    display: block;
    height: calc(var(--spacing) * 5);
    width: calc(var(--spacing) * 5);
    flex-shrink: 0;
    cursor: pointer;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 0px;
    padding: calc(var(--spacing) * 0);
    transition-property: background-color,box-shadow,transform;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
    background-color: rgb(255 255 255 / 0.42);
    --circle-nav-active: #f9574f;
  }
  .circle-nav__dot:hover {
    background-color: rgb(255 255 255 / 0.72);
  }
  .circle-nav__dot:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
    outline-offset: 2px;
    outline-color: var(--circle-nav-active);
  }
  .circle-nav__dot.is-active {
    background-color: var(--circle-nav-active);
    box-shadow: 0 0 0 4px var(--circle-nav-active);
    @supports (color: color-mix(in lab, red, red)) {
      box-shadow: 0 0 0 4px color-mix(in srgb, var(--circle-nav-active) 32%, transparent);
    }
    transform: scale(1.12);
  }
  @media (max-width: 767px) {
    .circle-nav {
      right: 12px;
    }
    .circle-nav__list {
      gap: calc(var(--spacing) * 5);
    }
    .circle-nav__dot {
      height: calc(var(--spacing) * 4);
      width: calc(var(--spacing) * 4);
    }
  }
  @property --wipe-r {
    syntax: "<length>";
    inherits: false;
    initial-value: 0px;
  }
  .btn {
    --btn-text: var(--color-text);
    --btn-text-hover: var(--color-bg);
    --btn-fill: var(--color-accent);
    --btn-border: var(--color-muted);
    position: relative;
    isolation: isolate;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: var(--radius-xl);
    border-style: var(--tw-border-style);
    border-width: 1px;
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3.5);
    font-size: 0.9375rem;
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--btn-text);
    border-color: var(--btn-border);
    background: transparent;
    transition: color 0.35s ease;
    z-index: 1;
  }
  .btn:hover, .btn:focus-visible {
    color: var(--btn-text-hover);
  }
  .btn__fill {
    --wipe-r: 0px;
    pointer-events: none;
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: 0;
    width: 100%;
    overflow: hidden;
    border-radius: inherit;
    -webkit-mask-image: radial-gradient( circle at 0% 50%, transparent 0, transparent var(--wipe-r), #000 var(--wipe-r) );
    mask-image: radial-gradient( circle at 0% 50%, transparent 0, transparent var(--wipe-r), #000 var(--wipe-r) );
    transition: --wipe-r 0.45s ease;
  }
  .btn:hover .btn__fill, .btn:focus-visible .btn__fill {
    --wipe-r: 28rem;
  }
  .btn__fill-body {
    position: absolute;
    inset: 0;
    background-color: var(--btn-fill);
    border-radius: inherit;
  }
  .btn__fill-edge, .btn__fill-blob {
    display: none;
  }
  .btn__text {
    position: relative;
    z-index: 2;
    color: inherit;
  }
  .btn--ghost {
    --btn-fill: var(--color-text);
    --btn-text-hover: var(--color-bg);
    --btn-border: color-mix(in srgb, #9b9ba8 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      --btn-border: color-mix(in srgb, var(--color-muted) 60%, transparent);
    }
  }
  @media (prefers-reduced-motion: reduce) {
    .btn, .btn__fill {
      transition: none;
    }
    .btn:hover .btn__fill, .btn:focus-visible .btn__fill {
      --wipe-r: 28rem;
    }
  }
  .sequence__pin {
    position: relative;
    display: flex;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: var(--color-bg);
  }
  .sequence__success {
    pointer-events: none;
    position: absolute;
    inset: calc(var(--spacing) * 0);
    z-index: 10;
    margin: calc(var(--spacing) * 0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(4rem, 18vw, 11rem);
    --tw-leading: 1;
    line-height: 1;
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
    color: var(--color-text);
    text-transform: lowercase;
    opacity: 0%;
    -webkit-user-select: none;
    user-select: none;
  }
  .image-card {
    will-change: transform, opacity;
  }
  .coris-spin__img {
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .intro__scroll-container {
    --intro-scroll-vh: 200;
    position: relative;
  }
  .intro__pin {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: var(--color-bg);
  }
  .intro__video {
    position: absolute;
    inset: calc(var(--spacing) * 0);
    height: 100%;
    width: 100%;
    transform-origin: center;
    object-fit: cover;
    opacity: 0%;
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform, opacity;
  }
  .intro__caption {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0 1.5rem;
    pointer-events: none;
    text-align: center;
    font-family: var(--font-sans);
    font-size: clamp(1.75rem, 5vw, 3.75rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #ffffff;
    opacity: 0;
    will-change: opacity;
  }
  .intro-loader.is-hidden {
    visibility: hidden;
    pointer-events: none;
  }
  .intro-loader__img {
    will-change: transform, opacity;
  }
  .intro-loader__fill {
    will-change: width;
  }
  .awareness__cta, .year-chart__cta, .hard-to-get-in__cta, .quantum2__cta, .manual-cleaning__cta, .cleanup__cta, .pluss__cta {
    font-size: calc(28 / 1408 * 100cqw);
    padding: 0.55em 1.77em;
    border-radius: calc(12 / 28 * 1em);
    line-height: 1.05;
    font-weight: 700;
  }
  .intro-hero__frame {
    position: relative;
    width: 100%;
    height: var(--screen-height);
    min-height: var(--screen-height);
    background-color: #1c3c59;
  }
  .intro-hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
  }
  .intro-hero__bg-solid {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-color: #1f4260;
  }
  .intro-hero__video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    display: block;
    width: 114%;
    height: 114%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%) translateZ(0);
    will-change: transform, opacity;
    backface-visibility: hidden;
  }
  .intro-hero__cover {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    will-change: opacity;
    background: linear-gradient( 90deg, rgb(28 60 89 / 0.78) 0%, rgb(28 60 89 / 0.52) 34%, rgb(31 66 96 / 0.22) 58%, rgb(31 66 96 / 0) 78% );
  }
  .intro-hero__copy {
    position: absolute;
    left: clamp(20px, 2.5vw, 48px);
    top: 34%;
    z-index: 3;
    display: flex;
    width: min(44%, 600px);
    max-width: calc(100% - 40px);
    flex-direction: column;
    gap: clamp(18px, 2.2vw, 32px);
    transform: translateY(-50%);
    pointer-events: none;
  }
  .intro-hero__title, .intro-hero__subtitle {
    margin: 0;
    will-change: transform, opacity;
  }
  .intro-hero__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(3.25rem, calc(132 / 1400 * 100vw), 8.5rem);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -0.02em;
    color: #00cfff;
  }
  .intro-hero__title-keep {
    white-space: nowrap;
  }
  @media (min-width: 768px) {
    .intro-hero__copy {
      width: min(56%, 760px);
    }
    .intro-hero__title .intro-hero__word {
      display: block;
      white-space: nowrap;
    }
    .intro-hero__title-keep {
      display: block;
    }
  }
  .intro-hero__word {
    display: inline-block;
    will-change: transform, opacity;
  }
  .intro-hero__subtitle {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: clamp(1.375rem, calc(46 / 1400 * 100vw), 2.875rem);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.019em;
    color: #ffffff;
    white-space: nowrap;
  }
  .intro-hero__reg {
    display: inline-block;
    font-size: 0.5em;
    position: relative;
    top: -0.75em;
    line-height: 0;
    vertical-align: baseline;
  }
  .intro-hero__product {
    display: none;
  }
  @media (max-width: 767px) {
    .intro-hero__video, .intro-hero__cover {
      display: none;
    }
    .intro-hero__frame, .intro-hero__bg-solid {
      background-color: #1C3C59;
    }
    .intro-hero__bg-solid {
      opacity: 1;
    }
    .intro-hero__product {
      display: block;
      position: absolute;
      left: 0;
      top: 22%;
      z-index: 2;
      width: 100%;
      height: auto;
      max-width: 100%;
      object-fit: contain;
      object-position: center center;
      pointer-events: none;
      opacity: 0;
      will-change: opacity;
    }
    .intro-hero__copy {
      left: 50%;
      top: clamp(96px, 11.5vh, 120px);
      width: min(327px, calc(100% - 48px));
      max-width: calc(100% - 48px);
      transform: translateX(-50%);
      text-align: center;
      align-items: center;
      gap: clamp(10px, 2.5vw, 16px);
      z-index: 3;
    }
    .intro-hero__title {
      font-size: clamp(2.375rem, calc(48 / 412 * 100vw), 3rem);
      line-height: 1.132;
      letter-spacing: -0.02em;
      text-align: center;
    }
    .intro-hero__title-keep {
      white-space: normal;
      display: block;
    }
    .intro-hero__subtitle {
      font-size: clamp(1rem, calc(22 / 412 * 100vw), 1.375rem);
      line-height: 1.5;
      letter-spacing: -0.019em;
      text-align: center;
      white-space: normal;
    }
  }
  .awareness__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 1400 / 900;
    min-height: clamp(420px, 64vw, 900px);
    background-color: #040a0f;
  }
  .awareness__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    --bg-reveal: 0;
    -webkit-mask-image: linear-gradient( to right, #000 0%, #000 calc(var(--bg-reveal) * 1%), transparent calc(var(--bg-reveal) * 1% + 22%) );
    mask-image: linear-gradient( to right, #000 0%, #000 calc(var(--bg-reveal) * 1%), transparent calc(var(--bg-reveal) * 1% + 22%) );
    will-change: mask-image, -webkit-mask-image;
  }
  .awareness__photo {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform-origin: 50% 50%;
  }
  .awareness__copy {
    position: absolute;
    left: 8.286%;
    top: calc(26.333% - 50px);
    z-index: 1;
    display: flex;
    max-width: 46.571%;
    flex-direction: column;
    gap: 30px;
  }
  .awareness__title, .awareness__body, .awareness__cta {
    z-index: 1;
    will-change: transform, opacity;
  }
  .awareness__title {
    max-width: 100%;
    margin: 0;
    font-family: var(--font-sans);
    font-size: calc(64 / 1408 * 100cqw);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.019em;
    color: #f9574f;
    text-align: left;
  }
  .awareness__body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(38 / 1408 * 100cqw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.019em;
    color: #ffffff;
    white-space: nowrap;
  }
  .awareness__title-line {
    display: block;
    will-change: transform, opacity;
  }
  .awareness__body p {
    margin: 0;
    will-change: transform, opacity;
  }
  .awareness__title-line--mobile, .awareness__body-line--mobile {
    display: none;
  }
  .awareness__body-line--mobile {
    max-width: 100%;
    white-space: normal;
  }
  .awareness__cta {
    align-self: flex-start;
    --btn-text: #ffffff;
    --btn-text-hover: #f9574f;
    --btn-fill: #f9574f;
    --btn-border: rgb(255 255 255 / 0.35);
  }
  @media (max-width: 767px) {
    .awareness__frame {
      background-color: #1c3c59;
    }
    .awareness__photo {
      left: -43%;
      top: -1%;
      width: 186%;
      height: 102%;
      max-width: none;
      transform: none;
      object-fit: cover;
      object-position: 62% 38%;
    }
    .awareness__copy {
      left: clamp(20px, 9.3%, 40px);
      top: clamp(118px, calc(22.6% - 50px), 150px);
      max-width: calc(100% - clamp(40px, 18.6%, 80px));
      gap: clamp(20px, 5vw, 32px);
    }
    .awareness__title-line--desktop, .awareness__body-line--desktop {
      display: none;
    }
    .awareness__title-line--mobile, .awareness__body-line--mobile {
      display: block;
    }
    .awareness__title {
      max-width: min(329px, 100%);
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: clamp(1.75rem, calc(38 / 430 * 100vw), 2.375rem);
      line-height: 1.05;
      letter-spacing: -0.019em;
      color: #f9574f;
    }
    .awareness__body {
      max-width: min(349px, 100%);
      gap: 0;
      font-family: var(--font-sans);
      font-size: clamp(1.125rem, calc(24 / 430 * 100vw), 1.5rem);
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.022em;
      white-space: normal;
    }
    .awareness__cta {
      --btn-text: #ffffff;
      --btn-text-hover: #ffffff;
      --btn-fill: #f9574f;
      --btn-border: #f9574f;
      font-size: clamp(0.875rem, calc(16 / 430 * 100vw), 1rem);
      padding: 0.65em 1.65em;
      border-radius: 0.75em;
    }
  }
  .year-chart__pin, .year-chart__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 1408 / 888;
    min-height: clamp(420px, 63vw, 888px);
    background-color: #0c1a24;
  }
  .year-chart__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .year-chart__bg-base, .year-chart__bg-photo {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .year-chart__bg-base {
    --bg-reveal: 0;
    -webkit-mask-image: linear-gradient( to right, #000 0%, #000 calc(var(--bg-reveal) * 1%), transparent calc(var(--bg-reveal) * 1% + 22%) );
    mask-image: linear-gradient( to right, #000 0%, #000 calc(var(--bg-reveal) * 1%), transparent calc(var(--bg-reveal) * 1% + 22%) );
    will-change: mask-image, -webkit-mask-image;
  }
  .year-chart__bg-photo {
    opacity: 0;
    will-change: opacity;
  }
  .year-chart__endoscope {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    display: block;
    width: calc(820 / 1408 * 100cqw);
    max-height: calc(560 / 888 * 100cqh);
    height: auto;
    object-fit: contain;
    object-position: left bottom;
    pointer-events: none;
    -webkit-mask-image: linear-gradient( to right, #000 0%, #000 72%, transparent 100% );
    mask-image: linear-gradient(to right, #000 0%, #000 72%, transparent 100%);
  }
  .year-chart__title, .year-chart__body, .year-chart__cta, .year-chart__chart, .year-chart__labels {
    z-index: 1;
  }
  .year-chart__title {
    position: absolute;
    left: 8.593%;
    top: 23.761%;
    margin: 0;
    font-family: var(--font-sans);
    font-size: calc(64 / 1408 * 100cqw);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.019em;
    color: #f9574f;
    text-align: left;
    white-space: nowrap;
  }
  .year-chart__body {
    position: absolute;
    left: 8.593%;
    top: 36.149%;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(38 / 1408 * 100cqw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.019em;
    color: #ffffff;
    white-space: nowrap;
  }
  .year-chart__body p {
    margin: 0;
  }
  .year-chart__body strong {
    font-weight: 700;
  }
  .year-chart__cta {
    position: absolute;
    left: 8.593%;
    top: calc(36.149% + 3 * 1.5 * (38 / 1408 * 100cqw) + 28px);
    margin: 0;
    pointer-events: auto;
    --btn-text: #ffffff;
    --btn-text-hover: #f9574f;
    --btn-fill: #f9574f;
    --btn-border: rgb(255 255 255 / 0.35);
    will-change: transform, opacity;
  }
  .year-chart__chart {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .year-chart__svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
  }
  .year-chart__svg--mobile {
    display: none;
  }
  .year-chart__axis {
    stroke: rgb(255 255 255 / 0.85);
    stroke-width: 2;
    vector-effect: non-scaling-stroke;
  }
  .year-chart__guide {
    stroke: rgb(255 255 255 / 0.2);
    stroke-width: 1;
    vector-effect: non-scaling-stroke;
  }
  .year-chart__line {
    stroke: #f9574f;
    stroke-width: 0.55;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
    will-change: stroke-dashoffset;
  }
  .year-chart__dots {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .year-chart__dots--mobile {
    display: none;
  }
  .year-chart__dot {
    position: absolute;
    width: clamp(10px, calc(14 / 1408 * 100cqw), 16px);
    height: clamp(10px, calc(14 / 1408 * 100cqw), 16px);
    border-radius: 50%;
    background-color: #f9574f;
    transform: translate(-50%, -50%);
    will-change: transform, opacity;
  }
  .year-chart__dots--desktop .year-chart__dot--2019 {
    left: 39.5%;
    top: 62%;
  }
  .year-chart__dots--desktop .year-chart__dot--2020 {
    left: 48.9%;
    top: 66%;
  }
  .year-chart__dots--desktop .year-chart__dot--2021 {
    left: 58.2%;
    top: 58%;
  }
  .year-chart__dots--desktop .year-chart__dot--2022 {
    left: 67.5%;
    top: 48%;
  }
  .year-chart__dots--desktop .year-chart__dot--2023 {
    left: 77%;
    top: 32%;
  }
  .year-chart__dots--desktop .year-chart__dot--2024 {
    left: 86.4%;
    top: 22%;
  }
  .year-chart__label, .year-chart__title, .year-chart__body {
    will-change: transform, opacity;
  }
  .year-chart__labels {
    position: absolute;
    inset: 0;
    pointer-events: none;
  }
  .year-chart__label {
    position: absolute;
    top: 82.77%;
    transform: translateX(-50%);
    margin: 0;
    font-family: var(--font-sans);
    font-size: calc(32 / 1408 * 100cqw);
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.019em;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
  }
  .year-chart__label--2019 {
    left: calc(50% - 10.511%);
  }
  .year-chart__label--2020 {
    left: calc(50% - 1.136%);
  }
  .year-chart__label--2021 {
    left: calc(50% + 8.168%);
  }
  .year-chart__label--2022 {
    left: calc(50% + 17.543%);
  }
  .year-chart__label--2023 {
    left: calc(50% + 26.989%);
  }
  .year-chart__title-line {
    display: block;
  }
  .year-chart__title-line--mobile, .year-chart__body-line--mobile {
    display: none;
  }
  .year-chart__body-line--mobile {
    max-width: 100%;
    white-space: normal;
  }
  .year-chart__label--2024 {
    left: calc(50% + 36.364%);
  }
  @media (max-width: 767px) {
    .year-chart__frame {
      background-color: #1c3c59;
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
      padding: clamp(56px, 10vh, 88px) 16px clamp(24px, 4vh, 40px);
    }
    .year-chart__bg::before {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 1;
      background: linear-gradient( -90deg, rgb(31 87 118) 0%, rgb(16 41 70) 98.94% );
      opacity: 0.48;
      pointer-events: none;
    }
    .year-chart__bg::after {
      content: "";
      position: absolute;
      inset: 0;
      z-index: 2;
      background: linear-gradient( 180deg, rgb(0 0 0 / 0) 8%, rgb(0 0 0 / 0.35) 100% );
      pointer-events: none;
    }
    .year-chart__bg-base, .year-chart__bg-photo {
      left: 50%;
      top: 50%;
      width: 125%;
      height: 125%;
      max-width: none;
      transform: translate(-50%, -50%);
      object-fit: cover;
      object-position: center center;
    }
    .year-chart__bg-photo {
      opacity: 0.65;
      mix-blend-mode: normal;
    }
    .year-chart__endoscope {
      top: 40%;
      bottom: auto;
      left: 50%;
      width: min(112%, 480px);
      max-height: 72%;
      transform: translate(-50%, -50%) translateZ(0);
      opacity: 0.95;
      object-fit: contain;
      object-position: center center;
      filter: contrast(1.06) saturate(1.08);
      backface-visibility: hidden;
      -webkit-mask-image: radial-gradient( ellipse 96% 88% at 50% 46%, #000 38%, rgb(0 0 0 / 0.85) 62%, transparent 88% );
      mask-image: radial-gradient( ellipse 96% 88% at 50% 46%, #000 38%, rgb(0 0 0 / 0.85) 62%, transparent 88% );
    }
    .year-chart__title-line--desktop, .year-chart__body-line--desktop {
      display: none;
    }
    .year-chart__title-line--mobile, .year-chart__body-line--mobile {
      display: block;
    }
    .year-chart__title {
      position: relative;
      left: auto;
      top: auto;
      order: 1;
      z-index: 3;
      width: min(88%, 360px);
      max-width: 88%;
      transform: none;
      margin: 10px 0 0;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: clamp(1.75rem, calc(38 / 430 * 100vw), 2.375rem);
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: -0.019em;
      color: #f9574f;
      text-align: center;
      white-space: normal;
      flex-shrink: 0;
    }
    .year-chart__chart {
      position: relative;
      inset: auto;
      order: 2;
      z-index: 3;
      align-self: center;
      width: min(92%, 400px);
      height: clamp(180px, 30vh, 252px);
      margin-top: 30px;
      margin-left: auto;
      margin-right: auto;
      flex-shrink: 0;
    }
    .year-chart__labels {
      position: relative;
      inset: auto;
      order: 3;
      z-index: 3;
      align-self: center;
      width: min(92%, 400px);
      height: 1.4em;
      margin-top: 5px;
      margin-left: auto;
      margin-right: auto;
      flex-shrink: 0;
    }
    .year-chart__body {
      position: relative;
      left: auto;
      top: auto;
      bottom: auto;
      order: 4;
      z-index: 3;
      width: min(331px, 88%);
      max-width: 88%;
      transform: none;
      margin: 14px 0 0;
      font-family: var(--font-sans);
      font-size: clamp(1rem, calc(20 / 430 * 100vw), 1.25rem);
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.019em;
      text-align: center;
      white-space: normal;
      flex-shrink: 0;
    }
    .year-chart__cta {
      position: relative;
      left: auto;
      top: auto;
      bottom: auto;
      order: 5;
      z-index: 3;
      transform: none;
      margin: 14px 0 0;
      --btn-text: #ffffff;
      --btn-text-hover: #ffffff;
      --btn-fill: #f9574f;
      --btn-border: #f9574f;
      font-size: clamp(0.875rem, calc(16 / 430 * 100vw), 1rem);
      padding: 0.65em 1.65em;
      border-radius: 0.75em;
      flex-shrink: 0;
    }
    .year-chart__svg--desktop {
      display: none;
    }
    .year-chart__svg--mobile {
      display: block;
    }
    .year-chart__dots--desktop {
      display: none;
    }
    .year-chart__dots--mobile {
      display: block;
    }
    .year-chart__axis {
      stroke-width: 1.5;
    }
    .year-chart__line {
      stroke-width: 0.9;
    }
    .year-chart__dot {
      width: clamp(8px, calc(12 / 430 * 100vw), 12px);
      height: clamp(8px, calc(12 / 430 * 100vw), 12px);
    }
    .year-chart__dots--mobile .year-chart__dot--2019 {
      left: 15%;
      top: 72%;
    }
    .year-chart__dots--mobile .year-chart__dot--2020 {
      left: 29%;
      top: 75%;
    }
    .year-chart__dots--mobile .year-chart__dot--2021 {
      left: 43%;
      top: 66%;
    }
    .year-chart__dots--mobile .year-chart__dot--2022 {
      left: 57%;
      top: 54%;
    }
    .year-chart__dots--mobile .year-chart__dot--2023 {
      left: 71%;
      top: 36%;
    }
    .year-chart__dots--mobile .year-chart__dot--2024 {
      left: 85%;
      top: 24%;
    }
    .year-chart__label {
      top: 0;
      font-size: clamp(0.875rem, calc(16 / 430 * 100vw), 1rem);
      translate: calc(-50% + 5px) 0;
    }
    .year-chart__label--2019 {
      left: 15%;
    }
    .year-chart__label--2020 {
      left: 29%;
    }
    .year-chart__label--2021 {
      left: 43%;
    }
    .year-chart__label--2022 {
      left: 57%;
    }
    .year-chart__label--2023 {
      left: 71%;
    }
    .year-chart__label--2024 {
      left: 85%;
    }
  }
  .manual-cleaning__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 1408 / 888;
    min-height: clamp(420px, 63vw, 888px);
    background-color: #1c3c59;
  }
  .manual-cleaning__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .manual-cleaning__bg-mobile {
    display: none;
  }
  .manual-cleaning__photo {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 72% center;
    will-change: opacity;
  }
  .manual-cleaning__cover {
    position: absolute;
    inset: 0;
    will-change: opacity;
    background: linear-gradient( 90deg, rgba(28, 60, 89, 0.94) 0%, rgba(28, 60, 89, 0.78) 38%, rgba(28, 60, 89, 0.35) 58%, rgba(28, 60, 89, 0.08) 78%, transparent 100% );
  }
  .manual-cleaning__copy {
    position: absolute;
    left: 9.02%;
    top: 23.761%;
    z-index: 1;
    display: flex;
    max-width: 51%;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
  .manual-cleaning__title, .manual-cleaning__body, .manual-cleaning__cta {
    will-change: transform, opacity;
  }
  .manual-cleaning__title {
    margin: 0;
    font-family: var(--font-sans);
    font-size: calc(65 / 1408 * 100cqw);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.019em;
    color: #f9574f;
    text-align: left;
  }
  .manual-cleaning__title-line {
    display: block;
  }
  .manual-cleaning__title-line--desktop {
    white-space: nowrap;
  }
  .manual-cleaning__title-line--mobile {
    display: none;
  }
  .manual-cleaning__body {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(38 / 1408 * 100cqw);
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.019em;
    color: #ffffff;
  }
  .manual-cleaning__body p, .manual-cleaning__body-line {
    margin: 0;
  }
  .manual-cleaning__cta {
    align-self: flex-start;
    --btn-text: #ffffff;
    --btn-text-hover: #f9574f;
    --btn-fill: #f9574f;
    --btn-border: rgb(255 255 255 / 0.45);
  }
  @media (max-width: 767px) {
    .manual-cleaning__frame {
      background-color: #1c3c59;
    }
    .manual-cleaning__photo {
      display: none;
    }
    .manual-cleaning__bg-mobile {
      display: block;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center center;
      will-change: opacity;
    }
    .manual-cleaning__cover {
      background: linear-gradient( 180deg, rgb(0 0 0 / 0) 0%, rgb(0 0 0 / 0.85) 100% ), linear-gradient( 90deg, rgb(28 60 89 / 0.92) 0%, rgb(28 60 89 / 0.55) 42%, rgb(28 60 89 / 0.12) 72%, transparent 100% );
    }
    .manual-cleaning__copy {
      left: clamp(20px, 9.1%, 40px);
      top: clamp(96px, 14.4%, 120px);
      max-width: min(332px, calc(100% - clamp(40px, 18.2%, 80px)));
      gap: clamp(20px, 5vw, 32px);
    }
    .manual-cleaning__title-line--desktop {
      display: none;
    }
    .manual-cleaning__title-line--mobile {
      display: block;
    }
    .manual-cleaning__title {
      max-width: min(332px, 100%);
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: clamp(1.75rem, calc(38 / 430 * 100vw), 2.375rem);
      line-height: 1.05;
      letter-spacing: -0.019em;
      color: #f9574f;
    }
    .manual-cleaning__body {
      max-width: min(332px, 100%);
      gap: 0;
      font-family: var(--font-sans);
      font-size: clamp(1.125rem, calc(24 / 430 * 100vw), 1.5rem);
      font-weight: 400;
      line-height: 1.3;
      letter-spacing: -0.019em;
    }
    .manual-cleaning__cta {
      --btn-text: #ffffff;
      --btn-text-hover: #ffffff;
      --btn-fill: #f9574f;
      --btn-border: #f9574f;
      font-size: clamp(0.875rem, calc(16 / 430 * 100vw), 1rem);
      padding: 0.65em 1.65em;
      border-radius: 0.75em;
    }
  }
  .brush-problem__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 1400 / 900;
    min-height: clamp(420px, 64vw, 900px);
    background-color: #1c3c59;
  }
  .brush-problem__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .brush-problem__bg-img {
    position: absolute;
    top: -1.22%;
    left: -8.5%;
    display: block;
    width: 141.14%;
    height: 103.11%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }
  .brush-problem__cover {
    position: absolute;
    top: -47.89%;
    left: -47.43%;
    width: 159.57%;
    height: 160.22%;
    background: linear-gradient( 116.53deg, rgb(0 0 0 / 0.65) 47.33%, rgb(0 0 0 / 0) 88.68% );
  }
  .brush-problem__title {
    position: absolute;
    left: 9.14%;
    top: 36.89%;
    z-index: 1;
    max-width: 52.43%;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(58 / 1400 * 100cqw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.022em;
    color: #f9574f;
    text-align: left;
  }
  .brush-problem__title-line {
    display: block;
  }
  .brush-problem__brush {
    position: absolute;
    top: 42.62%;
    left: 68.4%;
    z-index: 1;
    display: block;
    width: 41.71%;
    height: auto;
    max-width: none;
    transform: rotate(-0.27deg);
    pointer-events: none;
  }
  @media (max-width: 767px) {
    .brush-problem__title {
      left: 6%;
      top: 28%;
      max-width: 88%;
    }
    .brush-problem__brush {
      top: auto;
      bottom: 8%;
      left: 50%;
      width: 72%;
      transform: translateX(-50%) rotate(-0.27deg);
    }
  }
  .hard-to-get-in__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 1400 / 900;
    min-height: clamp(420px, 64vw, 900px);
    background-color: #1c3c59;
  }
  .hard-to-get-in__media {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .hard-to-get-in__bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }
  .hard-to-get-in__video {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    opacity: 0.3;
    will-change: transform, opacity;
    backface-visibility: hidden;
  }
  .hard-to-get-in__photo {
    display: none;
  }
  .hard-to-get-in__dim {
    display: none;
  }
  .hard-to-get-in__copy {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
  }
  .hard-to-get-in__cover {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center bottom;
    opacity: 0;
    will-change: opacity;
  }
  .hard-to-get-in__content {
    position: absolute;
    left: 6.29%;
    top: 33.56%;
    z-index: 1;
    display: flex;
    max-width: 52.43%;
    flex-direction: column;
    align-items: flex-start;
    gap: clamp(20px, calc(28 / 1400 * 100cqw), 36px);
  }
  .hard-to-get-in__title {
    position: static;
    max-width: 100%;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(58 / 1400 * 100cqw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.022em;
    color: #f9574f;
    text-align: left;
    pointer-events: none;
  }
  .hard-to-get-in__title-line {
    display: block;
    opacity: 0;
    transform: translate3d(0, 36px, 0);
    will-change: transform, opacity;
  }
  .hard-to-get-in__cta {
    position: static;
    margin: 0;
    pointer-events: auto;
    --btn-text: #ffffff;
    --btn-text-hover: #f9574f;
    --btn-fill: #f9574f;
    --btn-border: rgb(255 255 255 / 0.35);
    will-change: transform, opacity;
  }
  @media (min-width: 768px) {
    .hard-to-get-in__video {
      opacity: 1;
    }
    .hard-to-get-in__copy {
      z-index: 2;
    }
    .hard-to-get-in__cover {
      object-fit: cover;
      object-position: center bottom;
      pointer-events: none;
    }
  }
  @media (max-width: 767px) {
    .hard-to-get-in__frame {
      background-color: #1c3c59;
    }
    .hard-to-get-in__bg {
      left: -29%;
      top: -1.2%;
      width: 480%;
      height: 103%;
      max-width: none;
      inset: auto;
      object-fit: cover;
      object-position: center bottom;
    }
    .hard-to-get-in__video {
      display: none;
    }
    .hard-to-get-in__photo {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      max-width: none;
      inset: 0;
      object-fit: cover;
      object-position: center center;
      pointer-events: none;
      opacity: 0;
      will-change: opacity;
    }
    .hard-to-get-in__dim {
      display: none;
    }
    .hard-to-get-in__cover {
      display: none;
    }
    .hard-to-get-in__copy::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      z-index: 0;
      width: 100%;
      height: 66%;
      pointer-events: none;
      background: linear-gradient( 180deg, rgb(26 45 58 / 0.94) 0%, rgb(40 65 82 / 0.82) 51.44%, rgb(54 84 105 / 0.28) 82%, transparent 100% );
    }
    .hard-to-get-in__content {
      left: clamp(20px, 11.4%, 47px);
      top: clamp(112px, 16%, 144px);
      max-width: min(300px, calc(100% - clamp(40px, 18.2%, 80px)));
      gap: clamp(16px, 4vw, 24px);
    }
    .hard-to-get-in__title {
      position: static;
      left: auto;
      top: auto;
      max-width: 100%;
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: clamp(1.75rem, calc(38 / 412 * 100vw), 2.375rem);
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: -0.019em;
      color: #f9574f;
    }
    .hard-to-get-in__title-line:first-child {
      white-space: nowrap;
    }
    .hard-to-get-in__cta {
      --btn-text: #ffffff;
      --btn-text-hover: #ffffff;
      --btn-fill: #f9574f;
      --btn-border: #f9574f;
      font-size: clamp(0.875rem, calc(16 / 430 * 100vw), 1rem);
      padding: 0.65em 1.65em;
      border-radius: 0.75em;
    }
  }
  .cleanup__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 1400 / 900;
    min-height: clamp(420px, 64vw, 900px);
    background-color: #1F212A;
  }
  .cleanup__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #1F212A;
  }
  .cleanup__bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 100%;
    height: auto;
    max-height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
    transform: translate(-50%, -50%) translateZ(0);
    will-change: transform, opacity;
    backface-visibility: hidden;
  }
  .cleanup__dim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    will-change: opacity;
    background: linear-gradient( 180deg, rgb(0 0 0 / 0.28) 0%, rgb(0 0 0 / 0.42) 42%, rgb(0 0 0 / 0.48) 100% );
  }
  .cleanup__copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }
  .cleanup__headline, .cleanup__subtitle, .cleanup__cta {
    position: absolute;
    left: 50%;
    margin: 0;
    text-align: center;
    will-change: transform, opacity;
  }
  .cleanup__headline {
    top: 35.33%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(120 / 1400 * 100cqw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.019em;
    color: #00cfff;
    white-space: nowrap;
  }
  .cleanup__subtitle {
    top: 48.33%;
    max-width: 30.5%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(58 / 1400 * 100cqw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.019em;
    color: #ffffff;
  }
  .cleanup__cta {
    top: 57.56%;
    pointer-events: auto;
    --btn-text: #ffffff;
    --btn-text-hover: #00cfff;
    --btn-fill: #00cfff;
    --btn-border: rgb(255 255 255 / 0.45);
  }
  @media (max-width: 767px) {
    .cleanup__frame {
      background-color: #161e29;
    }
    .cleanup__bg-video {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      inset: 0;
      transform: translateZ(0);
      object-fit: cover;
      object-position: center center;
    }
    .cleanup__dim {
      background: linear-gradient( 180deg, rgb(0 0 0 / 0.22) 0%, rgb(0 0 0 / 0.38) 48%, rgb(22 30 41 / 0.72) 88%, #161e29 100% );
    }
    .cleanup__copy {
      display: grid;
      grid-template-columns: max-content;
      justify-content: center;
      align-content: center;
      gap: clamp(2px, 0.8vw, 6px);
      width: 100%;
      max-width: min(334px, 92%);
      margin-inline: auto;
      padding: clamp(20px, 5vw, 32px);
      pointer-events: none;
      text-align: center;
    }
    .cleanup__headline, .cleanup__subtitle, .cleanup__cta {
      position: relative;
      left: auto;
      top: auto;
      margin: 0;
      text-align: center;
      width: 100%;
      max-width: min(334px, 92vw);
    }
    .cleanup__headline {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: clamp(2.5rem, calc(64 / 412 * 100vw), 4rem);
      font-weight: 700;
      line-height: 1.05;
      letter-spacing: -0.019em;
      color: #00cfff;
      white-space: nowrap;
    }
    .cleanup__subtitle {
      font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
      font-size: clamp(1.5rem, calc(32 / 412 * 100vw), 2rem);
      font-weight: 400;
      line-height: 1;
      letter-spacing: -0.019em;
      color: #ffffff;
    }
    .cleanup__cta {
      margin-top: clamp(8px, 2.2vw, 14px);
      justify-self: stretch;
      box-sizing: border-box;
      pointer-events: auto;
      --btn-text: #ffffff;
      --btn-text-hover: #ffffff;
      --btn-fill: #00cfff;
      --btn-border: #00cfff;
      font-size: clamp(0.875rem, calc(16 / 412 * 100vw), 1rem);
      padding: 0.65em 1.65em;
      border-radius: 0.75em;
    }
  }
  .pluss__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 1400 / 900;
    min-height: clamp(420px, 64vw, 900px);
    background-color: #0d2438;
  }
  .pluss__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .pluss__bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 118%;
    height: 118%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%) translateZ(0);
    will-change: transform, opacity;
    backface-visibility: hidden;
  }
  .pluss__bg-cover {
    display: none;
    position: absolute;
    z-index: 1;
    pointer-events: none;
    max-width: none;
    object-fit: cover;
  }
  .pluss__dim {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    will-change: opacity;
    background: linear-gradient( 180deg, rgb(0 0 0 / 0.22) 0%, rgb(0 0 0 / 0.34) 50%, rgb(0 0 0 / 0.4) 100% );
  }
  .pluss__copy {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4% 6%;
    text-align: center;
    pointer-events: none;
  }
  .pluss__eyebrow, .pluss__title, .pluss__acronym, .pluss__subtitle, .pluss__body, .pluss__cta {
    margin: 0;
    will-change: transform, opacity;
  }
  .pluss__eyebrow {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(28 / 1400 * 100cqw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.019em;
    color: #ffffff;
  }
  .pluss__title {
    margin-top: calc(6 / 1400 * 100cqw);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(86 / 1400 * 100cqw);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.019em;
    color: #00cfff;
    white-space: nowrap;
  }
  .pluss__title-char {
    display: inline-block;
    transform-origin: center center;
    will-change: transform, opacity;
  }
  .pluss__acronym {
    margin-top: calc(2 / 1400 * 100cqw);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(44 / 1400 * 100cqw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.01em;
    color: #00cfff;
  }
  .pluss__subtitle {
    margin-top: calc(8 / 1400 * 100cqw);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(54 / 1400 * 100cqw);
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.019em;
    color: #ffffff;
  }
  .pluss__body {
    margin-top: calc(48 / 1400 * 100cqw);
    max-width: 52.43%;
    font-family: var(--font-sans);
    font-size: calc(26 / 1400 * 100cqw);
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -0.019em;
    color: #ffffff;
    text-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
  }
  .pluss__reg {
    font-size: 0.5em;
    position: relative;
    top: -0.65em;
    line-height: 0;
  }
  .pluss__cta {
    margin-top: calc(64 / 1400 * 100cqw);
    pointer-events: auto;
    --btn-text: #ffffff;
    --btn-text-hover: #00cfff;
    --btn-fill: #00cfff;
    --btn-border: rgb(255 255 255 / 0.45);
  }
  @media (max-width: 767px) {
    .pluss__frame {
      background-color: #0d2438;
    }
    .pluss__bg-video {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      max-width: none;
      inset: 0;
      transform: translateZ(0);
      object-fit: cover;
      object-position: center center;
    }
    .pluss__bg-cover {
      display: block;
      inset: 0;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: none;
      object-fit: cover;
      object-position: center center;
    }
    .pluss__dim {
      z-index: 2;
      background: linear-gradient( 180deg, rgb(13 36 56 / 0.18) 0%, rgb(13 36 56 / 0.08) 36%, transparent 68% );
    }
    .pluss__copy {
      z-index: 3;
      display: grid;
      grid-template-columns: max-content;
      justify-content: center;
      justify-items: stretch;
      align-content: start;
      gap: 0;
      width: 100%;
      padding: clamp(100px, calc(117 / 412 * 100vw), 130px) clamp(20px, 9.7%, 40px) clamp(24px, 6vw, 40px);
      text-align: center;
    }
    .pluss__eyebrow {
      font-size: clamp(1.125rem, calc(20 / 412 * 100vw), 1.25rem);
      font-weight: 400;
      line-height: 1.2;
      color: #ffffff;
    }
    .pluss__title {
      margin-top: clamp(2px, calc(6 / 412 * 100vw), 8px);
      font-size: clamp(2rem, calc(38 / 412 * 100vw), 2.375rem);
      font-weight: 700;
      line-height: 1;
      white-space: nowrap;
      max-width: none;
      color: #00cfff;
    }
    .pluss__acronym {
      margin-top: clamp(0px, calc(2 / 412 * 100vw), 4px);
      font-size: clamp(1.625rem, calc(28 / 412 * 100vw), 1.875rem);
      font-weight: 400;
      line-height: 1.2;
      color: #00cfff;
    }
    .pluss__subtitle {
      margin-top: clamp(4px, calc(6 / 412 * 100vw), 8px);
      font-size: clamp(1.625rem, calc(32 / 412 * 100vw), 2rem);
      font-weight: 400;
      line-height: 1;
      white-space: nowrap;
      color: #ffffff;
    }
    .pluss__body {
      margin-top: clamp(18px, calc(24 / 412 * 100vw), 28px);
      width: 100%;
      max-width: min(330px, 80vw);
      font-family: var(--font-sans);
      font-size: clamp(1.25rem, calc(24 / 412 * 100vw), 1.5rem);
      font-weight: 500;
      line-height: 1.3;
      letter-spacing: -0.019em;
      color: #ffffff;
      text-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
    }
    .pluss__cta {
      margin-top: clamp(24px, calc(34 / 412 * 100vw), 40px);
      justify-self: center;
      width: auto;
      box-sizing: border-box;
      font-size: clamp(0.875rem, calc(16 / 412 * 100vw), 1rem);
      padding: 0.65em 1.65em;
      border-radius: 0.75em;
      --btn-text: #ffffff;
      --btn-text-hover: #ffffff;
      --btn-fill: #00cfff;
      --btn-border: #00cfff;
    }
  }
  .quantum2__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 1400 / 900;
    min-height: clamp(420px, 64vw, 900px);
    background-color: #1c3c59;
  }
  .quantum2__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }
  .quantum2__bg-solid {
    position: absolute;
    inset: 0;
    background-color: #1f4260;
  }
  .quantum2__bg-video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    opacity: 0.45;
    transform: translateZ(0);
    backface-visibility: hidden;
  }
  .quantum2__bg-cover {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 132.4%;
    height: 145.7%;
    max-width: none;
    transform: translate(-50%, -50%);
    object-fit: cover;
    object-position: center;
    pointer-events: none;
  }
  .quantum2__cover {
    position: absolute;
    left: 0;
    top: calc(151 / 900 * 100cqh);
    z-index: 2;
    width: 100%;
    height: calc(749 / 900 * 100cqh);
    pointer-events: none;
    background: linear-gradient( 180deg, rgb(0 24 53 / 0) 29.105%, rgb(0 24 53 / 0.21) 79.89%, rgb(0 24 53 / 0.43) 100% );
  }
  .quantum2__eyebrow, .quantum2__title, .quantum2__body, .quantum2__product, .quantum2__cta {
    position: absolute;
    z-index: 3;
    margin: 0;
  }
  .quantum2__eyebrow {
    left: calc(90 / 1400 * 100cqw);
    top: calc(130 / 900 * 100cqh);
    max-width: calc(559 / 1400 * 100cqw);
    font-family: var(--font-sans);
    font-size: calc(28 / 1400 * 100cqw);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: -0.019em;
    color: #ffffff;
    text-align: left;
    white-space: nowrap;
  }
  .quantum2__eyebrow-line--mobile {
    display: none;
  }
  .quantum2__title {
    left: calc(90 / 1400 * 100cqw);
    top: calc(166 / 900 * 100cqh);
    max-width: calc(559 / 1400 * 100cqw);
    font-family: var(--font-sans);
    font-size: calc(68 / 1400 * 100cqw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.019em;
    color: #00cfff;
    text-align: left;
    white-space: nowrap;
  }
  .quantum2__reg {
    font-size: 0.38em;
    position: relative;
    top: calc(-0.85em - 10px);
    line-height: 0;
  }
  .quantum2__reg--inline {
    font-size: 0.55em;
    top: -0.75em;
  }
  .quantum2__body {
    left: calc(90 / 1400 * 100cqw);
    top: calc(267 / 900 * 100cqh);
    width: calc(559 / 1400 * 100cqw);
    font-family: var(--font-sans);
    font-size: calc(28 / 1400 * 100cqw * 1.3);
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.019em;
    color: #ffffff;
    text-align: left;
  }
  .quantum2__product {
    left: auto;
    right: calc(-60 / 1400 * 100cqw);
    top: auto;
    bottom: calc(-180 / 900 * 100cqh);
    width: calc(680 / 1400 * 100cqw);
    height: auto;
    max-height: calc(680 / 900 * 100cqh);
    aspect-ratio: 1;
    pointer-events: none;
    transform: scale(1.4);
    transform-origin: right bottom;
  }
  .quantum2__product-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right bottom;
  }
  .quantum2__cta {
    left: calc(90 / 1400 * 100cqw);
    top: calc(605 / 900 * 100cqh - 50px);
    pointer-events: auto;
    --btn-text: #ffffff;
    --btn-text-hover: #00cfff;
    --btn-fill: #00cfff;
    --btn-border: rgb(255 255 255 / 0.45);
  }
  @media (max-width: 767px) {
    .quantum2__eyebrow, .quantum2__title, .quantum2__body {
      left: clamp(20px, 9.7%, 40px);
      width: min(92%, 360px);
      max-width: calc(100% - clamp(40px, 18.6%, 80px));
      text-align: left;
    }
    .quantum2__eyebrow {
      top: clamp(68px, 11.5vh, 96px);
      right: auto;
      width: min(92%, 360px);
      max-width: calc(100% - clamp(40px, 18.6%, 80px));
      font-size: clamp(0.8125rem, 3.5vw, 1.125rem);
      white-space: normal;
      letter-spacing: -0.02em;
    }
    .quantum2__eyebrow-line--desktop {
      display: none;
    }
    .quantum2__eyebrow-line--mobile {
      display: block;
    }
    .quantum2__title {
      top: clamp(108px, 17vh, 140px);
      font-size: clamp(1.375rem, calc(28 / 412 * 100vw), 1.875rem);
      white-space: nowrap;
      max-width: none;
      width: auto;
    }
    .quantum2__body {
      top: clamp(158px, 24.5vh, 205px);
      font-size: clamp(1.125rem, calc(22 / 412 * 100vw), 1.5rem);
    }
    .quantum2__text-cta {
      position: absolute;
      z-index: 3;
      left: clamp(20px, 9.7%, 40px);
      top: clamp(158px, 24.5vh, 205px);
      width: min(92%, 360px);
      max-width: calc(100% - clamp(40px, 18.6%, 80px));
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 30px;
      margin: 0;
    }
    .quantum2__text-cta .quantum2__body {
      position: static;
      left: auto;
      top: auto;
      width: 100%;
      max-width: none;
    }
    .quantum2__text-cta .quantum2__cta {
      position: static;
      left: auto;
      top: auto;
      bottom: auto;
      font-size: clamp(0.875rem, calc(16 / 412 * 100vw), 1rem);
      padding: 0.65em 1.65em;
      border-radius: 0.75em;
      --btn-text-hover: #ffffff;
      --btn-border: #00cfff;
    }
    .quantum2__product {
      left: auto;
      right: -10%;
      top: auto;
      bottom: -16%;
      width: 68%;
      max-height: 62%;
      aspect-ratio: 1;
      transform: scale(1.337);
      transform-origin: right bottom;
    }
    .quantum2__bg-video {
      opacity: 0.38;
    }
  }
  .scope-hero__pin {
    background-color: #ffffff;
  }
  .scope-hero__img {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
  }
  .scope-hero__line {
    will-change: transform, opacity;
  }
  .coris-shine__pin {
    background-color: #000000;
  }
  .coris-shine__halo {
    width: min(70vw, 480px);
    height: min(70vw, 480px);
    border-radius: 50%;
    background: radial-gradient( circle, rgb(255 255 255 / 0.14) 0%, rgb(255 255 255 / 0.04) 38%, transparent 68% );
    filter: blur(32px);
    opacity: 0;
    will-change: transform, opacity;
  }
  .coris-shine__logo {
    will-change: transform, opacity;
  }
  .coris-shine__img {
    transform: translateZ(0);
    backface-visibility: hidden;
    will-change: transform, opacity;
  }
  .coris-shine__shine {
    -webkit-mask-image: url("./src/Coris.png");
    mask-image: url("./src/Coris.png");
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    pointer-events: none;
  }
  .coris-shine__shine-band {
    position: absolute;
    top: -60%;
    left: -80%;
    width: 260%;
    height: 220%;
    background: linear-gradient( 108deg, transparent 38%, rgb(255 255 255 / 0.06) 44%, rgb(255 255 255 / 0.92) 50%, rgb(255 255 255 / 0.06) 56%, transparent 62% );
    opacity: 0;
    will-change: transform, opacity;
  }
  .coris-shine__shine-band--soft {
    background: linear-gradient( 108deg, transparent 42%, rgb(255 255 255 / 0.04) 47%, rgb(255 255 255 / 0.35) 50%, rgb(255 255 255 / 0.04) 53%, transparent 58% );
    width: 220%;
    height: 200%;
    top: -50%;
    left: -60%;
  }
  .counter-ramp__pin {
    position: relative;
    overflow: hidden;
  }
  .counter-ramp__display, .counter-ramp__flash {
    will-change: transform, opacity;
  }
  .bar-rise__pin {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .bar-rise__chart {
    will-change: opacity;
  }
  .bar-rise__bar {
    transform-origin: bottom center;
    will-change: transform, opacity;
  }
  .bar-rise__message, .bar-rise__headline {
    will-change: transform, opacity;
  }
  .data-split__pin {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .data-split__left, .data-split__right {
    will-change: transform;
  }
  .data-split__bar {
    transform-origin: bottom center;
    will-change: transform;
  }
  .data-split__mini-bar {
    transform-origin: left center;
  }
  .data-split__big-value, .data-split__year-bg {
    will-change: transform, opacity;
  }
  @media (max-width: 767px) {
    .intro-hero__frame, .awareness__frame, .year-chart__frame, .manual-cleaning__frame, .hard-to-get-in__frame, .cleanup__frame, .pluss__frame, .quantum2__frame {
      aspect-ratio: auto;
      height: var(--screen-height);
      min-height: var(--screen-height);
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-outline-style: solid;
      --tw-font-weight: initial;
      --tw-tracking: initial;
    }
  }
}
