/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: "Poppins", ui-sans-serif, system-ui, sans-serif;
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-black: #121212;
    --color-white: #fcfcfc;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --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);
    --font-display: "Arvo", ui-serif, Georgia, serif;
    --color-primary: #efea00;
  }
}
@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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .inset-0 {
    inset: 0;
  }
  .top-0 {
    top: 0;
  }
  .top-1\/2 {
    top: calc(1 / 2 * 100%);
  }
  .top-\[47px\] {
    top: 47px;
  }
  .right-0 {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .left-0 {
    left: 0;
  }
  .left-\[43px\] {
    left: 43px;
  }
  .left-\[336px\] {
    left: 336px;
  }
  .left-\[736px\] {
    left: 736px;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-50 {
    z-index: 50;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 57rem) {
      max-width: 57rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 81.25rem) {
      max-width: 81.25rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[124px\] {
    margin-top: 124px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline-flex {
    display: inline-flex;
  }
  .size-3 {
    width: calc(var(--spacing) * 3);
    height: calc(var(--spacing) * 3);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .size-\[100px\] {
    width: 100px;
    height: 100px;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[78px\] {
    height: 78px;
  }
  .h-\[569px\] {
    height: 569px;
  }
  .h-\[587px\] {
    height: 587px;
  }
  .h-\[680px\] {
    height: 680px;
  }
  .h-\[711px\] {
    height: 711px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[204px\] {
    min-height: 204px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-\[359px\] {
    width: 359px;
  }
  .w-\[440px\] {
    width: 440px;
  }
  .w-\[860px\] {
    width: 860px;
  }
  .w-\[1120px\] {
    width: 1120px;
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[532px\] {
    max-width: 532px;
  }
  .max-w-\[904px\] {
    max-width: 904px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .max-w-none {
    max-width: none;
  }
  .min-w-0 {
    min-width: 0;
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .grid-cols-\[320px_400px_320px\] {
    grid-template-columns: 320px 400px 320px;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .gap-\[93px\] {
    gap: 93px;
  }
  .gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-visible {
    overflow: visible;
  }
  .overflow-x-hidden {
    overflow-x: hidden;
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border-8 {
    border-style: var(--tw-border-style);
    border-width: 8px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-1 {
    padding: var(--spacing);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[100px\] {
    padding-block: 100px;
  }
  .pt-\[18px\] {
    padding-top: 18px;
  }
  .pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .text-center {
    text-align: center;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-sans {
    font-family: var(--font-sans);
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-\[32px\] {
    font-size: 32px;
  }
  .text-\[42px\] {
    font-size: 42px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-8 {
    --tw-leading: calc(var(--spacing) * 8);
    line-height: calc(var(--spacing) * 8);
  }
  .leading-\[26px\] {
    --tw-leading: 26px;
    line-height: 26px;
  }
  .leading-\[68px\] {
    --tw-leading: 68px;
    line-height: 68px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[0\.48px\] {
    --tw-tracking: 0.48px;
    letter-spacing: 0.48px;
  }
  .tracking-\[0\.96px\] {
    --tw-tracking: 0.96px;
    letter-spacing: 0.96px;
  }
  .tracking-\[1\.26px\] {
    --tw-tracking: 1.26px;
    letter-spacing: 1.26px;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .shadow-\[-4px_4px_0_0_\#121212\] {
    --tw-shadow: -4px 4px 0 0 var(--tw-shadow-color, #121212);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:opacity-90 {
    &:hover {
      @media (hover: hover) {
        opacity: 90%;
      }
    }
  }
  .max-lg\:h-\[440px\] {
    @media (width < 81.25rem) {
      height: 440px;
    }
  }
  .max-lg\:h-\[540px\] {
    @media (width < 81.25rem) {
      height: 540px;
    }
  }
  .max-lg\:h-\[580px\] {
    @media (width < 81.25rem) {
      height: 580px;
    }
  }
  .max-lg\:w-full {
    @media (width < 81.25rem) {
      width: 100%;
    }
  }
  .max-lg\:max-w-\[880px\] {
    @media (width < 81.25rem) {
      max-width: 880px;
    }
  }
  .max-lg\:grid-cols-\[220px_280px_220px\] {
    @media (width < 81.25rem) {
      grid-template-columns: 220px 280px 220px;
    }
  }
  .max-lg\:gap-x-6 {
    @media (width < 81.25rem) {
      column-gap: calc(var(--spacing) * 6);
    }
  }
  .max-md\:top-\[29px\] {
    @media (width < 57rem) {
      top: 29px;
    }
  }
  .max-md\:right-2 {
    @media (width < 57rem) {
      right: calc(var(--spacing) * 2);
    }
  }
  .max-md\:left-2 {
    @media (width < 57rem) {
      left: calc(var(--spacing) * 2);
    }
  }
  .max-md\:left-\[27px\] {
    @media (width < 57rem) {
      left: 27px;
    }
  }
  .max-md\:left-auto {
    @media (width < 57rem) {
      left: auto;
    }
  }
  .max-md\:mx-auto {
    @media (width < 57rem) {
      margin-inline: auto;
    }
  }
  .max-md\:mt-0 {
    @media (width < 57rem) {
      margin-top: 0;
    }
  }
  .max-md\:mt-4 {
    @media (width < 57rem) {
      margin-top: calc(var(--spacing) * 4);
    }
  }
  .max-md\:mt-6 {
    @media (width < 57rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .max-md\:mt-8 {
    @media (width < 57rem) {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .max-md\:size-8 {
    @media (width < 57rem) {
      width: calc(var(--spacing) * 8);
      height: calc(var(--spacing) * 8);
    }
  }
  .max-md\:size-10 {
    @media (width < 57rem) {
      width: calc(var(--spacing) * 10);
      height: calc(var(--spacing) * 10);
    }
  }
  .max-md\:size-14 {
    @media (width < 57rem) {
      width: calc(var(--spacing) * 14);
      height: calc(var(--spacing) * 14);
    }
  }
  .max-md\:h-12 {
    @media (width < 57rem) {
      height: calc(var(--spacing) * 12);
    }
  }
  .max-md\:h-\[362px\] {
    @media (width < 57rem) {
      height: 362px;
    }
  }
  .max-md\:h-\[420px\] {
    @media (width < 57rem) {
      height: 420px;
    }
  }
  .max-md\:h-\[480px\] {
    @media (width < 57rem) {
      height: 480px;
    }
  }
  .max-md\:h-\[min\(70vh\,560px\)\] {
    @media (width < 57rem) {
      height: min(70vh, 560px);
    }
  }
  .max-md\:w-\[229px\] {
    @media (width < 57rem) {
      width: 229px;
    }
  }
  .max-md\:w-\[280px\] {
    @media (width < 57rem) {
      width: 280px;
    }
  }
  .max-md\:w-full {
    @media (width < 57rem) {
      width: 100%;
    }
  }
  .max-md\:max-w-\[320px\] {
    @media (width < 57rem) {
      max-width: 320px;
    }
  }
  .max-md\:max-w-none {
    @media (width < 57rem) {
      max-width: none;
    }
  }
  .max-md\:grid-cols-1 {
    @media (width < 57rem) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .max-md\:flex-col {
    @media (width < 57rem) {
      flex-direction: column;
    }
  }
  .max-md\:items-center {
    @media (width < 57rem) {
      align-items: center;
    }
  }
  .max-md\:justify-items-center {
    @media (width < 57rem) {
      justify-items: center;
    }
  }
  .max-md\:gap-3 {
    @media (width < 57rem) {
      gap: calc(var(--spacing) * 3);
    }
  }
  .max-md\:gap-8 {
    @media (width < 57rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .max-md\:gap-10 {
    @media (width < 57rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .max-md\:border-4 {
    @media (width < 57rem) {
      border-style: var(--tw-border-style);
      border-width: 4px;
    }
  }
  .max-md\:px-6 {
    @media (width < 57rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .max-md\:py-3 {
    @media (width < 57rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .max-md\:py-8 {
    @media (width < 57rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .max-md\:py-16 {
    @media (width < 57rem) {
      padding-block: calc(var(--spacing) * 16);
    }
  }
  .max-md\:pt-3 {
    @media (width < 57rem) {
      padding-top: calc(var(--spacing) * 3);
    }
  }
  .max-md\:pr-4 {
    @media (width < 57rem) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .max-md\:pl-3 {
    @media (width < 57rem) {
      padding-left: calc(var(--spacing) * 3);
    }
  }
  .max-md\:text-center {
    @media (width < 57rem) {
      text-align: center;
    }
  }
  .max-md\:text-sm {
    @media (width < 57rem) {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .max-md\:text-xl {
    @media (width < 57rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .max-md\:text-\[28px\] {
    @media (width < 57rem) {
      font-size: 28px;
    }
  }
  .max-md\:leading-5 {
    @media (width < 57rem) {
      --tw-leading: calc(var(--spacing) * 5);
      line-height: calc(var(--spacing) * 5);
    }
  }
  .max-md\:leading-6 {
    @media (width < 57rem) {
      --tw-leading: calc(var(--spacing) * 6);
      line-height: calc(var(--spacing) * 6);
    }
  }
  .max-md\:leading-7 {
    @media (width < 57rem) {
      --tw-leading: calc(var(--spacing) * 7);
      line-height: calc(var(--spacing) * 7);
    }
  }
  .max-md\:leading-9 {
    @media (width < 57rem) {
      --tw-leading: calc(var(--spacing) * 9);
      line-height: calc(var(--spacing) * 9);
    }
  }
  .max-md\:tracking-\[0\.6px\] {
    @media (width < 57rem) {
      --tw-tracking: 0.6px;
      letter-spacing: 0.6px;
    }
  }
  .max-md\:tracking-\[0\.84px\] {
    @media (width < 57rem) {
      --tw-tracking: 0.84px;
      letter-spacing: 0.84px;
    }
  }
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: calc(1136px + 160px);
  padding: 0 80px;
  margin: 0 auto;
}
@media (max-width: 911px) {
  .container {
    max-width: 100%;
    padding: 0 16px;
  }
}
@keyframes marquee-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-track {
  animation: marquee-scroll 40s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .marquee-track {
    animation: none;
  }
}
.icon-hazard {
  background-color: var(--color-primary);
  mask: url("../assets/icons/hazard.svg") center / contain no-repeat;
  -webkit-mask: url("../assets/icons/hazard.svg") center / contain no-repeat;
}
.white-texture-overlay {
  pointer-events: none;
  position: absolute;
  inset: 0;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  mix-blend-mode: screen;
}
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  padding: 8px;
  cursor: pointer;
}
.nav-toggle-line {
  display: block;
  height: 2px;
  width: 100%;
  background-color: var(--color-white);
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
.mobile-nav {
  display: none;
  flex-direction: column;
  gap: 16px;
  border-top: 1px solid rgb(252 252 252 / 12%);
  padding: 16px 0 8px;
}
.mobile-nav.is-open {
  display: flex;
}
@media (max-width: 911px) {
  .nav-toggle {
    display: flex;
  }
  .desktop-nav {
    display: none;
  }
}
.caution-tape {
  position: absolute;
  top: -433px;
  left: 23.84%;
  width: 88.06%;
  height: 906px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  z-index: 30;
}
.caution-tape-rotate {
  flex-shrink: 0;
  transform: rotate(30deg);
}
.caution-tape-track {
  display: flex;
  width: 1728px;
  align-items: center;
  gap: 24px;
  background-color: var(--color-primary);
  padding: 8px 79px 8px 15px;
}
.caution-tape-track img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.section-chain {
  position: absolute;
  bottom: -439px;
  left: -377px;
  z-index: 20;
  width: 854px;
  height: 854px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.section-chain-rotate {
  flex-shrink: 0;
  transform: rotate(-45deg);
}
.section-chain img {
  width: 604px;
  height: 604px;
  max-width: none;
  object-fit: cover;
}
@media (max-width: 911px) {
  .caution-tape {
    top: -160px;
    left: 45%;
    width: 110%;
    height: 360px;
  }
  .caution-tape-track {
    width: 120vw;
    gap: 16px;
    padding: 6px 48px 6px 12px;
  }
  .caution-tape-track img {
    width: 24px;
    height: 24px;
  }
  .section-chain {
    bottom: -280px;
    left: -200px;
    width: 420px;
    height: 420px;
  }
  .section-chain img {
    width: 280px;
    height: 280px;
  }
  [data-carousel-slot="left"], [data-carousel-slot="right"] {
    display: none;
  }
  [data-carousel-slot="center"] {
    width: min(100%, 320px);
    justify-self: center;
  }
}
@media (min-width: 912px) and (max-width: 1299px) {
  [data-video-carousel] {
    width: 100%;
    max-width: 880px;
  }
  [data-video-carousel] > .relative {
    height: 580px;
  }
  [data-video-carousel] [data-carousel-stage] {
    grid-template-columns: 220px 280px 220px;
    column-gap: 1.5rem;
  }
  [data-video-carousel] [data-carousel-prev] {
    left: calc(220px + 0.75rem - 1.5rem);
  }
  [data-video-carousel] [data-carousel-next] {
    left: calc(220px + 0.75rem + 280px + 0.75rem - 1.5rem);
  }
}
[data-carousel-slot="left"] video, [data-carousel-slot="right"] video {
  pointer-events: none;
}
[data-carousel-slot="left"] [data-carousel-card], [data-carousel-slot="right"] [data-carousel-card] {
  cursor: pointer;
}
[data-carousel-slot="center"] video::-webkit-media-controls-fullscreen-button, [data-carousel-slot="center"] video::-webkit-media-controls-overflow-button, [data-carousel-slot="center"] video::-webkit-media-controls-toggle-closed-captions-button, [data-carousel-slot="center"] video::-webkit-media-controls-picture-in-picture-button {
  display: none;
}
@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-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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
