/*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :host, :host {
    --font-sans: "Inter Variablefont Opsz Wght", "Inter Variable", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
    --font-mono: "Redhatmono Variablefont Wght", "Red Hat Mono", ui-monospace, monospace;
    --color-green-100: #c7ebc2;
    --color-green-200: #a9dca2;
    --color-neutral-50: #f0ebe5;
    --color-neutral-100: #e8e2dc;
    --color-neutral-400: #8e8985;
    --color-neutral-900: #252423;
    --color-neutral-950: #1b1a19;
    --spacing: 0.25rem;
    --container-md: 28rem;
    --container-xl: 36rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-7xl: 80rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --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-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);
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --tracking-tight: -0.025em;
    --leading-normal: 1.5;
    --radius-xs: 4px;
    --radius-md: 8px;
    --radius-lg: 10px;
    --radius-xl: 12px;
    --radius-2xl: 1rem;
    --radius-3xl: 20px;
    --aspect-video: 16 / 9;
    --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-coral-50: #ffeae6;
    --color-coral-100: #ffd2c9;
    --color-coral-300: #ff9780;
    --color-coral-500: #fb6b4b;
    --color-bti-violet-100: #edeaff;
    --color-bti-violet-300: #a175ff;
    --color-bti-yellow: #fff7ac;
    --color-background: #fcfaf8;
    --color-foreground: #1b1a19;
    --color-foreground-secondary: #474543;
    --color-muted-foreground: #5f5c59;
    --color-border: #e8e2dc;
    --color-border-soft: #f0ebe5;
    --color-border-bold: #dfd9d3;
    --color-surface: #fcfaf8;
    --color-surface-raised: #f8f5f1;
    --color-card: #ffffff;
    --color-card-foreground: #1b1a19;
    --color-primary: #1b1a19;
    --color-primary-hover: #74706c;
    --color-primary-foreground: #fcfaf8;
    --color-secondary: #ffffff;
    --color-secondary-hover: #f0ebe5;
    --color-tertiary-hover: #f8f5f1;
    --color-ring: #1981d1;
    --font-display: "Featuredeck Web", "Feature Deck", Georgia, serif;
    --text-h1: 72px;
    --text-h1--line-height: 1.1;
    --text-h1--letter-spacing: -1px;
    --text-h2: 64px;
    --text-h2--line-height: 1.2;
    --text-h2--letter-spacing: -1px;
    --text-h3: 48px;
    --text-h3--line-height: 1.2;
    --text-h4: 36px;
    --text-h4--line-height: 1.2;
    --text-h5: 28px;
    --text-h5--line-height: 1.3;
    --text-h6: 24px;
    --text-h6--line-height: 1.4;
    --container-section: 75rem;
    --ease-out-soft: cubic-bezier(0.22, 1, 0.36, 1);
    --animate-marquee: marquee 40s linear infinite;
  }
}
@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;
  }
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: 0;
  }
  .inset-y-0 {
    inset-block: 0;
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .top-full {
    top: 100%;
  }
  .-right-20 {
    right: calc(var(--spacing) * -20);
  }
  .right-0 {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .left-0 {
    left: 0;
  }
  .z-10 {
    z-index: 10;
  }
  .m-0 {
    margin: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .mt-0\.5 {
    margin-top: calc(var(--spacing) * 0.5);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .aspect-\[9\/8\] {
    aspect-ratio: 9/8;
  }
  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }
  .size-1\.5 {
    width: calc(var(--spacing) * 1.5);
    height: calc(var(--spacing) * 1.5);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .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-\[50px\] {
    width: 50px;
    height: 50px;
  }
  .size-\[100px\] {
    width: 100px;
    height: 100px;
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-9 {
    height: calc(var(--spacing) * 9);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-11 {
    height: calc(var(--spacing) * 11);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-56 {
    height: calc(var(--spacing) * 56);
  }
  .h-\[30px\] {
    height: 30px;
  }
  .h-\[31px\] {
    height: 31px;
  }
  .h-\[33px\] {
    height: 33px;
  }
  .h-\[165px\] {
    height: 165px;
  }
  .h-\[var\(--accordion-panel-height\)\] {
    height: var(--accordion-panel-height);
  }
  .h-full {
    height: 100%;
  }
  .min-h-20 {
    min-height: calc(var(--spacing) * 20);
  }
  .min-h-56 {
    min-height: calc(var(--spacing) * 56);
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-16 {
    width: calc(var(--spacing) * 16);
  }
  .w-44 {
    width: calc(var(--spacing) * 44);
  }
  .w-72 {
    width: calc(var(--spacing) * 72);
  }
  .w-\[55px\] {
    width: 55px;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[min\(25\%\,340px\)\] {
    width: min(25%, 340px);
  }
  .w-\[min\(30\%\,440px\)\] {
    width: min(30%, 440px);
  }
  .w-\[min\(55\%\,420px\)\] {
    width: min(55%, 420px);
  }
  .w-auto {
    width: auto;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-4xl {
    max-width: var(--container-4xl);
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-7xl {
    max-width: var(--container-7xl);
  }
  .max-w-\[792px\] {
    max-width: 792px;
  }
  .max-w-md {
    max-width: var(--container-md);
  }
  .max-w-section {
    max-width: var(--container-section);
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-0 {
    min-width: 0;
  }
  .min-w-48 {
    min-width: calc(var(--spacing) * 48);
  }
  .min-w-64 {
    min-width: calc(var(--spacing) * 64);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .-scale-x-100 {
    --tw-scale-x: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-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,);
  }
  .animate-marquee {
    animation: var(--animate-marquee);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-x-4 {
    column-gap: calc(var(--spacing) * 4);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[9px\] {
    border-radius: 9px;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-border {
    border-color: var(--color-border);
  }
  .border-border-bold {
    border-color: var(--color-border-bold);
  }
  .border-border-soft {
    border-color: var(--color-border-soft);
  }
  .border-bti-violet-300\/40 {
    border-color: color-mix(in srgb, #a175ff 40%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      border-color: color-mix(in oklab, var(--color-bti-violet-300) 40%, transparent);
    }
  }
  .border-coral-300 {
    border-color: var(--color-coral-300);
  }
  .bg-background {
    background-color: var(--color-background);
  }
  .bg-bti-violet-100 {
    background-color: var(--color-bti-violet-100);
  }
  .bg-bti-yellow {
    background-color: var(--color-bti-yellow);
  }
  .bg-card {
    background-color: var(--color-card);
  }
  .bg-coral-50 {
    background-color: var(--color-coral-50);
  }
  .bg-coral-100 {
    background-color: var(--color-coral-100);
  }
  .bg-coral-500 {
    background-color: var(--color-coral-500);
  }
  .bg-foreground {
    background-color: var(--color-foreground);
  }
  .bg-green-100 {
    background-color: var(--color-green-100);
  }
  .bg-neutral-50 {
    background-color: var(--color-neutral-50);
  }
  .bg-neutral-100 {
    background-color: var(--color-neutral-100);
  }
  .bg-neutral-950 {
    background-color: var(--color-neutral-950);
  }
  .bg-primary {
    background-color: var(--color-primary);
  }
  .bg-secondary {
    background-color: var(--color-secondary);
  }
  .bg-surface {
    background-color: var(--color-surface);
  }
  .bg-surface-raised {
    background-color: var(--color-surface-raised);
  }
  .bg-transparent {
    background-color: transparent;
  }
  .\[background-image\:linear-gradient\(to_left\,var\(--color-background\)\,transparent\)\] {
    background-image: linear-gradient(to left,var(--color-background),transparent);
  }
  .\[background-image\:linear-gradient\(to_left\,var\(--color-surface\)\,transparent\)\] {
    background-image: linear-gradient(to left,var(--color-surface),transparent);
  }
  .\[background-image\:linear-gradient\(to_right\,var\(--color-background\)\,transparent\)\] {
    background-image: linear-gradient(to right,var(--color-background),transparent);
  }
  .\[background-image\:linear-gradient\(to_right\,var\(--color-surface\)\,transparent\)\] {
    background-image: linear-gradient(to right,var(--color-surface),transparent);
  }
  .bg-\[linear-gradient\(180deg\,rgba\(27\,26\,25\,0\)_42\%\,rgba\(27\,26\,25\,0\.25\)_100\%\)\] {
    background-image: linear-gradient(180deg,rgba(27,26,25,0) 42%,rgba(27,26,25,0.25) 100%);
  }
  .fill-current {
    fill: currentcolor;
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-32 {
    padding: calc(var(--spacing) * 32);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-3\.5 {
    padding-inline: calc(var(--spacing) * 3.5);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-14 {
    padding-inline: calc(var(--spacing) * 14);
  }
  .px-16 {
    padding-inline: calc(var(--spacing) * 16);
  }
  .px-20 {
    padding-inline: calc(var(--spacing) * 20);
  }
  .px-24 {
    padding-inline: calc(var(--spacing) * 24);
  }
  .py-1 {
    padding-block: var(--spacing);
  }
  .py-1\.5 {
    padding-block: calc(var(--spacing) * 1.5);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.5 {
    padding-block: calc(var(--spacing) * 3.5);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
  .py-6 {
    padding-block: calc(var(--spacing) * 6);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-16 {
    padding-block: calc(var(--spacing) * 16);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pt-5 {
    padding-top: calc(var(--spacing) * 5);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pr-16 {
    padding-right: calc(var(--spacing) * 16);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pl-3 {
    padding-left: calc(var(--spacing) * 3);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .font-display {
    font-family: var(--font-display);
  }
  .font-mono {
    font-family: var(--font-mono);
  }
  .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-h3 {
    font-size: var(--text-h3);
    line-height: var(--tw-leading, var(--text-h3--line-height));
  }
  .text-h4 {
    font-size: var(--text-h4);
    line-height: var(--tw-leading, var(--text-h4--line-height));
  }
  .text-h5 {
    font-size: var(--text-h5);
    line-height: var(--tw-leading, var(--text-h5--line-height));
  }
  .text-h6 {
    font-size: var(--text-h6);
    line-height: var(--tw-leading, var(--text-h6--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--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));
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .tracking-\[-0\.4px\] {
    --tw-tracking: -0.4px;
    letter-spacing: -0.4px;
  }
  .tracking-\[0\.14px\] {
    --tw-tracking: 0.14px;
    letter-spacing: 0.14px;
  }
  .tracking-\[0\.72px\] {
    --tw-tracking: 0.72px;
    letter-spacing: 0.72px;
  }
  .tracking-\[0\.96px\] {
    --tw-tracking: 0.96px;
    letter-spacing: 0.96px;
  }
  .tracking-tight {
    --tw-tracking: var(--tracking-tight);
    letter-spacing: var(--tracking-tight);
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .text-bti-violet-100 {
    color: var(--color-bti-violet-100);
  }
  .text-bti-violet-300 {
    color: var(--color-bti-violet-300);
  }
  .text-bti-yellow {
    color: var(--color-bti-yellow);
  }
  .text-card-foreground {
    color: var(--color-card-foreground);
  }
  .text-coral-100 {
    color: var(--color-coral-100);
  }
  .text-coral-300 {
    color: var(--color-coral-300);
  }
  .text-coral-500 {
    color: var(--color-coral-500);
  }
  .text-foreground {
    color: var(--color-foreground);
  }
  .text-foreground-secondary {
    color: var(--color-foreground-secondary);
  }
  .text-green-100 {
    color: var(--color-green-100);
  }
  .text-green-200 {
    color: var(--color-green-200);
  }
  .text-muted-foreground {
    color: var(--color-muted-foreground);
  }
  .text-neutral-400 {
    color: var(--color-neutral-400);
  }
  .text-neutral-950 {
    color: var(--color-neutral-950);
  }
  .text-primary-foreground {
    color: var(--color-primary-foreground);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .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);
  }
  .shadow-sm {
    --tw-shadow: 0 1px 2px -1px var(--tw-shadow-color, rgb(27 26 25 / 0.1)), 0 1px 3px 0 var(--tw-shadow-color, rgb(27 26 25 / 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);
  }
  .ring {
    --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + 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);
  }
  .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-\[height\] {
    transition-property: height;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    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));
  }
  .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));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .ease-out-soft {
    --tw-ease: var(--ease-out-soft);
    transition-timing-function: var(--ease-out-soft);
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .group-hover\:scale-\[1\.03\] {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        scale: 1.03;
      }
    }
  }
  .group-hover\:text-muted-foreground {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        color: var(--color-muted-foreground);
      }
    }
  }
  .group-data-\[panel-open\]\:rotate-45 {
    &:is(:where(.group)[data-panel-open] *) {
      rotate: 45deg;
    }
  }
  .placeholder\:text-muted-foreground {
    &::placeholder {
      color: var(--color-muted-foreground);
    }
  }
  .focus-within\:ring-\[3px\] {
    &:focus-within {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + 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-within\:ring-ring {
    &:focus-within {
      --tw-ring-color: var(--color-ring);
    }
  }
  .hover\:border-border {
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-border);
      }
    }
  }
  .hover\:bg-primary-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-primary-hover);
      }
    }
  }
  .hover\:bg-secondary-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-secondary-hover);
      }
    }
  }
  .hover\:bg-tertiary-hover {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-tertiary-hover);
      }
    }
  }
  .hover\:text-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--color-foreground);
      }
    }
  }
  .hover\:text-muted-foreground {
    &:hover {
      @media (hover: hover) {
        color: var(--color-muted-foreground);
      }
    }
  }
  .hover\:opacity-70 {
    &:hover {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .hover\:\[animation-play-state\:paused\] {
    &:hover {
      @media (hover: hover) {
        animation-play-state: paused;
      }
    }
  }
  .focus\:ring-\[3px\] {
    &:focus {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + 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-ring {
    &:focus {
      --tw-ring-color: var(--color-ring);
    }
  }
  .focus-visible\:ring-\[3px\] {
    &:focus-visible {
      --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + 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-visible\:ring-ring {
    &:focus-visible {
      --tw-ring-color: var(--color-ring);
    }
  }
  .focus-visible\:outline-none {
    &:focus-visible {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .disabled\:opacity-50 {
    &:disabled {
      opacity: 50%;
    }
  }
  .data-\[ending-style\]\:h-0 {
    &[data-ending-style] {
      height: 0;
    }
  }
  .data-\[starting-style\]\:h-0 {
    &[data-starting-style] {
      height: 0;
    }
  }
  .motion-reduce\:animate-none {
    @media (prefers-reduced-motion: reduce) {
      animation: none;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:aspect-\[3\/2\] {
    @media (width >= 48rem) {
      aspect-ratio: 3/2;
    }
  }
  .md\:h-14 {
    @media (width >= 48rem) {
      height: calc(var(--spacing) * 14);
    }
  }
  .md\:w-24 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 24);
    }
  }
  .md\:w-72 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 72);
    }
  }
  .md\:w-\[416px\] {
    @media (width >= 48rem) {
      width: 416px;
    }
  }
  .md\:flex-none {
    @media (width >= 48rem) {
      flex: none;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:gap-14 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 14);
    }
  }
  .md\:gap-16 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .md\:p-10 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 10);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:px-20 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .md\:py-12 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .md\:py-20 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .md\:py-30 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .md\:py-40 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 40);
    }
  }
  .md\:text-h1 {
    @media (width >= 48rem) {
      font-size: var(--text-h1);
      line-height: var(--tw-leading, var(--text-h1--line-height));
      letter-spacing: var(--tw-tracking, var(--text-h1--letter-spacing));
    }
  }
  .md\:text-h2 {
    @media (width >= 48rem) {
      font-size: var(--text-h2);
      line-height: var(--tw-leading, var(--text-h2--line-height));
      letter-spacing: var(--tw-tracking, var(--text-h2--letter-spacing));
    }
  }
  .md\:text-h3 {
    @media (width >= 48rem) {
      font-size: var(--text-h3);
      line-height: var(--tw-leading, var(--text-h3--line-height));
    }
  }
  .md\:text-h4 {
    @media (width >= 48rem) {
      font-size: var(--text-h4);
      line-height: var(--tw-leading, var(--text-h4--line-height));
    }
  }
  .md\:text-h5 {
    @media (width >= 48rem) {
      font-size: var(--text-h5);
      line-height: var(--tw-leading, var(--text-h5--line-height));
    }
  }
  .md\:text-h6 {
    @media (width >= 48rem) {
      font-size: var(--text-h6);
      line-height: var(--tw-leading, var(--text-h6--line-height));
    }
  }
  .md\:text-\[40px\] {
    @media (width >= 48rem) {
      font-size: 40px;
    }
  }
  .md\:leading-\[1\.2\] {
    @media (width >= 48rem) {
      --tw-leading: 1.2;
      line-height: 1.2;
    }
  }
  .\[\&_a\]\:text-foreground {
    & a {
      color: var(--color-foreground);
    }
  }
  .\[\&_a\]\:underline {
    & a {
      text-decoration-line: underline;
    }
  }
  .\[\&_a\]\:underline-offset-4 {
    & a {
      text-underline-offset: 4px;
    }
  }
  .\[\&_blockquote\]\:my-6 {
    & blockquote {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .\[\&_blockquote\]\:border-l-2 {
    & blockquote {
      border-left-style: var(--tw-border-style);
      border-left-width: 2px;
    }
  }
  .\[\&_blockquote\]\:border-coral-300 {
    & blockquote {
      border-color: var(--color-coral-300);
    }
  }
  .\[\&_blockquote\]\:pl-5 {
    & blockquote {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .\[\&_blockquote\]\:font-display {
    & blockquote {
      font-family: var(--font-display);
    }
  }
  .\[\&_blockquote\]\:text-xl {
    & blockquote {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\[\&_blockquote\]\:text-foreground {
    & blockquote {
      color: var(--color-foreground);
    }
  }
  .\[\&_figcaption\]\:mt-3 {
    & figcaption {
      margin-top: calc(var(--spacing) * 3);
    }
  }
  .\[\&_figcaption\]\:text-sm {
    & figcaption {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }
  .\[\&_figcaption\]\:tracking-\[0\.14px\] {
    & figcaption {
      --tw-tracking: 0.14px;
      letter-spacing: 0.14px;
    }
  }
  .\[\&_figcaption\]\:text-muted-foreground {
    & figcaption {
      color: var(--color-muted-foreground);
    }
  }
  .\[\&_figure\]\:my-6 {
    & figure {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .\[\&_figure\]\:w-full {
    & figure {
      width: 100%;
    }
  }
  .\[\&_h2\]\:mt-10 {
    & h2 {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .\[\&_h2\]\:mb-4 {
    & h2 {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_h2\]\:font-display {
    & h2 {
      font-family: var(--font-display);
    }
  }
  .\[\&_h2\]\:text-h6 {
    & h2 {
      font-size: var(--text-h6);
      line-height: var(--tw-leading, var(--text-h6--line-height));
    }
  }
  .\[\&_h2\]\:font-normal {
    & h2 {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&_h2\]\:text-foreground {
    & h2 {
      color: var(--color-foreground);
    }
  }
  .\[\&_h3\]\:mt-8 {
    & h3 {
      margin-top: calc(var(--spacing) * 8);
    }
  }
  .\[\&_h3\]\:mb-3 {
    & h3 {
      margin-bottom: calc(var(--spacing) * 3);
    }
  }
  .\[\&_h3\]\:font-display {
    & h3 {
      font-family: var(--font-display);
    }
  }
  .\[\&_h3\]\:text-xl {
    & h3 {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .\[\&_h3\]\:font-normal {
    & h3 {
      --tw-font-weight: var(--font-weight-normal);
      font-weight: var(--font-weight-normal);
    }
  }
  .\[\&_h3\]\:text-foreground {
    & h3 {
      color: var(--color-foreground);
    }
  }
  .\[\&_iframe\]\:aspect-video {
    & iframe {
      aspect-ratio: var(--aspect-video);
    }
  }
  .\[\&_iframe\]\:w-full {
    & iframe {
      width: 100%;
    }
  }
  .\[\&_iframe\]\:rounded-3xl {
    & iframe {
      border-radius: var(--radius-3xl);
    }
  }
  .\[\&_iframe\]\:border {
    & iframe {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&_iframe\]\:border-border-soft {
    & iframe {
      border-color: var(--color-border-soft);
    }
  }
  .\[\&_img\]\:my-6 {
    & img {
      margin-block: calc(var(--spacing) * 6);
    }
  }
  .\[\&_img\]\:w-full {
    & img {
      width: 100%;
    }
  }
  .\[\&_img\]\:rounded-3xl {
    & img {
      border-radius: var(--radius-3xl);
    }
  }
  .\[\&_img\]\:border {
    & img {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
  }
  .\[\&_img\]\:border-border-soft {
    & img {
      border-color: var(--color-border-soft);
    }
  }
  .\[\&_ol\]\:mb-4 {
    & ol {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_ol\]\:list-decimal {
    & ol {
      list-style-type: decimal;
    }
  }
  .\[\&_ol\]\:pl-5 {
    & ol {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .\[\&_p\]\:mb-4 {
    & p {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_strong\]\:font-medium {
    & strong {
      --tw-font-weight: var(--font-weight-medium);
      font-weight: var(--font-weight-medium);
    }
  }
  .\[\&_strong\]\:text-foreground {
    & strong {
      color: var(--color-foreground);
    }
  }
  .\[\&_ul\]\:mb-4 {
    & ul {
      margin-bottom: calc(var(--spacing) * 4);
    }
  }
  .\[\&_ul\]\:flex {
    & ul {
      display: flex;
    }
  }
  .\[\&_ul\]\:flex-col {
    & ul {
      flex-direction: column;
    }
  }
  .\[\&_ul\]\:gap-2 {
    & ul {
      gap: calc(var(--spacing) * 2);
    }
  }
  .\[\&_ul_li\]\:relative {
    & ul li {
      position: relative;
    }
  }
  .\[\&_ul_li\]\:pl-5 {
    & ul li {
      padding-left: calc(var(--spacing) * 5);
    }
  }
  .\[\&_ul_li\]\:before\:absolute {
    & ul li {
      &::before {
        content: var(--tw-content);
        position: absolute;
      }
    }
  }
  .\[\&_ul_li\]\:before\:top-\[9px\] {
    & ul li {
      &::before {
        content: var(--tw-content);
        top: 9px;
      }
    }
  }
  .\[\&_ul_li\]\:before\:left-0 {
    & ul li {
      &::before {
        content: var(--tw-content);
        left: 0;
      }
    }
  }
  .\[\&_ul_li\]\:before\:size-1\.5 {
    & ul li {
      &::before {
        content: var(--tw-content);
        width: calc(var(--spacing) * 1.5);
        height: calc(var(--spacing) * 1.5);
      }
    }
  }
  .\[\&_ul_li\]\:before\:rounded-full {
    & ul li {
      &::before {
        content: var(--tw-content);
        border-radius: calc(infinity * 1px);
      }
    }
  }
  .\[\&_ul_li\]\:before\:bg-coral-500 {
    & ul li {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-coral-500);
      }
    }
  }
  .\[\&_ul_li\]\:before\:content-\[\'\'\] {
    & ul li {
      &::before {
        --tw-content: '';
        content: var(--tw-content);
      }
    }
  }
}
@layer properties {
  *, ::before, ::after, ::backdrop {
    --tw-border-style: solid;
    --tw-outline-style: solid;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-alpha: 100%;
    --tw-inset-shadow: 0 0 #0000;
    --tw-inset-shadow-alpha: 100%;
    --tw-ring-shadow: 0 0 #0000;
    --tw-inset-ring-shadow: 0 0 #0000;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-translate-z: 0;
    --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%;
  }
}
@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}
.theme-dark {
  color-scheme: dark;
  --color-background: #1b1a19;
  --color-foreground: #fcfaf8;
  --color-foreground-secondary: #c0bbb5;
  --color-foreground-inverted: #1b1a19;
  --color-muted-foreground: #8e8985;
  --color-border: #474543;
  --color-border-soft: #363433;
  --color-border-bold: #5f5c59;
  --color-surface: #252423;
  --color-surface-raised: #363433;
  --color-card: #252423;
  --color-card-foreground: #fcfaf8;
  --color-primary: #fcfaf8;
  --color-primary-hover: #dfd9d3;
  --color-primary-foreground: #1b1a19;
  --color-secondary: #1b1a19;
  --color-secondary-hover: #363433;
  --color-tertiary-hover: #252423;
}
.theme-light {
  color-scheme: light;
  --color-background: #fcfaf8;
  --color-foreground: #1b1a19;
  --color-foreground-secondary: #474543;
  --color-foreground-inverted: #fcfaf8;
  --color-muted-foreground: #5f5c59;
  --color-border: #e8e2dc;
  --color-border-soft: #f0ebe5;
  --color-border-bold: #dfd9d3;
  --color-surface: #fcfaf8;
  --color-surface-raised: #f8f5f1;
  --color-card: #ffffff;
  --color-card-foreground: #1b1a19;
  --color-primary: #1b1a19;
  --color-primary-hover: #74706c;
  --color-primary-foreground: #fcfaf8;
  --color-secondary: #ffffff;
  --color-secondary-hover: #f0ebe5;
  --color-tertiary-hover: #f8f5f1;
}
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  font-family: var(--font-family-sans);
  color: var(--color-neutral-900);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@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-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-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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
    }
  }
}

