/* [project]/src/styles/app.scss.css [app-client] (css) */
@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-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-font-weight: initial;
      --tw-outline-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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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;
    }
  }
}

:root {
  --color-brand-black: #171717;
  --color-brand-black-rgb: 23, 23, 23;
  --color-brand-yellow-dark: #fce803c6;
  --color-brand-yellow-dark-rgb: 252, 232, 3;
  --color-brand-yellow: #fbe803;
  --color-brand-yellow-rgb: 251, 232, 3;
  --color-error-red: #ca1302;
  --color-error-red-rgb: 202, 19, 2;
  --color-white: #fff;
  --color-white-rgb: 255, 255, 255;
  --color-off-white: #efefef;
  --color-off-white-rgb: 239, 239, 239;
  --color-neutral-black: #292929;
  --color-neutral-black-rgb: 41, 41, 41;
  --color-gray: #c5c5c5;
  --color-gray-rgb: 197, 197, 197;
  --color-gray-dark: #888;
  --color-gray-dark-rgb: 136, 136, 136;
  --font-primary: var(--font-aeonik-pro), system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  --fs-display-1: clamp(4rem, calc((96 / 1920) * 120vw), 9.6rem);
  --fs-display-2: clamp(var(--fs-h5), calc((40 / 1920) * 120vw), var(--fs-h3));
  --fs-h1: 7rem;
  --fs-h2: 4.7rem;
  --fs-h3: 3.3rem;
  --fs-h4: 2.5rem;
  --fs-h5: 1.9rem;
  --fs-h6: 1.8rem;
  --fs-xl: 2.2rem;
  --fs-lg: 2rem;
  --fs-md: 1.8rem;
  --fs-base: 1.8rem;
  --fs-sm: 1.6rem;
  --fs-xs: 1.4rem;
  --fs-xxs: 1.2rem;
  --fs-caption: 1.4rem;
  --fs-eyelash: 1.5rem;
  --fs-quote: 3.2rem;
  --fs-list: 1.7rem;
  --fs-button: 1.7rem;
  --fs-input: 1.6rem;
  --fs-section-paragraph: clamp(var(--fs-md), calc((25 / 1920) * 150vw), var(--fs-h4));
  --container-padding: 20px;
  --ease-smoothy: cubic-bezier(.19, 1, .22, 1);
  --ease-fluid: cubic-bezier(.645, .045, .355, 1);
  --transition: 1s var(--ease-smoothy);
  --spacer-4: 4px;
  --spacer-8: 8px;
  --spacer-12: 12px;
  --spacer-16: 16px;
  --spacer-20: 20px;
  --spacer-24: 24px;
  --spacer-32: 32px;
  --spacer-36: 36px;
  --spacer-40: 40px;
  --spacer-48: 48px;
  --spacer-56: 56px;
  --spacer-64: 64px;
  --spacer-72: 72px;
  --spacer-80: 80px;
  --spacer-96: 96px;
  --spacer-128: 128px;
  --spacer-144: 144px;
  --spacer-160: 160px;
  --spacer-176: 176px;
  --spacer-192: 192px;
  --spacer-208: 208px;
  --spacer-224: 224px;
  --spacer-240: 240px;
  --spacer-256: 256px;
  --spacer-272: 272px;
  --spacer-288: 288px;
  --spacer-304: 304px;
  --spacer-320: 320px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 16px;
  --radius-xl: 24px;
  --radius-xxl: 32px;
  --radius-3xl: 40px;
}

