/*! 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 utilities {
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .w-full {
    width: 100%;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .items-center {
    align-items: center;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-surface {
    border-color: var(--color-surface);
  }
  .bg-bg {
    background-color: var(--color-bg);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .text-center {
    text-align: center;
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-accent {
    color: var(--color-accent);
  }
  .text-muted {
    color: var(--color-muted);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .md\:px-8 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 8);
    }
  }
}
@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;
  }
  @property --intro2-wipe {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
  }
  .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;
    }
    .intro2__bg, .intro2__bg-mobile, .intro2__label, .intro2__icon, .intro2__title, .intro2__body {
      opacity: 1;
    }
  }
  .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;
  }
  .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;
  }
  .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;
  }
  @media (min-width: 768px) {
    .intro-hero__copy {
      width: min(56%, 760px);
    }
    .intro-hero__title {
      font-size: calc(132 / 1400 * 100vw);
    }
    .intro-hero__subtitle {
      font-size: calc(46 / 1400 * 100vw);
    }
    .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__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;
    }
  }
  .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);
    }
  }
  .intro2__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 2000 / 1112;
    min-height: clamp(420px, 55.6vw, 1112px);
    background-color: #020202;
  }
  .intro2__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #000101;
    opacity: 0;
    will-change: opacity;
  }
  .intro2__bg-base, .intro2__bg-light {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
  }
  .intro2__bg-base {
    z-index: 0;
  }
  .intro2__bg-light {
    z-index: 1;
    opacity: 1;
    --intro2-wipe: 0;
    -webkit-mask-image: linear-gradient( 90deg, #000 0%, #000 max(0%, calc((var(--intro2-wipe) - 0.28) * 100%)), transparent calc(var(--intro2-wipe) * 100%) );
    mask-image: linear-gradient( 90deg, #000 0%, #000 max(0%, calc((var(--intro2-wipe) - 0.28) * 100%)), transparent calc(var(--intro2-wipe) * 100%) );
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    will-change: opacity;
  }
  .intro2__bg-mobile {
    display: none;
  }
  .intro2__labels, .intro2__icons {
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
  }
  .intro2__label, .intro2__icon {
    position: absolute;
    display: block;
    max-width: none;
    object-fit: contain;
    pointer-events: none;
  }
  .intro2__label, .intro2__icon {
    opacity: 0;
    will-change: transform, opacity;
  }
  .intro2__label--probe {
    left: calc(465 / 2000 * 100cqw);
    top: calc(179 / 1112 * 100cqh);
    width: calc(214 / 2000 * 100cqw);
    height: calc(45 / 1112 * 100cqh);
  }
  .intro2__label--cycle {
    left: calc(425 / 2000 * 100cqw);
    top: calc(243 / 1112 * 100cqh);
    width: calc(211 / 2000 * 100cqw);
    height: calc(45 / 1112 * 100cqh);
  }
  .intro2__label--time {
    left: calc(465 / 2000 * 100cqw);
    top: calc(307 / 1112 * 100cqh);
    width: calc(204 / 2000 * 100cqw);
    height: calc(45 / 1112 * 100cqh);
  }
  .intro2__icon--pacs {
    left: calc(1140 / 2000 * 100cqw);
    top: calc(260 / 1112 * 100cqh);
    width: calc(103 / 2000 * 100cqw);
    height: calc(236 / 1112 * 100cqh);
  }
  .intro2__icon--compliance {
    left: calc(1358 / 2000 * 100cqw);
    top: calc(260 / 1112 * 100cqh);
    width: calc(126 / 2000 * 100cqw);
    height: calc(236 / 1112 * 100cqh);
  }
  .intro2__icon--asset {
    left: calc(1590 / 2000 * 100cqw);
    top: calc(260 / 1112 * 100cqh);
    width: calc(126 / 2000 * 100cqw);
    height: calc(237 / 1112 * 100cqh);
  }
  .intro2__copy {
    position: absolute;
    left: calc(770 / 2000 * 100cqw);
    top: calc(560 / 1112 * 100cqh);
    z-index: 3;
    display: flex;
    width: calc(1151 / 2000 * 100cqw);
    flex-direction: column;
    gap: calc(19 / 1112 * 100cqh);
    margin: 0;
    pointer-events: none;
  }
  .intro2__title, .intro2__body {
    margin: 0;
    pointer-events: auto;
    -webkit-user-select: text;
    user-select: text;
    opacity: 1;
  }
  .intro2__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(55 / 2000 * 100cqw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(-1.045 / 2000 * 100cqw);
    background-image: radial-gradient( 120% 90% at 38% 42%, #edfefe 0%, #bcdfea 25%, #8cbfd6 50%, #5ba0c1 75%, #4290b7 87.5%, #2a80ad 100% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .intro2__br-mobile {
    display: none;
  }
  .intro2__reg {
    display: inline-block;
    font-size: 0.645em;
    font-weight: 400;
    position: relative;
    top: -0.55em;
    line-height: 0;
    vertical-align: baseline;
  }
  .intro2__body {
    width: calc(1090 / 1151 * 100%);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(32 / 2000 * 100cqw);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: calc(-0.608 / 2000 * 100cqw);
    color: #ffffff;
  }
  @media (max-width: 767px) {
    .intro2 {
      background-color: #020202;
    }
    .intro2__frame {
      display: flex;
      flex-direction: column;
      background-color: #020202;
    }
    .intro2__bg, .intro2__labels, .intro2__icons {
      display: none;
    }
    .intro2__bg-mobile {
      position: relative;
      inset: auto;
      z-index: 1;
      display: block;
      width: 100%;
      height: auto;
      max-width: none;
      flex-shrink: 0;
      object-fit: contain;
      object-position: top center;
      pointer-events: none;
      opacity: 0;
      will-change: opacity;
    }
    .intro2__copy {
      position: relative;
      left: auto;
      top: auto;
      z-index: 3;
      display: flex;
      width: auto;
      max-width: none;
      flex: 1 1 auto;
      flex-direction: column;
      gap: clamp(10px, 2vh, 16px);
      margin: 0;
      padding: clamp(12px, 2.5vh, 20px) clamp(20px, calc(69 / 830 * 100vw), 40px) 0;
    }
    .intro2__title {
      width: 100%;
      font-size: clamp(1.1875rem, 5.1vw, 1.375rem);
      letter-spacing: -0.019em;
      white-space: nowrap;
    }
    .intro2__br-mobile {
      display: revert;
    }
    .intro2__br-desktop {
      display: none;
    }
    .intro2__body {
      width: 100%;
      font-size: clamp(0.9375rem, calc(16 / 412 * 100vw), 1.125rem);
      letter-spacing: -0.019em;
    }
  }
  .connect__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 2000 / 1112;
    min-height: clamp(420px, 55.6vw, 1112px);
    background-color: #020202;
  }
  .connect__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #000101;
  }
  .connect__bg-photo {
    position: absolute;
    inset: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
    opacity: 0.65;
  }
  .connect__bg-mobile {
    display: none;
  }
  .connect__product {
    position: absolute;
    left: calc(122 / 2000 * 100cqw);
    top: calc(106 / 1112 * 100cqh);
    z-index: 2;
    width: calc(859 / 2000 * 100cqw);
    height: calc(857 / 1112 * 100cqh);
    pointer-events: none;
  }
  .connect__product-base, .connect__product-overlay {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    object-position: center;
    will-change: opacity;
  }
  .connect__product-overlay {
    opacity: 0;
  }
  .connect__copy {
    position: absolute;
    left: calc(1015 / 2000 * 100cqw);
    top: calc(262 / 1112 * 100cqh);
    z-index: 3;
    display: flex;
    width: calc(853 / 2000 * 100cqw);
    flex-direction: column;
    gap: calc(29 / 1112 * 100cqh);
    margin: 0;
    pointer-events: none;
  }
  .connect__title, .connect__body {
    margin: 0;
    will-change: transform, opacity;
    pointer-events: auto;
    -webkit-user-select: text;
    user-select: text;
  }
  .connect__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(75 / 2000 * 100cqw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(-1.425 / 2000 * 100cqw);
    background-image: radial-gradient( 120% 90% at 38% 42%, #edfefe 0%, #bcdfea 25%, #8cbfd6 50%, #5ba0c1 75%, #4290b7 87.5%, #2a80ad 100% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .connect__title-line {
    display: block;
  }
  .connect__reg {
    display: inline-block;
    font-size: 0.645em;
    font-weight: 400;
    position: relative;
    top: -0.55em;
    line-height: 0;
    vertical-align: baseline;
  }
  .connect__tm {
    display: inline-block;
    font-size: 0.32em;
    font-weight: 700;
    position: relative;
    top: -1.15em;
    line-height: 0;
    vertical-align: baseline;
  }
  .connect__body {
    width: calc(737 / 853 * 100%);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(32 / 2000 * 100cqw);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: calc(-0.608 / 2000 * 100cqw);
    color: #ffffff;
  }
  @media (max-width: 767px) {
    .connect__frame {
      background-color: #020202;
    }
    .connect__bg-photo {
      display: none;
    }
    .connect__bg-mobile {
      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.65;
    }
    .connect__product {
      left: 50%;
      top: clamp(236px, 42vh, 328px);
      bottom: 2%;
      width: min(90%, 340px);
      height: auto;
      transform: translateX(-50%);
    }
    .connect__copy {
      left: 50%;
      top: clamp(56px, 8vh, 84px);
      width: min(88%, 360px);
      max-width: calc(100% - 40px);
      transform: translateX(-50%);
      gap: clamp(10px, 2vh, 16px);
      text-align: center;
      align-items: center;
    }
    .connect__title {
      font-size: clamp(1.5rem, calc(28 / 412 * 100vw), 2rem);
      letter-spacing: -0.019em;
      text-align: center;
    }
    .connect__body {
      width: 100%;
      font-size: clamp(0.9375rem, calc(16 / 412 * 100vw), 1.125rem);
      letter-spacing: -0.019em;
      text-align: center;
    }
  }
  .one-touch__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 2000 / 1112;
    min-height: clamp(420px, 55.6vw, 1112px);
    background-color: #ffffff;
  }
  .one-touch__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #ffffff;
  }
  .one-touch__bg-photo {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center;
  }
  .one-touch__bg-mobile {
    display: none;
  }
  .one-touch__icon {
    position: absolute;
    left: calc(1089 / 2000 * 100cqw);
    top: calc(603 / 1112 * 100cqh);
    z-index: 1;
    width: calc(160 / 2000 * 100cqw);
    height: calc(160 / 2000 * 100cqw);
    overflow: hidden;
    pointer-events: none;
    transform: rotate(180deg);
    transform-origin: center center;
    will-change: transform, opacity;
  }
  .one-touch__icon-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
  }
  .one-touch__person {
    position: absolute;
    left: calc(625 / 2000 * 100cqw);
    top: calc(-43 / 1112 * 100cqh);
    z-index: 2;
    display: block;
    width: calc(1388 / 2000 * 100cqw);
    height: calc(1293 / 1112 * 100cqh);
    max-width: none;
    object-fit: cover;
    object-position: right center;
    pointer-events: none;
    will-change: transform, opacity;
  }
  .one-touch__copy {
    position: absolute;
    left: calc(151 / 2000 * 100cqw);
    top: calc(124 / 1112 * 100cqh);
    z-index: 3;
    display: flex;
    width: calc(827 / 2000 * 100cqw);
    flex-direction: column;
    gap: calc(26 / 1112 * 100cqh);
    margin: 0;
    pointer-events: none;
  }
  .one-touch__title, .one-touch__body, .one-touch__cta {
    margin: 0;
    will-change: transform, opacity;
    pointer-events: auto;
  }
  .one-touch__title, .one-touch__body {
    -webkit-user-select: text;
    user-select: text;
  }
  .one-touch__title {
    width: calc(793 / 827 * 100%);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(65 / 2000 * 100cqw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(-1.235 / 2000 * 100cqw);
    background-image: radial-gradient( 140% 180% at 0% 0%, #141722 0%, #121d3e 12.5%, #112359 25%, #0d2f91 50%, #0a3ac8 75%, #0646ff 100% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .one-touch__title-line {
    display: block;
  }
  .one-touch__body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(32 / 2000 * 100cqw);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: calc(-0.608 / 2000 * 100cqw);
    color: #000000;
  }
  .one-touch__cta, .secure__cta, .reporting__cta, .workflow__cta {
    align-self: flex-start;
    margin-top: calc(12 / 1112 * 100cqh);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(34 / 2000 * 100cqw);
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.019em;
    padding: 0.58em 1.82em;
    border-radius: calc(12 / 28 * 1em);
    --btn-text: #ffffff;
    --btn-text-hover: #0646ff;
    --btn-fill: #0646ff;
    --btn-border: #0646ff;
  }
  @media (max-width: 767px) {
    .one-touch__frame {
      background-color: #ffffff;
    }
    .one-touch__bg-photo {
      display: none;
    }
    .one-touch__bg-mobile {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center bottom;
    }
    .one-touch__copy {
      left: clamp(20px, 6%, 40px);
      top: clamp(52px, 7.5vh, 80px);
      width: min(88%, 360px);
      max-width: calc(100% - 40px);
      gap: clamp(10px, 2vh, 16px);
    }
    .one-touch__title {
      width: 100%;
      font-size: clamp(1.5rem, calc(28 / 412 * 100vw), 1.875rem);
      letter-spacing: -0.019em;
    }
    /* Paint each line independently on iOS Safari. Opacity/transforms on
       children of a parent using background-clip:text can render as blank. */
    .one-touch__title-line {
      background-image: inherit;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .one-touch__body {
      font-size: clamp(0.9375rem, calc(16 / 412 * 100vw), 1.125rem);
      letter-spacing: -0.019em;
    }
    .one-touch__cta, .secure__cta, .reporting__cta, .workflow__cta {
      margin-top: clamp(4px, 1vh, 10px);
      font-size: clamp(0.9375rem, calc(16 / 412 * 100vw), 1.0625rem);
    }
    .one-touch__person {
      display: none;
    }
    .one-touch__icon, .one-touch__icon-img {
      display: none;
    }
  }
  .reporting__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 2000 / 1112;
    min-height: clamp(420px, 55.6vw, 1112px);
    background-color: #ffffff;
  }
  .reporting__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #ffffff;
  }
  .reporting__bg-photo {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 28% center;
  }
  .reporting__bg-mobile {
    display: none;
  }
  .reporting__display {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 28% center;
    opacity: 0;
    pointer-events: none;
    will-change: opacity;
  }
  .reporting__display--02 {
    z-index: 1;
  }
  .reporting__display--03 {
    z-index: 2;
  }
  .reporting__display--04 {
    z-index: 3;
  }
  .reporting__display--05 {
    z-index: 4;
  }
  .reporting__fade {
    position: absolute;
    left: calc(231 / 2000 * 100cqw);
    top: 0;
    z-index: 5;
    width: calc(1769 / 2000 * 100cqw);
    height: 100%;
    pointer-events: none;
    background: linear-gradient( to left, rgb(255 255 255 / 0.65) 0%, rgb(255 255 255 / 0.61) 50.317%, rgb(255 255 255 / 0) 92.619% );
  }
  .reporting__copy {
    position: absolute;
    left: calc(1038 / 2000 * 100cqw);
    top: calc(140 / 1112 * 100cqh);
    z-index: 6;
    display: flex;
    width: calc(846 / 2000 * 100cqw);
    flex-direction: column;
    gap: calc(28 / 1112 * 100cqh);
    margin: 0;
    pointer-events: none;
  }
  .reporting__title, .reporting__body, .reporting__cta {
    margin: 0;
    will-change: transform, opacity;
    pointer-events: auto;
  }
  .reporting__title, .reporting__body {
    -webkit-user-select: text;
    user-select: text;
  }
  .reporting__title {
    width: calc(768 / 846 * 100%);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(65 / 2000 * 100cqw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(-1.235 / 2000 * 100cqw);
    background-image: radial-gradient( 140% 180% at 0% 0%, #141722 0%, #121d3e 12.5%, #112359 25%, #0d2f91 50%, #0a3ac8 75%, #0646ff 100% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .reporting__title-line {
    display: block;
  }
  .reporting__body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(32 / 2000 * 100cqw);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: calc(-0.608 / 2000 * 100cqw);
    color: #000000;
  }
  .reporting__icon {
    position: absolute;
    left: calc(857 / 2000 * 100cqw);
    top: calc(218 / 1112 * 100cqh);
    z-index: 7;
    width: calc(203 / 2000 * 100cqw);
    height: calc(203 / 2000 * 100cqw);
    pointer-events: none;
    transform-origin: center center;
    will-change: transform, opacity;
  }
  .reporting__icon-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
  }
  @media (max-width: 767px) {
    .reporting__frame {
      background-color: #ffffff;
    }
    .reporting__bg-photo {
      display: none;
    }
    .reporting__bg-mobile {
      position: absolute;
      inset: 0;
      display: block;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center bottom;
    }
    .reporting__display {
      display: none;
    }
    .reporting__fade {
      left: 0;
      width: 100%;
      background: linear-gradient( 180deg, rgb(255 255 255 / 0.88) 0%, rgb(255 255 255 / 0.62) 38%, rgb(255 255 255 / 0) 72% );
    }
    .reporting__copy {
      left: clamp(20px, 6%, 40px);
      top: clamp(52px, 7.5vh, 80px);
      width: min(88%, 360px);
      max-width: calc(100% - 40px);
      gap: clamp(10px, 2vh, 16px);
    }
    .reporting__title {
      width: 100%;
      font-size: clamp(1.5rem, calc(28 / 412 * 100vw), 1.875rem);
      letter-spacing: -0.019em;
    }
    /* Paint each line independently on iOS Safari. */
    .reporting__title-line {
      background-image: inherit;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
    }
    .reporting__body {
      font-size: clamp(0.9375rem, calc(16 / 412 * 100vw), 1.125rem);
      letter-spacing: -0.019em;
    }
    .reporting__icon {
      display: none;
    }
  }
  .workflow__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 2000 / 1112;
    min-height: clamp(420px, 55.6vw, 1112px);
    background-color: #0d1018;
  }
  .workflow__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #0d1018;
  }
  .workflow__bg-level0, .workflow__bg-photo {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: center 42%;
  }
  .workflow__bg-level0 {
    z-index: 0;
  }
  .workflow__bg-photo {
    z-index: 1;
    opacity: 0.2;
  }
  .workflow__bg-cover {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: calc(859 / 1112 * 100cqh);
    max-width: none;
    object-fit: fill;
    pointer-events: none;
  }
  .workflow__feature-bg, .workflow__feature-bg-cover {
    position: absolute;
    display: block;
    max-width: none;
    pointer-events: none;
    opacity: 0;
  }
  .workflow__feature-bg {
    inset: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 42%;
  }
  .workflow__feature-bg-mobile {
    display: none;
  }
  .workflow__feature-bg-cover {
    left: 0;
    top: 0;
    z-index: 4;
    width: 100%;
    height: calc(859 / 1112 * 100cqh);
    object-fit: fill;
  }
  .workflow__flows {
    position: absolute;
    inset: 0;
    z-index: 5;
    pointer-events: none;
  }
  .workflow__flow, .workflow__feature, .workflow__icon {
    position: absolute;
    display: block;
    max-width: none;
    pointer-events: none;
  }
  .workflow__flow {
    z-index: 2;
    overflow: visible;
    mix-blend-mode: screen;
  }
  .workflow__flow-path {
    stroke-dasharray: 1;
    stroke-dashoffset: 0;
  }
  .workflow__flow--left {
    left: calc(558.5 / 2000 * 100cqw);
    top: calc(310.5 / 1112 * 100cqh);
    width: calc(413 / 2000 * 100cqw);
    height: calc(198 / 1112 * 100cqh);
  }
  .workflow__flow--center {
    left: calc(983 / 2000 * 100cqw);
    top: calc(313 / 1112 * 100cqh);
    width: calc(34 / 2000 * 100cqw);
    height: calc(341 / 1112 * 100cqh);
  }
  .workflow__flow--right {
    left: calc(1028.5 / 2000 * 100cqw);
    top: calc(310.5 / 1112 * 100cqh);
    width: calc(493 / 2000 * 100cqw);
    height: calc(198 / 1112 * 100cqh);
  }
  .workflow__feature {
    z-index: 5;
    object-fit: contain;
    object-position: bottom center;
  }
  .workflow__feature--t3 {
    left: calc(236 / 2000 * 100cqw);
    top: calc(245 / 1112 * 100cqh);
    width: calc(366 / 2000 * 100cqw);
    height: calc(515 / 1112 * 100cqh);
  }
  .workflow__feature--probe {
    left: calc(882 / 2000 * 100cqw);
    top: calc(617 / 1112 * 100cqh);
    width: calc(229 / 2000 * 100cqw);
    height: calc(495 / 1112 * 100cqh);
  }
  .workflow__feature--mobile {
    left: calc(1488 / 2000 * 100cqw);
    top: calc(214 / 1112 * 100cqh);
    width: calc(254 / 2000 * 100cqw);
    height: calc(582 / 1112 * 100cqh);
  }
  .workflow__feature--cloud {
    left: calc(820 / 2000 * 100cqw);
    top: calc(110 / 1112 * 100cqh);
    width: calc(360 / 2000 * 100cqw);
    height: calc(214 / 1112 * 100cqh);
    object-position: center;
  }
  .workflow__feature-all {
    display: none;
  }
  .workflow__icon {
    z-index: 5;
    transform-origin: center center;
  }
  .workflow__icon-img {
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
  }
  .workflow__icon--cloud {
    left: calc(909 / 2000 * 100cqw);
    top: calc(233 / 1112 * 100cqh);
    width: calc(182 / 2000 * 100cqw);
    height: calc(182 / 2000 * 100cqw);
  }
  .workflow__icon--t3 {
    left: calc(506 / 2000 * 100cqw);
    top: calc(396 / 1112 * 100cqh);
    width: calc(182 / 2000 * 100cqw);
    height: calc(182 / 2000 * 100cqw);
  }
  .workflow__icon--probe {
    left: calc(898.5 / 2000 * 100cqw);
    top: calc(556.5 / 1112 * 100cqh);
    width: calc(203 / 2000 * 100cqw);
    height: calc(203 / 2000 * 100cqw);
  }
  .workflow__icon--mobile {
    left: calc(1385 / 2000 * 100cqw);
    top: calc(396 / 1112 * 100cqh);
    width: calc(182 / 2000 * 100cqw);
    height: calc(182 / 2000 * 100cqw);
  }
  .workflow__headline {
    position: absolute;
    left: calc(360 / 2000 * 100cqw);
    top: calc(132 / 1112 * 100cqh);
    z-index: 6;
    width: calc(1280 / 2000 * 100cqw);
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(65 / 2000 * 100cqw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(-1.235 / 2000 * 100cqw);
    text-align: center;
    background-image: radial-gradient( 120% 90% at 38% 42%, #edfefe 0%, #bcdfea 25%, #8cbfd6 50%, #5ba0c1 75%, #4290b7 87.5%, #2a80ad 100% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    opacity: 0;
    pointer-events: auto;
    -webkit-user-select: text;
    user-select: text;
  }
  .workflow__depts {
    position: absolute;
    inset: 0;
    z-index: 6;
    pointer-events: none;
  }
  .workflow__depts-row {
    display: contents;
  }
  .workflow__dept {
    position: absolute;
    top: calc(336 / 1112 * 100cqh);
    display: block;
    width: calc(322 / 2000 * 100cqw);
    height: calc(461 / 1112 * 100cqh);
    max-width: none;
    object-fit: contain;
    mix-blend-mode: screen;
    opacity: 0;
  }
  .workflow__dept--radiology {
    left: calc(166 / 2000 * 100cqw);
  }
  .workflow__dept--cardiology {
    left: calc(503 / 2000 * 100cqw);
  }
  .workflow__dept--obgyn {
    left: calc(840 / 2000 * 100cqw);
  }
  .workflow__dept--emergency {
    left: calc(1177 / 2000 * 100cqw);
  }
  .workflow__dept--gastro {
    left: calc(1514 / 2000 * 100cqw);
  }
  .workflow__cta-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(820 / 1112 * 100cqh);
    z-index: 6;
    display: flex;
    justify-content: center;
    pointer-events: none;
  }
  .workflow__cta {
    margin-top: 0;
    pointer-events: auto;
    opacity: 0;
    will-change: transform, opacity;
  }
  @media (max-width: 767px) {
    .workflow__bg-level0, .workflow__bg-photo, .workflow__feature-bg, .workflow__feature-bg-cover {
      display: none;
    }
    .workflow__bg-cover {
      z-index: 4;
      display: block;
      height: clamp(200px, 34vh, 280px);
      object-fit: fill;
      object-position: top;
    }
    .workflow__flows, .workflow__feature, .workflow__icon {
      display: none;
    }
    .workflow__feature-all {
      position: absolute;
      left: 50%;
      top: 46%;
      z-index: 5;
      display: block;
      width: min(94vw, 440px);
      height: auto;
      max-width: none;
      object-fit: contain;
      object-position: center;
      mix-blend-mode: screen;
      pointer-events: none;
      opacity: 0;
      will-change: transform, opacity;
    }
    .workflow__feature-bg-mobile {
      position: absolute;
      inset: 0;
      z-index: 3;
      display: block;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center bottom;
      pointer-events: none;
      opacity: 0.2;
    }
    .workflow__headline {
      top: clamp(52px, 7.5vh, 80px);
      left: clamp(20px, 6%, 40px);
      right: clamp(20px, 6%, 40px);
      width: auto;
      font-size: clamp(1.5rem, calc(28 / 412 * 100vw), 1.875rem);
      letter-spacing: -0.019em;
    }
    .workflow__depts {
      inset: auto;
      left: 0;
      right: 0;
      top: clamp(148px, 24vh, 236px);
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: clamp(10px, 1.8vh, 16px);
      padding: 0 clamp(16px, 4vw, 24px);
    }
    .workflow__depts-row {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: clamp(10px, 3vw, 18px);
    }
    .workflow__depts-row--rest, .workflow__cta-wrap {
      transform: translateY(clamp(-24px, -3.2vh, -16px));
    }
    .workflow__dept {
      position: relative;
      top: auto;
      left: auto;
      width: calc(536 / 2000 * 100cqw);
      height: auto;
      aspect-ratio: 276 / 392;
    }
    .workflow__dept--radiology, .workflow__dept--cardiology, .workflow__dept--obgyn, .workflow__dept--emergency, .workflow__dept--gastro {
      left: auto;
    }
    .workflow__cta-wrap {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      right: auto;
      width: auto;
    }
  }
  .secure__frame {
    container-type: size;
    position: relative;
    width: 100%;
    aspect-ratio: 2000 / 1112;
    min-height: clamp(420px, 55.6vw, 1112px);
    background-color: #020202;
  }
  .secure__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    background-color: #000101;
  }
  .secure__bg-video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    display: block;
    width: calc(2073 / 2000 * 100%);
    height: calc(1166 / 1112 * 100%);
    max-width: none;
    object-fit: cover;
    object-position: center;
    transform: translate(-50%, -50%) translateZ(0);
    will-change: transform, opacity;
    backface-visibility: hidden;
  }
  .secure__cloud {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: fill;
    pointer-events: none;
    will-change: opacity;
  }
  .secure__cloud-mobile {
    display: none;
  }
  .secure__content {
    position: absolute;
    left: calc(236 / 2000 * 100cqw);
    top: 50%;
    z-index: 2;
    display: flex;
    width: calc(1498 / 2000 * 100cqw);
    align-items: stretch;
    transform: translateY(-50%);
    pointer-events: none;
  }
  .secure__icon {
    position: relative;
    z-index: 2;
    width: calc(361 / 2000 * 100cqw);
    height: calc(361 / 2000 * 100cqw);
    flex-shrink: 0;
    align-self: center;
    margin-right: calc(82 / 2000 * 100cqw);
    overflow: visible;
    pointer-events: none;
    mix-blend-mode: screen;
  }
  .secure__icon-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: contain;
    will-change: transform, opacity;
  }
  .secure__rule {
    position: relative;
    z-index: 2;
    width: 1px;
    flex-shrink: 0;
    align-self: stretch;
    margin-right: calc(64 / 2000 * 100cqw);
    background: linear-gradient( 180deg, rgb(208 252 255 / 0) 0%, rgb(208 252 255 / 0.45) 12%, rgb(208 252 255 / 0.45) 88%, rgb(208 252 255 / 0) 100% );
    pointer-events: none;
    will-change: transform, opacity;
  }
  .secure__copy {
    position: relative;
    z-index: 3;
    display: flex;
    width: calc(990 / 2000 * 100cqw);
    flex: 1;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    pointer-events: none;
  }
  .secure__title, .secure__body, .secure__iso, .secure__cta {
    margin: 0;
    will-change: transform, opacity;
    pointer-events: auto;
  }
  .secure__title, .secure__body, .secure__iso {
    -webkit-user-select: text;
    user-select: text;
  }
  .secure__title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(75 / 2000 * 100cqw);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: calc(-1.425 / 2000 * 100cqw);
    background-image: radial-gradient( 120% 90% at 38% 42%, #edfefe 0%, #bcdfea 25%, #8cbfd6 50%, #5ba0c1 75%, #4290b7 87.5%, #2a80ad 100% );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
  }
  .secure__body {
    margin-top: calc(22 / 1112 * 100cqh);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(42 / 2000 * 100cqw);
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: calc(-0.798 / 2000 * 100cqw);
    color: #ffffff;
  }
  .secure__iso {
    margin-top: calc(27 / 1112 * 100cqh);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: calc(32 / 2000 * 100cqw);
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: calc(-0.608 / 2000 * 100cqw);
    color: #00cfff;
  }
  .secure__cta {
    margin-top: calc(28 / 1112 * 100cqh);
  }
  @media (max-width: 767px) {
    .secure__frame {
      background-color: #020202;
    }
    .secure__bg-video {
      width: 160%;
      height: 160%;
      opacity: 0.7;
    }
    .secure__cloud {
      display: none;
    }
    .secure__cloud-mobile {
      position: absolute;
      inset: 0;
      z-index: 1;
      display: block;
      width: 100%;
      height: 100%;
      max-width: none;
      object-fit: cover;
      object-position: center;
      pointer-events: none;
      will-change: opacity;
    }
    .secure__content {
      inset: 0;
      left: 0;
      top: 0;
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: clamp(16px, 2.4vh, 24px);
      padding: clamp(48px, 7vh, 72px) 20px clamp(28px, 5vh, 48px);
      box-sizing: border-box;
      transform: none;
    }
    .secure__icon {
      position: relative;
      left: auto;
      top: auto;
      width: clamp(96px, 28vw, 140px);
      height: clamp(96px, 28vw, 140px);
      margin-right: 0;
      flex-shrink: 0;
    }
    .secure__rule {
      display: none;
    }
    .secure__copy {
      position: relative;
      left: auto;
      top: auto;
      bottom: auto;
      width: min(88%, 360px);
      max-width: calc(100% - 40px);
      flex: none;
      transform: none;
      text-align: center;
      align-items: center;
    }
    .secure__title {
      font-size: clamp(1.5rem, calc(28 / 412 * 100vw), 2rem);
      letter-spacing: -0.019em;
      text-align: center;
    }
    .secure__body, .secure__iso {
      margin-top: clamp(10px, 1.6vh, 16px);
      width: 100%;
      letter-spacing: -0.019em;
      text-align: center;
    }
    .secure__body {
      font-size: clamp(0.9375rem, calc(16 / 412 * 100vw), 1.125rem);
    }
    .secure__iso {
      font-size: clamp(0.875rem, calc(15 / 412 * 100vw), 1rem);
    }
    .secure__cta {
      align-self: center;
    }
  }
  .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, .intro2__frame, .connect__frame, .one-touch__frame, .reporting__frame, .workflow__frame, .secure__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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --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;
    }
  }
}
