/*! tailwindcss v4.2.2 | 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;
    --spacing: 0.25rem;
    --container-5xl: 64rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.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);
    --font-weight-medium: 500;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --animate-spin: spin 1s linear infinite;
    --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-black: #000;
    --font-brico: "Bricolage Grotesque", sans-serif;
    --color-teal-green: #008273;
    --color-rose-red: #e63755;
    --color-off-white: #faf5f0;
    --color-light-turquoise: #bee6e1;
    --color-light-magenta: #fad7e6;
    --color-light-apricot: #ffdcb4;
    --color-light-ultramarine: #c8dcff;
  }
}
@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;
  }
  .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;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .end {
    inset-inline-end: var(--spacing);
  }
  .-top-full {
    top: -100%;
  }
  .top-16 {
    top: calc(var(--spacing) * 16);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .isolate {
    isolation: isolate;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .row-start-3 {
    grid-row-start: 3;
  }
  .container {
    width: 100%;
    @media (width >= 30rem) {
      max-width: 30rem;
    }
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-2 {
    margin-block: calc(var(--spacing) * 2);
  }
  .my-12 {
    margin-block: calc(var(--spacing) * 12);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-24 {
    margin-top: calc(var(--spacing) * 24);
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-full {
    height: 100%;
  }
  .max-h-full {
    max-height: 100%;
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-full {
    width: 100%;
  }
  .max-w-5xl {
    max-width: var(--container-5xl);
  }
  .max-w-\[12rem\] {
    max-width: 12rem;
  }
  .max-w-\[40rem\] {
    max-width: 40rem;
  }
  .max-w-\[42rem\] {
    max-width: 42rem;
  }
  .max-w-\[50rem\] {
    max-width: 50rem;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[10rem\] {
    min-width: 10rem;
  }
  .flex-\[1_1_25\%\] {
    flex: 1 1 25%;
  }
  .flex-\[1_1_50\%\] {
    flex: 1 1 50%;
  }
  .basis-full {
    flex-basis: 100%;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-4 {
    --tw-translate-x: calc(var(--spacing) * 4);
    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-spin {
    animation: var(--animate-spin);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-\[12rem_1fr\] {
    grid-template-columns: 12rem 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .space-y-4 {
    :where(& > :not(:last-child)) {
      --tw-space-y-reverse: 0;
      margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
      margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
    }
  }
  .space-y-6 {
    :where(& > :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)));
    }
  }
  .gap-x-12 {
    column-gap: calc(var(--spacing) * 12);
  }
  .gap-x-16 {
    column-gap: calc(var(--spacing) * 16);
  }
  .gap-y-2 {
    row-gap: calc(var(--spacing) * 2);
  }
  .gap-y-3 {
    row-gap: calc(var(--spacing) * 3);
  }
  .gap-y-6 {
    row-gap: calc(var(--spacing) * 6);
  }
  .gap-y-8 {
    row-gap: calc(var(--spacing) * 8);
  }
  .self-center {
    align-self: center;
  }
  .self-end {
    align-self: flex-end;
  }
  .self-start {
    align-self: flex-start;
  }
  .justify-self-end {
    justify-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .scroll-smooth {
    scroll-behavior: smooth;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0 {
    border-top-style: var(--tw-border-style);
    border-top-width: 0px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-rose-red {
    border-color: var(--color-rose-red);
  }
  .bg-light-apricot {
    background-color: var(--color-light-apricot);
  }
  .bg-light-magenta {
    background-color: var(--color-light-magenta);
  }
  .bg-light-turquoise {
    background-color: var(--color-light-turquoise);
  }
  .bg-light-ultramarine {
    background-color: var(--color-light-ultramarine);
  }
  .bg-off-white {
    background-color: var(--color-off-white);
  }
  .bg-rose-red {
    background-color: var(--color-rose-red);
  }
  .bg-teal-green {
    background-color: var(--color-teal-green);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .fill-current {
    fill: currentcolor;
  }
  .fill-none {
    fill: none;
  }
  .stroke-current {
    stroke: currentcolor;
  }
  .stroke-\[4px\] {
    stroke-width: 4px;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .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-\[10px\] {
    padding-block: 10px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-7 {
    padding-top: calc(var(--spacing) * 7);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-28 {
    padding-top: calc(var(--spacing) * 28);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-24 {
    padding-bottom: calc(var(--spacing) * 24);
  }
  .pb-28 {
    padding-bottom: calc(var(--spacing) * 28);
  }
  .text-center {
    text-align: center;
  }
  .font-brico {
    font-family: var(--font-brico);
  }
  .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-\[0\.875rem\] {
    font-size: 0.875rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }
  .text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2\.125rem\] {
    font-size: 2.125rem;
  }
  .text-\[3\.5rem\] {
    font-size: 3.5rem;
  }
  .leading-\[1\.25\] {
    --tw-leading: 1.25;
    line-height: 1.25;
  }
  .leading-\[1\.125\] {
    --tw-leading: 1.125;
    line-height: 1.125;
  }
  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }
  .font-\[400\] {
    --tw-font-weight: 400;
    font-weight: 400;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[550\] {
    --tw-font-weight: 550;
    font-weight: 550;
  }
  .font-\[600\] {
    --tw-font-weight: 600;
    font-weight: 600;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-\[750\] {
    --tw-font-weight: 750;
    font-weight: 750;
  }
  .font-\[800\] {
    --tw-font-weight: 800;
    font-weight: 800;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .text-\[1\.125rm\] {
    color: 1.125rm;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-light-apricot {
    color: var(--color-light-apricot);
  }
  .text-light-magenta {
    color: var(--color-light-magenta);
  }
  .text-light-turquoise {
    color: var(--color-light-turquoise);
  }
  .text-off-white {
    color: var(--color-off-white);
  }
  .text-rose-red {
    color: var(--color-rose-red);
  }
  .text-teal-green {
    color: var(--color-teal-green);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-1 {
    text-decoration-thickness: 1px;
  }
  .decoration-2 {
    text-decoration-thickness: 2px;
  }
  .underline-offset-3 {
    text-underline-offset: 3px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .underline-offset-8 {
    text-underline-offset: 8px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-75 {
    opacity: 75%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .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-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-250 {
    --tw-duration: 250ms;
    transition-duration: 250ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }
  .\[--font-wdth\:80\] {
    --font-wdth: 80;
  }
  .\[--notch-pos\:-1\] {
    --notch-pos: -1;
  }
  .\[--notch-pos\:0\] {
    --notch-pos: 0;
  }
  .\[--notch-pos\:1\] {
    --notch-pos: 1;
  }
  .\[--p-block\:0\.75rem\] {
    --p-block: 0.75rem;
  }
  .\[--ro\:0\] {
    --ro: 0;
  }
  .\[--ro\:0px\] {
    --ro: 0px;
  }
  .\[grid-area\:1\/1\] {
    grid-area: 1/1;
  }
  .group-\[\.menu\]\:hidden {
    &:is(:where(.group):is(.menu) *) {
      display: none;
    }
  }
  .group-\[\.menu\]\:inline-block {
    &:is(:where(.group):is(.menu) *) {
      display: inline-block;
    }
  }
  .group-\[\.menu\]\:opacity-0 {
    &:is(:where(.group):is(.menu) *) {
      opacity: 0%;
    }
  }
  .group-\[\.menu\]\:opacity-100 {
    &:is(:where(.group):is(.menu) *) {
      opacity: 100%;
    }
  }
  .placeholder\:text-rose-red {
    &::placeholder {
      color: var(--color-rose-red);
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:left-0 {
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
  }
  .before\:h-full {
    &::before {
      content: var(--tw-content);
      height: 100%;
    }
  }
  .before\:w-\[2px\] {
    &::before {
      content: var(--tw-content);
      width: 2px;
    }
  }
  .before\:bg-light-apricot {
    &::before {
      content: var(--tw-content);
      background-color: var(--color-light-apricot);
    }
  }
  .autofill\:shadow-\[0_0_0_30px_\#c8dcff_inset\] {
    &:autofill {
      --tw-shadow: 0 0 0 30px var(--tw-shadow-color, #c8dcff) inset;
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .hover\:bg-off-white {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-off-white);
      }
    }
  }
  .hover\:bg-rose-red {
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-rose-red);
      }
    }
  }
  .hover\:text-light-turquoise {
    &:hover {
      @media (hover: hover) {
        color: var(--color-light-turquoise);
      }
    }
  }
  .hover\:text-rose-red {
    &:hover {
      @media (hover: hover) {
        color: var(--color-rose-red);
      }
    }
  }
  .hover\:text-teal-green {
    &:hover {
      @media (hover: hover) {
        color: var(--color-teal-green);
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:not-sr-only {
    &:focus {
      position: static;
      width: auto;
      height: auto;
      padding: 0;
      margin: 0;
      overflow: visible;
      clip-path: none;
      white-space: normal;
    }
  }
  .disabled\:pointer-events-none {
    &:disabled {
      pointer-events: none;
    }
  }
  .disabled\:opacity-80 {
    &:disabled {
      opacity: 80%;
    }
  }
  .max-xs\:flex-\[1_1_7rem\] {
    @media (width < 30rem) {
      flex: 1 1 7rem;
    }
  }
  .max-xs\:justify-between {
    @media (width < 30rem) {
      justify-content: space-between;
    }
  }
  .max-xs\:\[--notch-pos\:1\] {
    @media (width < 30rem) {
      --notch-pos: 1;
    }
  }
  .max-xs\:\[--ro\:0px\] {
    @media (width < 30rem) {
      --ro: 0px;
    }
  }
  .xs\:hidden {
    @media (width >= 30rem) {
      display: none;
    }
  }
  .xs\:\[--notch-pos\:0\] {
    @media (width >= 30rem) {
      --notch-pos: 0;
    }
  }
  .sm\:space-y-8 {
    @media (width >= 40rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .sm\:text-\[1\.125rem\] {
    @media (width >= 40rem) {
      font-size: 1.125rem;
    }
  }
  .sm\:text-\[2\.5rem\] {
    @media (width >= 40rem) {
      font-size: 2.5rem;
    }
  }
  .sm\:text-\[2\.25rem\] {
    @media (width >= 40rem) {
      font-size: 2.25rem;
    }
  }
  .md\:max-h-\[52rem\] {
    @media (width >= 48rem) {
      max-height: 52rem;
    }
  }
  .md\:space-x-8 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 8) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .md\:text-\[1\.5rem\] {
    @media (width >= 48rem) {
      font-size: 1.5rem;
    }
  }
  .md\:text-\[1\.25rem\] {
    @media (width >= 48rem) {
      font-size: 1.25rem;
    }
  }
  .md\:text-\[1\.125rem\] {
    @media (width >= 48rem) {
      font-size: 1.125rem;
    }
  }
  .lg\:mt-12 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:w-full {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-none {
    @media (width >= 64rem) {
      max-width: none;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-\[10rem_1fr\] {
    @media (width >= 64rem) {
      grid-template-columns: 10rem 1fr;
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:border-t {
    @media (width >= 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .lg\:border-teal-green {
    @media (width >= 64rem) {
      border-color: var(--color-teal-green);
    }
  }
  .lg\:px-12 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .lg\:py-0 {
    @media (width >= 64rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-24 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .lg\:pt-32 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 32);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-28 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .lg\:text-2xl {
    @media (width >= 64rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .lg\:text-\[1\.25rem\] {
    @media (width >= 64rem) {
      font-size: 1.25rem;
    }
  }
  .lg\:text-\[2\.5rem\] {
    @media (width >= 64rem) {
      font-size: 2.5rem;
    }
  }
  .lg\:text-\[3\.5rem\] {
    @media (width >= 64rem) {
      font-size: 3.5rem;
    }
  }
  .lg\:\[--notch-pos\:1\] {
    @media (width >= 64rem) {
      --notch-pos: 1;
    }
  }
  .lg\:\[--ro\:0px\] {
    @media (width >= 64rem) {
      --ro: 0px;
    }
  }
  .lg\:\[--ro\:initial\] {
    @media (width >= 64rem) {
      --ro: initial;
    }
  }
  .xl\:row-start-auto {
    @media (width >= 80rem) {
      grid-row-start: auto;
    }
  }
  .xl\:my-16 {
    @media (width >= 80rem) {
      margin-block: calc(var(--spacing) * 16);
    }
  }
  .xl\:mt-0 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:mt-12 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 12);
    }
  }
  .xl\:mt-24 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 24);
    }
  }
  .xl\:mt-36 {
    @media (width >= 80rem) {
      margin-top: calc(var(--spacing) * 36);
    }
  }
  .xl\:mt-\[-2\.5px\] {
    @media (width >= 80rem) {
      margin-top: -2.5px;
    }
  }
  .xl\:block {
    @media (width >= 80rem) {
      display: block;
    }
  }
  .xl\:flex {
    @media (width >= 80rem) {
      display: flex;
    }
  }
  .xl\:grid {
    @media (width >= 80rem) {
      display: grid;
    }
  }
  .xl\:hidden {
    @media (width >= 80rem) {
      display: none;
    }
  }
  .xl\:inline-block {
    @media (width >= 80rem) {
      display: inline-block;
    }
  }
  .xl\:aspect-\[35\/80\] {
    @media (width >= 80rem) {
      aspect-ratio: 35/80;
    }
  }
  .xl\:h-full {
    @media (width >= 80rem) {
      height: 100%;
    }
  }
  .xl\:h-svh {
    @media (width >= 80rem) {
      height: 100svh;
    }
  }
  .xl\:max-h-none {
    @media (width >= 80rem) {
      max-height: none;
    }
  }
  .xl\:max-w-\[24rem\] {
    @media (width >= 80rem) {
      max-width: 24rem;
    }
  }
  .xl\:max-w-\[70rem\] {
    @media (width >= 80rem) {
      max-width: 70rem;
    }
  }
  .xl\:max-w-full {
    @media (width >= 80rem) {
      max-width: 100%;
    }
  }
  .xl\:grid-cols-2 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-\[1fr_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 1fr 1fr;
    }
  }
  .xl\:grid-cols-\[1fr_70rem_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 1fr 70rem 1fr;
    }
  }
  .xl\:grid-cols-\[3fr_2fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 3fr 2fr;
    }
  }
  .xl\:grid-cols-\[14rem_1fr\] {
    @media (width >= 80rem) {
      grid-template-columns: 14rem 1fr;
    }
  }
  .xl\:grid-cols-\[auto_auto_auto\] {
    @media (width >= 80rem) {
      grid-template-columns: auto auto auto;
    }
  }
  .xl\:grid-rows-1 {
    @media (width >= 80rem) {
      grid-template-rows: repeat(1, minmax(0, 1fr));
    }
  }
  .xl\:flex-row {
    @media (width >= 80rem) {
      flex-direction: row;
    }
  }
  .xl\:items-end {
    @media (width >= 80rem) {
      align-items: flex-end;
    }
  }
  .xl\:gap-8 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .xl\:gap-16 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 16);
    }
  }
  .xl\:space-y-0 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 0) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 0) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .xl\:space-x-12 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 12) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:space-x-24 {
    @media (width >= 80rem) {
      :where(& > :not(:last-child)) {
        --tw-space-x-reverse: 0;
        margin-inline-start: calc(calc(var(--spacing) * 24) * var(--tw-space-x-reverse));
        margin-inline-end: calc(calc(var(--spacing) * 24) * calc(1 - var(--tw-space-x-reverse)));
      }
    }
  }
  .xl\:justify-self-center {
    @media (width >= 80rem) {
      justify-self: center;
    }
  }
  .xl\:justify-self-end {
    @media (width >= 80rem) {
      justify-self: flex-end;
    }
  }
  .xl\:border-t {
    @media (width >= 80rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 1px;
    }
  }
  .xl\:border-teal-green {
    @media (width >= 80rem) {
      border-color: var(--color-teal-green);
    }
  }
  .xl\:py-0 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .xl\:py-8 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 8);
    }
  }
  .xl\:py-24 {
    @media (width >= 80rem) {
      padding-block: calc(var(--spacing) * 24);
    }
  }
  .xl\:pt-0 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .xl\:pt-24 {
    @media (width >= 80rem) {
      padding-top: calc(var(--spacing) * 24);
    }
  }
  .xl\:pb-8 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .xl\:pb-28 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 28);
    }
  }
  .xl\:pb-48 {
    @media (width >= 80rem) {
      padding-bottom: calc(var(--spacing) * 48);
    }
  }
  .xl\:pl-8 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 8);
    }
  }
  .xl\:pl-16 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 16);
    }
  }
  .xl\:pl-24 {
    @media (width >= 80rem) {
      padding-left: calc(var(--spacing) * 24);
    }
  }
  .xl\:text-2xl {
    @media (width >= 80rem) {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }
  .xl\:text-\[1\.5rem\] {
    @media (width >= 80rem) {
      font-size: 1.5rem;
    }
  }
  .xl\:text-\[1\.25rem\] {
    @media (width >= 80rem) {
      font-size: 1.25rem;
    }
  }
  .xl\:text-\[1\.125rem\] {
    @media (width >= 80rem) {
      font-size: 1.125rem;
    }
  }
  .xl\:text-\[2\.5rem\] {
    @media (width >= 80rem) {
      font-size: 2.5rem;
    }
  }
  .xl\:text-\[3\.5rem\] {
    @media (width >= 80rem) {
      font-size: 3.5rem;
    }
  }
  .xl\:\[--font-wdth\:100\] {
    @media (width >= 80rem) {
      --font-wdth: 100;
    }
  }
  .xl\:\[--notch-pos\:0\] {
    @media (width >= 80rem) {
      --notch-pos: 0;
    }
  }
  .xl\:\[--p-block\:0\.75rem\] {
    @media (width >= 80rem) {
      --p-block: 0.75rem;
    }
  }
  .xl\:\[--ro\:10px\] {
    @media (width >= 80rem) {
      --ro: 10px;
    }
  }
  .xl\:\[writing-mode\:sideways-rl\] {
    @media (width >= 80rem) {
      writing-mode: sideways-rl;
    }
  }
  .\32 xl\:py-12 {
    @media (width >= 96rem) {
      padding-block: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:text-\[1\.5rem\] {
    @media (width >= 96rem) {
      font-size: 1.5rem;
    }
  }
  .\32 xl\:text-\[3\.5rem\] {
    @media (width >= 96rem) {
      font-size: 3.5rem;
    }
  }
  .\[form\.htmx-request_\&\]\:invisible {
    form.htmx-request & {
      visibility: hidden;
    }
  }
  .\[form\.htmx-request_\&\]\:opacity-0 {
    form.htmx-request & {
      opacity: 0%;
    }
  }
}
@font-face {
  font-family: 'Bricolage Grotesque';
  src: url('fonts/BricolageGrotesque.woff2') format('woff2');
  font-weight: 200 800;
  font-stretch: 75% 100%;
  font-style: normal;
  font-display: swap;
}
.brico {
  font-family: "Bricolage Grotesque", sans-serif;
}
body {
  --notch-pos: 0;
  --p-base: 1.25rem;
  --p-block: 0.75rem;
  --ro: 10px;
  --font-wdth: 100;
  @media (width >= 80rem) {
    --p-base: 2.25rem;
  }
}
.grid-stack {
  grid-area: 1/1;
}
.masked-image {
  clip-path: url(#black-mask);
}
.feat-mask {
  mask-image: var(--feat-mask-quer);
  mask-size: auto 100%;
  aspect-ratio: 80 / 35;
  mask-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
  background-color: black;
  @media (width >= 80rem) {
    mask-image: var(--feat-mask);
    aspect-ratio: 35 / 80;
  }
  transition: filter 0.5s;
}
.mask-outer {
  text-align: center;
  --p: 2px;
  --abs-s: abs(var(--notch-pos));
  --r-left-mult: calc(1 - (var(--abs-s) + var(--notch-pos)) / 2);
  --r-right-mult: calc(1 - (var(--abs-s) - var(--notch-pos)) / 2);
  --r-left: calc(var(--r-left-mult) * var(--ro));
  --r-right: calc(var(--r-right-mult) * var(--ro));
  padding: var(--p);
  mask: radial-gradient(var(--r-left) at 0% 0%, #0000 calc(100% - 1px), #000000), radial-gradient(var(--r-left) at 0% 100%, #0000 calc(100% - 1px), #000000),  radial-gradient(var(--r-right) at 100% 0%, #0000 calc(100% - 1px), #000000), radial-gradient(var(--r-right) at 100% 100%, #0000 calc(100% - 1px), #000000);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  margin-right: calc( var(--p) * -1 );
  @media (width < 30rem) {
    flex-basis: 50%;
  }
}
.mask-inner {
  width: 100%;
  min-width: 10rem;
  @media (width >= 80rem) {
    min-width: 12rem;
  }
  --ri: calc(var(--ro) + var(--p));
  --abs-s: abs(var(--notch-pos));
  --r-left-mult: calc(1 - (var(--abs-s) + var(--notch-pos)) / 2);
  --r-right-mult: calc(1 - (var(--abs-s) - var(--notch-pos)) / 2);
  --r-left-inner: calc(var(--r-left-mult) * var(--ri));
  --r-right-inner: calc(var(--r-right-mult) * var(--ri));
  mask: radial-gradient(var(--r-left-inner) at calc(var(--p) * -1) calc(var(--p) * -1), #0000 calc(100% - 1px), #000000), radial-gradient(var(--r-left-inner) at calc(var(--p) * -1) calc(100% + var(--p)), #0000 calc(100% - 1px), #000000),  radial-gradient(var(--r-right-inner) at calc(100% + var(--p)) calc(var(--p) * -1), #0000 calc(100% - 1px), #000000), radial-gradient(var(--r-right-inner) at calc(100% + var(--p)) calc(100% + var(--p)),#0000 calc(100% - 1px), #000000);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  padding-block: var(--p-block);
}
.featured .mask-inner {
  padding-block: var(--p-block);
  font-size: 1rem;
  @media (width >= 80rem) {
    padding-block: 0.75rem;
    font-size: 1.25rem;
  }
}
.form .mask-inner {
  @media (width < 40rem) {
    min-width: auto;
  }
}
button .mask-inner {
  min-width: 10rem;
}
footer {
  --footer-r: 2rem;
  mask: radial-gradient(var(--footer-r) at 0% 0%, #0000 calc(100% - 1px), #000000), radial-gradient(var(--footer-r) at 100% 0%, #0000 calc(100% - 1px), #000000);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
  margin-top: calc(var(--footer-r) * -1);
}
.arrow {
  font-weight: 250;
  line-height: 1.25rem;
  height: 1.5rem;
}
img.emoji {
  max-width: 1.5rem;
  display: inline-block;
}
.mask-outer:hover:before, .mask-outer:hover + .mask-outer:before {
  background-color: transparent;
}
html {
  scrollbar-gutter: stable;
}
body.menu {
  overflow: hidden;
}
body.menu header .nav-wrap {
  padding: 4.5rem 0 1rem;
  z-index: 20;
  top: calc(var(--spacing) * 0);
  height: 100svh;
  width: 100%;
  background-color: var(--color-off-white);
  color: var(--color-rose-red);
}
body.menu header nav {
  align-items: center;
  justify-content: space-between;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
}
#header {
  color: var(--color-rose-red);
}
.page-template-home {
  background-color: var(--color-light-turquoise);
}
.page-template-past-shows {
  background-color: var(--color-light-ultramarine);
}
.page-template-simple-page {
  background-color: var(--color-light-magenta);
}
.single-post {
  background-color: var(--color-light-apricot);
  #header, #burger {
    color: var(--color-teal-green);
  }
}
.font-variation-wdth {
  font-variation-settings: 'wdth' var(--font-wdth);
}
.feat-mask {
  background-image: var(--bg-landscape-1x);
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    background-image: var(--bg-landscape-2x);
  }
  @media (min-width: 1284px) {
    background-image: var(--bg-profile-1x);
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      background-image: var(--bg-profile-2x);
    }
  }
}
#newsletter-form.is-loading .btn-text {
  opacity: 0;
  visibility: hidden;
}
#newsletter-form.is-loading .btn-spinner {
  display: flex;
}
#newsletter-form.is-loading button {
  opacity: 0.7;
}
.email-trigger-container {
  position: relative;
  display: inline-block;
}
.email-trigger {
  cursor: pointer;
}
.mini-menu {
  gap: 8px;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 10;
}
.mini-menu::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.mini-menu.show {
  display: flex;
}
.mini-menu button, .mini-menu a {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 11px;
  padding: 4px 8px;
  text-decoration: none;
  border-radius: 2px;
}
.mini-menu button:hover, .mini-menu a:hover {
  background: #555;
}
.mini-menu .divider {
  color: #666;
  align-self: center;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-content {
  syntax: "*";
  initial-value: "";
  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-space-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@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-leading: initial;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-content: "";
      --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-space-x-reverse: 0;
    }
  }
}