@media only screen and (max-width: 1024px) {
  :root {
    --fs-h1: 3.9rem;
    --fs-h2: 3.1rem;
    --fs-h3: 2.3rem;
    --fs-h4: 1.9rem;
    --fs-h5: 1.5rem;
    --fs-lg: 1.7rem;
    --fs-md: 1.6rem;
    --fs-base: 1.5rem;
    --fs-sm: 1.4rem;
    --fs-xs: 1.3rem;
    --fs-xxs: 1rem;
    --fs-caption: 1.2rem;
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-blue-100: #dbeafe;
    --color-blue-500: #3080ff;
    --color-blue-600: #155dfc;
    --color-blue-700: #1447e6;
    --color-blue-800: #193cb8;
    --color-gray-50: #f9fafb;
    --color-gray-200: #e5e7eb;
    --color-gray-300: #d1d5dc;
    --color-gray-500: #6a7282;
    --color-gray-600: #4a5565;
    --color-gray-800: #1e2939;
    --color-white: #fff;
    --spacing: .25rem;
    --container-md: 28rem;
    --container-4xl: 56rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-lg: .5rem;
    --radius-xl: .75rem;
    --animate-pulse: pulse 2s cubic-bezier(.4, 0, .6, 1) infinite;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }

  @supports (color: lab(0% 0 0)) {
    :root, :host {
      --color-blue-100: lab(92.0301% -2.24757 -11.6453);
      --color-blue-500: lab(54.1736% 13.3369 -74.6839);
      --color-blue-600: lab(44.0605% 29.0279 -86.0352);
      --color-blue-700: lab(36.9089% 35.0961 -85.6872);
      --color-blue-800: lab(30.2514% 27.7853 -70.2699);
      --color-gray-50: lab(98.2596% -.247031 -.706708);
      --color-gray-200: lab(91.6229% -.159115 -2.26791);
      --color-gray-300: lab(85.1236% -.612259 -3.7138);
      --color-gray-500: lab(47.7841% -.393182 -10.0268);
      --color-gray-600: lab(35.6337% -1.58697 -10.8425);
      --color-gray-800: lab(16.1051% -1.18239 -11.7533);
    }
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: 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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }

  :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)) {
      ::placeholder {
        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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-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"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}

@layer components;

@layer utilities {
  .visible {
    visibility: visible;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .top-1\/2 {
    top: 50%;
  }

  .right-2 {
    right: calc(var(--spacing) * 2);
  }

  .container {
    width: 100%;
  }

  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }

  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }

  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }

  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }

  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }

  .mx-auto {
    margin-inline: auto;
  }

  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }

  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }

  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }

  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }

  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }

  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }

  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .line-clamp-3 {
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

  .inline-block {
    display: inline-block;
  }

  .table {
    display: table;
  }

  .h-4 {
    height: calc(var(--spacing) * 4);
  }

  .h-6 {
    height: calc(var(--spacing) * 6);
  }

  .h-10 {
    height: calc(var(--spacing) * 10);
  }

  .h-40 {
    height: calc(var(--spacing) * 40);
  }

  .h-48 {
    height: calc(var(--spacing) * 48);
  }

  .h-96 {
    height: calc(var(--spacing) * 96);
  }

  .h-auto {
    height: auto;
  }

  .w-3\/4 {
    width: 75%;
  }

  .w-32 {
    width: calc(var(--spacing) * 32);
  }

  .w-full {
    width: 100%;
  }

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

  .max-w-md {
    max-width: var(--container-md);
  }

  .max-w-none {
    max-width: none;
  }

  .flex-shrink {
    flex-shrink: 1;
  }

  .grow {
    flex-grow: 1;
  }

  .border-collapse {
    border-collapse: collapse;
  }

  .-translate-y-1\/2 {
    --tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .transform {
    transform: var(--tw-rotate-x, ) var(--tw-rotate-y, ) var(--tw-rotate-z, ) var(--tw-skew-x, ) var(--tw-skew-y, );
  }

  .animate-pulse {
    animation: var(--animate-pulse);
  }

  .resize {
    resize: both;
  }

  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .flex-col {
    flex-direction: column;
  }

  .flex-wrap {
    flex-wrap: wrap;
  }

  .items-center {
    align-items: center;
  }

  .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-8 {
    gap: calc(var(--spacing) * 8);
  }

  :where(.space-y-6 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .rounded {
    border-radius: .25rem;
  }

  .rounded-full {
    border-radius: 3.40282e38px;
  }

  .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .rounded-xl {
    border-radius: var(--radius-xl);
  }

  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }

  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }

  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }

  .border-gray-200 {
    border-color: var(--color-gray-200);
  }

  .bg-blue-100 {
    background-color: var(--color-blue-100);
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600);
  }

  .bg-gray-50 {
    background-color: var(--color-gray-50);
  }

  .bg-gray-200 {
    background-color: var(--color-gray-200);
  }

  .object-cover {
    object-fit: cover;
  }

  .p-6 {
    padding: calc(var(--spacing) * 6);
  }

  .p-8 {
    padding: calc(var(--spacing) * 8);
  }

  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }

  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }

  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }

  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }

  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }

  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }

  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }

  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }

  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }

  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }

  .text-center {
    text-align: center;
  }

  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }

  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }

  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }

  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

  .text-blue-600 {
    color: var(--color-blue-600);
  }

  .text-blue-800 {
    color: var(--color-blue-800);
  }

  .text-gray-500 {
    color: var(--color-gray-500);
  }

  .text-gray-600 {
    color: var(--color-gray-600);
  }

  .text-gray-800 {
    color: var(--color-gray-800);
  }

  .text-white {
    color: var(--color-white);
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }

  .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, );
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):hover *) {
      --tw-scale-x: 105%;
      --tw-scale-y: 105%;
      --tw-scale-z: 105%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }

    .group-hover\:text-blue-600:is(:where(.group):hover *) {
      color: var(--color-blue-600);
    }
  }

  .last\:border-b-0:last-child {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0;
  }

  @media (hover: hover) {
    .hover\:bg-blue-700:hover {
      background-color: var(--color-blue-700);
    }

    .hover\:bg-gray-300:hover {
      background-color: var(--color-gray-300);
    }

    .hover\:text-blue-600:hover {
      color: var(--color-blue-600);
    }

    .hover\:underline:hover {
      text-decoration-line: underline;
    }

    .hover\:shadow-lg:hover {
      --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-blue-500:focus {
    --tw-ring-color: var(--color-blue-500);
  }

  .focus\:outline-none:focus {
    --tw-outline-style: none;
    outline-style: none;
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .md\:text-5xl {
      font-size: var(--text-5xl);
      line-height: var(--tw-leading, var(--text-5xl--line-height));
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

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

::selection {
  background-color: var(--color-gray);
  color: var(--color-brand-black);
}

html {
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: none;
  text-rendering: optimizeSpeed;
  font-size: 62.5%;
  overflow-x: clip;
}

body {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--fs-base);
  overflow-x: clip;
}

button, input, textarea {
  font: inherit;
  background: none;
  border: none;
}

a, a:active, a:focus, a:hover {
  color: inherit;
  text-decoration: none;
}

img, video, picture {
  max-width: 100%;
  display: block;
}

ul:not([role="list"]), ol:not([role="list"]) {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: var(--color-brand-black);
  font-weight: 700;
}

h1, .h1 {
  font-size: var(--fs-h1);
  letter-spacing: -.01em;
  line-height: 1;
}

h2, .h2 {
  font-size: var(--fs-h2);
  letter-spacing: 0;
  line-height: 1.2;
}

h3, .h3 {
  font-size: var(--fs-h3);
  letter-spacing: 0;
  line-height: 1.2;
}

h4, .h4 {
  font-size: var(--fs-h4);
  letter-spacing: 0;
  line-height: 1.2;
}

h5, .h5 {
  font-size: var(--fs-h5);
  letter-spacing: 0;
  line-height: 1.2;
}

h6, .h6 {
  font-size: var(--fs-h6);
  letter-spacing: 0;
  line-height: 1.4;
}

body {
  font-size: var(--fs-base);
  color: var(--color-neutral-black);
  font-weight: 400;
  line-height: 1.4;
}

.eyelash {
  font-size: var(--fs-eyelash);
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.4;
}

.text-lg {
  font-size: var(--fs-lg);
  letter-spacing: 0;
  line-height: 1.5;
}

.text-md {
  font-size: var(--fs-md);
  letter-spacing: 0;
  line-height: 1.5;
}

.text-sm {
  font-size: var(--fs-sm);
  letter-spacing: 0;
  line-height: 1.5;
}

figcaption {
  font-size: var(--fs-caption);
  margin-top: var(--spacer-4);
  line-height: 1.5;
}

ul li, ol li {
  font-size: var(--fs-base);
  line-height: 1.5;
}

.display-1 {
  font-size: var(--fs-display-1);
  letter-spacing: -.02em;
  font-weight: 700;
  line-height: .9;
}

.display-2 {
  font-size: var(--fs-display-2);
  font-weight: 500;
  line-height: 1;
}

.sr-only {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.no-scroll body {
  height: 100dvh !important;
  overflow: hidden !important;
}

#portal-root {
  will-change: transform, filter;
  transform-origin: top;
  backface-visibility: hidden;
  transition: filter .1s ease-out;
}

.container {
  padding: 0 var(--container-padding);
  width: 100%;
  max-width: calc(100% - 27.0833vw + 40px);
  margin: 0 auto;
}

@media only screen and (min-width: 1921px) {
  .container {
    max-width: 1760px;
  }
}

@media only screen and (max-width: 1600px) {
  .container {
    max-width: calc(100% - 10.4167vw + 40px);
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: none;
  }
}

.container.--wide {
  max-width: calc(100% - 14.5833vw + 40px);
}

@media only screen and (max-width: 768px) {
  .container.--wide {
    max-width: none;
  }
}

.escape-grid {
  grid-template-columns: minmax(20px, 1fr) minmax(0, calc(var(--container-width) / 2)) minmax(0, calc(var(--container-width) / 2)) minmax(20px, 1fr);
  width: 100%;
  display: grid;
}

@media only screen and (max-width: 1024px) {
  .escape-grid {
    grid-template-columns: minmax(20px, 1fr) var(--container-width) minmax(20px, 1fr);
    gap: var(--spacer-48) 0;
  }
}

.image-mask {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-mask .mask {
  will-change: transform;
  width: 100%;
  height: 100%;
}

.image-mask .mask img {
  object-fit: cover;
  object-position: center;
  will-change: transform;
  width: 100%;
  height: 100%;
}

.rich-text {
  letter-spacing: 0;
}

.rich-text :first-child {
  margin-top: 0;
}

.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  margin: var(--spacer-48) 0 var(--spacer-12);
}

.rich-text p {
  color: inherit;
  margin-bottom: 1em;
}

.rich-text p:last-child {
  margin-bottom: 0;
}

.rich-text a {
  transition: all .3s;
  text-underline-offset: 4px !important;
  -webkit-text-decoration: underline dashed !important;
  text-decoration: underline dashed !important;
  text-decoration-thickness: 1px !important;
}

.rich-text a:before, .rich-text a:after {
  content: none !important;
}

.rich-text a:hover {
  text-decoration-style: solid !important;
}

.rich-text ul, .rich-text ol {
  margin-bottom: var(--spacer-24);
  padding-left: 1.25em;
}

.rich-text ul li, .rich-text ol li {
  color: inherit;
  margin-bottom: 1em;
}

.rich-text ul li::marker {
  color: var(--color-brand-yellow);
  font-weight: 500;
}

.rich-text ol li::marker {
  color: var(--color-brand-yellow);
  font-weight: 500;
}

.rich-text ul {
  list-style-type: disc;
}

.rich-text ol {
  list-style-type: decimal;
}

.rich-text iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  margin-bottom: var(--spacer-24);
  border: 0;
}

.rich-text img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.rich-text figure {
  margin: var(--spacer-24) 0;
  max-width: 100%;
}

.rich-text .wp-caption {
  margin: var(--spacer-24) 0;
  width: auto !important;
  max-width: 100% !important;
}

.rich-text .wp-caption .wp-caption-text {
  letter-spacing: .05em;
  color: inherit;
  margin-top: var(--spacer-8);
  font-size: 1.2rem;
  font-style: italic;
  line-height: 1.4;
}

.rich-text blockquote {
  margin: var(--spacer-24) 0;
  padding: 0 var(--spacer-24);
  flex-direction: column;
  display: flex;
}

.rich-text blockquote p {
  font-size: var(--fs-quote);
  color: var(--color-brand-black);
  margin-bottom: var(--spacer-8);
  font-weight: 500;
  line-height: 1.3;
}

.rich-text blockquote p:before {
  content: "“";
}

.rich-text blockquote p:after {
  content: "”";
}

.rich-text blockquote cite {
  font-size: var(--fs-caption);
  align-self: flex-end;
  font-style: normal;
}

.rich-text blockquote cite:before {
  content: "- ";
}

@media only screen and (max-width: 1024px) {
  .rich-text blockquote {
    margin: var(--spacer-16) 0;
  }
}

.rich-text__article ul, .rich-text__article ol {
  margin-bottom: var(--spacer-24);
  padding-left: 1.5em;
}

.rich-text__article ul li, .rich-text__article ol li, .rich-text__article p {
  font-size: var(--fs-lg);
  letter-spacing: 0;
  color: inherit;
  margin-bottom: .6em;
  line-height: 1.5;
}

.rich-text__article p:last-child {
  margin-bottom: 0;
}

.rich-text__article figure.wp-block-table {
  max-width: 100%;
  margin-bottom: var(--spacer-48);
  overflow-x: auto;
}

.rich-text__article figure.wp-block-table::-webkit-scrollbar {
  height: 6px;
}

.rich-text__article figure.wp-block-table::-webkit-scrollbar-track {
  background: none;
}

.rich-text__article figure.wp-block-table::-webkit-scrollbar-thumb {
  background: var(--color-off-white);
  border-radius: 6px;
}

.rich-text__article table {
  border-collapse: collapse;
  width: 100%;
}

.rich-text__article table thead tr th, .rich-text__article table tbody tr td {
  border: 4px solid var(--color-white);
  padding: var(--spacer-12);
  min-width: 20ch;
}

.rich-text__article table thead tr th:first-child, .rich-text__article table tbody tr td:first-child {
  border-top-left-radius: var(--spacer-16);
  border-bottom-left-radius: var(--spacer-16);
}

.rich-text__article table thead tr th:last-child, .rich-text__article table tbody tr td:last-child {
  border-top-right-radius: var(--spacer-16);
  border-bottom-right-radius: var(--spacer-16);
}

.rich-text__article table thead tr th {
  text-align: left;
  background-color: #d9d9d9;
}

.rich-text__article table thead tr th:not(:last-child) {
  border-right: 1px solid var(--color-white);
}

.rich-text__article table tbody tr td {
  background-color: #f2f2f2;
}

.split-line, .split-word, .split-char {
  will-change: transform;
  overflow: clip;
}

.link-underline, .rich-text a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

a:not([class]):not(:has(img)) {
  color: inherit;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.link-underline:after, .link-underline:before, .rich-text a:after, .rich-text a:before {
  content: "";
  background-color: currentColor;
  width: 50%;
  height: 1px;
  transition: transform .4s cubic-bezier(.65, .05, .36, 1);
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
}

a:not([class]):not(:has(img)):after {
  content: "";
  background-color: currentColor;
  width: 50%;
  height: 1px;
  transition: transform .4s cubic-bezier(.65, .05, .36, 1);
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
}

a:not([class]):not(:has(img)):before {
  content: "";
  background-color: currentColor;
  width: 50%;
  height: 1px;
  transition: transform .4s cubic-bezier(.65, .05, .36, 1);
  position: absolute;
  bottom: 0;
  transform: scaleX(0);
}

.link-underline:after, .rich-text a:after {
  transform-origin: 100%;
  right: 0;
}

a:not([class]):not(:has(img)):after {
  transform-origin: 100%;
  right: 0;
}

.link-underline:before, .rich-text a:before {
  transform-origin: 0;
  left: 0;
}

a:not([class]):not(:has(img)):before {
  transform-origin: 0;
  left: 0;
}

.link-underline:hover:after, .rich-text a:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

a:not([class]):not(:has(img)):hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.link-underline:hover:before, .rich-text a:hover:before {
  transform-origin: 100%;
  transform: scaleX(1);
}

a:not([class]):not(:has(img)):hover:before {
  transform-origin: 100%;
  transform: scaleX(1);
}

.error {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.error__inner {
  text-align: center;
}

.error__code {
  color: var(--color-brand-black);
  margin-bottom: var(--spacer-16);
  font-size: clamp(10rem, 31.25vw, 40rem);
  font-weight: 700;
  line-height: 1;
  display: block;
}

.error__title {
  font-size: var(--fs-h2);
  color: var(--color-brand-black);
  margin-bottom: var(--spacer-16);
}

.error__text {
  font-size: var(--fs-base);
  color: rgba(var(--color-brand-black-rgb), .6);
  margin-bottom: var(--spacer-48);
}

.notFound {
  background-color: var(--color-off-white);
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  display: flex;
}

.notFound__inner {
  text-align: center;
}

.notFound__code {
  justify-content: center;
  align-items: center;
  gap: var(--spacer-16);
  margin-bottom: var(--spacer-48);
  display: flex;
}

.notFound__title {
  font-size: var(--fs-h2);
  color: var(--color-brand-black);
  margin-bottom: var(--spacer-16);
}

.notFound__text {
  font-size: var(--fs-base);
  color: rgba(var(--color-brand-black-rgb), .6);
  margin-bottom: var(--spacer-48);
}

.notFound__number {
  aspect-ratio: 232 / 280;
  justify-content: center;
  align-items: center;
  width: min(23.4375vw, 300px);
  display: flex;
  position: relative;
}

.notFound__number .video {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  padding: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-mask-image: url("/images/masks/4.svg");
  mask-image: url("/images/masks/4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

.notFound__number .overlay {
  z-index: 2;
  background-color: var(--color-white);
  mix-blend-mode: difference;
  aspect-ratio: 82 / 114;
  width: 36%;
  margin-top: -11%;
  margin-left: -9%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-mask-image: url("/images/masks/inner-4.svg");
  mask-image: url("/images/masks/inner-4.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
}

.notFound__number:nth-child(2) {
  aspect-ratio: 230 / 284;
}

.notFound__number:nth-child(2) .video {
  -webkit-mask-image: url("/images/masks/0.svg");
  mask-image: url("/images/masks/0.svg");
}

.notFound__number:nth-child(2) .overlay {
  aspect-ratio: 115 / 187;
  width: 50%;
  margin-top: 0;
  margin-left: 0;
  -webkit-mask-image: url("/images/masks/inner-0.svg");
  mask-image: url("/images/masks/inner-0.svg");
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-outline-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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}

@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: 0;
}

@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}

@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

/* [project]/src/app/[locale]/fontaeonikpro_f87ec100.module.css [app-client] (css) */
@font-face {
  font-family: fontAeonikPro;
  src: url("../media/AeonikPro_Regular-s.p.a3b9b503.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: fontAeonikPro;
  src: url("../media/AeonikPro_Medium-s.p.3a385a5b.otf") format("opentype");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: fontAeonikPro;
  src: url("../media/AeonikPro_Bold-s.p.3d15b64d.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: fontAeonikPro Fallback;
  src: local(Arial);
  ascent-override: 91.72%;
  descent-override: 20.71%;
  line-gap-override: 0.0%;
  size-adjust: 101.4%;
}

.fontaeonikpro_f87ec100-module__3hPdGa__className {
  font-family: fontAeonikPro, fontAeonikPro Fallback;
}

.fontaeonikpro_f87ec100-module__3hPdGa__variable {
  --font-aeonik-pro: "fontAeonikPro", "fontAeonikPro Fallback";
}

/* [next]/internal/font/google/dm_mono_34dd4a46.module.css [app-client] (css) */
@font-face {
  font-family: DM Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/b12e986493c137cf-s.4b5f6188.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: DM Mono;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../media/36363bfb06833f56-s.d8302362.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: DM Mono Fallback;
  src: local(Arial);
  ascent-override: 73.71%;
  descent-override: 23.03%;
  line-gap-override: 0.0%;
  size-adjust: 134.59%;
}

.dm_mono_34dd4a46-module__05rXFW__className {
  font-family: DM Mono, DM Mono Fallback;
  font-style: normal;
  font-weight: 400;
}

.dm_mono_34dd4a46-module__05rXFW__variable {
  --font-mono: "DM Mono", "DM Mono Fallback";
}

