/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@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-black: oklch(0.1061 0.0079 260.13);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --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);
    --font-weight-bold: 700;
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --blur-xs: 4px;
    --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-dark: oklch(0.2418 0.0079 260.13);
    --color-glow-bright: oklch(0.65 0.1628 21.9);
    --color-glow-muted: oklch(0.592 0.1246 21.9 / 88.35%);
    --text-base-body: 1rem;
    --text-h2: 2.3em;
    --text-h3: 1.4em;
    --text-midi-body: 1.125rem;
    --text-maxi-body: 1.25rem;
    --font-copy: 'Anybody', sans-serif;
    --width-94: 94%;
    --spacing-limit: 87.5rem;
    --spacing-em-010: 0.1em;
    --spacing-em-020: 0.2em;
    --spacing-em-025: 0.25em;
    --spacing-em-050: 0.5em;
    --spacing-em-075: 0.75em;
    --spacing-em-100: 1em;
    --spacing-em-150: 1.5em;
    --spacing-em-200: 2em;
    --spacing-em-300: 3em;
    --spacing-em-450: 4.5em;
  }
}
@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;
  }
  :-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 {
  .visible {
    visibility: visible;
  }
  .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;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-2 {
    top: calc(var(--spacing) * 2);
  }
  .top-\[-4em\] {
    top: -4em;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-2 {
    left: calc(var(--spacing) * 2);
  }
  .left-full {
    left: 100%;
  }
  .z-30 {
    z-index: 30;
  }
  .z-40 {
    z-index: 40;
  }
  .z-50 {
    z-index: 50;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-em-150 {
    margin-block: var(--spacing-em-150);
  }
  .mt-em-050 {
    margin-top: var(--spacing-em-050);
  }
  .mr-8 {
    margin-right: calc(var(--spacing) * 8);
  }
  .mr-\[0\.4em\] {
    margin-right: 0.4em;
  }
  .mr-em-050 {
    margin-right: var(--spacing-em-050);
  }
  .mr-em-100 {
    margin-right: var(--spacing-em-100);
  }
  .cms {
    & p:empty {
      display: none;
    }
    & p:not(:last-child) {
      margin-bottom: var(--spacing-em-150);
    }
    & ul:not(:last-child) {
      margin-bottom: var(--spacing-em-150);
    }
    & ol:not(:last-child) {
      margin-bottom: var(--spacing-em-150);
    }
    & ul {
      margin-bottom: var(--spacing-em-150);
      list-style-type: disc;
      padding-left: var(--spacing-em-100);
      & *::marker {
        --tw-leading: 1;
        line-height: 1;
      }
      &::marker {
        --tw-leading: 1;
        line-height: 1;
      }
      & *::-webkit-details-marker {
        --tw-leading: 1;
        line-height: 1;
      }
      &::-webkit-details-marker {
        --tw-leading: 1;
        line-height: 1;
      }
      & *::marker {
        color: var(--color-glow-bright);
      }
      &::marker {
        color: var(--color-glow-bright);
      }
      & *::-webkit-details-marker {
        color: var(--color-glow-bright);
      }
      &::-webkit-details-marker {
        color: var(--color-glow-bright);
      }
    }
    & a:not([class]) {
      display: inline-block;
      text-decoration-line: underline;
      transition-property: all;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
    }
  }
  .mb-\[-1\.1em\] {
    margin-bottom: -1.1em;
  }
  .mb-em-010 {
    margin-bottom: var(--spacing-em-010);
  }
  .mb-em-020 {
    margin-bottom: var(--spacing-em-020);
  }
  .mb-em-050 {
    margin-bottom: var(--spacing-em-050);
  }
  .mb-em-100 {
    margin-bottom: var(--spacing-em-100);
  }
  .mb-em-150 {
    margin-bottom: var(--spacing-em-150);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-\[1\.4em\] {
    height: 1.4em;
  }
  .h-\[2em\] {
    height: 2em;
  }
  .h-\[6em\] {
    height: 6em;
  }
  .h-\[90vh\] {
    height: 90vh;
  }
  .h-full {
    height: 100%;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-94 {
    width: var(--width-94);
  }
  .w-\[2em\] {
    width: 2em;
  }
  .w-\[4em\] {
    width: 4em;
  }
  .w-auto {
    width: auto;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-\[70\%\] {
    max-width: 70%;
  }
  .max-w-limit {
    max-width: var(--spacing-limit);
  }
  .min-w-\[10em\] {
    min-width: 10em;
  }
  .-translate-x-em-025 {
    --tw-translate-x: calc(var(--spacing-em-025) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-em-025 {
    --tw-translate-x: var(--spacing-em-025);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-\[0\.1em\] {
    --tw-translate-y: 0.1em;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-rotate-16 {
    rotate: calc(16deg * -1);
  }
  .rotate-16 {
    rotate: 16deg;
  }
  .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;
  }
  .scroll-mt-em-150 {
    scroll-margin-top: var(--spacing-em-150);
  }
  .grid-cols-\[1fr_max-content_min-content\] {
    grid-template-columns: 1fr max-content min-content;
  }
  .grid-cols-\[repeat\(auto-fill\,minmax\(10em\,1fr\)\)\] {
    grid-template-columns: repeat(auto-fill,minmax(10em,1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }
  .border-dotted {
    --tw-border-style: dotted;
    border-style: dotted;
  }
  .is-active {
    border-color: var(--color-white) !important;
    --tw-font-weight: 666;
    font-weight: 666;
    font-stretch: 100%;
    @media (width >= 48em) {
      font-stretch: 96%;
    }
  }
  .border-transparent {
    border-color: transparent;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .border-white\/20 {
    border-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-dark {
    background-color: var(--color-dark);
  }
  .bg-dark\/70 {
    background-color: color-mix(in srgb, oklch(0.2418 0.0079 260.13) 70%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-dark) 70%, transparent);
    }
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-white\/20 {
    background-color: color-mix(in srgb, #fff 20%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 20%, transparent);
    }
  }
  .bg-conic {
    --tw-gradient-position: in oklab;
    background-image: conic-gradient(var(--tw-gradient-stops));
  }
  .from-transparent {
    --tw-gradient-from: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-45\% {
    --tw-gradient-from-position: 45%;
  }
  .via-glow-muted {
    --tw-gradient-via: var(--color-glow-muted);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }
  .via-50\% {
    --tw-gradient-via-position: 50%;
  }
  .to-transparent {
    --tw-gradient-to: transparent;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-55\% {
    --tw-gradient-to-position: 55%;
  }
  .fill-white {
    fill: var(--color-white);
  }
  .fill-white\/90 {
    fill: color-mix(in srgb, #fff 90%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      fill: color-mix(in oklab, var(--color-white) 90%, transparent);
    }
  }
  .stroke-white {
    stroke: var(--color-white);
  }
  .stroke-2 {
    stroke-width: 2;
  }
  .p-\[0\.3em\] {
    padding: 0.3em;
  }
  .p-\[1em\] {
    padding: 1em;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[3\%\] {
    padding-inline: 3%;
  }
  .px-em-025 {
    padding-inline: var(--spacing-em-025);
  }
  .px-em-100 {
    padding-inline: var(--spacing-em-100);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-em-025 {
    padding-block: var(--spacing-em-025);
  }
  .py-em-150 {
    padding-block: var(--spacing-em-150);
  }
  .py-em-200 {
    padding-block: var(--spacing-em-200);
  }
  .pt-1 {
    padding-top: calc(var(--spacing) * 1);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-em-075 {
    padding-top: var(--spacing-em-075);
  }
  .pt-em-300 {
    padding-top: var(--spacing-em-300);
  }
  .pr-\[4em\] {
    padding-right: 4em;
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-\[2px\] {
    padding-bottom: 2px;
  }
  .pb-em-150 {
    padding-bottom: var(--spacing-em-150);
  }
  .pb-em-300 {
    padding-bottom: var(--spacing-em-300);
  }
  .pb-em-450 {
    padding-bottom: var(--spacing-em-450);
  }
  .pl-\[2em\] {
    padding-left: 2em;
  }
  .text-center {
    text-align: center;
  }
  .font-copy {
    font-family: var(--font-copy);
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\[3em\] {
    font-size: 3em;
  }
  .text-\[110\%\] {
    font-size: 110%;
  }
  .text-\[120\%\] {
    font-size: 120%;
  }
  .text-\[135\%\] {
    font-size: 135%;
  }
  .text-base-body {
    font-size: var(--text-base-body);
  }
  .text-h2 {
    font-size: var(--text-h2);
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[666\] {
    --tw-font-weight: 666;
    font-weight: 666;
  }
  .font-\[744\] {
    --tw-font-weight: 744;
    font-weight: 744;
  }
  .font-\[777\] {
    --tw-font-weight: 777;
    font-weight: 777;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-white {
    color: var(--color-white);
  }
  .text-white\/60 {
    color: color-mix(in srgb, #fff 60%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      color: color-mix(in oklab, var(--color-white) 60%, transparent);
    }
  }
  .font-stretch-\[85\%\] {
    font-stretch: 85%;
  }
  .font-stretch-\[111\%\] {
    font-stretch: 111%;
  }
  .font-stretch-\[123\%\] {
    font-stretch: 123%;
  }
  .underline {
    text-decoration-line: underline;
  }
  .highlighted {
    text-shadow: 0 0 6px var(--tw-text-shadow-color, var(--color-glow-bright)), 0 0 0.3em var(--tw-text-shadow-color, var(--color-glow-bright)), 0em 0em 0.5em var(--tw-text-shadow-color, var(--color-glow-muted)), -0em -0em 1.4em var(--tw-text-shadow-color, var(--color-glow-muted)), 0 0 1.6em var(--tw-text-shadow-color, var(--color-white));
    & .lights {
      opacity: 100%;
    }
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-20 {
    opacity: 20%;
  }
  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .blur-xs {
    --tw-blur: blur(var(--blur-xs));
    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-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-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-900 {
    --tw-duration: 900ms;
    transition-duration: 900ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .\[clip-path\:polygon\(0\%_0\%\,100\%_2\%\,100\%_100\%\,0\%_99\%\)\] {
    clip-path: polygon(0% 0%,100% 2%,100% 100%,0% 99%);
  }
  .target\:block {
    &:target {
      display: block;
    }
  }
  .target\:-translate-x-full {
    &:target {
      --tw-translate-x: -100%;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .hover\:decoration-double {
    &:hover {
      @media (hover: hover) {
        text-decoration-style: double;
      }
    }
  }
  .motion-reduce\:scroll-auto {
    @media (prefers-reduced-motion: reduce) {
      scroll-behavior: auto;
    }
  }
  .xs\:inline-block {
    @media (width >= 30em) {
      display: inline-block;
    }
  }
  .xs\:bg-transparent {
    @media (width >= 30em) {
      background-color: transparent;
    }
  }
  .sm\:mb-0 {
    @media (width >= 37.5em) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .sm\:ml-em-050 {
    @media (width >= 37.5em) {
      margin-left: var(--spacing-em-050);
    }
  }
  .sm\:w-auto {
    @media (width >= 37.5em) {
      width: auto;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 37.5em) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-\[max-content_1fr\] {
    @media (width >= 37.5em) {
      grid-template-columns: max-content 1fr;
    }
  }
  .sm\:gap-em-150 {
    @media (width >= 37.5em) {
      gap: var(--spacing-em-150);
    }
  }
  .sm\:pr-em-050 {
    @media (width >= 37.5em) {
      padding-right: var(--spacing-em-050);
    }
  }
  .sm\:text-center {
    @media (width >= 37.5em) {
      text-align: center;
    }
  }
  .sm\:text-xl {
    @media (width >= 37.5em) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .md\:static {
    @media (width >= 48em) {
      position: static;
    }
  }
  .md\:inset-auto {
    @media (width >= 48em) {
      inset: auto;
    }
  }
  .md\:flex {
    @media (width >= 48em) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48em) {
      display: none;
    }
  }
  .md\:max-w-\[50ch\] {
    @media (width >= 48em) {
      max-width: 50ch;
    }
  }
  .md\:grid-cols-1 {
    @media (width >= 48em) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
    }
  }
  .md\:items-baseline {
    @media (width >= 48em) {
      align-items: baseline;
    }
  }
  .md\:border-0 {
    @media (width >= 48em) {
      border-style: var(--tw-border-style);
      border-width: 0px;
    }
  }
  .md\:border-x {
    @media (width >= 48em) {
      border-inline-style: var(--tw-border-style);
      border-inline-width: 1px;
    }
  }
  .md\:border-t-4 {
    @media (width >= 48em) {
      border-top-style: var(--tw-border-style);
      border-top-width: 4px;
    }
  }
  .md\:bg-dark {
    @media (width >= 48em) {
      background-color: var(--color-dark);
    }
  }
  .md\:bg-transparent {
    @media (width >= 48em) {
      background-color: transparent;
    }
  }
  .md\:px-0 {
    @media (width >= 48em) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:px-em-100 {
    @media (width >= 48em) {
      padding-inline: var(--spacing-em-100);
    }
  }
  .md\:py-0 {
    @media (width >= 48em) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:text-left {
    @media (width >= 48em) {
      text-align: left;
    }
  }
  .md\:text-midi-body {
    @media (width >= 48em) {
      font-size: var(--text-midi-body);
    }
  }
  .md\:first\:pl-0 {
    @media (width >= 48em) {
      &:first-child {
        padding-left: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:last\:pr-0 {
    @media (width >= 48em) {
      &:last-child {
        padding-right: calc(var(--spacing) * 0);
      }
    }
  }
  .md\:target\:transform-none {
    @media (width >= 48em) {
      &:target {
        transform: none;
      }
    }
  }
  .lg\:text-center {
    @media (width >= 64em) {
      text-align: center;
    }
  }
  .lg\:text-2xl {
    @media (width >= 64em) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-\[5em\] {
    @media (width >= 64em) {
      font-size: 5em;
    }
  }
  .lg\:text-maxi-body {
    @media (width >= 64em) {
      font-size: var(--text-maxi-body);
    }
  }
  .xl\:right-\[calc\(50\%_-_37\.5em\)\] {
    @media (width >= 69em) {
      right: calc(50% - 37.5em);
    }
  }
  .xl\:max-w-3xl {
    @media (width >= 69em) {
      max-width: var(--container-3xl);
    }
  }
  .xl\:max-w-none {
    @media (width >= 69em) {
      max-width: none;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 69em) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:bg-transparent {
    @media (width >= 69em) {
      background-color: transparent;
    }
  }
  .xl\:py-em-050 {
    @media (width >= 69em) {
      padding-block: var(--spacing-em-050);
    }
  }
  .\33 xl\:pr-0 {
    @media (width >= 90em) {
      padding-right: calc(var(--spacing) * 0);
    }
  }
}
@layer base {
  @font-face {
    font-family: 'Anybody';
    font-style: normal;
    font-weight: 100 900;
    font-stretch: 50 150;
    font-display: swap;
    src: url('fonts/Anybody-wdth,wght-webfont.woff2') format('woff2');
  }
  html {
    & *::selection {
      background-color: color-mix(in srgb, #fff 90%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
      }
    }
    &::selection {
      background-color: color-mix(in srgb, #fff 90%, transparent);
      @supports (color: color-mix(in lab, red, red)) {
        background-color: color-mix(in oklab, var(--color-white) 90%, transparent);
      }
    }
    & *::selection {
      color: var(--color-black);
    }
    &::selection {
      color: var(--color-black);
    }
  }
  body {
    --tw-font-weight: 360;
    font-weight: 360;
    font-stretch: 96%;
  }
  audio {
    color-scheme: dark;
  }
  h3 {
    margin-top: var(--spacing-em-100);
    font-size: var(--text-h3);
    --tw-font-weight: 744;
    font-weight: 744;
    font-stretch: 122%;
  }
  h4 {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
@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-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-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-text-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-text-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-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-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-leading: initial;
      --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-font-weight: initial;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-text-shadow-color: initial;
      --tw-text-shadow-alpha: 100%;
      --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-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-duration: initial;
      --tw-ease: initial;
    }
  }
}
