/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-red-500: oklch(63.7% 0.237 25.331);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --animate-spin: spin 1s linear infinite;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-green: #125510;
    --color-orange: #ff6a00;
    --color-navy: #20427c;
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .pointer-events-auto {
    pointer-events: auto;
  }
  .pointer-events-none {
    pointer-events: none;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .-top-0\.5 {
    top: calc(var(--spacing) * -0.5);
  }
  .-top-\[1px\] {
    top: calc(1px * -1);
  }
  .-top-\[2px\] {
    top: calc(2px * -1);
  }
  .-top-\[3px\] {
    top: calc(3px * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/2 {
    top: calc(1/2 * 100%);
  }
  .top-1\/3 {
    top: calc(1/3 * 100%);
  }
  .top-1\/4 {
    top: calc(1/4 * 100%);
  }
  .top-1\/5 {
    top: calc(1/5 * 100%);
  }
  .top-1\/6 {
    top: calc(1/6 * 100%);
  }
  .top-2\/3 {
    top: calc(2/3 * 100%);
  }
  .top-2\/4 {
    top: calc(2/4 * 100%);
  }
  .top-2\/5 {
    top: calc(2/5 * 100%);
  }
  .top-2\/7 {
    top: calc(2/7 * 100%);
  }
  .top-3\/4 {
    top: calc(3/4 * 100%);
  }
  .top-3\/5 {
    top: calc(3/5 * 100%);
  }
  .top-3\/7 {
    top: calc(3/7 * 100%);
  }
  .top-4\/5 {
    top: calc(4/5 * 100%);
  }
  .top-4\/7 {
    top: calc(4/7 * 100%);
  }
  .top-5\/7 {
    top: calc(5/7 * 100%);
  }
  .top-5\/8 {
    top: calc(5/8 * 100%);
  }
  .top-\[64px\] {
    top: 64px;
  }
  .-right-1 {
    right: calc(var(--spacing) * -1);
  }
  .-right-1\.5 {
    right: calc(var(--spacing) * -1.5);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .-right-\[10\%\] {
    right: calc(10% * -1);
  }
  .-right-\[20\%\] {
    right: calc(20% * -1);
  }
  .-right-\[25\%\] {
    right: calc(25% * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-1 {
    right: calc(var(--spacing) * 1);
  }
  .right-2 {
    right: calc(var(--spacing) * 2);
  }
  .right-\[-10\%\] {
    right: -10%;
  }
  .-bottom-\[10\%\] {
    bottom: calc(10% * -1);
  }
  .-bottom-\[20\%\] {
    bottom: calc(20% * -1);
  }
  .-bottom-\[30\%\] {
    bottom: calc(30% * -1);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-1\/3 {
    bottom: calc(1/3 * 100%);
  }
  .bottom-2\/3 {
    bottom: calc(2/3 * 100%);
  }
  .bottom-5\/8 {
    bottom: calc(5/8 * 100%);
  }
  .bottom-\[5\%\] {
    bottom: 5%;
  }
  .bottom-\[10\%\] {
    bottom: 10%;
  }
  .bottom-\[11\%\] {
    bottom: 11%;
  }
  .bottom-\[12\%\] {
    bottom: 12%;
  }
  .bottom-\[15\%\] {
    bottom: 15%;
  }
  .bottom-\[20\%\] {
    bottom: 20%;
  }
  .bottom-\[25\%\] {
    bottom: 25%;
  }
  .bottom-\[27\%\] {
    bottom: 27%;
  }
  .bottom-\[30\%\] {
    bottom: 30%;
  }
  .bottom-\[31\%\] {
    bottom: 31%;
  }
  .bottom-\[32\%\] {
    bottom: 32%;
  }
  .bottom-\[33\%\] {
    bottom: 33%;
  }
  .bottom-\[34\%\] {
    bottom: 34%;
  }
  .bottom-\[34\.5\%\] {
    bottom: 34.5%;
  }
  .bottom-\[35\%\] {
    bottom: 35%;
  }
  .bottom-\[40\%\] {
    bottom: 40%;
  }
  .bottom-\[47\%\] {
    bottom: 47%;
  }
  .bottom-\[50\%\] {
    bottom: 50%;
  }
  .bottom-\[57\%\] {
    bottom: 57%;
  }
  .bottom-\[60\%\] {
    bottom: 60%;
  }
  .bottom-\[64px\] {
    bottom: 64px;
  }
  .bottom-\[65\%\] {
    bottom: 65%;
  }
  .bottom-\[72px\] {
    bottom: 72px;
  }
  .bottom-\[80\%\] {
    bottom: 80%;
  }
  .-left-1\/4 {
    left: calc(calc(1/4 * 100%) * -1);
  }
  .-left-1\/6 {
    left: calc(calc(1/6 * 100%) * -1);
  }
  .-left-\[5\%\] {
    left: calc(5% * -1);
  }
  .-left-\[10\%\] {
    left: calc(10% * -1);
  }
  .-left-\[15\%\] {
    left: calc(15% * -1);
  }
  .-left-\[20\%\] {
    left: calc(20% * -1);
  }
  .-left-\[40\%\] {
    left: calc(40% * -1);
  }
  .-left-\[50\%\] {
    left: calc(50% * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-1\/3 {
    left: calc(1/3 * 100%);
  }
  .left-1\/4 {
    left: calc(1/4 * 100%);
  }
  .left-1\/5 {
    left: calc(1/5 * 100%);
  }
  .left-2\/4 {
    left: calc(2/4 * 100%);
  }
  .left-2\/5 {
    left: calc(2/5 * 100%);
  }
  .left-3\/4 {
    left: calc(3/4 * 100%);
  }
  .left-3\/5 {
    left: calc(3/5 * 100%);
  }
  .left-3\/7 {
    left: calc(3/7 * 100%);
  }
  .left-3\/8 {
    left: calc(3/8 * 100%);
  }
  .left-4\/5 {
    left: calc(4/5 * 100%);
  }
  .left-4\/6 {
    left: calc(4/6 * 100%);
  }
  .left-4\/7 {
    left: calc(4/7 * 100%);
  }
  .left-4\/9 {
    left: calc(4/9 * 100%);
  }
  .left-5\/6 {
    left: calc(5/6 * 100%);
  }
  .left-5\/7 {
    left: calc(5/7 * 100%);
  }
  .left-5\/8 {
    left: calc(5/8 * 100%);
  }
  .left-5\/9 {
    left: calc(5/9 * 100%);
  }
  .left-6\/7 {
    left: calc(6/7 * 100%);
  }
  .left-6\/8 {
    left: calc(6/8 * 100%);
  }
  .left-6\/9 {
    left: calc(6/9 * 100%);
  }
  .left-7\/8 {
    left: calc(7/8 * 100%);
  }
  .left-7\/9 {
    left: calc(7/9 * 100%);
  }
  .left-8\/9 {
    left: calc(8/9 * 100%);
  }
  .left-12 {
    left: calc(var(--spacing) * 12);
  }
  .left-14 {
    left: calc(var(--spacing) * 14);
  }
  .left-18 {
    left: calc(var(--spacing) * 18);
  }
  .left-24 {
    left: calc(var(--spacing) * 24);
  }
  .left-\[5\%\] {
    left: 5%;
  }
  .left-\[10\%\] {
    left: 10%;
  }
  .left-\[15\%\] {
    left: 15%;
  }
  .left-\[22\%\] {
    left: 22%;
  }
  .left-\[23\%\] {
    left: 23%;
  }
  .left-\[25\%\] {
    left: 25%;
  }
  .left-\[30\%\] {
    left: 30%;
  }
  .left-\[35\%\] {
    left: 35%;
  }
  .left-\[37\%\] {
    left: 37%;
  }
  .left-\[38\%\] {
    left: 38%;
  }
  .left-\[40\%\] {
    left: 40%;
  }
  .left-\[40\.5\%\] {
    left: 40.5%;
  }
  .left-\[41\%\] {
    left: 41%;
  }
  .left-\[42\%\] {
    left: 42%;
  }
  .left-\[45\%\] {
    left: 45%;
  }
  .left-\[47\%\] {
    left: 47%;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[53\%\] {
    left: 53%;
  }
  .left-\[55\%\] {
    left: 55%;
  }
  .left-\[58\%\] {
    left: 58%;
  }
  .left-\[60\%\] {
    left: 60%;
  }
  .left-\[62\%\] {
    left: 62%;
  }
  .left-\[64\%\] {
    left: 64%;
  }
  .left-\[65\%\] {
    left: 65%;
  }
  .left-\[68\%\] {
    left: 68%;
  }
  .left-\[70\%\] {
    left: 70%;
  }
  .left-\[75\%\] {
    left: 75%;
  }
  .left-\[80\%\] {
    left: 80%;
  }
  .left-\[82\%\] {
    left: 82%;
  }
  .left-\[90\%\] {
    left: 90%;
  }
  .z-1 {
    z-index: 1;
  }
  .z-4 {
    z-index: 4;
  }
  .z-5 {
    z-index: 5;
  }
  .z-6 {
    z-index: 6;
  }
  .z-7 {
    z-index: 7;
  }
  .z-8 {
    z-index: 8;
  }
  .z-9 {
    z-index: 9;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-50 {
    z-index: 50;
  }
  .order-last {
    order: 9999;
  }
  .col-span-1 {
    grid-column: span 1 / span 1;
  }
  .col-span-2 {
    grid-column: span 2 / span 2;
  }
  .col-span-3 {
    grid-column: span 3 / span 3;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mr-2 {
    margin-right: calc(var(--spacing) * 2);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .size-1\/2 {
    width: calc(1/2 * 100%);
    height: calc(1/2 * 100%);
  }
  .size-4 {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }
  .size-5 {
    width: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 5);
  }
  .size-8 {
    width: calc(var(--spacing) * 8);
    height: calc(var(--spacing) * 8);
  }
  .size-10 {
    width: calc(var(--spacing) * 10);
    height: calc(var(--spacing) * 10);
  }
  .size-12 {
    width: calc(var(--spacing) * 12);
    height: calc(var(--spacing) * 12);
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[calc\(100\%-128px\)\] {
    height: calc(100% - 128px);
  }
  .h-\[calc\(100bvh-128px\)\] {
    height: calc(100bvh - 128px);
  }
  .h-\[calc\(100vh-124px\)\] {
    height: calc(100vh - 124px);
  }
  .h-\[calc\(100vh-128px\)\] {
    height: calc(100vh - 128px);
  }
  .h-dvh {
    height: 100dvh;
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-1\/3 {
    width: calc(1/3 * 100%);
  }
  .w-1\/4 {
    width: calc(1/4 * 100%);
  }
  .w-1\/5 {
    width: calc(1/5 * 100%);
  }
  .w-1\/6 {
    width: calc(1/6 * 100%);
  }
  .w-1\/7 {
    width: calc(1/7 * 100%);
  }
  .w-1\/8 {
    width: calc(1/8 * 100%);
  }
  .w-2\/3 {
    width: calc(2/3 * 100%);
  }
  .w-2\/5 {
    width: calc(2/5 * 100%);
  }
  .w-2\/7 {
    width: calc(2/7 * 100%);
  }
  .w-3\/4 {
    width: calc(3/4 * 100%);
  }
  .w-3\/5 {
    width: calc(3/5 * 100%);
  }
  .w-3\/7 {
    width: calc(3/7 * 100%);
  }
  .w-4\/5 {
    width: calc(4/5 * 100%);
  }
  .w-5\/6 {
    width: calc(5/6 * 100%);
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[12\%\] {
    width: 12%;
  }
  .w-\[13\%\] {
    width: 13%;
  }
  .w-\[14\%\] {
    width: 14%;
  }
  .w-\[15\%\] {
    width: 15%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[45\%\] {
    width: 45%;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[68\%\] {
    width: 68%;
  }
  .w-full {
    width: 100%;
  }
  .origin-center {
    transform-origin: center;
  }
  .-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) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-x-\[-1\] {
    --tw-scale-x: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-y-\[-1\] {
    --tw-scale-y: -1;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .-rotate-90 {
    rotate: calc(90deg * -1);
  }
  .rotate-33 {
    rotate: 33deg;
  }
  .rotate-40 {
    rotate: 40deg;
  }
  .rotate-45 {
    rotate: 45deg;
  }
  .rotate-90 {
    rotate: 90deg;
  }
  .rotate-170 {
    rotate: 170deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-190 {
    rotate: 190deg;
  }
  .rotate-195 {
    rotate: 195deg;
  }
  .rotate-200 {
    rotate: 200deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .animate-spin {
    animation: var(--animate-spin);
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-disc {
    list-style-type: disc;
  }
  .list-none {
    list-style-type: none;
  }
  .columns-2 {
    columns: 2;
  }
  .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-rows-\[64px_1fr_64px\] {
    grid-template-rows: 64px 1fr 64px;
  }
  .items-center {
    align-items: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .divide-x-2 {
    :where(& > :not(:last-child)) {
      --tw-divide-x-reverse: 0;
      border-inline-style: var(--tw-border-style);
      border-inline-start-width: calc(2px * var(--tw-divide-x-reverse));
      border-inline-end-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
    }
  }
  .divide-y-2 {
    :where(& > :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(2px * var(--tw-divide-y-reverse));
      border-bottom-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
    }
  }
  .divide-white {
    :where(& > :not(:last-child)) {
      border-color: var(--color-white);
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-auto {
    overflow-y: auto;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .border-0 {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-\[3px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 3px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0px;
  }
  .\!border-b-0 {
    border-bottom-style: var(--tw-border-style) !important;
    border-bottom-width: 0px !important;
  }
  .border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-black\/50 {
    background-color: color-mix(in srgb, #000 50%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
    }
  }
  .bg-green {
    background-color: var(--color-green);
  }
  .bg-navy {
    background-color: var(--color-navy);
  }
  .bg-orange {
    background-color: var(--color-orange);
  }
  .bg-red-500 {
    background-color: var(--color-red-500);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
  .pt-8 {
    padding-top: calc(var(--spacing) * 8);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pr-12 {
    padding-right: calc(var(--spacing) * 12);
  }
  .pr-24 {
    padding-right: calc(var(--spacing) * 24);
  }
  .pb-8 {
    padding-bottom: calc(var(--spacing) * 8);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pl-10 {
    padding-left: calc(var(--spacing) * 10);
  }
  .pl-12 {
    padding-left: calc(var(--spacing) * 12);
  }
  .text-right {
    text-align: right;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-50 {
    opacity: 50%;
  }
  .opacity-60 {
    opacity: 60%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .mix-blend-darken {
    mix-blend-mode: darken;
  }
  .mix-blend-lighten {
    mix-blend-mode: lighten;
  }
  .mix-blend-luminosity {
    mix-blend-mode: luminosity;
  }
  .mix-blend-multiply {
    mix-blend-mode: multiply;
  }
  .mix-blend-plus-lighter {
    mix-blend-mode: plus-lighter;
  }
  .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, visibility, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-opacity {
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .\*\:mb-0\.5 {
    :is(& > *) {
      margin-bottom: calc(var(--spacing) * 0.5);
    }
  }
  .\*\:mb-1 {
    :is(& > *) {
      margin-bottom: calc(var(--spacing) * 1);
    }
  }
  .\*\:mb-2 {
    :is(& > *) {
      margin-bottom: calc(var(--spacing) * 2);
    }
  }
  .group-hover\:right-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        right: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\:mr-0 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        margin-right: calc(var(--spacing) * 0);
      }
    }
  }
  .group-hover\:opacity-50 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 50%;
      }
    }
  }
  .group-hover\:opacity-70 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 70%;
      }
    }
  }
  .group-hover\:opacity-100 {
    &:is(:where(.group):hover *) {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .empty\:hidden {
    &:empty {
      display: none;
    }
  }
  .hover\:opacity-100 {
    &:hover {
      @media (hover: hover) {
        opacity: 100%;
      }
    }
  }
  .nth-last-1\:border-b-0 {
    &:nth-last-child(1) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .nth-last-2\:\!border-b-0 {
    &:nth-last-child(2) {
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 0px !important;
    }
  }
  .nth-last-2\:border-b-0 {
    &:nth-last-child(2) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .nth-last-of-type-2\:border-b-0 {
    &:nth-last-of-type(2) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:-top-\[1px\] {
    @media (width >= 48rem) {
      top: calc(1px * -1);
    }
  }
  .md\:top-auto {
    @media (width >= 48rem) {
      top: auto;
    }
  }
  .md\:bottom-\[10\%\] {
    @media (width >= 48rem) {
      bottom: 10%;
    }
  }
  .md\:bottom-\[15\%\] {
    @media (width >= 48rem) {
      bottom: 15%;
    }
  }
  .md\:bottom-\[20\%\] {
    @media (width >= 48rem) {
      bottom: 20%;
    }
  }
  .md\:bottom-\[31\%\] {
    @media (width >= 48rem) {
      bottom: 31%;
    }
  }
  .md\:bottom-\[60\%\] {
    @media (width >= 48rem) {
      bottom: 60%;
    }
  }
  .md\:left-1\/5 {
    @media (width >= 48rem) {
      left: calc(1/5 * 100%);
    }
  }
  .md\:left-2\/5 {
    @media (width >= 48rem) {
      left: calc(2/5 * 100%);
    }
  }
  .md\:left-5\/9 {
    @media (width >= 48rem) {
      left: calc(5/9 * 100%);
    }
  }
  .md\:left-18 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 18);
    }
  }
  .md\:left-\[38\%\] {
    @media (width >= 48rem) {
      left: 38%;
    }
  }
  .md\:left-\[40\.5\%\] {
    @media (width >= 48rem) {
      left: 40.5%;
    }
  }
  .md\:z-8 {
    @media (width >= 48rem) {
      z-index: 8;
    }
  }
  .md\:order-none {
    @media (width >= 48rem) {
      order: 0;
    }
  }
  .md\:col-span-1 {
    @media (width >= 48rem) {
      grid-column: span 1 / span 1;
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:size-4 {
    @media (width >= 48rem) {
      width: calc(var(--spacing) * 4);
      height: calc(var(--spacing) * 4);
    }
  }
  .md\:h-\[calc\(100vh-124px\)\] {
    @media (width >= 48rem) {
      height: calc(100vh - 124px);
    }
  }
  .md\:w-1\/3 {
    @media (width >= 48rem) {
      width: calc(1/3 * 100%);
    }
  }
  .md\:w-1\/4 {
    @media (width >= 48rem) {
      width: calc(1/4 * 100%);
    }
  }
  .md\:w-1\/5 {
    @media (width >= 48rem) {
      width: calc(1/5 * 100%);
    }
  }
  .md\:w-\[15\%\] {
    @media (width >= 48rem) {
      width: 15%;
    }
  }
  .md\:w-\[30\%\] {
    @media (width >= 48rem) {
      width: 30%;
    }
  }
  .md\:scale-x-100 {
    @media (width >= 48rem) {
      --tw-scale-x: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }
  .md\:rotate-0 {
    @media (width >= 48rem) {
      rotate: 0deg;
    }
  }
  .md\:grid-cols-3 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .md\:grid-cols-\[32px_1fr_1fr_1fr_1fr\] {
    @media (width >= 48rem) {
      grid-template-columns: 32px 1fr 1fr 1fr 1fr;
    }
  }
  .md\:grid-rows-\[64px_1fr_64px\] {
    @media (width >= 48rem) {
      grid-template-rows: 64px 1fr 64px;
    }
  }
  .md\:grid-rows-\[auto_1fr_auto\] {
    @media (width >= 48rem) {
      grid-template-rows: auto 1fr auto;
    }
  }
  .md\:justify-start {
    @media (width >= 48rem) {
      justify-content: flex-start;
    }
  }
  .md\:divide-x-2 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-divide-x-reverse: 0;
        border-inline-style: var(--tw-border-style);
        border-inline-start-width: calc(2px * var(--tw-divide-x-reverse));
        border-inline-end-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
      }
    }
  }
  .md\:divide-y-0 {
    @media (width >= 48rem) {
      :where(& > :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)));
      }
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:overflow-y-auto {
    @media (width >= 48rem) {
      overflow-y: auto;
    }
  }
  .md\:border-t-0 {
    @media (width >= 48rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 0px;
    }
  }
  .md\:border-r-2 {
    @media (width >= 48rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 2px;
    }
  }
  .md\:border-b-0 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
  .md\:border-b-2 {
    @media (width >= 48rem) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 2px;
    }
  }
  .md\:p-4 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 4);
    }
  }
  .md\:py-0 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 0);
    }
  }
  .md\:py-4 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 4);
    }
  }
  .md\:pt-4 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 4);
    }
  }
  .md\:pr-4 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 4);
    }
  }
  .md\:pr-24 {
    @media (width >= 48rem) {
      padding-right: calc(var(--spacing) * 24);
    }
  }
  .md\:pb-4 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 4);
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-4xl {
    @media (width >= 48rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .md\:empty\:block {
    @media (width >= 48rem) {
      &:empty {
        display: block;
      }
    }
  }
  .\[\&\:nth-last-child\(2\)\]\:\!border-b-0 {
    &:nth-last-child(2) {
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 0px !important;
    }
  }
  .\[\&\:nth-last-child\(2\)\]\:border-b-0 {
    &:nth-last-child(2) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
    }
  }
}
body {
  font-family: "SF Pro Text", system-ui, sans-serif;
}
.draggable {
  position: absolute;
  cursor: move;
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@view-transition {
  navigation: auto;
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-divide-x-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-divide-x-reverse: 0;
      --tw-border-style: solid;
      --tw-divide-y-reverse: 0;
      --tw-font-weight: initial;
      --tw-duration: initial;
    }
  }
}
