/* [project]/apps/web/app/attractions/attractions.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-space-x-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --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-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: 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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-divide-x-reverse: 0;
      --tw-content: "";
    }
  }
}

@layer theme;

@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }

  .pointer-events-none {
    pointer-events: none;
  }

  .collapse {
    visibility: collapse;
  }

  .invisible {
    visibility: hidden;
  }

  .visible {
    visibility: visible;
  }

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .static {
    position: static;
  }

  .sticky {
    position: sticky;
  }

  .inset-0 {
    inset: calc(var(--spacing, .25rem) * 0);
  }

  .inset-x-0 {
    inset-inline: calc(var(--spacing, .25rem) * 0);
  }

  .top-0 {
    top: calc(var(--spacing, .25rem) * 0);
  }

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

  .top-2 {
    top: calc(var(--spacing, .25rem) * 2);
  }

  .top-3 {
    top: calc(var(--spacing, .25rem) * 3);
  }

  .top-4 {
    top: calc(var(--spacing, .25rem) * 4);
  }

  .top-5 {
    top: calc(var(--spacing, .25rem) * 5);
  }

  .top-20 {
    top: calc(var(--spacing, .25rem) * 20);
  }

  .top-28 {
    top: calc(var(--spacing, .25rem) * 28);
  }

  .top-full {
    top: 100%;
  }

  .right-0 {
    right: calc(var(--spacing, .25rem) * 0);
  }

  .right-1 {
    right: calc(var(--spacing, .25rem) * 1);
  }

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

  .right-3 {
    right: calc(var(--spacing, .25rem) * 3);
  }

  .right-4 {
    right: calc(var(--spacing, .25rem) * 4);
  }

  .right-5 {
    right: calc(var(--spacing, .25rem) * 5);
  }

  .bottom-0 {
    bottom: calc(var(--spacing, .25rem) * 0);
  }

  .bottom-1 {
    bottom: calc(var(--spacing, .25rem) * 1);
  }

  .bottom-2 {
    bottom: calc(var(--spacing, .25rem) * 2);
  }

  .bottom-4 {
    bottom: calc(var(--spacing, .25rem) * 4);
  }

  .bottom-5 {
    bottom: calc(var(--spacing, .25rem) * 5);
  }

  .bottom-6 {
    bottom: calc(var(--spacing, .25rem) * 6);
  }

  .left-0 {
    left: calc(var(--spacing, .25rem) * 0);
  }

  .left-1 {
    left: calc(var(--spacing, .25rem) * 1);
  }

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

  .left-2 {
    left: calc(var(--spacing, .25rem) * 2);
  }

  .left-4 {
    left: calc(var(--spacing, .25rem) * 4);
  }

  .left-6 {
    left: calc(var(--spacing, .25rem) * 6);
  }

  .z-10 {
    z-index: 10;
  }

  .z-20 {
    z-index: 20;
  }

  .z-30 {
    z-index: 30;
  }

  .z-40 {
    z-index: 40;
  }

  .z-50 {
    z-index: 50;
  }

  .z-\[60\] {
    z-index: 60;
  }

  .z-\[70\] {
    z-index: 70;
  }

  .z-\[80\] {
    z-index: 80;
  }

  .z-\[100\] {
    z-index: 100;
  }

  .order-1 {
    order: 1;
  }

  .order-2 {
    order: 2;
  }

  .col-1 {
    grid-column: 1;
  }

  .col-2 {
    grid-column: 2;
  }

  .col-3 {
    grid-column: 3;
  }

  .col-6 {
    grid-column: 6;
  }

  .col-11 {
    grid-column: 11;
  }

  .col-12 {
    grid-column: 12;
  }

  .col-auto {
    grid-column: auto;
  }

  .col-span-2 {
    grid-column: span 2 / span 2;
  }

  .row-span-2 {
    grid-row: span 2 / span 2;
  }

  .container {
    width: 100%;
  }

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

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

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

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

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

  .m-0 {
    margin: calc(var(--spacing, .25rem) * 0);
  }

  .-mx-3 {
    margin-inline: calc(var(--spacing, .25rem) * -3);
  }

  .-mx-4 {
    margin-inline: calc(var(--spacing, .25rem) * -4);
  }

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

  .my-0\.5 {
    margin-block: calc(var(--spacing, .25rem) * .5);
  }

  .my-1 {
    margin-block: calc(var(--spacing, .25rem) * 1);
  }

  .my-2 {
    margin-block: calc(var(--spacing, .25rem) * 2);
  }

  .my-4 {
    margin-block: calc(var(--spacing, .25rem) * 4);
  }

  .my-10 {
    margin-block: calc(var(--spacing, .25rem) * 10);
  }

  .mt-0 {
    margin-top: calc(var(--spacing, .25rem) * 0);
  }

  .mt-0\.5 {
    margin-top: calc(var(--spacing, .25rem) * .5);
  }

  .mt-1 {
    margin-top: calc(var(--spacing, .25rem) * 1);
  }

  .mt-1\.5 {
    margin-top: calc(var(--spacing, .25rem) * 1.5);
  }

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

  .mt-3 {
    margin-top: calc(var(--spacing, .25rem) * 3);
  }

  .mt-4 {
    margin-top: calc(var(--spacing, .25rem) * 4);
  }

  .mt-5 {
    margin-top: calc(var(--spacing, .25rem) * 5);
  }

  .mt-6 {
    margin-top: calc(var(--spacing, .25rem) * 6);
  }

  .mt-8 {
    margin-top: calc(var(--spacing, .25rem) * 8);
  }

  .mt-12 {
    margin-top: calc(var(--spacing, .25rem) * 12);
  }

  .mt-auto {
    margin-top: auto;
  }

  .-mr-1 {
    margin-right: calc(var(--spacing, .25rem) * -1);
  }

  .mr-1 {
    margin-right: calc(var(--spacing, .25rem) * 1);
  }

  .mr-1\.5 {
    margin-right: calc(var(--spacing, .25rem) * 1.5);
  }

  .mr-2 {
    margin-right: calc(var(--spacing, .25rem) * 2);
  }

  .mr-3 {
    margin-right: calc(var(--spacing, .25rem) * 3);
  }

  .mr-4 {
    margin-right: calc(var(--spacing, .25rem) * 4);
  }

  .mb-0 {
    margin-bottom: calc(var(--spacing, .25rem) * 0);
  }

  .mb-0\.5 {
    margin-bottom: calc(var(--spacing, .25rem) * .5);
  }

  .mb-1 {
    margin-bottom: calc(var(--spacing, .25rem) * 1);
  }

  .mb-1\.5 {
    margin-bottom: calc(var(--spacing, .25rem) * 1.5);
  }

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

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

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

  .mb-5 {
    margin-bottom: calc(var(--spacing, .25rem) * 5);
  }

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

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

  .mb-10 {
    margin-bottom: calc(var(--spacing, .25rem) * 10);
  }

  .ml-0\.5 {
    margin-left: calc(var(--spacing, .25rem) * .5);
  }

  .ml-1 {
    margin-left: calc(var(--spacing, .25rem) * 1);
  }

  .ml-2 {
    margin-left: calc(var(--spacing, .25rem) * 2);
  }

  .ml-3 {
    margin-left: calc(var(--spacing, .25rem) * 3);
  }

  .ml-4 {
    margin-left: calc(var(--spacing, .25rem) * 4);
  }

  .ml-6 {
    margin-left: calc(var(--spacing, .25rem) * 6);
  }

  .ml-auto {
    margin-left: auto;
  }

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

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

  .table {
    display: table;
  }

  .aspect-\[4000\/915\] {
    aspect-ratio: 4000 / 915;
  }

  .h-0\.5 {
    height: calc(var(--spacing, .25rem) * .5);
  }

  .h-1\.5 {
    height: calc(var(--spacing, .25rem) * 1.5);
  }

  .h-2 {
    height: calc(var(--spacing, .25rem) * 2);
  }

  .h-3 {
    height: calc(var(--spacing, .25rem) * 3);
  }

  .h-3\.5 {
    height: calc(var(--spacing, .25rem) * 3.5);
  }

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

  .h-5 {
    height: calc(var(--spacing, .25rem) * 5);
  }

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

  .h-7 {
    height: calc(var(--spacing, .25rem) * 7);
  }

  .h-8 {
    height: calc(var(--spacing, .25rem) * 8);
  }

  .h-9 {
    height: calc(var(--spacing, .25rem) * 9);
  }

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

  .h-11 {
    height: calc(var(--spacing, .25rem) * 11);
  }

  .h-12 {
    height: calc(var(--spacing, .25rem) * 12);
  }

  .h-14 {
    height: calc(var(--spacing, .25rem) * 14);
  }

  .h-16 {
    height: calc(var(--spacing, .25rem) * 16);
  }

  .h-20 {
    height: calc(var(--spacing, .25rem) * 20);
  }

  .h-24 {
    height: calc(var(--spacing, .25rem) * 24);
  }

  .h-32 {
    height: calc(var(--spacing, .25rem) * 32);
  }

  .h-44 {
    height: calc(var(--spacing, .25rem) * 44);
  }

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

  .h-60 {
    height: calc(var(--spacing, .25rem) * 60);
  }

  .h-64 {
    height: calc(var(--spacing, .25rem) * 64);
  }

  .h-100 {
    height: calc(var(--spacing, .25rem) * 100);
  }

  .h-\[44px\] {
    height: 44px;
  }

  .h-\[46px\] {
    height: 46px;
  }

  .h-\[50px\] {
    height: 50px;
  }

  .h-\[58px\] {
    height: 58px;
  }

  .h-\[72vh\] {
    height: 72vh;
  }

  .h-\[80vh\] {
    height: 80vh;
  }

  .h-\[90px\] {
    height: 90px;
  }

  .h-\[110px\] {
    height: 110px;
  }

  .h-\[180px\] {
    height: 180px;
  }

  .h-\[200px\] {
    height: 200px;
  }

  .h-\[260px\] {
    height: 260px;
  }

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .max-h-12 {
    max-height: calc(var(--spacing, .25rem) * 12);
  }

  .max-h-28 {
    max-height: calc(var(--spacing, .25rem) * 28);
  }

  .max-h-60 {
    max-height: calc(var(--spacing, .25rem) * 60);
  }

  .max-h-80 {
    max-height: calc(var(--spacing, .25rem) * 80);
  }

  .max-h-\[65vh\] {
    max-height: 65vh;
  }

  .max-h-\[75vh\] {
    max-height: 75vh;
  }

  .max-h-\[85vh\] {
    max-height: 85vh;
  }

  .max-h-full {
    max-height: 100%;
  }

  .max-h-screen {
    max-height: 100vh;
  }

  .min-h-0 {
    min-height: calc(var(--spacing, .25rem) * 0);
  }

  .min-h-\[11rem\] {
    min-height: 11rem;
  }

  .min-h-\[45px\] {
    min-height: 45px;
  }

  .min-h-\[50vh\] {
    min-height: 50vh;
  }

  .min-h-\[100px\] {
    min-height: 100px;
  }

  .min-h-\[240px\] {
    min-height: 240px;
  }

  .min-h-screen {
    min-height: 100vh;
  }

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

  .w-1\/3 {
    width: 33.3333%;
  }

  .w-2\/3 {
    width: 66.6667%;
  }

  .w-2\/5 {
    width: 40%;
  }

  .w-3\.5 {
    width: calc(var(--spacing, .25rem) * 3.5);
  }

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

  .w-4 {
    width: calc(var(--spacing, .25rem) * 4);
  }

  .w-4\/5 {
    width: 80%;
  }

  .w-5 {
    width: calc(var(--spacing, .25rem) * 5);
  }

  .w-6 {
    width: calc(var(--spacing, .25rem) * 6);
  }

  .w-7 {
    width: calc(var(--spacing, .25rem) * 7);
  }

  .w-8 {
    width: calc(var(--spacing, .25rem) * 8);
  }

  .w-9 {
    width: calc(var(--spacing, .25rem) * 9);
  }

  .w-10 {
    width: calc(var(--spacing, .25rem) * 10);
  }

  .w-11 {
    width: calc(var(--spacing, .25rem) * 11);
  }

  .w-12 {
    width: calc(var(--spacing, .25rem) * 12);
  }

  .w-14 {
    width: calc(var(--spacing, .25rem) * 14);
  }

  .w-16 {
    width: calc(var(--spacing, .25rem) * 16);
  }

  .w-20 {
    width: calc(var(--spacing, .25rem) * 20);
  }

  .w-24 {
    width: calc(var(--spacing, .25rem) * 24);
  }

  .w-28 {
    width: calc(var(--spacing, .25rem) * 28);
  }

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

  .w-36 {
    width: calc(var(--spacing, .25rem) * 36);
  }

  .w-40 {
    width: calc(var(--spacing, .25rem) * 40);
  }

  .w-44 {
    width: calc(var(--spacing, .25rem) * 44);
  }

  .w-48 {
    width: calc(var(--spacing, .25rem) * 48);
  }

  .w-56 {
    width: calc(var(--spacing, .25rem) * 56);
  }

  .w-64 {
    width: calc(var(--spacing, .25rem) * 64);
  }

  .w-72 {
    width: calc(var(--spacing, .25rem) * 72);
  }

  .w-80 {
    width: calc(var(--spacing, .25rem) * 80);
  }

  .w-96 {
    width: calc(var(--spacing, .25rem) * 96);
  }

  .w-100 {
    width: calc(var(--spacing, .25rem) * 100);
  }

  .w-\[20\%\] {
    width: 20%;
  }

  .w-\[30\%\] {
    width: 30%;
  }

  .w-\[35\%\] {
    width: 35%;
  }

  .w-\[40\%\] {
    width: 40%;
  }

  .w-\[45\%\] {
    width: 45%;
  }

  .w-\[50\%\] {
    width: 50%;
  }

  .w-\[55\%\] {
    width: 55%;
  }

  .w-\[60\%\] {
    width: 60%;
  }

  .w-\[70\%\] {
    width: 70%;
  }

  .w-\[75\%\] {
    width: 75%;
  }

  .w-\[80\%\] {
    width: 80%;
  }

  .w-\[85\%\] {
    width: 85%;
  }

  .w-\[90vw\] {
    width: 90vw;
  }

  .w-\[92vw\] {
    width: 92vw;
  }

  .w-\[130px\] {
    width: 130px;
  }

  .w-\[260px\] {
    width: 260px;
  }

  .w-\[min\(90vw\,360px\)\] {
    width: min(90vw, 360px);
  }

  .w-fit {
    width: fit-content;
  }

  .w-full {
    width: 100%;
  }

  .max-w-3xl {
    max-width: var(--container-3xl, 48rem);
  }

  .max-w-5xl {
    max-width: var(--container-5xl, 64rem);
  }

  .max-w-7xl {
    max-width: var(--container-7xl, 80rem);
  }

  .max-w-\[60\%\] {
    max-width: 60%;
  }

  .max-w-\[75\%\] {
    max-width: 75%;
  }

  .max-w-\[90vw\] {
    max-width: 90vw;
  }

  .max-w-\[206px\] {
    max-width: 206px;
  }

  .max-w-\[420px\] {
    max-width: 420px;
  }

  .max-w-\[680px\] {
    max-width: 680px;
  }

  .max-w-\[1140px\] {
    max-width: 1140px;
  }

  .max-w-\[1200px\] {
    max-width: 1200px;
  }

  .max-w-\[1680px\] {
    max-width: 1680px;
  }

  .max-w-content {
    max-width: var(--container-content, 1320px);
  }

  .max-w-full {
    max-width: 100%;
  }

  .max-w-lg {
    max-width: var(--container-lg, 32rem);
  }

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

  .max-w-screen-xl {
    max-width: var(--breakpoint-xl, 80rem);
  }

  .max-w-sm {
    max-width: var(--container-sm, 24rem);
  }

  .min-w-0 {
    min-width: calc(var(--spacing, .25rem) * 0);
  }

  .min-w-48 {
    min-width: calc(var(--spacing, .25rem) * 48);
  }

  .min-w-\[36px\] {
    min-width: 36px;
  }

  .min-w-\[160px\] {
    min-width: 160px;
  }

  .min-w-\[200px\] {
    min-width: 200px;
  }

  .min-w-\[275px\] {
    min-width: 275px;
  }

  .min-w-full {
    min-width: 100%;
  }

  .flex-1 {
    flex: 1;
  }

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

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

  .shrink {
    flex-shrink: 1;
  }

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

  .grow {
    flex-grow: 1;
  }

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

  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing, .25rem) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-x-\[…\] {
    --tw-translate-x: …;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing, .25rem) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .translate-y-4 {
    --tw-translate-y: calc(var(--spacing, .25rem) * 4);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

  .rotate-45 {
    rotate: 45deg;
  }

  .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-pulse {
    animation: var(--animate-pulse, pulse 2s cubic-bezier(.4, 0, .6, 1) infinite);
  }

  .animate-spin {
    animation: var(--animate-spin, spin 1s linear infinite);
  }

  .cursor-default {
    cursor: default;
  }

  .cursor-help {
    cursor: help;
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .resize {
    resize: both;
  }

  .resize-none {
    resize: none;
  }

  .resize-y {
    resize: vertical;
  }

  .scroll-mt-14 {
    scroll-margin-top: calc(var(--spacing, .25rem) * 14);
  }

  .scroll-mt-24 {
    scroll-margin-top: calc(var(--spacing, .25rem) * 24);
  }

  .list-none {
    list-style-type: none;
  }

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

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

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

  .grid-cols-\[7rem_1fr\] {
    grid-template-columns: 7rem 1fr;
  }

  .grid-cols-\[10rem_1fr\] {
    grid-template-columns: 10rem 1fr;
  }

  .grid-cols-\[200px_1fr\] {
    grid-template-columns: 200px 1fr;
  }

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

  .flex-row {
    flex-direction: row;
  }

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

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

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

  .items-end {
    align-items: flex-end;
  }

  .items-start {
    align-items: flex-start;
  }

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

  .justify-between {
    justify-content: space-between;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-end {
    justify-content: flex-end;
  }

  .justify-start {
    justify-content: flex-start;
  }

  .gap-0\.5 {
    gap: calc(var(--spacing, .25rem) * .5);
  }

  .gap-1 {
    gap: calc(var(--spacing, .25rem) * 1);
  }

  .gap-1\.5 {
    gap: calc(var(--spacing, .25rem) * 1.5);
  }

  .gap-2 {
    gap: calc(var(--spacing, .25rem) * 2);
  }

  .gap-2\.5 {
    gap: calc(var(--spacing, .25rem) * 2.5);
  }

  .gap-3 {
    gap: calc(var(--spacing, .25rem) * 3);
  }

  .gap-4 {
    gap: calc(var(--spacing, .25rem) * 4);
  }

  .gap-5 {
    gap: calc(var(--spacing, .25rem) * 5);
  }

  .gap-6 {
    gap: calc(var(--spacing, .25rem) * 6);
  }

  .gap-8 {
    gap: calc(var(--spacing, .25rem) * 8);
  }

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

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

  :where(.space-y-1\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing, .25rem) * 1.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing, .25rem) * 1.5) * calc(1 - var(--tw-space-y-reverse)));
  }

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

  :where(.space-y-2\.5 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing, .25rem) * 2.5) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing, .25rem) * 2.5) * calc(1 - var(--tw-space-y-reverse)));
  }

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

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

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

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

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

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

  .gap-x-1\.5 {
    column-gap: calc(var(--spacing, .25rem) * 1.5);
  }

  .gap-x-3 {
    column-gap: calc(var(--spacing, .25rem) * 3);
  }

  .gap-x-4 {
    column-gap: calc(var(--spacing, .25rem) * 4);
  }

  .gap-x-6 {
    column-gap: calc(var(--spacing, .25rem) * 6);
  }

  :where(.space-x-1 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing, .25rem) * 1) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing, .25rem) * 1) * calc(1 - var(--tw-space-x-reverse)));
  }

  :where(.space-x-2 > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(var(--spacing, .25rem) * 2) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(var(--spacing, .25rem) * 2) * calc(1 - var(--tw-space-x-reverse)));
  }

  .gap-y-1 {
    row-gap: calc(var(--spacing, .25rem) * 1);
  }

  .gap-y-1\.5 {
    row-gap: calc(var(--spacing, .25rem) * 1.5);
  }

  .gap-y-2 {
    row-gap: calc(var(--spacing, .25rem) * 2);
  }

  .gap-y-3 {
    row-gap: calc(var(--spacing, .25rem) * 3);
  }

  .gap-y-5 {
    row-gap: calc(var(--spacing, .25rem) * 5);
  }

  :where(.divide-y > :not(:last-child)) {
    --tw-divide-y-reverse: 0;
    border-bottom-style: var(--tw-border-style);
    border-top-style: var(--tw-border-style);
    border-top-width: calc(1px * var(--tw-divide-y-reverse));
    border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  }

  :where(.divide-border-light > :not(:last-child)) {
    border-color: var(--color-border-light, #f0f0f0);
  }

  .self-start {
    align-self: flex-start;
  }

  .self-stretch {
    align-self: stretch;
  }

  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-visible {
    overflow: visible;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .overflow-x-hidden {
    overflow-x: hidden;
  }

  .overflow-y-auto {
    overflow-y: auto;
  }

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

  .\!rounded-none {
    border-radius: 0 !important;
  }

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

  .rounded-2xl {
    border-radius: var(--radius-2xl, 1rem);
  }

  .rounded-\[0\.5rem\] {
    border-radius: .5rem;
  }

  .rounded-\[1rem\] {
    border-radius: 1rem;
  }

  .rounded-\[12px\] {
    border-radius: 12px;
  }

  .rounded-\[14px\] {
    border-radius: 14px;
  }

  .rounded-\[15px\] {
    border-radius: 15px;
  }

  .rounded-\[16px\] {
    border-radius: 16px;
  }

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

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

  .rounded-md {
    border-radius: var(--radius-md, .375rem);
  }

  .rounded-pill {
    border-radius: var(--radius-pill, 9999px);
  }

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

  .rounded-l-xl {
    border-top-left-radius: var(--radius-xl, .75rem);
    border-bottom-left-radius: var(--radius-xl, .75rem);
  }

  .rounded-r-xl {
    border-top-right-radius: var(--radius-xl, .75rem);
    border-bottom-right-radius: var(--radius-xl, .75rem);
  }

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

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

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

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

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

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

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

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

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

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

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

  .border-\[\#ced4da\] {
    border-color: #ced4da;
  }

  .border-\[\#dc3545\] {
    border-color: #dc3545;
  }

  .border-amber-200 {
    border-color: var(--color-amber-200, #fee685);
  }

  @supports (color: lab(0% 0 0)) {
    .border-amber-200 {
      border-color: var(--color-amber-200, lab(91.7203% -.505269 49.9084));
    }
  }

  .border-black\/5 {
    border-color: #0000000d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/5 {
      border-color: color-mix(in oklab, var(--color-black, #000) 5%, transparent);
    }
  }

  .border-black\/10 {
    border-color: #0000001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/10 {
      border-color: color-mix(in oklab, var(--color-black, #000) 10%, transparent);
    }
  }

  .border-black\/15 {
    border-color: #00000026;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-black\/15 {
      border-color: color-mix(in oklab, var(--color-black, #000) 15%, transparent);
    }
  }

  .border-blue-200 {
    border-color: var(--color-blue-200, #bedbff);
  }

  @supports (color: lab(0% 0 0)) {
    .border-blue-200 {
      border-color: var(--color-blue-200, lab(86.15% -4.04379 -21.0797));
    }
  }

  .border-border {
    border-color: var(--color-border, #d9d9d9);
  }

  .border-border-light {
    border-color: var(--color-border-light, #f0f0f0);
  }

  .border-border-soft {
    border-color: var(--color-border-soft, #d9d9d9);
  }

  .border-bright-blue {
    border-color: var(--color-bright-blue, #b1d8e8);
  }

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

  @supports (color: lab(0% 0 0)) {
    .border-gray-200 {
      border-color: var(--color-gray-200, lab(91.6229% -.159115 -2.26791));
    }
  }

  .border-gray-300 {
    border-color: var(--color-gray-300, #d1d5dc);
  }

  @supports (color: lab(0% 0 0)) {
    .border-gray-300 {
      border-color: var(--color-gray-300, lab(85.1236% -.612259 -3.7138));
    }
  }

  .border-green-500 {
    border-color: var(--color-green-500, #00c758);
  }

  @supports (color: lab(0% 0 0)) {
    .border-green-500 {
      border-color: var(--color-green-500, lab(70.5521% -66.5147 45.8073));
    }
  }

  .border-plum-900 {
    border-color: var(--color-plum-900, #3c0a52);
  }

  .border-primary {
    border-color: var(--color-primary, #3c0a52);
  }

  .border-primary-hover {
    border-color: var(--color-primary-hover, #dc9cf7);
  }

  .border-primary\/20 {
    border-color: #3c0a5233;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .border-primary\/20 {
      border-color: color-mix(in oklab, var(--color-primary, #3c0a52) 20%, transparent);
    }
  }

  .border-red-200 {
    border-color: var(--color-red-200, #ffcaca);
  }

  @supports (color: lab(0% 0 0)) {
    .border-red-200 {
      border-color: var(--color-red-200, lab(86.017% 19.8815 7.75869));
    }
  }

  .border-red-300 {
    border-color: var(--color-red-300, #ffa3a3);
  }

  @supports (color: lab(0% 0 0)) {
    .border-red-300 {
      border-color: var(--color-red-300, lab(76.5514% 36.422 15.5335));
    }
  }

  .border-red-400 {
    border-color: var(--color-red-400, #ff6568);
  }

  @supports (color: lab(0% 0 0)) {
    .border-red-400 {
      border-color: var(--color-red-400, lab(63.7053% 60.745 31.3109));
    }
  }

  .border-red-500 {
    border-color: var(--color-red-500, #fb2c36);
  }

  @supports (color: lab(0% 0 0)) {
    .border-red-500 {
      border-color: var(--color-red-500, lab(55.4814% 75.0732 48.8528));
    }
  }

  .border-secondary {
    border-color: var(--color-secondary, #121212);
  }

  .border-sky-400 {
    border-color: var(--color-sky-400, #00bcfe);
  }

  @supports (color: lab(0% 0 0)) {
    .border-sky-400 {
      border-color: var(--color-sky-400, lab(70.687% -23.6078 -45.9483));
    }
  }

  .border-transparent {
    border-color: #0000;
  }

  .border-white {
    border-color: var(--color-white, #fff);
  }

  .border-yellow {
    border-color: var(--color-yellow, #f9df70);
  }

  .border-t-transparent {
    border-top-color: #0000;
  }

  .\!bg-plum-900\/20 {
    background-color: #3c0a5233 !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\!bg-plum-900\/20 {
      background-color: color-mix(in oklab, var(--color-plum-900, #3c0a52) 20%, transparent) !important;
    }
  }

  .\!bg-yellow-200\/60 {
    background-color: #fff08599 !important;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .\!bg-yellow-200\/60 {
      background-color: color-mix(in oklab, var(--color-yellow-200, lab(94.3433% -5.00429 52.9663)) 60%, transparent) !important;
    }
  }

  .bg-\[\#FFD84D\] {
    background-color: #ffd84d;
  }

  .bg-\[\#dc9cf7\] {
    background-color: #dc9cf7;
  }

  .bg-\[\#f8f8fb\] {
    background-color: #f8f8fb;
  }

  .bg-amber-50 {
    background-color: var(--color-amber-50, #fffbeb);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-amber-50 {
      background-color: var(--color-amber-50, lab(98.6252% -.635922 8.42309));
    }
  }

  .bg-black {
    background-color: var(--color-black, #000);
  }

  .bg-black\/10 {
    background-color: #0000001a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/10 {
      background-color: color-mix(in oklab, var(--color-black, #000) 10%, transparent);
    }
  }

  .bg-black\/30 {
    background-color: #0000004d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/30 {
      background-color: color-mix(in oklab, var(--color-black, #000) 30%, transparent);
    }
  }

  .bg-black\/40 {
    background-color: #0006;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/40 {
      background-color: color-mix(in oklab, var(--color-black, #000) 40%, transparent);
    }
  }

  .bg-black\/50 {
    background-color: #00000080;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/50 {
      background-color: color-mix(in oklab, var(--color-black, #000) 50%, transparent);
    }
  }

  .bg-black\/60 {
    background-color: #0009;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/60 {
      background-color: color-mix(in oklab, var(--color-black, #000) 60%, transparent);
    }
  }

  .bg-black\/90 {
    background-color: #000000e6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-black\/90 {
      background-color: color-mix(in oklab, var(--color-black, #000) 90%, transparent);
    }
  }

  .bg-blue-50 {
    background-color: var(--color-blue-50, #eff6ff);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-blue-50 {
      background-color: var(--color-blue-50, lab(96.492% -1.14644 -5.11479));
    }
  }

  .bg-blue-600 {
    background-color: var(--color-blue-600, #155dfc);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-blue-600 {
      background-color: var(--color-blue-600, lab(44.0605% 29.0279 -86.0352));
    }
  }

  .bg-border-gray {
    background-color: var(--color-border-gray, #ddd);
  }

  .bg-border-light {
    background-color: var(--color-border-light, #f0f0f0);
  }

  .bg-cream {
    background-color: var(--color-cream, #fdf3ec);
  }

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

  @supports (color: lab(0% 0 0)) {
    .bg-gray-50 {
      background-color: var(--color-gray-50, lab(98.2596% -.247031 -.706708));
    }
  }

  .bg-gray-100 {
    background-color: var(--color-gray-100, #f3f4f6);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-gray-100 {
      background-color: var(--color-gray-100, lab(96.1596% -.0823438 -1.13575));
    }
  }

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

  @supports (color: lab(0% 0 0)) {
    .bg-gray-200 {
      background-color: var(--color-gray-200, lab(91.6229% -.159115 -2.26791));
    }
  }

  .bg-gray-light {
    background-color: var(--color-gray-light, #f5f5f5);
  }

  .bg-green-50 {
    background-color: var(--color-green-50, #f0fdf4);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-green-50 {
      background-color: var(--color-green-50, lab(98.1563% -5.60117 2.75915));
    }
  }

  .bg-green\/10 {
    background-color: #247b021a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-green\/10 {
      background-color: color-mix(in oklab, var(--color-green, #247b02) 10%, transparent);
    }
  }

  .bg-light-yellow {
    background-color: var(--color-light-yellow, #faf6d0);
  }

  .bg-orange\/10 {
    background-color: #ff75541a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-orange\/10 {
      background-color: color-mix(in oklab, var(--color-orange, #ff7554) 10%, transparent);
    }
  }

  .bg-plum-50 {
    background-color: var(--color-plum-50, #f9f5fd);
  }

  .bg-plum-100 {
    background-color: var(--color-plum-100, #f2e2f8);
  }

  .bg-plum-200 {
    background-color: var(--color-plum-200, #dc9cf7);
  }

  .bg-plum-900 {
    background-color: var(--color-plum-900, #3c0a52);
  }

  .bg-primary {
    background-color: var(--color-primary, #3c0a52);
  }

  .bg-purple-100 {
    background-color: var(--color-purple-100, #f3e8ff);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-purple-100 {
      background-color: var(--color-purple-100, lab(93.3333% 6.97437 -9.83434));
    }
  }

  .bg-purple-light {
    background-color: var(--color-purple-light, #f7e7ff);
  }

  .bg-purple-light\/40 {
    background-color: #f7e7ff66;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-purple-light\/40 {
      background-color: color-mix(in oklab, var(--color-purple-light, #f7e7ff) 40%, transparent);
    }
  }

  .bg-purple-light\/60 {
    background-color: #f7e7ff99;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-purple-light\/60 {
      background-color: color-mix(in oklab, var(--color-purple-light, #f7e7ff) 60%, transparent);
    }
  }

  .bg-red-50 {
    background-color: var(--color-red-50, #fef2f2);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-red-50 {
      background-color: var(--color-red-50, lab(96.5005% 4.18508 1.52328));
    }
  }

  .bg-red-100 {
    background-color: var(--color-red-100, #ffe2e2);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-red-100 {
      background-color: var(--color-red-100, lab(92.243% 10.2865 3.83865));
    }
  }

  .bg-red-500 {
    background-color: var(--color-red-500, #fb2c36);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-red-500 {
      background-color: var(--color-red-500, lab(55.4814% 75.0732 48.8528));
    }
  }

  .bg-red\/10 {
    background-color: #d4111e1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-red\/10 {
      background-color: color-mix(in oklab, var(--color-red, #d4111e) 10%, transparent);
    }
  }

  .bg-secondary {
    background-color: var(--color-secondary, #121212);
  }

  .bg-sky-blue {
    background-color: var(--color-sky-blue, #dbeef9);
  }

  .bg-transparent {
    background-color: #0000;
  }

  .bg-white {
    background-color: var(--color-white, #fff);
  }

  .bg-white\/10 {
    background-color: #ffffff1a;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/10 {
      background-color: color-mix(in oklab, var(--color-white, #fff) 10%, transparent);
    }
  }

  .bg-white\/20 {
    background-color: #fff3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .bg-white\/20 {
      background-color: color-mix(in oklab, var(--color-white, #fff) 20%, transparent);
    }
  }

  .bg-yellow {
    background-color: var(--color-yellow, #f9df70);
  }

  .bg-yellow-100 {
    background-color: var(--color-yellow-100, #fef9c2);
  }

  @supports (color: lab(0% 0 0)) {
    .bg-yellow-100 {
      background-color: var(--color-yellow-100, lab(97.3564% -4.51407 27.344));
    }
  }

  .bg-yellow-brand {
    background-color: var(--color-yellow-brand, #f9df70);
  }

  .bg-yellow-light {
    background-color: var(--color-yellow-light, #fdf3ec);
  }

  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }

  .from-black\/80 {
    --tw-gradient-from: #000c;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .from-black\/80 {
      --tw-gradient-from: color-mix(in oklab, var(--color-black, #000) 80%, transparent);
    }
  }

  .from-black\/80 {
    --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-blue-600 {
    --tw-gradient-from: var(--color-blue-600, #155dfc);
    --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));
  }

  @supports (color: lab(0% 0 0)) {
    .from-blue-600 {
      --tw-gradient-from: var(--color-blue-600, lab(44.0605% 29.0279 -86.0352));
    }
  }

  .via-black\/20 {
    --tw-gradient-via: #0003;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .via-black\/20 {
      --tw-gradient-via: color-mix(in oklab, var(--color-black, #000) 20%, transparent);
    }
  }

  .via-black\/20 {
    --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);
  }

  .to-blue-800 {
    --tw-gradient-to: var(--color-blue-800, #193cb8);
    --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));
  }

  @supports (color: lab(0% 0 0)) {
    .to-blue-800 {
      --tw-gradient-to: var(--color-blue-800, lab(30.2514% 27.7853 -70.2699));
    }
  }

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

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

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

  .p-0 {
    padding: calc(var(--spacing, .25rem) * 0);
  }

  .p-1 {
    padding: calc(var(--spacing, .25rem) * 1);
  }

  .p-1\.5 {
    padding: calc(var(--spacing, .25rem) * 1.5);
  }

  .p-2 {
    padding: calc(var(--spacing, .25rem) * 2);
  }

  .p-3 {
    padding: calc(var(--spacing, .25rem) * 3);
  }

  .p-4 {
    padding: calc(var(--spacing, .25rem) * 4);
  }

  .p-5 {
    padding: calc(var(--spacing, .25rem) * 5);
  }

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

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

  .p-10 {
    padding: calc(var(--spacing, .25rem) * 10);
  }

  .px-0 {
    padding-inline: calc(var(--spacing, .25rem) * 0);
  }

  .px-1\.5 {
    padding-inline: calc(var(--spacing, .25rem) * 1.5);
  }

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

  .px-2\.5 {
    padding-inline: calc(var(--spacing, .25rem) * 2.5);
  }

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

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

  .px-5 {
    padding-inline: calc(var(--spacing, .25rem) * 5);
  }

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

  .px-8 {
    padding-inline: calc(var(--spacing, .25rem) * 8);
  }

  .px-10 {
    padding-inline: calc(var(--spacing, .25rem) * 10);
  }

  .py-0\.5 {
    padding-block: calc(var(--spacing, .25rem) * .5);
  }

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

  .py-1\.5 {
    padding-block: calc(var(--spacing, .25rem) * 1.5);
  }

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

  .py-2\.5 {
    padding-block: calc(var(--spacing, .25rem) * 2.5);
  }

  .py-3 {
    padding-block: calc(var(--spacing, .25rem) * 3);
  }

  .py-3\.5 {
    padding-block: calc(var(--spacing, .25rem) * 3.5);
  }

  .py-4 {
    padding-block: calc(var(--spacing, .25rem) * 4);
  }

  .py-5 {
    padding-block: calc(var(--spacing, .25rem) * 5);
  }

  .py-6 {
    padding-block: calc(var(--spacing, .25rem) * 6);
  }

  .py-8 {
    padding-block: calc(var(--spacing, .25rem) * 8);
  }

  .py-10 {
    padding-block: calc(var(--spacing, .25rem) * 10);
  }

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

  .py-16 {
    padding-block: calc(var(--spacing, .25rem) * 16);
  }

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

  .py-\[10px\] {
    padding-block: 10px;
  }

  .ps-3 {
    padding-inline-start: calc(var(--spacing, .25rem) * 3);
  }

  .pt-0 {
    padding-top: calc(var(--spacing, .25rem) * 0);
  }

  .pt-0\.5 {
    padding-top: calc(var(--spacing, .25rem) * .5);
  }

  .pt-1 {
    padding-top: calc(var(--spacing, .25rem) * 1);
  }

  .pt-2 {
    padding-top: calc(var(--spacing, .25rem) * 2);
  }

  .pt-3 {
    padding-top: calc(var(--spacing, .25rem) * 3);
  }

  .pt-4 {
    padding-top: calc(var(--spacing, .25rem) * 4);
  }

  .pt-5 {
    padding-top: calc(var(--spacing, .25rem) * 5);
  }

  .pt-6 {
    padding-top: calc(var(--spacing, .25rem) * 6);
  }

  .pt-8 {
    padding-top: calc(var(--spacing, .25rem) * 8);
  }

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

  .pt-16 {
    padding-top: calc(var(--spacing, .25rem) * 16);
  }

  .pt-\[30px\] {
    padding-top: 30px;
  }

  .pt-\[48px\] {
    padding-top: 48px;
  }

  .pr-1 {
    padding-right: calc(var(--spacing, .25rem) * 1);
  }

  .pr-2 {
    padding-right: calc(var(--spacing, .25rem) * 2);
  }

  .pr-3 {
    padding-right: calc(var(--spacing, .25rem) * 3);
  }

  .pr-9 {
    padding-right: calc(var(--spacing, .25rem) * 9);
  }

  .pr-10 {
    padding-right: calc(var(--spacing, .25rem) * 10);
  }

  .pb-0 {
    padding-bottom: calc(var(--spacing, .25rem) * 0);
  }

  .pb-1 {
    padding-bottom: calc(var(--spacing, .25rem) * 1);
  }

  .pb-2 {
    padding-bottom: calc(var(--spacing, .25rem) * 2);
  }

  .pb-3 {
    padding-bottom: calc(var(--spacing, .25rem) * 3);
  }

  .pb-4 {
    padding-bottom: calc(var(--spacing, .25rem) * 4);
  }

  .pb-5 {
    padding-bottom: calc(var(--spacing, .25rem) * 5);
  }

  .pb-8 {
    padding-bottom: calc(var(--spacing, .25rem) * 8);
  }

  .pb-10 {
    padding-bottom: calc(var(--spacing, .25rem) * 10);
  }

  .pb-12 {
    padding-bottom: calc(var(--spacing, .25rem) * 12);
  }

  .pb-16 {
    padding-bottom: calc(var(--spacing, .25rem) * 16);
  }

  .pb-20 {
    padding-bottom: calc(var(--spacing, .25rem) * 20);
  }

  .pb-24 {
    padding-bottom: calc(var(--spacing, .25rem) * 24);
  }

  .pb-\[40px\] {
    padding-bottom: 40px;
  }

  .pl-0 {
    padding-left: calc(var(--spacing, .25rem) * 0);
  }

  .pl-1 {
    padding-left: calc(var(--spacing, .25rem) * 1);
  }

  .pl-2 {
    padding-left: calc(var(--spacing, .25rem) * 2);
  }

  .pl-3 {
    padding-left: calc(var(--spacing, .25rem) * 3);
  }

  .pl-4 {
    padding-left: calc(var(--spacing, .25rem) * 4);
  }

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

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

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

  .align-middle {
    vertical-align: middle;
  }

  .font-display {
    font-family: var(--font-display, owners-xnarrow, sans-serif);
  }

  .font-heading {
    font-family: var(--font-heading, owners, sans-serif);
  }

  .font-mono {
    font-family: var(--font-mono, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New",
    monospace);
  }

  .font-primary {
    font-family: var(--font-primary, "proxima-nova", sans-serif);
  }

  .font-secondary {
    font-family: var(--font-secondary, owners, sans-serif);
  }

  .font-xnarrow {
    font-family: var(--font-xnarrow, owners-xnarrow, system-ui, sans-serif);
  }

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

  .text-2xl\! {
    font-size: var(--text-2xl, 1.5rem) !important;
    line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5))) !important;
  }

  .text-3xl {
    font-size: var(--text-3xl, 1.875rem);
    line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
  }

  .text-4xl {
    font-size: var(--text-4xl, 2.25rem);
    line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)));
  }

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

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

  .text-base {
    font-size: var(--text-base, 1rem);
    line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
  }

  .text-lg {
    font-size: var(--text-lg, 1.125rem);
    line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
  }

  .text-sm {
    font-size: var(--text-sm, .875rem);
    line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / .875)));
  }

  .text-xl {
    font-size: var(--text-xl, 1.25rem);
    line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
  }

  .text-xs {
    font-size: var(--text-xs, .75rem);
    line-height: var(--tw-leading, var(--text-xs--line-height, calc(1 / .75)));
  }

  .text-\[0\.875rem\] {
    font-size: .875rem;
  }

  .text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .text-\[1rem\] {
    font-size: 1rem;
  }

  .text-\[10px\] {
    font-size: 10px;
  }

  .text-\[11px\] {
    font-size: 11px;
  }

  .text-\[12px\] {
    font-size: 12px;
  }

  .text-\[13px\] {
    font-size: 13px;
  }

  .text-\[14px\] {
    font-size: 14px;
  }

  .text-\[15px\] {
    font-size: 15px;
  }

  .text-\[16px\] {
    font-size: 16px;
  }

  .text-\[17px\] {
    font-size: 17px;
  }

  .text-\[18px\] {
    font-size: 18px;
  }

  .text-\[20px\] {
    font-size: 20px;
  }

  .text-\[26px\] {
    font-size: 26px;
  }

  .text-\[28px\] {
    font-size: 28px;
  }

  .text-\[44px\] {
    font-size: 44px;
  }

  .text-\[50px\] {
    font-size: 50px;
  }

  .text-\[80\%\] {
    font-size: 80%;
  }

  .leading-5 {
    --tw-leading: calc(var(--spacing, .25rem) * 5);
    line-height: calc(var(--spacing, .25rem) * 5);
  }

  .leading-7 {
    --tw-leading: calc(var(--spacing, .25rem) * 7);
    line-height: calc(var(--spacing, .25rem) * 7);
  }

  .leading-\[0\.95\] {
    --tw-leading: .95;
    line-height: .95;
  }

  .leading-\[1\.05\] {
    --tw-leading: 1.05;
    line-height: 1.05;
  }

  .leading-none {
    --tw-leading: 1;
    line-height: 1;
  }

  .leading-relaxed {
    --tw-leading: var(--leading-relaxed, 1.625);
    line-height: var(--leading-relaxed, 1.625);
  }

  .leading-snug {
    --tw-leading: var(--leading-snug, 1.375);
    line-height: var(--leading-snug, 1.375);
  }

  .leading-tight {
    --tw-leading: var(--leading-tight, 1.25);
    line-height: var(--leading-tight, 1.25);
  }

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

  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold, 800);
    font-weight: var(--font-weight-extrabold, 800);
  }

  .font-medium {
    --tw-font-weight: var(--font-weight-medium, 500);
    font-weight: var(--font-weight-medium, 500);
  }

  .font-normal {
    --tw-font-weight: var(--font-weight-normal, 400);
    font-weight: var(--font-weight-normal, 400);
  }

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

  .tracking-\[-0\.02em\] {
    --tw-tracking: -.02em;
    letter-spacing: -.02em;
  }

  .tracking-\[0\.5px\] {
    --tw-tracking: .5px;
    letter-spacing: .5px;
  }

  .tracking-wide {
    --tw-tracking: var(--tracking-wide, .025em);
    letter-spacing: var(--tracking-wide, .025em);
  }

  .tracking-wider {
    --tw-tracking: var(--tracking-wider, .05em);
    letter-spacing: var(--tracking-wider, .05em);
  }

  .tracking-widest {
    --tw-tracking: var(--tracking-widest, .1em);
    letter-spacing: var(--tracking-widest, .1em);
  }

  .break-words {
    overflow-wrap: break-word;
  }

  .break-all {
    word-break: break-all;
  }

  .whitespace-nowrap {
    white-space: nowrap;
  }

  .whitespace-pre-line {
    white-space: pre-line;
  }

  .whitespace-pre-wrap {
    white-space: pre-wrap;
  }

  .text-\[\#007bff\] {
    color: #007bff;
  }

  .text-\[\#dc3545\] {
    color: #dc3545;
  }

  .text-\[var\(--primary-color\)\] {
    color: var(--primary-color);
  }

  .text-amber-600 {
    color: var(--color-amber-600, #dd7400);
  }

  @supports (color: lab(0% 0 0)) {
    .text-amber-600 {
      color: var(--color-amber-600, lab(60.3514% 40.5624 87.1228));
    }
  }

  .text-amber-900 {
    color: var(--color-amber-900, #7b3306);
  }

  @supports (color: lab(0% 0 0)) {
    .text-amber-900 {
      color: var(--color-amber-900, lab(31.2288% 30.2627 40.0378));
    }
  }

  .text-black {
    color: var(--color-black, #000);
  }

  .text-blue-100 {
    color: var(--color-blue-100, #dbeafe);
  }

  @supports (color: lab(0% 0 0)) {
    .text-blue-100 {
      color: var(--color-blue-100, lab(92.0301% -2.24757 -11.6453));
    }
  }

  .text-blue-600 {
    color: var(--color-blue-600, #155dfc);
  }

  @supports (color: lab(0% 0 0)) {
    .text-blue-600 {
      color: var(--color-blue-600, lab(44.0605% 29.0279 -86.0352));
    }
  }

  .text-blue-800 {
    color: var(--color-blue-800, #193cb8);
  }

  @supports (color: lab(0% 0 0)) {
    .text-blue-800 {
      color: var(--color-blue-800, lab(30.2514% 27.7853 -70.2699));
    }
  }

  .text-blue-900 {
    color: var(--color-blue-900, #1c398e);
  }

  @supports (color: lab(0% 0 0)) {
    .text-blue-900 {
      color: var(--color-blue-900, lab(26.1542% 15.7545 -51.5504));
    }
  }

  .text-border-light {
    color: var(--color-border-light, #f0f0f0);
  }

  .text-coral {
    color: var(--color-coral, #ff7554);
  }

  .text-gray-300 {
    color: var(--color-gray-300, #d1d5dc);
  }

  @supports (color: lab(0% 0 0)) {
    .text-gray-300 {
      color: var(--color-gray-300, lab(85.1236% -.612259 -3.7138));
    }
  }

  .text-gray-400 {
    color: var(--color-gray-400, #99a1af);
  }

  @supports (color: lab(0% 0 0)) {
    .text-gray-400 {
      color: var(--color-gray-400, lab(65.9269% -.832707 -8.17473));
    }
  }

  .text-gray-500 {
    color: var(--color-gray-500, #6a7282);
  }

  @supports (color: lab(0% 0 0)) {
    .text-gray-500 {
      color: var(--color-gray-500, lab(47.7841% -.393182 -10.0268));
    }
  }

  .text-gray-600 {
    color: var(--color-gray-600, #4a5565);
  }

  @supports (color: lab(0% 0 0)) {
    .text-gray-600 {
      color: var(--color-gray-600, lab(35.6337% -1.58697 -10.8425));
    }
  }

  .text-gray-700 {
    color: var(--color-gray-700, #364153);
  }

  @supports (color: lab(0% 0 0)) {
    .text-gray-700 {
      color: var(--color-gray-700, lab(27.1134% -.956401 -12.3224));
    }
  }

  .text-gray-900 {
    color: var(--color-gray-900, #101828);
  }

  @supports (color: lab(0% 0 0)) {
    .text-gray-900 {
      color: var(--color-gray-900, lab(8.11897% .811279 -12.254));
    }
  }

  .text-gray-text {
    color: var(--color-gray-text, #595959);
  }

  .text-green {
    color: var(--color-green, #247b02);
  }

  .text-green-600 {
    color: var(--color-green-600, #00a544);
  }

  @supports (color: lab(0% 0 0)) {
    .text-green-600 {
      color: var(--color-green-600, lab(59.0978% -58.6621 41.2579));
    }
  }

  .text-info {
    color: var(--color-info, #444);
  }

  .text-ink {
    color: var(--color-ink, #121212);
  }

  .text-ink\/50 {
    color: #12121280;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-ink\/50 {
      color: color-mix(in oklab, var(--color-ink, #121212) 50%, transparent);
    }
  }

  .text-ink\/60 {
    color: #12121299;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-ink\/60 {
      color: color-mix(in oklab, var(--color-ink, #121212) 60%, transparent);
    }
  }

  .text-ink\/70 {
    color: #121212b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-ink\/70 {
      color: color-mix(in oklab, var(--color-ink, #121212) 70%, transparent);
    }
  }

  .text-ink\/80 {
    color: #121212cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-ink\/80 {
      color: color-mix(in oklab, var(--color-ink, #121212) 80%, transparent);
    }
  }

  .text-link-blue {
    color: var(--color-link-blue, #006ce4);
  }

  .text-maroon {
    color: var(--color-maroon, #602228);
  }

  .text-orange {
    color: var(--color-orange, #ff7554);
  }

  .text-plum-900 {
    color: var(--color-plum-900, #3c0a52);
  }

  .text-primary {
    color: var(--color-primary, #3c0a52);
  }

  .text-primary\/50 {
    color: #3c0a5280;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-primary\/50 {
      color: color-mix(in oklab, var(--color-primary, #3c0a52) 50%, transparent);
    }
  }

  .text-primary\/60 {
    color: #3c0a5299;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-primary\/60 {
      color: color-mix(in oklab, var(--color-primary, #3c0a52) 60%, transparent);
    }
  }

  .text-primary\/70 {
    color: #3c0a52b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-primary\/70 {
      color: color-mix(in oklab, var(--color-primary, #3c0a52) 70%, transparent);
    }
  }

  .text-red {
    color: var(--color-red, #d4111e);
  }

  .text-red-500 {
    color: var(--color-red-500, #fb2c36);
  }

  @supports (color: lab(0% 0 0)) {
    .text-red-500 {
      color: var(--color-red-500, lab(55.4814% 75.0732 48.8528));
    }
  }

  .text-red-600 {
    color: var(--color-red-600, #e40014);
  }

  @supports (color: lab(0% 0 0)) {
    .text-red-600 {
      color: var(--color-red-600, lab(48.4493% 77.4328 61.5452));
    }
  }

  .text-red-700 {
    color: var(--color-red-700, #bf000f);
  }

  @supports (color: lab(0% 0 0)) {
    .text-red-700 {
      color: var(--color-red-700, lab(40.4273% 67.2623 53.7441));
    }
  }

  .text-secondary {
    color: var(--color-secondary, #121212);
  }

  .text-secondary\/70 {
    color: #121212b3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-secondary\/70 {
      color: color-mix(in oklab, var(--color-secondary, #121212) 70%, transparent);
    }
  }

  .text-secondary\/80 {
    color: #121212cc;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-secondary\/80 {
      color: color-mix(in oklab, var(--color-secondary, #121212) 80%, transparent);
    }
  }

  .text-sky-400 {
    color: var(--color-sky-400, #00bcfe);
  }

  @supports (color: lab(0% 0 0)) {
    .text-sky-400 {
      color: var(--color-sky-400, lab(70.687% -23.6078 -45.9483));
    }
  }

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

  .text-white\/30 {
    color: #ffffff4d;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/30 {
      color: color-mix(in oklab, var(--color-white, #fff) 30%, transparent);
    }
  }

  .text-white\/60 {
    color: #fff9;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/60 {
      color: color-mix(in oklab, var(--color-white, #fff) 60%, transparent);
    }
  }

  .text-white\/70 {
    color: #ffffffb3;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .text-white\/70 {
      color: color-mix(in oklab, var(--color-white, #fff) 70%, transparent);
    }
  }

  .text-yellow {
    color: var(--color-yellow, #f9df70);
  }

  .text-yellow-400 {
    color: var(--color-yellow-400, #fac800);
  }

  @supports (color: lab(0% 0 0)) {
    .text-yellow-400 {
      color: var(--color-yellow-400, lab(83.2664% 8.65132 106.895));
    }
  }

  .text-yellow-600 {
    color: var(--color-yellow-600, #cd8900);
  }

  @supports (color: lab(0% 0 0)) {
    .text-yellow-600 {
      color: var(--color-yellow-600, lab(62.7799% 22.4197 86.1544));
    }
  }

  .capitalize {
    text-transform: capitalize;
  }

  .lowercase {
    text-transform: lowercase;
  }

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal, ) var(--tw-slashed-zero, ) var(--tw-numeric-figure, ) var(--tw-numeric-spacing, ) var(--tw-numeric-fraction, );
  }

  .\!underline {
    text-decoration-line: underline !important;
  }

  .line-through {
    text-decoration-line: line-through;
  }

  .no-underline {
    text-decoration-line: none;
  }

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

  .accent-plum-900 {
    accent-color: var(--color-plum-900, #3c0a52);
  }

  .accent-primary {
    accent-color: var(--color-primary, #3c0a52);
  }

  .opacity-0 {
    opacity: 0;
  }

  .opacity-50 {
    opacity: .5;
  }

  .opacity-60 {
    opacity: .6;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0_-2px_10px_rgba\(0\,0\,0\,0\.08\)\] {
    --tw-shadow: 0 -2px 10px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-card {
    --tw-shadow: 0 4px 16px var(--tw-shadow-color, #0000000f);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-soft {
    --tw-shadow: 0 2px 6px var(--tw-shadow-color, #00000014);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-xl {
    --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, #0000001a), 0 8px 10px -6px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

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

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

  .ring-white {
    --tw-ring-color: var(--color-white, #fff);
  }

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

  .drop-shadow-sm {
    --tw-drop-shadow-size: drop-shadow(0 1px 2px var(--tw-drop-shadow-color, #00000026));
    --tw-drop-shadow: drop-shadow(var(--drop-shadow-sm, 0 1px 2px #00000026));
    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, );
  }

  .grayscale {
    --tw-grayscale: grayscale(100%);
    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, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm, 8px));
    -webkit-backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
    backdrop-filter: var(--tw-backdrop-blur, ) var(--tw-backdrop-brightness, ) var(--tw-backdrop-contrast, ) var(--tw-backdrop-grayscale, ) var(--tw-backdrop-hue-rotate, ) var(--tw-backdrop-invert, ) var(--tw-backdrop-opacity, ) var(--tw-backdrop-saturate, ) var(--tw-backdrop-sepia, );
  }

  .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, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
  }

  .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, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
  }

  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
  }

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(.4, 0, .2, 1)));
    transition-duration: var(--tw-duration, var(--default-transition-duration, .15s));
  }

  .duration-200 {
    --tw-duration: .2s;
    transition-duration: .2s;
  }

  .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

  .ease-in-out {
    --tw-ease: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
    transition-timing-function: var(--ease-in-out, cubic-bezier(.4, 0, .2, 1));
  }

  .ease-out {
    --tw-ease: var(--ease-out, cubic-bezier(0, 0, .2, 1));
    transition-timing-function: var(--ease-out, cubic-bezier(0, 0, .2, 1));
  }

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

  .select-none {
    -webkit-user-select: none;
    user-select: none;
  }

  @media (hover: hover) {
    .group-hover\:block:is(:where(.group):hover *) {
      display: block;
    }
  }

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

  @media (hover: hover) {
    .group-hover\:drop-shadow-md:is(:where(.group):hover *) {
      --tw-drop-shadow-size: drop-shadow(0 3px 3px var(--tw-drop-shadow-color, #0000001f));
      --tw-drop-shadow: drop-shadow(var(--drop-shadow-md, 0 3px 3px #0000001f));
      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, );
    }
  }

  @media (hover: hover) {
    .group-hover\/title\:text-\[\#3c0a52\]:is(:where(.group\/title):hover *) {
      color: #3c0a52;
    }
  }

  @media (hover: hover) {
    .group-hover\/title\:underline:is(:where(.group\/title):hover *) {
      text-decoration-line: underline;
    }
  }

  .placeholder\:text-black::placeholder {
    color: var(--color-black, #000);
  }

  .placeholder\:text-info::placeholder {
    color: var(--color-info, #444);
  }

  .placeholder\:opacity-50::placeholder {
    opacity: .5;
  }

  .first\:mt-0:first-child {
    margin-top: calc(var(--spacing, .25rem) * 0);
  }

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

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

  @media (hover: hover) {
    .hover\:border-primary:hover {
      border-color: var(--color-primary, #3c0a52);
    }
  }

  @media (hover: hover) {
    .hover\:bg-black:hover {
      background-color: var(--color-black, #000);
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\!:hover {
      background-color: var(--color-black, #000) !important;
    }
  }

  @media (hover: hover) {
    .hover\:bg-black\/60:hover {
      background-color: #0009;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-black\/60:hover {
        background-color: color-mix(in oklab, var(--color-black, #000) 60%, transparent);
      }
    }
  }

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

  @media (hover: hover) {
    .hover\:bg-gray-50:hover {
      background-color: var(--color-gray-50, #f9fafb);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-100:hover {
      background-color: var(--color-gray-100, #f3f4f6);
    }
  }

  @media (hover: hover) {
    .hover\:bg-gray-light:hover {
      background-color: var(--color-gray-light, #f5f5f5);
    }
  }

  @media (hover: hover) {
    .hover\:bg-primary:hover {
      background-color: var(--color-primary, #3c0a52);
    }
  }

  @media (hover: hover) {
    .hover\:bg-purple-light:hover {
      background-color: var(--color-purple-light, #f7e7ff);
    }
  }

  @media (hover: hover) {
    .hover\:bg-purple-light\/70:hover {
      background-color: #f7e7ffb3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-purple-light\/70:hover {
        background-color: color-mix(in oklab, var(--color-purple-light, #f7e7ff) 70%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-red-600:hover {
      background-color: var(--color-red-600, #e40014);
    }
  }

  @media (hover: hover) {
    .hover\:bg-secondary:hover {
      background-color: var(--color-secondary, #121212);
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/20:hover {
      background-color: #fff3;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/20:hover {
        background-color: color-mix(in oklab, var(--color-white, #fff) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:bg-white\/40:hover {
      background-color: #fff6;
    }

    @supports (color: color-mix(in lab, red, red)) {
      .hover\:bg-white\/40:hover {
        background-color: color-mix(in oklab, var(--color-white, #fff) 40%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#3c0a52\]:hover {
      color: #3c0a52;
    }
  }

  @media (hover: hover) {
    .hover\:text-blue-700:hover {
      color: var(--color-blue-700, #1447e6);
    }
  }

  @media (hover: hover) {
    .hover\:text-primary:hover {
      color: var(--color-primary, #3c0a52);
    }
  }

  @media (hover: hover) {
    .hover\:text-red:hover {
      color: var(--color-red, #d4111e);
    }
  }

  @media (hover: hover) {
    .hover\:text-red-600:hover {
      color: var(--color-red-600, #e40014);
    }
  }

  @media (hover: hover) {
    .hover\:text-secondary:hover {
      color: var(--color-secondary, #121212);
    }
  }

  @media (hover: hover) {
    .hover\:text-white:hover {
      color: var(--color-white, #fff);
    }
  }

  @media (hover: hover) {
    .hover\:underline:hover {
      text-decoration-line: underline;
    }
  }

  @media (hover: hover) {
    .hover\:underline\!:hover {
      text-decoration-line: underline !important;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-70:hover {
      opacity: .7;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-80:hover {
      opacity: .8;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-90:hover {
      opacity: .9;
    }
  }

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-card:hover {
      --tw-shadow: 0 4px 16px var(--tw-shadow-color, #0000000f);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-md:hover {
      --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, #0000001a), 0 2px 4px -2px var(--tw-shadow-color, #0000001a);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .focus\:border-green-500:focus {
    border-color: var(--color-green-500, #00c758);
  }

  @supports (color: lab(0% 0 0)) {
    .focus\:border-green-500:focus {
      border-color: var(--color-green-500, lab(70.5521% -66.5147 45.8073));
    }
  }

  .focus\:border-plum-900:focus {
    border-color: var(--color-plum-900, #3c0a52);
  }

  .focus\:border-primary:focus {
    border-color: var(--color-primary, #3c0a52);
  }

  .focus\:border-red-400:focus {
    border-color: var(--color-red-400, #ff6568);
  }

  @supports (color: lab(0% 0 0)) {
    .focus\:border-red-400:focus {
      border-color: var(--color-red-400, lab(63.7053% 60.745 31.3109));
    }
  }

  .focus\:border-red-500:focus {
    border-color: var(--color-red-500, #fb2c36);
  }

  @supports (color: lab(0% 0 0)) {
    .focus\:border-red-500:focus {
      border-color: var(--color-red-500, lab(55.4814% 75.0732 48.8528));
    }
  }

  .focus\:ring-1:focus {
    --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);
  }

  .focus\:ring-green-500\/20:focus {
    --tw-ring-color: #00c75833;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-green-500\/20:focus {
      --tw-ring-color: color-mix(in oklab, var(--color-green-500, lab(70.5521% -66.5147 45.8073)) 20%, transparent);
    }
  }

  .focus\:ring-primary\/20:focus {
    --tw-ring-color: #3c0a5233;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-primary\/20:focus {
      --tw-ring-color: color-mix(in oklab, var(--color-primary, #3c0a52) 20%, transparent);
    }
  }

  .focus\:ring-red-200:focus {
    --tw-ring-color: var(--color-red-200, #ffcaca);
  }

  @supports (color: lab(0% 0 0)) {
    .focus\:ring-red-200:focus {
      --tw-ring-color: var(--color-red-200, lab(86.017% 19.8815 7.75869));
    }
  }

  .focus\:ring-red-500\/20:focus {
    --tw-ring-color: #fb2c3633;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .focus\:ring-red-500\/20:focus {
      --tw-ring-color: color-mix(in oklab, var(--color-red-500, lab(55.4814% 75.0732 48.8528)) 20%, transparent);
    }
  }

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

  .disabled\:cursor-default:disabled {
    cursor: default;
  }

  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }

  .disabled\:opacity-30:disabled {
    opacity: .3;
  }

  .disabled\:opacity-40:disabled {
    opacity: .4;
  }

  .disabled\:opacity-50:disabled {
    opacity: .5;
  }

  .disabled\:opacity-60:disabled {
    opacity: .6;
  }

  @media (hover: hover) {
    .disabled\:hover\:bg-transparent:disabled:hover {
      background-color: #0000;
    }
  }

  @media (hover: hover) {
    .disabled\:hover\:text-primary:disabled:hover {
      color: var(--color-primary, #3c0a52);
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:mb-0 {
      margin-bottom: calc(var(--spacing, .25rem) * 0);
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:grid {
      display: grid;
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:grid-cols-\[minmax\(180px\,220px\)_minmax\(200px\,1fr\)_150px\] {
      grid-template-columns: minmax(180px, 220px) minmax(200px, 1fr) 150px;
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:items-center {
      align-items: center;
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:rounded-full {
      border-radius: 3.40282e38px;
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:border-r-0 {
      border-right-style: var(--tw-border-style);
      border-right-width: 0;
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:p-1\.5 {
      padding: calc(var(--spacing, .25rem) * 1.5);
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:pt-0 {
      padding-top: calc(var(--spacing, .25rem) * 0);
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:pl-3 {
      padding-left: calc(var(--spacing, .25rem) * 3);
    }
  }

  @media (min-width: 1200px) {
    .min-\[1200px\]\:whitespace-nowrap {
      white-space: nowrap;
    }
  }

  @media (min-width: 40rem) {
    .sm\:right-4 {
      right: calc(var(--spacing, .25rem) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:left-4 {
      left: calc(var(--spacing, .25rem) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:mt-auto {
      margin-top: auto;
    }
  }

  @media (min-width: 40rem) {
    .sm\:block {
      display: block;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex {
      display: flex;
    }
  }

  @media (min-width: 40rem) {
    .sm\:inline {
      display: inline;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-24 {
      height: calc(var(--spacing, .25rem) * 24);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-32 {
      height: calc(var(--spacing, .25rem) * 32);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-64 {
      height: calc(var(--spacing, .25rem) * 64);
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-\[80vh\] {
      height: 80vh;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-\[235px\] {
      height: 235px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-auto {
      height: auto;
    }
  }

  @media (min-width: 40rem) {
    .sm\:h-full {
      height: 100%;
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-32 {
      width: calc(var(--spacing, .25rem) * 32);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-52 {
      width: calc(var(--spacing, .25rem) * 52);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-64 {
      width: calc(var(--spacing, .25rem) * 64);
    }
  }

  @media (min-width: 40rem) {
    .sm\:w-\[260px\] {
      width: 260px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:min-w-\[120px\] {
      min-width: 120px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:min-w-\[140px\] {
      min-width: 140px;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-\[4\] {
      flex: 4;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-\[5\] {
      flex: 5;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-\[7\] {
      flex: 7;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-\[8\] {
      flex: 8;
    }
  }

  @media (min-width: 40rem) {
    .sm\:shrink-0 {
      flex-shrink: 0;
    }
  }

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

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

  @media (min-width: 40rem) {
    .sm\:flex-col {
      flex-direction: column;
    }
  }

  @media (min-width: 40rem) {
    .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-end {
      align-items: flex-end;
    }
  }

  @media (min-width: 40rem) {
    .sm\:items-start {
      align-items: flex-start;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-center {
      justify-content: center;
    }
  }

  @media (min-width: 40rem) {
    .sm\:justify-start {
      justify-content: flex-start;
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-2 {
      gap: calc(var(--spacing, .25rem) * 2);
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-6 {
      gap: calc(var(--spacing, .25rem) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:gap-8 {
      gap: calc(var(--spacing, .25rem) * 8);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-3 {
      padding: calc(var(--spacing, .25rem) * 3);
    }
  }

  @media (min-width: 40rem) {
    .sm\:p-6 {
      padding: calc(var(--spacing, .25rem) * 6);
    }
  }

  @media (min-width: 40rem) {
    .sm\:px-4 {
      padding-inline: calc(var(--spacing, .25rem) * 4);
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-right {
      text-align: right;
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-2xl {
      font-size: var(--text-2xl, 1.5rem);
      line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-3xl {
      font-size: var(--text-3xl, 1.875rem);
      line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
    }
  }

  @media (min-width: 40rem) {
    .sm\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (min-width: 48rem) {
    .md\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 48rem) {
    .md\:col-start-2 {
      grid-column-start: 2;
    }
  }

  @media (min-width: 48rem) {
    .md\:col-start-3 {
      grid-column-start: 3;
    }
  }

  @media (min-width: 48rem) {
    .md\:row-span-1 {
      grid-row: span 1 / span 1;
    }
  }

  @media (min-width: 48rem) {
    .md\:row-span-2 {
      grid-row: span 2 / span 2;
    }
  }

  @media (min-width: 48rem) {
    .md\:row-start-1 {
      grid-row-start: 1;
    }
  }

  @media (min-width: 48rem) {
    .md\:row-start-2 {
      grid-row-start: 2;
    }
  }

  @media (min-width: 48rem) {
    .md\:my-\[50px\] {
      margin-block: 50px;
    }
  }

  @media (min-width: 48rem) {
    .md\:mt-3 {
      margin-top: calc(var(--spacing, .25rem) * 3);
    }
  }

  @media (min-width: 48rem) {
    .md\:mb-0 {
      margin-bottom: calc(var(--spacing, .25rem) * 0);
    }
  }

  @media (min-width: 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid {
      display: grid;
    }
  }

  @media (min-width: 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-10 {
      height: calc(var(--spacing, .25rem) * 10);
    }
  }

  @media (min-width: 48rem) {
    .md\:h-16 {
      height: calc(var(--spacing, .25rem) * 16);
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[60px\] {
      height: 60px;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[260px\] {
      height: 260px;
    }
  }

  @media (min-width: 48rem) {
    .md\:h-\[432px\] {
      height: 432px;
    }
  }

  @media (min-width: 48rem) {
    .md\:w-1\/4 {
      width: 25%;
    }
  }

  @media (min-width: 48rem) {
    .md\:min-w-0 {
      min-width: calc(var(--spacing, .25rem) * 0);
    }
  }

  @media (min-width: 48rem) {
    .md\:shrink {
      flex-shrink: 1;
    }
  }

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

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

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

  @media (min-width: 48rem) {
    .md\:grid-cols-\[2fr_1fr_1fr\] {
      grid-template-columns: 2fr 1fr 1fr;
    }
  }

  @media (min-width: 48rem) {
    .md\:grid-cols-\[200px_1fr\] {
      grid-template-columns: 200px 1fr;
    }
  }

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

  @media (min-width: 48rem) {
    .md\:gap-0\.5 {
      gap: calc(var(--spacing, .25rem) * .5);
    }
  }

  @media (min-width: 48rem) {
    .md\:gap-3 {
      gap: calc(var(--spacing, .25rem) * 3);
    }
  }

  @media (min-width: 48rem) {
    .md\:overflow-visible {
      overflow: visible;
    }
  }

  @media (min-width: 48rem) {
    .md\:p-5 {
      padding: calc(var(--spacing, .25rem) * 5);
    }
  }

  @media (min-width: 48rem) {
    .md\:p-8 {
      padding: calc(var(--spacing, .25rem) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-8 {
      padding-top: calc(var(--spacing, .25rem) * 8);
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-\[30px\] {
      padding-top: 30px;
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-\[68px\] {
      padding-top: 68px;
    }
  }

  @media (min-width: 48rem) {
    .md\:pt-\[110px\] {
      padding-top: 110px;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-3xl {
      font-size: var(--text-3xl, 1.875rem);
      line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-4xl {
      font-size: var(--text-4xl, 2.25rem);
      line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-5xl {
      font-size: var(--text-5xl, 3rem);
      line-height: var(--tw-leading, var(--text-5xl--line-height, 1));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-base {
      font-size: var(--text-base, 1rem);
      line-height: var(--tw-leading, var(--text-base--line-height, calc(1.5 / 1)));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-lg {
      font-size: var(--text-lg, 1.125rem);
      line-height: var(--tw-leading, var(--text-lg--line-height, calc(1.75 / 1.125)));
    }
  }

  @media (min-width: 48rem) {
    .md\:text-\[1\.5rem\] {
      font-size: 1.5rem;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-\[1\.125rem\] {
      font-size: 1.125rem;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-\[16px\] {
      font-size: 16px;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-\[24px\] {
      font-size: 24px;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-\[60px\] {
      font-size: 60px;
    }
  }

  @media (min-width: 48rem) {
    .md\:text-\[80px\] {
      font-size: 80px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:sticky {
      position: sticky;
    }
  }

  @media (min-width: 64rem) {
    .lg\:top-4 {
      top: calc(var(--spacing, .25rem) * 4);
    }
  }

  @media (min-width: 64rem) {
    .lg\:top-6 {
      top: calc(var(--spacing, .25rem) * 6);
    }
  }

  @media (min-width: 64rem) {
    .lg\:order-1 {
      order: 1;
    }
  }

  @media (min-width: 64rem) {
    .lg\:order-2 {
      order: 2;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-3 {
      grid-column: span 3 / span 3;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-5 {
      grid-column: span 5 / span 5;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-7 {
      grid-column: span 7 / span 7;
    }
  }

  @media (min-width: 64rem) {
    .lg\:col-span-9 {
      grid-column: span 9 / span 9;
    }
  }

  @media (min-width: 64rem) {
    .lg\:mt-0 {
      margin-top: calc(var(--spacing, .25rem) * 0);
    }
  }

  @media (min-width: 64rem) {
    .lg\:ml-2 {
      margin-left: calc(var(--spacing, .25rem) * 2);
    }
  }

  @media (min-width: 64rem) {
    .lg\:block {
      display: block;
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex {
      display: flex;
    }
  }

  @media (min-width: 64rem) {
    .lg\:hidden {
      display: none;
    }
  }

  @media (min-width: 64rem) {
    .lg\:inline {
      display: inline;
    }
  }

  @media (min-width: 64rem) {
    .lg\:h-\[235px\] {
      height: 235px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:min-w-\[38\%\] {
      min-width: 38%;
    }
  }

  @media (min-width: 64rem) {
    .lg\:min-w-\[165px\] {
      min-width: 165px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-\[3\] {
      flex: 3;
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-\[9\] {
      flex: 9;
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-shrink-0 {
      flex-shrink: 0;
    }
  }

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

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

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

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

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[1\.7fr_1fr\] {
      grid-template-columns: 1.7fr 1fr;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[1fr_380px\] {
      grid-template-columns: 1fr 380px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[1fr_500px\] {
      grid-template-columns: 1fr 500px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[minmax\(0\,1fr\)_500px\] {
      grid-template-columns: minmax(0, 1fr) 500px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:grid-cols-\[minmax\(0\,795px\)_380px\] {
      grid-template-columns: minmax(0, 795px) 380px;
    }
  }

  @media (min-width: 64rem) {
    .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (min-width: 64rem) {
    .lg\:items-start {
      align-items: flex-start;
    }
  }

  @media (min-width: 64rem) {
    .lg\:justify-between {
      justify-content: space-between;
    }
  }

  @media (min-width: 64rem) {
    .lg\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (min-width: 64rem) {
    .lg\:gap-6 {
      gap: calc(var(--spacing, .25rem) * 6);
    }
  }

  @media (min-width: 64rem) {
    :where(.lg\:divide-x > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(1px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }

  @media (min-width: 64rem) {
    :where(.lg\:divide-y-0 > :not(:last-child)) {
      --tw-divide-y-reverse: 0;
      border-bottom-style: var(--tw-border-style);
      border-top-style: var(--tw-border-style);
      border-top-width: calc(0px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }

  @media (min-width: 64rem) {
    .lg\:self-start {
      align-self: flex-start;
    }
  }

  @media (min-width: 64rem) {
    .lg\:self-stretch {
      align-self: stretch;
    }
  }

  @media (min-width: 64rem) {
    .lg\:border-t-0 {
      border-top-style: var(--tw-border-style);
      border-top-width: 0;
    }
  }

  @media (min-width: 64rem) {
    .lg\:p-8 {
      padding: calc(var(--spacing, .25rem) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:px-8 {
      padding-inline: calc(var(--spacing, .25rem) * 8);
    }
  }

  @media (min-width: 64rem) {
    .lg\:pt-1 {
      padding-top: calc(var(--spacing, .25rem) * 1);
    }
  }

  @media (min-width: 64rem) {
    .lg\:pb-0 {
      padding-bottom: calc(var(--spacing, .25rem) * 0);
    }
  }

  @media (min-width: 64rem) {
    .lg\:pb-4 {
      padding-bottom: calc(var(--spacing, .25rem) * 4);
    }
  }

  @media (min-width: 64rem) {
    .lg\:pl-4 {
      padding-left: calc(var(--spacing, .25rem) * 4);
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-right {
      text-align: right;
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-\[40px\]\! {
      font-size: 40px !important;
    }
  }

  @media (min-width: 64rem) {
    .lg\:text-\[80px\] {
      font-size: 80px;
    }
  }

  @media (min-width: 80rem) {
    .xl\:col-span-1 {
      grid-column: span 1 / span 1;
    }
  }

  @media (min-width: 80rem) {
    .xl\:col-span-2 {
      grid-column: span 2 / span 2;
    }
  }

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

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

  .\[\&_br\]\:block br {
    display: block;
  }

  .\[\&_br\]\:content-\[\'\'\] br {
    --tw-content: "";
    content: var(--tw-content);
  }

  .\[\&_p\]\:mt-0\.5 p {
    margin-top: calc(var(--spacing, .25rem) * .5);
  }

  .\[\&_strong\]\:font-semibold strong {
    --tw-font-weight: var(--font-weight-semibold, 600);
    font-weight: var(--font-weight-semibold, 600);
  }

  .\[\&\>img\]\:block > img {
    display: block;
  }

  .\[\&\>img\]\:h-auto > img {
    height: auto;
  }

  .\[\&\>img\]\:w-5 > img {
    width: calc(var(--spacing, .25rem) * 5);
  }

  .\[\&\>svg\]\:block > svg {
    display: block;
  }

  .\[\&\>svg\]\:h-auto > svg {
    height: auto;
  }

  .\[\&\>svg\]\:w-5 > svg {
    width: calc(var(--spacing, .25rem) * 5);
  }
}

.atr-page {
  --atr-bg: #fff2eb;
  --atr-surface: #fff;
  --atr-primary: #3c0a52;
  --atr-primary-soft: #4f1767;
  --atr-accent: #dc9cf7;
  --atr-accent-soft: #f6e3ff;
  --atr-selected: #fcf5ff;
  --atr-lavender: #f5f0fa;
  --atr-star: #ff7554;
  --atr-text: #121212;
  --atr-muted: #6c6c6c;
  --atr-muted-2: #8a8a8a;
  --atr-line: #ececec;
  --atr-line-strong: #dee2e6;
  --atr-green: #12a150;
  --atr-red: #e2456a;
  --atr-radius: 16px;
  --atr-radius-lg: 20px;
  --atr-notch: 22px;
  --atr-notch-hero: 36px;
  --atr-shadow: 0 2px 10px #3c0a520d;
  background: var(--atr-bg);
  color: var(--atr-text);
  font-family: var(--primary-font);
  font-size: var(--font-15);
  min-height: 100vh;
}

.atr-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 20px;
}

.atr-display {
  font-family: var(--large-font);
  letter-spacing: .01em;
  color: var(--atr-text);
  font-weight: 700;
  line-height: 1.1;
}

.atr-h1 {
  font-family: var(--large-font);
  color: var(--atr-text);
  margin: 0;
  font-size: clamp(1.9rem, 3.4vw, 2.6rem);
  font-weight: 700;
  line-height: 1.12;
}

.atr-h2 {
  font-family: var(--secondary-font);
  font-weight: var(--font-medium);
  color: var(--atr-text);
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.2;
}

.atr-h3 {
  font-family: var(--secondary-font);
  font-weight: var(--font-medium);
  color: var(--atr-text);
  margin: 0;
  font-size: 1rem;
}

.atr-muted {
  color: var(--atr-muted);
}

.atr-small {
  font-size: .8125rem;
  line-height: 1.45;
}

.atr-ticket {
  --n: var(--atr-notch);
  border-radius: var(--atr-radius-lg);
  -webkit-mask-image: radial-gradient(var(--n) at 0 0, #0000 98%, #000),
    radial-gradient(var(--n) at 100% 0, #0000 98%, #000),
    radial-gradient(var(--n) at 0 100%, #0000 98%, #000),
    radial-gradient(var(--n) at 100% 100%, #0000 98%, #000);
  -webkit-mask-composite: source-in;
  -webkit-mask-image: radial-gradient(var(--n) at 0 0, #0000 98%, #000),
    radial-gradient(var(--n) at 100% 0, #0000 98%, #000),
    radial-gradient(var(--n) at 0 100%, #0000 98%, #000),
    radial-gradient(var(--n) at 100% 100%, #0000 98%, #000);
  mask-image: radial-gradient(var(--n) at 0 0, #0000 98%, #000),
    radial-gradient(var(--n) at 100% 0, #0000 98%, #000),
    radial-gradient(var(--n) at 0 100%, #0000 98%, #000),
    radial-gradient(var(--n) at 100% 100%, #0000 98%, #000);
  -webkit-mask-composite: source-in;
  mask-composite: intersect;
}

.atr-crumbbar {
  background: var(--atr-accent);
}

.atr-crumbbar ol {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 14px 0;
  font-size: .875rem;
  list-style: none;
  display: flex;
}

.atr-crumbbar a {
  color: var(--atr-primary);
  text-decoration: none;
}

.atr-crumbbar a:hover {
  text-decoration: underline;
}

.atr-crumbbar li[aria-current="page"] {
  color: #3c0a5299;
}

.atr-crumbbar .atr-crumb-sep {
  color: #3c0a5273;
}

.atr-btn {
  font-family: var(--primary-font);
  font-weight: var(--font-medium);
  cursor: pointer;
  border: 0;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
  display: inline-flex;
}

.atr-btn svg {
  flex: none;
  width: 16px;
  height: 16px;
}

.atr-btn-primary {
  background: var(--atr-primary);
  color: #fff;
  padding: 12px 22px;
  font-size: .9375rem;
}

.atr-btn-primary:hover {
  background: var(--atr-primary-soft);
}

.atr-btn-primary:disabled, .atr-btn-primary[aria-disabled="true"] {
  opacity: .45;
  cursor: not-allowed;
}

.atr-btn-block {
  border-radius: 9999px;
  width: 100%;
  padding: 16px 22px;
  font-size: 1.0625rem;
}

.atr-btn-ghost {
  color: var(--atr-primary);
  border: 1px solid var(--atr-primary);
  background: none;
  padding: 9px 20px;
  font-size: .875rem;
}

.atr-btn-ghost:hover {
  background: var(--atr-accent-soft);
}

.atr-card {
  background: var(--atr-surface);
  border-radius: var(--atr-radius-lg);
  box-shadow: var(--atr-shadow);
}

.atr-panel {
  background: var(--atr-surface);
  border-radius: var(--atr-radius-lg);
  box-shadow: var(--atr-shadow);
  padding: 24px 28px;
}

.atr-rating {
  align-items: center;
  gap: 6px;
  font-size: .875rem;
  display: inline-flex;
}

.atr-rating__score {
  color: var(--atr-star);
  font-weight: 600;
}

.atr-stars {
  color: var(--atr-star);
  gap: 2px;
  line-height: 1;
  display: inline-flex;
}

.atr-stars svg {
  width: 15px;
  height: 15px;
}

.atr-stars .atr-star--off {
  color: #d9d2ce;
}

.atr-star-half {
  line-height: 0;
  display: inline-flex;
  position: relative;
}

.atr-star-half__fill {
  width: 50%;
  line-height: 0;
  display: inline-flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.atr-rating__count {
  color: var(--atr-muted);
}

.atr-hero {
  --n: var(--atr-notch-hero);
  justify-content: center;
  align-items: center;
  min-height: 384px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.atr-hero__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.atr-hero__scrim {
  background: linear-gradient(#03142259 0%, #0314228c 100%);
  position: absolute;
  inset: 0;
}

.atr-hero__inner {
  text-align: center;
  width: 100%;
  padding: 56px 24px;
  position: relative;
}

.atr-hero__title {
  font-family: var(--large-font);
  color: #fff;
  text-shadow: 0 2px 18px #00000059;
  margin: 0 0 28px;
  font-size: clamp(2.4rem, 6vw, 4.25rem);
  font-weight: 700;
  line-height: 1.02;
}

.atr-searchbar {
  background: #fff;
  border-radius: 9999px;
  align-items: center;
  gap: 0;
  max-width: 620px;
  margin-inline: auto;
  padding: 6px 6px 6px 8px;
  display: flex;
  box-shadow: 0 10px 30px #0000002e;
}

.atr-searchbar__field {
  flex: 1 1 0;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
  padding: 10px 14px;
  display: flex;
}

.atr-combo__body {
  flex-direction: column;
  flex: auto;
  min-width: 0;
  display: flex;
}

.atr-searchbar__field > svg {
  margin-top: 2px;
}

.atr-combo__error {
  color: #dc3545;
  margin-top: 2px;
  font-size: .75rem;
  line-height: 1.2;
}

.atr-searchbar__field + .atr-searchbar__field {
  border-left: 1px solid var(--atr-line);
}

.atr-searchbar__field svg {
  width: 18px;
  height: 18px;
  color: var(--atr-primary);
  flex: none;
}

.atr-searchbar input {
  width: 100%;
  min-width: 0;
  color: var(--atr-text);
  background: none;
  border: 0;
  outline: 0;
  font-size: .9375rem;
}

.atr-searchbar input::placeholder {
  color: var(--atr-muted-2);
}

.atr-combo {
  position: relative;
}

.atr-searchbar input.is-blocked {
  cursor: not-allowed;
  opacity: .55;
}

.atr-searchbar input[aria-invalid="true"]::placeholder {
  color: #dc3545;
}

.atr-combo__menu {
  z-index: 1000;
  overscroll-behavior: contain;
  text-align: left;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 16px;
  max-height: 380px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: fixed;
  overflow: hidden auto;
  box-shadow: 0 16px 48px #00000024;
}

.atr-combo__opt {
  cursor: pointer;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  transition: background .1s;
  display: flex;
}

.atr-combo__opt.is-active, .atr-combo__opt:hover {
  background: #faf6ff;
}

.atr-combo__icon {
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 14px;
  display: flex;
}

.atr-combo__icon--city {
  color: #006ce4;
  background: #dbeef9;
}

.atr-combo__icon--attraction {
  color: var(--atr-primary);
  background: #f7e7ff;
}

.atr-combo__icon--default {
  color: #595959;
  background: #f5f5f5;
}

.atr-combo__text {
  flex-direction: column;
  flex: auto;
  min-width: 0;
  display: flex;
}

.atr-combo__label {
  color: #121212;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.atr-combo__opt--attraction .atr-combo__label {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
  text-overflow: clip;
  -webkit-box-orient: vertical;
  line-height: 1.3;
  display: -webkit-box;
}

.atr-combo__icon--photo {
  background: var(--atr-line);
  overflow: hidden;
}

.atr-combo__thumb {
  object-fit: cover;
  border-radius: 10px;
  flex: none;
  width: 36px;
  height: 36px;
  display: block;
}

.atr-combo__hl {
  color: var(--atr-primary);
  font-weight: 700;
}

.atr-combo__hint {
  color: #a7a7a7;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 2px;
  font-size: 12px;
  overflow: hidden;
}

.atr-combo__note {
  color: #a7a7a7;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 20px 16px;
  font-size: 13px;
  display: flex;
}

.atr-steps {
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0 0 18px;
  padding: 0;
  list-style: none;
  display: flex;
}

.atr-steps__item {
  color: var(--atr-muted);
  align-items: center;
  gap: 8px;
  font-size: .875rem;
  display: inline-flex;
}

.atr-steps__item.is-current {
  color: var(--atr-primary);
  font-weight: 600;
}

.atr-steps__item.is-done {
  color: var(--atr-green);
}

.atr-steps__num {
  background: var(--atr-lavender);
  width: 22px;
  height: 22px;
  color: inherit;
  border-radius: 50%;
  place-items: center;
  font-size: .75rem;
  font-weight: 600;
  display: grid;
}

.atr-steps__item.is-current .atr-steps__num {
  background: var(--atr-primary);
  color: #fff;
}

.atr-steps__item.is-done .atr-steps__num {
  background: var(--atr-green);
  color: #fff;
}

.atr-step.is-locked {
  opacity: .55;
}

.atr-step__done {
  color: var(--atr-green);
}

.atr-notice {
  border-radius: 12px;
  margin-bottom: 14px;
  padding: 12px 14px;
  font-size: .875rem;
}

.atr-notice--warn {
  color: #7a4b00;
  background: #fff6e5;
  border: 1px solid #f5c76e;
}

.atr-notice--error {
  color: #a11433;
  background: #fdecef;
  border: 1px solid #f3b3c0;
}

.atr-datepick .react-datepicker {
  border: 1px solid var(--atr-line-strong);
  font-family: var(--primary-font);
  border-radius: 12px;
}

.atr-datepick .react-datepicker__header {
  background: var(--atr-lavender);
  border-bottom: 1px solid var(--atr-line);
}

.atr-datepick .react-datepicker__day--selected, .atr-datepick .react-datepicker__day--keyboard-selected {
  background: var(--atr-primary);
  color: #fff;
}

.atr-datepick .react-datepicker__day--selected:hover {
  background: var(--atr-primary-soft);
}

.atr-datepick .react-datepicker__day--disabled {
  color: var(--atr-muted-2);
  cursor: not-allowed;
  text-decoration: line-through;
}

.atr-slots {
  flex-wrap: wrap;
  gap: 10px;
  display: flex;
}

.atr-slot {
  border: 1px solid var(--atr-line-strong);
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
  padding: 9px 14px;
  font-size: .9375rem;
}

.atr-slot:hover:not(:disabled) {
  border-color: var(--atr-primary);
}

.atr-optionlist {
  gap: 10px;
  display: grid;
}

.atr-option {
  border: 1px solid var(--atr-line-strong);
  cursor: pointer;
  text-align: left;
  background: #fff;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  width: 100%;
  padding: 12px 16px;
  display: flex;
}

.atr-option:hover:not(:disabled) {
  border-color: var(--atr-primary);
}

.atr-tiers {
  gap: 12px;
  display: grid;
}

.atr-tier {
  border-bottom: 1px solid var(--atr-line);
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding-bottom: 12px;
  display: flex;
}

.atr-tier__name {
  margin: 0;
  font-weight: 600;
}

.atr-tier__meta {
  margin: 2px 0 0;
}

.atr-summary__lines {
  margin: 12px 0 0;
}

.atr-summary__lines > div {
  justify-content: space-between;
  gap: 12px;
  padding: 4px 0;
  font-size: .875rem;
  display: flex;
}

.atr-summary__lines dt, .atr-summary__lines dd {
  text-transform: capitalize;
  margin: 0;
}

.atr-toolbar {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
  display: flex;
}

.atr-toolbar__count {
  font-family: var(--secondary-font);
  font-weight: var(--font-medium);
  font-size: 1.0625rem;
}

.atr-toolbar__count span {
  font-family: var(--primary-font);
  color: var(--atr-muted);
  font-weight: 400;
}

.atr-select {
  appearance: none;
  border: 1px solid var(--atr-line-strong);
  color: var(--atr-text);
  cursor: pointer;
  background: #fff;
  border-radius: 9999px;
  padding: 9px 36px 9px 16px;
  font-size: .875rem;
}

.atr-viewtoggle {
  border: 1px solid var(--atr-line-strong);
  background: #fff;
  border-radius: 10px;
  display: inline-flex;
  overflow: hidden;
}

.atr-viewtoggle button {
  width: 40px;
  height: 38px;
  color: var(--atr-muted);
  cursor: pointer;
  background: none;
  border: 0;
  place-items: center;
  display: grid;
}

.atr-viewtoggle button[aria-pressed="true"] {
  background: var(--atr-primary);
  color: #fff;
}

.atr-filters {
  background: var(--atr-surface);
  border-radius: var(--atr-radius-lg);
  box-shadow: var(--atr-shadow);
  padding: 22px;
}

.atr-fgroup + .atr-fgroup {
  border-top: 1px solid var(--atr-line);
  margin-top: 18px;
  padding-top: 18px;
}

.atr-fgroup__head {
  cursor: pointer;
  width: 100%;
  font-family: var(--primary-font);
  color: var(--atr-text);
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.atr-fgroup__head svg {
  width: 18px;
  height: 18px;
  transition: transform .2s;
}

.atr-fgroup__head[aria-expanded="false"] svg {
  transform: rotate(180deg);
}

.atr-fgroup__body {
  gap: 12px;
  margin-top: 14px;
  display: grid;
}

.atr-price-inputs {
  align-items: center;
  gap: 8px;
  display: flex;
}

.atr-price-inputs label {
  flex: 1 1 0;
  min-width: 0;
}

.atr-price-inputs__dash {
  color: var(--atr-muted);
  font-size: .875rem;
  line-height: 1;
}

.atr-price-inputs input {
  box-sizing: border-box;
  background: var(--atr-lavender);
  width: 100%;
  min-width: 0;
  color: var(--atr-text);
  border: 0;
  border-radius: 9999px;
  outline: 0;
  padding: 12px 18px;
  font-size: .875rem;
}

.atr-range {
  appearance: none;
  background: var(--atr-accent);
  border-radius: 9999px;
  outline: 0;
  width: 100%;
  height: 6px;
}

.atr-range::-webkit-slider-thumb {
  appearance: none;
  background: var(--atr-primary);
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.atr-range::-moz-range-thumb {
  background: var(--atr-primary);
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  width: 18px;
  height: 18px;
}

.atr-check {
  cursor: pointer;
  color: var(--atr-text);
  align-items: center;
  gap: 12px;
  font-size: .9375rem;
  display: flex;
}

.atr-check input[type="checkbox"], .atr-check-box input[type="checkbox"] {
  appearance: none;
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #c9c2be;
  border-radius: 5px;
  flex: none;
  place-content: center;
  width: 19px;
  height: 19px;
  display: grid;
}

.atr-check input[type="checkbox"]:after, .atr-check-box input[type="checkbox"]:after {
  content: "";
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 6px;
  transition: transform .12s;
  transform: rotate(-45deg)scale(0);
}

.atr-check input[type="checkbox"]:checked, .atr-check-box input[type="checkbox"]:checked {
  background: var(--atr-primary);
  border-color: var(--atr-primary);
}

.atr-check input[type="checkbox"]:checked:after, .atr-check-box input[type="checkbox"]:checked:after {
  transform: rotate(-45deg)scale(1);
}

.atr-check-box {
  border: 1px solid var(--atr-line-strong);
  cursor: pointer;
  border-radius: 12px;
  align-items: flex-start;
  gap: 12px;
  padding: 12px 14px;
  display: flex;
}

.atr-check-box:has(input:checked) {
  background: var(--atr-accent-soft);
  border-color: var(--atr-accent);
}

.atr-check-box__label {
  font-size: .9375rem;
  font-weight: 600;
  line-height: 1.2;
  display: block;
}

.atr-check-box__hint {
  color: var(--atr-muted);
  margin-top: 3px;
  font-size: .75rem;
  display: block;
}

.atr-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 22px;
  display: grid;
}

@media (min-width: 640px) {
  .atr-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .atr-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.atr-list {
  gap: 18px;
  display: grid;
}

.atr-rcard {
  background: var(--atr-surface);
  flex-direction: column;
  height: 100%;
  padding: 14px;
  display: flex;
}

.atr-rcard__body {
  flex-direction: column;
  flex: auto;
  display: flex;
}

.atr-rcard__media {
  border-radius: var(--atr-radius);
  aspect-ratio: 16 / 10;
  background: var(--atr-lavender);
  position: relative;
  overflow: hidden;
}

.atr-rcard__media img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.atr-rcard__badge {
  color: var(--atr-primary);
  background: #fffffff0;
  border-radius: 9999px;
  align-items: center;
  gap: 5px;
  padding: 5px 11px;
  font-size: .75rem;
  font-weight: 600;
  display: inline-flex;
  position: absolute;
  top: 12px;
  right: 12px;
}

.atr-rcard__badge svg {
  width: 13px;
  height: 13px;
}

.atr-rcard__title {
  font-family: var(--secondary-font);
  font-weight: var(--font-medium);
  color: var(--atr-text);
  margin: 14px 0 8px;
  font-size: 1.1875rem;
  line-height: 1.18;
  text-decoration: none;
  display: block;
}

.atr-rcard__title:hover {
  color: var(--atr-primary);
}

.atr-rcard__desc {
  color: var(--atr-muted);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 10px 0 0;
  font-size: .875rem;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
}

.atr-rcard__price {
  font-family: var(--primary-font);
  margin: 14px 0 0;
  font-size: 1.25rem;
  font-weight: 700;
}

.atr-rcard__foot {
  margin-top: auto;
  padding-top: 14px;
}

.atr-rcard--row {
  flex-direction: row;
  align-items: stretch;
  gap: 18px;
}

.atr-rcard--row .atr-rcard__media {
  aspect-ratio: auto;
  flex: 0 0 264px;
}

.atr-rcard--row .atr-rcard__body {
  padding-right: 6px;
}

.atr-rcard--row .atr-rcard__title {
  margin-top: 0;
}

@media (max-width: 640px) {
  .atr-rcard--row {
    flex-direction: column;
  }

  .atr-rcard--row .atr-rcard__media {
    aspect-ratio: 16 / 10;
    flex: auto;
  }
}

.atr-listing {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  display: grid;
}

@media (min-width: 1024px) {
  .atr-listing {
    grid-template-columns: 268px minmax(0, 1fr);
  }

  .atr-listing--empty {
    grid-template-columns: minmax(0, 1fr);
  }
}

.atr-sort__trigger:disabled, .atr-viewtoggle button:disabled {
  opacity: .45;
  cursor: not-allowed;
  color: var(--atr-muted-2);
  box-shadow: none;
  background: none;
}

.atr-viewtoggle button:disabled[aria-pressed="true"] {
  background: var(--atr-line);
  color: var(--atr-muted-2);
}

.atr-listing--empty .atr-toolbar {
  justify-content: flex-end;
}

.atr-listing--empty .atr-empty {
  text-align: center;
  min-height: 220px;
  font-family: var(--secondary-font);
  color: var(--atr-text);
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 48px 20px;
  font-size: 1.0625rem;
  font-weight: 700;
  display: flex;
}

.atr-gallery {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  display: grid;
}

@media (min-width: 768px) {
  .atr-gallery {
    grid-template-rows: repeat(2, 1fr);
    grid-template-columns: minmax(0, 1.62fr) minmax(0, 1fr) minmax(0, 1fr);
    height: 380px;
  }

  .atr-gallery__item:first-child {
    grid-row: span 2;
  }
}

.atr-gallery__item {
  border-radius: var(--atr-radius);
  background: var(--atr-lavender);
  min-height: 150px;
  position: relative;
  overflow: hidden;
}

.atr-gallery__item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.atr-gallery__more {
  color: #fff;
  text-shadow: 0 1px 6px #0009;
  cursor: pointer;
  background: none;
  border: 0;
  font-size: .8125rem;
  font-weight: 600;
  text-decoration: underline;
  position: absolute;
  bottom: 8px;
  right: 10px;
}

.atr-detail-strip {
  grid-template-columns: minmax(0, 1fr);
  align-items: stretch;
  gap: 20px;
  display: grid;
}

@media (min-width: 1024px) {
  .atr-detail-strip {
    grid-template-columns: minmax(0, 1fr) 372px;
  }
}

.atr-facts {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 22px 26px;
  display: grid;
}

@media (min-width: 768px) {
  .atr-facts {
    grid-template-columns: .85fr 1fr 1.6fr .8fr;
  }
}

.atr-fact {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.atr-icon-chip {
  background: var(--atr-accent-soft);
  width: 28px;
  height: 28px;
  color: var(--atr-primary);
  border-radius: 50%;
  flex: none;
  place-items: center;
  display: grid;
}

.atr-icon-chip svg {
  width: 15px;
  height: 15px;
}

.atr-fact__label {
  color: var(--atr-muted);
  font-size: .875rem;
  line-height: 1.3;
}

.atr-inline-icon {
  vertical-align: -2px;
  width: 13px;
  height: 13px;
  color: var(--atr-primary);
  margin-left: 4px;
  display: inline-block;
}

.atr-fact__value {
  margin-top: 2px;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.35;
}

.atr-buycard {
  flex-direction: column;
  padding: 22px 24px;
  display: flex;
}

.atr-buycard__note {
  color: var(--atr-muted);
  margin: 8px 0 0;
  font-size: .8125rem;
  line-height: 1.45;
}

.atr-buycard__price {
  font-family: var(--primary-font);
  margin: 18px 0 14px;
  font-size: 1.5rem;
  font-weight: 700;
}

.atr-tabs {
  border-bottom: 1px solid var(--atr-line-strong);
  scrollbar-width: none;
  gap: 6px;
  display: flex;
  overflow-x: auto;
}

.atr-tabs::-webkit-scrollbar {
  display: none;
}

.atr-tabs a {
  white-space: nowrap;
  color: var(--atr-muted);
  border-bottom: 2px solid #0000;
  padding: 12px 14px;
  font-size: .9375rem;
  text-decoration: none;
}

.atr-tabs a:hover {
  color: var(--atr-text);
}

.atr-tabs a.is-active {
  color: var(--atr-primary);
  border-bottom-color: var(--atr-primary);
  font-weight: 600;
}

.atr-section {
  scroll-margin-top: 90px;
}

.atr-section__title {
  font-family: var(--secondary-font);
  font-weight: var(--font-medium);
  margin: 0 0 14px;
  font-size: 1.3125rem;
}

.atr-prose {
  color: #2f2f2f;
  font-size: .9375rem;
  line-height: 1.65;
}

.atr-prose p + p {
  margin-top: 14px;
}

.atr-ticklist {
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.atr-ticklist li {
  align-items: flex-start;
  gap: 12px;
  font-size: .9375rem;
  line-height: 1.5;
  display: flex;
}

.atr-ticklist svg {
  width: 18px;
  height: 18px;
  color: var(--atr-text);
  flex: none;
  margin-top: 2px;
}

.atr-incex {
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  display: grid;
}

@media (min-width: 768px) {
  .atr-incex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .atr-incex > div + div {
    border-left: 1px solid var(--atr-line);
    padding-left: 32px;
  }
}

.atr-incex__head {
  letter-spacing: .04em;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
}

.atr-incex__badge {
  border-radius: 50%;
  place-items: center;
  width: 22px;
  height: 22px;
  display: grid;
}

.atr-incex__badge svg {
  width: 13px;
  height: 13px;
}

.atr-incex__badge--yes {
  color: var(--atr-green);
  background: #dcf7e7;
}

.atr-incex__badge--no {
  color: var(--atr-red);
  background: #fde3ea;
}

.atr-dotlist {
  gap: 14px;
  margin: 0;
  padding: 0;
  font-size: .9375rem;
  line-height: 1.45;
  list-style: none;
  display: grid;
}

.atr-dotlist li {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.atr-dotlist li:before {
  content: "";
  border-radius: 50%;
  flex: none;
  width: 6px;
  height: 6px;
  margin-top: 8px;
}

.atr-dotlist--yes li:before {
  background: var(--atr-green);
}

.atr-dotlist--no li:before {
  background: var(--atr-red);
}

.atr-hours {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 16px;
  display: grid;
}

@media (min-width: 768px) {
  .atr-hours {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.atr-hours dt {
  font-size: .9375rem;
  font-weight: 700;
}

.atr-hours dd {
  color: var(--atr-muted);
  margin: 6px 0 0;
  font-size: .9375rem;
}

.atr-subhead {
  align-items: center;
  gap: 10px;
  font-size: .9375rem;
  font-weight: 700;
  display: flex;
}

.atr-faq {
  border-bottom: 1px solid var(--atr-line);
}

.atr-faq:last-child {
  border-bottom: 0;
}

.atr-faq__q {
  text-align: left;
  width: 100%;
  color: var(--atr-text);
  cursor: pointer;
  background: none;
  border: 0;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  font-size: .9375rem;
  font-weight: 500;
  display: flex;
}

.atr-faq__q svg {
  width: 20px;
  height: 20px;
  color: var(--atr-muted);
  flex: none;
  transition: transform .2s;
}

.atr-faq__q[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.atr-faq__a {
  color: var(--atr-muted);
  padding: 0 0 18px;
  font-size: .9375rem;
  line-height: 1.6;
}

.atr-map {
  border-radius: var(--atr-radius);
  border: 0;
  width: 100%;
  height: 330px;
  display: block;
}

.atr-book {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 26px;
  display: grid;
}

@media (min-width: 1024px) {
  .atr-book {
    grid-template-columns: minmax(0, 1fr) 376px;
  }
}

.atr-step + .atr-step {
  border-top: 1px solid var(--atr-line-strong);
  margin-top: 26px;
  padding-top: 26px;
}

.atr-step__head {
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 18px;
  display: flex;
}

.atr-step__num {
  background: var(--atr-accent-soft);
  width: 34px;
  height: 34px;
  color: var(--atr-primary);
  font-family: var(--primary-font);
  border-radius: 50%;
  flex: none;
  place-items: center;
  font-size: .875rem;
  font-weight: 700;
  display: grid;
}

.atr-step__title {
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
}

.atr-step__hint {
  color: var(--atr-muted);
  margin-top: 3px;
  font-size: .875rem;
}

.atr-step__aside {
  margin-left: auto;
}

.atr-option {
  text-align: left;
  border: 1.5px solid var(--atr-line-strong);
  cursor: pointer;
  background: #fff;
  border-radius: 14px;
  align-items: flex-start;
  gap: 14px;
  width: 100%;
  padding: 18px 20px;
  transition: border-color .15s, background-color .15s;
  display: flex;
}

.atr-option + .atr-option {
  margin-top: 14px;
}

.atr-option:hover {
  border-color: var(--atr-accent);
}

.atr-option[aria-checked="true"] {
  border-color: var(--atr-primary);
  background: var(--atr-selected);
}

.atr-radio {
  border: 1.5px solid #c9c2be;
  border-radius: 50%;
  flex: none;
  place-items: center;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  display: grid;
}

.atr-option[aria-checked="true"] .atr-radio {
  border-color: var(--atr-primary);
}

.atr-radio:after {
  content: "";
  background: var(--atr-primary);
  border-radius: 50%;
  width: 9px;
  height: 9px;
  transition: transform .12s;
  transform: scale(0);
}

.atr-option[aria-checked="true"] .atr-radio:after {
  transform: scale(1);
}

.atr-option__name {
  font-size: .9375rem;
  font-weight: 700;
  display: block;
}

.atr-option__desc {
  color: var(--atr-muted);
  margin-top: 6px;
  font-size: .8125rem;
  line-height: 1.5;
  display: block;
}

.atr-option__price {
  font-family: var(--primary-font);
  white-space: nowrap;
  margin-left: auto;
  font-size: 1.0625rem;
  font-weight: 700;
}

.atr-slots {
  grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
  gap: 14px;
  display: grid;
}

.atr-slot {
  border: 1.5px solid var(--atr-line-strong);
  text-align: center;
  cursor: pointer;
  background: #fff;
  border-radius: 12px;
  padding: 14px 10px;
  transition: border-color .15s, background-color .15s;
}

.atr-slot:hover {
  border-color: var(--atr-accent);
}

.atr-slot[aria-pressed="true"] {
  border-color: var(--atr-primary);
  background: var(--atr-selected);
}

.atr-slot__time {
  font-size: .9375rem;
  font-weight: 700;
  display: block;
}

.atr-slot__price {
  color: var(--atr-muted);
  margin-top: 3px;
  font-size: .8125rem;
  display: block;
}

.atr-slot:disabled {
  opacity: .4;
  cursor: not-allowed;
}

.atr-qtylist {
  border: 1px solid var(--atr-line-strong);
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.atr-qtyrow {
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  display: flex;
}

.atr-qtyrow + .atr-qtyrow {
  border-top: 1px solid var(--atr-line);
}

.atr-qtyrow__name {
  font-size: .9375rem;
  font-weight: 700;
}

.atr-qtyrow__meta {
  color: var(--atr-muted);
  margin-top: 3px;
  font-size: .8125rem;
}

.atr-stepper {
  border: 1.5px solid var(--atr-primary);
  border-radius: 8px;
  align-items: center;
  margin-left: auto;
  display: inline-flex;
  overflow: hidden;
}

.atr-stepper button {
  width: 34px;
  height: 34px;
  color: var(--atr-primary);
  cursor: pointer;
  background: #fff;
  border: 0;
  place-items: center;
  font-size: 1.125rem;
  line-height: 1;
  display: grid;
}

.atr-stepper button:disabled {
  opacity: .35;
  cursor: not-allowed;
}

.atr-stepper__value {
  text-align: center;
  border-left: 1.5px solid var(--atr-primary);
  border-right: 1.5px solid var(--atr-primary);
  place-items: center;
  min-width: 42px;
  height: 34px;
  font-size: .9375rem;
  font-weight: 700;
  display: grid;
}

.atr-summary {
  padding: 24px;
  position: sticky;
  top: 24px;
}

.atr-summary__title {
  font-family: var(--secondary-font);
  font-weight: var(--font-medium);
  margin: 0 0 18px;
  font-size: 1.25rem;
}

.atr-summary__product {
  align-items: flex-start;
  gap: 14px;
  display: flex;
}

.atr-summary__thumb {
  object-fit: cover;
  background: var(--atr-lavender);
  border-radius: 10px;
  flex: none;
  width: 96px;
  height: 76px;
}

.atr-summary__name {
  font-family: var(--primary-font);
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
}

.atr-summary__when {
  margin-top: 5px;
  font-size: .875rem;
}

.atr-summary__where {
  color: var(--atr-muted);
  margin-top: 5px;
  font-size: .875rem;
  line-height: 1.4;
}

.atr-summary__rows {
  gap: 16px;
  margin-top: 18px;
  display: grid;
}

.atr-summary__row {
  align-items: flex-start;
  gap: 12px;
  display: flex;
}

.atr-summary__row + .atr-summary__row {
  border-top: 1px solid var(--atr-line);
  padding-top: 16px;
}

.atr-summary__sep {
  border: 0;
  border-top: 1px solid var(--atr-line);
  margin: 18px 0;
}

.atr-summary__line {
  color: var(--atr-muted);
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  font-size: .875rem;
  display: flex;
}

.atr-summary__line strong {
  color: var(--atr-text);
  font-size: .9375rem;
}

.atr-summary__total {
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  margin: 6px 0 20px;
  display: flex;
}

.atr-summary__total dt {
  font-size: .9375rem;
  font-weight: 700;
}

.atr-summary__total dd {
  font-family: var(--primary-font);
  color: var(--atr-primary);
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
}

.atr-field {
  display: block;
}

.atr-field__label {
  font-family: var(--secondary-font);
  font-size: var(--text-md);
  font-weight: var(--font-medium);
  margin-bottom: .25rem;
  display: block;
}

.atr-field__label .atr-req {
  color: #dc3545;
  margin-left: 2px;
  font-style: italic;
}

.atr-input, .atr-selectbox {
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  font-family: var(--primary-font);
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  outline: none;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  display: block;
}

.atr-input::placeholder, .atr-selectbox::placeholder {
  color: var(--color-secondary-light);
  opacity: 1;
}

.atr-input:focus, .atr-selectbox:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem #007bff40;
}

.atr-input[aria-invalid="true"], .atr-selectbox[aria-invalid="true"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
}

.atr-input[data-valid="true"], .atr-selectbox[data-valid="true"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right calc(.375em + .1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
}

.atr-error {
  color: #dc3545;
  margin-top: .25rem;
  font-size: 80%;
}

.atr-formgrid {
  grid-template-columns: minmax(0, 1fr);
  gap: 1.5rem .75rem;
  display: grid;
}

@media (min-width: 768px) {
  .atr-formgrid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.atr-radiorow {
  flex-wrap: wrap;
  align-items: center;
  gap: 1.5rem;
  display: flex;
}

.atr-radiorow label {
  font-size: var(--font-15);
  cursor: pointer;
  align-items: center;
  gap: 8px;
  display: inline-flex;
}

.atr-radiorow input[type="radio"] {
  width: 18px;
  height: 18px;
  accent-color: var(--primary-color, #3c0a52);
  cursor: pointer;
}

.atr-cardinput {
  position: relative;
}

.atr-cardinput .atr-input {
  padding-right: 190px;
}

.atr-cardbrands {
  pointer-events: none;
  align-items: center;
  gap: 7px;
  display: inline-flex;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}

.atr-cardbrands span {
  border: 1px solid var(--atr-line-strong);
  letter-spacing: .02em;
  color: #1a1f71;
  background: #fff;
  border-radius: 5px;
  place-items: center;
  min-width: 40px;
  height: 26px;
  padding: 0 6px;
  font-size: .5625rem;
  font-weight: 800;
  display: grid;
}

.atr-textlink {
  color: var(--atr-primary);
  font-weight: 600;
  text-decoration: underline;
}

.atr-legal {
  color: var(--atr-muted);
  margin: 18px 0 0;
  font-size: .8125rem;
  line-height: 1.55;
}

.atr-legal a {
  color: var(--atr-link, #006ce4);
  text-decoration: none;
}

.atr-legal a:hover {
  text-decoration: underline;
}

.atr-conf-hero {
  text-align: center;
  padding: 44px 0 30px;
}

.atr-conf-hero__seal {
  color: #fff;
  background: var(--atr-primary);
  clip-path: polygon(50% 0%, 61% 8%, 74% 5%, 81% 16%, 94% 19%, 95% 32%, 100% 43%, 93% 53%, 97% 66%, 86% 73%, 84% 86%, 71% 87%, 61% 96%, 50% 90%, 39% 96%, 29% 87%, 16% 86%, 14% 73%, 3% 66%, 7% 53%, 0% 43%, 5% 32%, 6% 19%, 19% 16%, 26% 5%, 39% 8%);
  place-items: center;
  width: 62px;
  height: 62px;
  display: inline-grid;
}

.atr-conf-hero__seal svg {
  width: 26px;
  height: 26px;
}

.atr-conf-hero__title {
  font-family: var(--large-font);
  letter-spacing: .02em;
  color: var(--atr-primary);
  margin: 18px 0 0;
  font-size: clamp(1.6rem, 3.6vw, 2.2rem);
  font-weight: 700;
}

.atr-conf-top {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 20px;
  display: grid;
}

@media (min-width: 1024px) {
  .atr-conf-top {
    grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  }
}

.atr-conf-meta p {
  margin: 0 0 14px;
  font-size: .9375rem;
}

.atr-conf-meta p:last-child {
  margin-bottom: 0;
}

.atr-conf-meta strong {
  color: var(--atr-primary);
}

.atr-conf-actions {
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
}

.atr-conf-actions li {
  align-items: center;
  gap: 10px;
  font-size: .9375rem;
  display: flex;
}

.atr-conf-actions svg {
  width: 16px;
  height: 16px;
  color: var(--atr-primary);
}

.atr-conf-actions a {
  color: var(--atr-primary);
  text-decoration: underline;
}

.atr-deftable {
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  margin: 18px 0 0;
  display: grid;
}

@media (min-width: 640px) {
  .atr-deftable {
    grid-template-columns: 168px minmax(0, 1fr);
    gap: 12px 20px;
  }
}

.atr-deftable dt {
  font-size: .875rem;
  font-weight: 700;
}

.atr-deftable dd {
  color: #4a4a4a;
  margin: 0;
  font-size: .875rem;
}

.atr-totalbar {
  background: #f5f5f5;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 18px 22px;
  display: flex;
}

.atr-totalbar__label {
  font-size: .9375rem;
  font-weight: 700;
}

.atr-totalbar__sub {
  color: var(--atr-muted);
  margin-top: 2px;
  font-size: .75rem;
}

.atr-totalbar__amount {
  font-family: var(--primary-font);
  font-size: 1.375rem;
  font-weight: 700;
}

.atr-vip {
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  padding: 26px 28px;
  display: grid;
}

@media (min-width: 900px) {
  .atr-vip {
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.4fr);
  }
}

.atr-vip__title {
  font-family: var(--secondary-font);
  font-weight: var(--font-medium);
  color: var(--atr-primary);
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.15;
}

.atr-vip__copy {
  color: var(--atr-text);
  margin: 0 0 12px;
  font-size: .875rem;
}

.atr-vip__form {
  border: 1px solid var(--atr-line-strong);
  background: #fff;
  border-radius: 9999px;
  gap: 0;
  padding: 5px 5px 5px 8px;
  display: flex;
}

.atr-vip__form input {
  background: none;
  border: 0;
  outline: 0;
  flex: auto;
  min-width: 0;
  padding: 10px 14px;
  font-size: .9375rem;
}

.atr-empty {
  text-align: center;
  color: var(--atr-muted);
  padding: 60px 20px;
}

.atr-skeleton {
  background: linear-gradient(90deg, #efe6e0 25%, #f7efea 37%, #efe6e0 63%) 0 0 / 400% 100%;
  border-radius: 10px;
  animation: 1.3s infinite atr-shimmer;
}

@keyframes atr-shimmer {
  0% {
    background-position: 100%;
  }

  100% {
    background-position: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .atr-skeleton {
    animation: none;
  }
}

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

.atr-toolbar__controls {
  align-items: center;
  gap: 12px;
  display: flex;
}

.atr-range-wrap {
  align-items: center;
  height: 20px;
  display: flex;
  position: relative;
}

.atr-range-track, .atr-range-fill {
  pointer-events: none;
  border-radius: 9999px;
  height: 6px;
  position: absolute;
}

.atr-range-track {
  background: var(--atr-accent);
  left: 0;
  right: 0;
}

.atr-range-fill {
  background: var(--atr-primary);
}

.atr-range-wrap .atr-range {
  background: none;
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.atr-check--counted {
  justify-content: space-between;
  gap: 8px;
}

.atr-check--counted > span:first-child {
  align-items: center;
  gap: 12px;
  min-width: 0;
  display: flex;
}

.atr-check__count {
  color: var(--atr-muted);
  flex: none;
  font-size: .8125rem;
}

.atr-check-box.atr-check--counted {
  align-items: center;
}

.atr-more {
  color: var(--atr-primary);
  cursor: pointer;
  background: none;
  border: 0;
  justify-self: start;
  padding: 0;
  font-size: .8125rem;
  font-weight: 600;
  text-decoration: underline;
}

.atr-more:hover {
  color: var(--atr-primary-soft);
}

.atr-chips {
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  display: flex;
}

.atr-chip {
  background: var(--atr-accent-soft);
  border: 1px solid var(--atr-accent);
  color: var(--atr-primary);
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  font-size: .8125rem;
  display: inline-flex;
}

.atr-chip button {
  color: var(--atr-primary);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0;
  font-size: .75rem;
  line-height: 1;
}

.atr-chip button:hover {
  color: var(--atr-red);
}

.atr-chips__reset {
  color: var(--atr-muted);
  cursor: pointer;
  background: none;
  border: 0;
  padding: 0 4px;
  font-size: .8125rem;
  font-weight: 600;
  text-decoration: underline;
}

.atr-chips__reset:hover {
  color: var(--atr-text);
}

.atr-loading {
  text-align: center;
  color: var(--atr-muted);
  padding: 18px 0;
  font-size: .875rem;
}

.atr-progress {
  --atr-progress-bg: #f5f0fa;
  --atr-progress-track: #e8dff4;
  --atr-progress-accent: #612f87;
  background: var(--atr-progress-bg);
  border: 1px solid var(--atr-progress-track);
  border-radius: 12px;
  margin-bottom: 16px;
  padding: 12px 16px;
}

.atr-progress__label {
  font-size: .875rem;
  font-weight: var(--font-medium);
  color: var(--atr-progress-accent);
  align-items: center;
  gap: 8px;
  margin: 0 0 8px;
  display: flex;
}

.atr-progress__spinner {
  flex: none;
  font-size: .75rem;
}

.atr-progress__track {
  background: var(--atr-progress-track);
  border-radius: 9999px;
  height: 6px;
  overflow: hidden;
}

.atr-progress__bar {
  background: var(--atr-progress-accent);
  border-radius: 9999px;
  height: 100%;
  transition: width .5s ease-out;
}

@media (prefers-reduced-motion: reduce) {
  .atr-progress__spinner {
    animation: none;
  }

  .atr-progress__bar {
    transition: none;
  }
}

.atr-modal {
  --atr-surface: #fff;
  --atr-primary: #3c0a52;
  --atr-primary-soft: #4f1767;
  --atr-accent: #dc9cf7;
  --atr-accent-soft: #f6e3ff;
  --atr-text: #121212;
  --atr-muted: #6c6c6c;
  --atr-line: #ececec;
  --atr-line-strong: #dee2e6;
  --atr-red: #e2456a;
  z-index: 60;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
  position: fixed;
  inset: 0;
}

.atr-modal__scrim {
  background: #0006;
  position: absolute;
  inset: 0;
}

.atr-modal__card {
  background: var(--atr-surface);
  border-radius: 16px;
  flex-direction: column;
  width: 100%;
  max-width: 28rem;
  max-height: 85vh;
  display: flex;
  position: relative;
  box-shadow: 0 18px 48px #00000038;
}

.atr-modal__head {
  border-bottom: 1px solid var(--atr-line);
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  display: flex;
}

.atr-modal__head h2 {
  font-family: var(--primary-font);
  color: var(--atr-text);
  font-size: 1rem;
  font-weight: 700;
}

.atr-modal__head button {
  color: var(--atr-muted);
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 1rem;
  line-height: 1;
}

.atr-modal__head button:hover {
  color: var(--atr-text);
}

.atr-modal__body {
  flex: 1;
  align-content: start;
  gap: 12px;
  padding: 16px 20px;
  display: grid;
  overflow-y: auto;
}

.atr-modal__foot {
  border-top: 1px solid var(--atr-line);
  gap: 12px;
  padding: 16px 20px;
  display: flex;
}

.atr-modal__foot .atr-btn {
  flex: 1;
  justify-content: center;
}

.atr-sort {
  position: relative;
}

.atr-sort__trigger {
  white-space: nowrap;
  border: 1px solid var(--atr-primary);
  font-family: var(--primary-font);
  color: var(--atr-text);
  cursor: pointer;
  background: #fff;
  border-radius: 9999px;
  align-items: center;
  gap: 8px;
  padding: 8px 12px 8px 16px;
  font-size: .875rem;
  font-weight: 500;
  transition: color .15s;
  display: flex;
}

.atr-sort__trigger:hover {
  color: var(--atr-primary);
}

.atr-sort__prefix {
  color: var(--atr-muted);
  font-weight: 400;
}

.atr-sort__trigger svg {
  width: 14px;
  height: 14px;
  color: var(--atr-muted);
  transition: transform .2s;
  transform: rotate(180deg);
}

.atr-sort__trigger[aria-expanded="true"] svg {
  transform: rotate(0);
}

.atr-sort__menu {
  z-index: 20;
  border: 1px solid var(--atr-line);
  background: #fff;
  border-radius: 14px;
  gap: 2px;
  min-width: 224px;
  margin-top: 6px;
  padding: 6px;
  display: grid;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 10px 28px #00000024;
}

.atr-sort__option {
  text-align: left;
  width: 100%;
  font-family: var(--primary-font);
  color: var(--atr-text);
  white-space: nowrap;
  cursor: pointer;
  background: none;
  border: 0;
  border-radius: 9999px;
  padding: 10px 16px;
  font-size: .875rem;
  transition: background-color .15s, color .15s;
}

.atr-sort__option:hover {
  background: #f6f6f6;
}

.atr-sort__option.is-active {
  background: var(--atr-primary);
  color: #fff;
  font-weight: 600;
}

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

@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@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-leading {
  syntax: "*";
  inherits: false
}

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

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

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

@property --tw-slashed-zero {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-figure {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false
}

@property --tw-numeric-fraction {
  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: 0;
}

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

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

@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-backdrop-blur {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false
}

@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false
}

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

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

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

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

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

@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-content {
  syntax: "*";
  inherits: false;
  initial-value: "";
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

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

/*# sourceMappingURL=apps_web_app_attractions_attractions_0maolxu.css.map*/