/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@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: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-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;
    }
  }
}

@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(.637 .237 25.331);
    --color-red-600: oklch(.577 .245 27.325);
    --color-green-600: oklch(.627 .194 149.214);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-lg: 32rem;
    --container-2xl: 42rem;
    --container-3xl: 48rem;
    --container-4xl: 56rem;
    --container-5xl: 64rem;
    --container-6xl: 72rem;
    --container-7xl: 80rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --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;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-relaxed: 1.625;
    --radius-2xl: 1rem;
    --radius-3xl: 1.5rem;
    --blur-sm: 8px;
    --blur-md: 12px;
    --blur-3xl: 64px;
    --aspect-video: 16 / 9;
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
    --color-deep-indigo: #1a1f4d;
    --color-soft-blush: #f7dce5;
    --color-charcoal: #2e2e2e;
  }
}

@layer base {
  *, :after, :before, ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    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;
  }

  body {
    line-height: inherit;
  }

  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;
    -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 {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.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 {
    vertical-align: middle;
    display: block;
  }

  img, video {
    max-width: 100%;
    height: auto;
  }

  button, input, select, optgroup, textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    --lightningcss-light: initial;
    --lightningcss-dark: ;
    color-scheme: light;
    background-color: #0000;
    border-radius: 0;
  }

  :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;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      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 {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }

  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }

  :-moz-ui-invalid {
    box-shadow: none;
  }

  button, input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }

  ::file-selector-button {
    appearance: button;
  }

  ::-webkit-inner-spin-button {
    height: auto;
  }

  ::-webkit-outer-spin-button {
    height: auto;
  }

  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }

  * {
    border-color: oklch(.922 0 0);
    outline-color: color-mix(in oklab, oklch(.708 0 0) 50%, transparent);
  }

  body {
    background-color: oklch(1 0 0);
    color: oklch(.145 0 0);
  }

  @font-face {
    font-family: Playfair Display;
    font-style: normal;
    font-weight: 400 700;
    font-display: swap;
    src: url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap");
  }

  @font-face {
    font-family: Playfair_Display\:SemiBold;
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600&display=swap");
  }

  @font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300 700;
    font-display: swap;
    src: url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
  }

  @font-face {
    font-family: Inter\:Regular;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.googleapis.com/css2?family=Inter:wght@400&display=swap");
  }

  @font-face {
    font-family: Inter\:Italic;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url("https://fonts.googleapis.com/css2?family=Inter:ital,wght@1,400&display=swap");
  }

  body {
    color: var(--color-charcoal);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #fff;
    font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
    color: var(--color-deep-indigo);
    font-family: Playfair Display, serif;
    font-weight: 600;
  }

  h1 {
    letter-spacing: -.02em;
    font-size: 3.5rem;
    line-height: 1.2;
  }

  h2 {
    letter-spacing: -.01em;
    font-size: 2.5rem;
    line-height: 1.3;
  }

  h3 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  h4 {
    font-size: 1.25rem;
    line-height: 1.5;
  }

  p {
    color: var(--color-charcoal);
    font-size: 1.0625rem;
    line-height: 1.75;
  }

  blockquote {
    border-left: 4px solid var(--color-soft-blush);
    color: var(--color-deep-indigo);
    padding-left: 1.5rem;
    font-style: italic;
  }
}

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

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

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

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

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

  .top-6 {
    top: calc(var(--spacing) * 6);
  }

  .top-\[-0\.5px\] {
    top: -.5px;
  }

  .top-\[-0\.45px\] {
    top: -.45px;
  }

  .top-\[-1\.2px\] {
    top: -1.2px;
  }

  .top-\[-1px\] {
    top: -1px;
  }

  .top-\[-41\.34px\] {
    top: -41.34px;
  }

  .top-\[-41\.63px\] {
    top: -41.63px;
  }

  .top-\[-48\.34px\] {
    top: -48.34px;
  }

  .top-\[-52\.95px\] {
    top: -52.95px;
  }

  .top-\[-72\.41px\] {
    top: -72.41px;
  }

  .top-\[-112\.7px\] {
    top: -112.7px;
  }

  .top-\[-116\.81px\] {
    top: -116.81px;
  }

  .top-\[-119\.23px\] {
    top: -119.23px;
  }

  .top-\[-134\.89px\] {
    top: -134.89px;
  }

  .top-\[-144\.45px\] {
    top: -144.45px;
  }

  .top-\[-155\.66px\] {
    top: -155.66px;
  }

  .top-\[-163\.15px\] {
    top: -163.15px;
  }

  .top-\[0\.5px\] {
    top: .5px;
  }

  .top-\[0\.8px\] {
    top: .8px;
  }

  .top-\[2\.5px\] {
    top: 2.5px;
  }

  .top-\[3px\] {
    top: 3px;
  }

  .top-\[5px\] {
    top: 5px;
  }

  .top-\[8px\] {
    top: 8px;
  }

  .top-\[17px\] {
    top: 17px;
  }

  .top-\[25px\] {
    top: 25px;
  }

  .top-\[31\.5px\] {
    top: 31.5px;
  }

  .top-\[33px\] {
    top: 33px;
  }

  .top-\[37\.75px\] {
    top: 37.75px;
  }

  .top-\[55\.2px\] {
    top: 55.2px;
  }

  .top-\[60px\] {
    top: 60px;
  }

  .top-\[63\.2px\] {
    top: 63.2px;
  }

  .top-\[67px\] {
    top: 67px;
  }

  .top-\[76px\] {
    top: 76px;
  }

  .top-\[80px\] {
    top: 80px;
  }

  .top-\[112\.75px\] {
    top: 112.75px;
  }

  .top-\[116\.8px\] {
    top: 116.8px;
  }

  .top-\[121\.75px\] {
    top: 121.75px;
  }

  .top-\[138\.7px\] {
    top: 138.7px;
  }

  .top-\[151\.2px\] {
    top: 151.2px;
  }

  .top-\[164px\] {
    top: 164px;
  }

  .top-\[167\.5px\] {
    top: 167.5px;
  }

  .top-\[180px\] {
    top: 180px;
  }

  .top-\[188\.25px\] {
    top: 188.25px;
  }

  .top-\[189px\] {
    top: 189px;
  }

  .top-\[195\.55px\] {
    top: 195.55px;
  }

  .top-\[205\.25px\] {
    top: 205.25px;
  }

  .top-\[268px\] {
    top: 268px;
  }

  .top-\[305\.75px\] {
    top: 305.75px;
  }

  .top-\[312px\] {
    top: 312px;
  }

  .top-\[315\.95px\] {
    top: 315.95px;
  }

  .top-\[389\.25px\] {
    top: 389.25px;
  }

  .top-\[577px\] {
    top: 577px;
  }

  .top-\[626\.3px\] {
    top: 626.3px;
  }

  .top-\[692\.5px\] {
    top: 692.5px;
  }

  .top-\[787\.81px\] {
    top: 787.81px;
  }

  .top-\[791\.45px\] {
    top: 791.45px;
  }

  .top-\[797\.73px\] {
    top: 797.73px;
  }

  .top-\[871\.31px\] {
    top: 871.31px;
  }

  .top-\[946\.81px\] {
    top: 946.81px;
  }

  .top-\[1029\.64px\] {
    top: 1029.64px;
  }

  .top-\[1266\.5px\] {
    top: 1266.5px;
  }

  .top-\[1764\.3px\] {
    top: 1764.3px;
  }

  .top-\[1914\.3px\] {
    top: 1914.3px;
  }

  .top-\[4484\.3px\] {
    top: 4484.3px;
  }

  .top-\[5321\.3px\] {
    top: 5321.3px;
  }

  .top-\[5415\.87px\] {
    top: 5415.87px;
  }

  .top-\[5736\.3px\] {
    top: 5736.3px;
  }

  .top-\[5806\.3px\] {
    top: 5806.3px;
  }

  .top-\[10684\.3px\] {
    top: 10684.3px;
  }

  .top-\[10762\.3px\] {
    top: 10762.3px;
  }

  .top-\[22030px\] {
    top: 22030px;
  }

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

  .right-12 {
    right: calc(var(--spacing) * 12);
  }

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

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

  .-bottom-12 {
    bottom: calc(var(--spacing) * -12);
  }

  .bottom-\[-32px\] {
    bottom: -32px;
  }

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

  .-left-12 {
    left: calc(var(--spacing) * -12);
  }

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

  .left-8 {
    left: calc(var(--spacing) * 8);
  }

  .left-\[-0\.5px\] {
    left: -.5px;
  }

  .left-\[-32px\] {
    left: -32px;
  }

  .left-\[-46\.5px\] {
    left: -46.5px;
  }

  .left-\[-50\.5px\] {
    left: -50.5px;
  }

  .left-\[-51\.5px\] {
    left: -51.5px;
  }

  .left-\[-72\.5px\] {
    left: -72.5px;
  }

  .left-\[-119\.5px\] {
    left: -119.5px;
  }

  .left-\[-141\.5px\] {
    left: -141.5px;
  }

  .left-\[-168\.5px\] {
    left: -168.5px;
  }

  .left-\[-196\.5px\] {
    left: -196.5px;
  }

  .left-\[-199\.5px\] {
    left: -199.5px;
  }

  .left-\[-376\.5px\] {
    left: -376.5px;
  }

  .left-\[0\.5px\] {
    left: .5px;
  }

  .left-\[16px\] {
    left: 16px;
  }

  .left-\[20px\] {
    left: 20px;
  }

  .left-\[24px\] {
    left: 24px;
  }

  .left-\[25px\] {
    left: 25px;
  }

  .left-\[31px\] {
    left: 31px;
  }

  .left-\[33px\] {
    left: 33px;
  }

  .left-\[48\.5px\] {
    left: 48.5px;
  }

  .left-\[48px\] {
    left: 48px;
  }

  .left-\[52px\] {
    left: 52px;
  }

  .left-\[56px\] {
    left: 56px;
  }

  .left-\[70\.13px\] {
    left: 70.13px;
  }

  .left-\[80px\] {
    left: 80px;
  }

  .left-\[120px\] {
    left: 120px;
  }

  .left-\[130px\] {
    left: 130px;
  }

  .left-\[134\.5px\] {
    left: 134.5px;
  }

  .left-\[214\.5px\] {
    left: 214.5px;
  }

  .left-\[214px\] {
    left: 214px;
  }

  .left-\[285\.33px\] {
    left: 285.33px;
  }

  .left-\[336\.2px\] {
    left: 336.2px;
  }

  .left-\[350\.79px\] {
    left: 350.79px;
  }

  .left-\[352\.46px\] {
    left: 352.46px;
  }

  .left-\[384\.3px\] {
    left: 384.3px;
  }

  .left-\[391\.31px\] {
    left: 391.31px;
  }

  .left-\[399\.23px\] {
    left: 399.23px;
  }

  .left-\[416\.16px\] {
    left: 416.16px;
  }

  .left-\[416\.21px\] {
    left: 416.21px;
  }

  .left-\[428px\] {
    left: 428px;
  }

  .left-\[570\.66px\] {
    left: 570.66px;
  }

  .left-\[642px\] {
    left: 642px;
  }

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

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

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

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

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

  .ms-\[30px\] {
    margin-inline-start: 30px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }

  .mb-16 {
    margin-bottom: calc(var(--spacing) * 16);
  }

  .block {
    display: block;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

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

  .aspect-\[1470\/1073\] {
    aspect-ratio: 1470 / 1073;
  }

  .aspect-video {
    aspect-ratio: var(--aspect-video);
  }

  .size-\[8px\] {
    width: 8px;
    height: 8px;
  }

  .size-\[32px\] {
    width: 32px;
    height: 32px;
  }

  .size-\[48px\] {
    width: 48px;
    height: 48px;
  }

  .size-\[256px\] {
    width: 256px;
    height: 256px;
  }

  .size-full {
    width: 100%;
    height: 100%;
  }

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

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

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

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

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

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

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

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

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

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

  .h-28 {
    height: calc(var(--spacing) * 28);
  }

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

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

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

  .h-\[29\.75px\] {
    height: 29.75px;
  }

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

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

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

  .h-\[39\.195px\] {
    height: 39.195px;
  }

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

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

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

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

  .h-\[59\.5px\] {
    height: 59.5px;
  }

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

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

  .h-\[63\.75px\] {
    height: 63.75px;
  }

  .h-\[67\.195px\] {
    height: 67.195px;
  }

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

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

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

  .h-\[87\.75px\] {
    height: 87.75px;
  }

  .h-\[89\.25px\] {
    height: 89.25px;
  }

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

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

  .h-\[97\.25px\] {
    height: 97.25px;
  }

  .h-\[100\.02\%\] {
    height: 100.02%;
  }

  .h-\[109\.5px\] {
    height: 109.5px;
  }

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

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

  .h-\[121\.25px\] {
    height: 121.25px;
  }

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

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

  .h-\[135\.5px\] {
    height: 135.5px;
  }

  .h-\[151\.25px\] {
    height: 151.25px;
  }

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

  .h-\[153\.25px\] {
    height: 153.25px;
  }

  .h-\[153\.75px\] {
    height: 153.75px;
  }

  .h-\[160\.38\%\] {
    height: 160.38%;
  }

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

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

  .h-\[165\.5px\] {
    height: 165.5px;
  }

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

  .h-\[169\.5px\] {
    height: 169.5px;
  }

  .h-\[170\.25px\] {
    height: 170.25px;
  }

  .h-\[178\.5px\] {
    height: 178.5px;
  }

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

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

  .h-\[206\.195px\] {
    height: 206.195px;
  }

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

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

  .h-\[227\.48\%\] {
    height: 227.48%;
  }

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

  .h-\[230\.219px\] {
    height: 230.219px;
  }

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

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

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

  .h-\[256\.25px\] {
    height: 256.25px;
  }

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

  .h-\[280\.219px\] {
    height: 280.219px;
  }

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

  .h-\[302\.5px\] {
    height: 302.5px;
  }

  .h-\[319\.445px\] {
    height: 319.445px;
  }

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

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

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

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

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

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

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

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

  .h-\[423\.5px\] {
    height: 423.5px;
  }

  .h-\[425\.445px\] {
    height: 425.445px;
  }

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

  .h-\[437\.727px\] {
    height: 437.727px;
  }

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

  .h-\[439\.719px\] {
    height: 439.719px;
  }

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

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

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

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

  .h-\[508\.563px\] {
    height: 508.563px;
  }

  .h-\[509\.258px\] {
    height: 509.258px;
  }

  .h-\[541\.781px\] {
    height: 541.781px;
  }

  .h-\[555\.75px\] {
    height: 555.75px;
  }

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

  .h-\[558\.563px\] {
    height: 558.563px;
  }

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

  .h-\[588\.5px\] {
    height: 588.5px;
  }

  .h-\[591\.945px\] {
    height: 591.945px;
  }

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

  .h-\[598\.5px\] {
    height: 598.5px;
  }

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

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

  .h-\[643\.18px\] {
    height: 643.18px;
  }

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

  .h-\[655\.008px\] {
    height: 655.008px;
  }

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

  .h-\[668\.5px\] {
    height: 668.5px;
  }

  .h-\[679\.531px\] {
    height: 679.531px;
  }

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

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

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

  .h-\[740\.25px\] {
    height: 740.25px;
  }

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

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

  .h-\[760\.93px\] {
    height: 760.93px;
  }

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

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

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

  .h-\[832\.125px\] {
    height: 832.125px;
  }

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

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

  .h-\[934\.5px\] {
    height: 934.5px;
  }

  .h-\[947\.813px\] {
    height: 947.813px;
  }

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

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

  .h-\[1114\.813px\] {
    height: 1114.81px;
  }

  .h-\[1455\.086px\] {
    height: 1455.09px;
  }

  .h-\[1478\.5px\] {
    height: 1478.5px;
  }

  .h-\[1689\.344px\] {
    height: 1689.34px;
  }

  .h-\[1872\.844px\] {
    height: 1872.84px;
  }

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

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

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

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

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

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

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

  .h-full {
    height: 100%;
  }

  .h-px {
    height: 1px;
  }

  .min-h-px {
    min-height: 1px;
  }

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

  .w-0 {
    width: calc(var(--spacing) * 0);
  }

  .w-2 {
    width: calc(var(--spacing) * 2);
  }

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

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

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

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

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

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

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

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

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

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

  .w-\[11\.164px\] {
    width: 11.164px;
  }

  .w-\[14\.094px\] {
    width: 14.094px;
  }

  .w-\[14\.234px\] {
    width: 14.234px;
  }

  .w-\[24\.211px\] {
    width: 24.211px;
  }

  .w-\[95\.078px\] {
    width: 95.078px;
  }

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

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

  .w-\[127\.078px\] {
    width: 127.078px;
  }

  .w-\[151\.172px\] {
    width: 151.172px;
  }

  .w-\[183\.719px\] {
    width: 183.719px;
  }

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

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

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

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

  .w-\[220\.789px\] {
    width: 220.789px;
  }

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

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

  .w-\[261\.328px\] {
    width: 261.328px;
  }

  .w-\[261\.336px\] {
    width: 261.336px;
  }

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

  .w-\[273\.453px\] {
    width: 273.453px;
  }

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

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

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

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

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

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

  .w-\[341\.789px\] {
    width: 341.789px;
  }

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

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

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

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

  .w-\[377\.266px\] {
    width: 377.266px;
  }

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

  .w-\[430\.148px\] {
    width: 430.148px;
  }

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

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

  .w-\[594\.641px\] {
    width: 594.641px;
  }

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

  .w-\[639\.969px\] {
    width: 639.969px;
  }

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

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

  .w-\[735\.063px\] {
    width: 735.063px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-\[786\.016px\] {
    width: 786.016px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .w-full {
    width: 100%;
  }

  .max-w-2xl {
    max-width: var(--container-2xl);
  }

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

  .max-w-4xl {
    max-width: var(--container-4xl);
  }

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

  .max-w-6xl {
    max-width: var(--container-6xl);
  }

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

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

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

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

  .max-w-none {
    max-width: none;
  }

  .min-w-px {
    min-width: 1px;
  }

  .flex-1 {
    flex: 1;
  }

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

  .grow {
    flex-grow: 1;
  }

  .basis-0 {
    flex-basis: calc(var(--spacing) * 0);
  }

  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    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);
  }

  .transform {
    transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
  }

  .cursor-pointer {
    cursor: pointer;
  }

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

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

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

  .grid-cols-\[repeat\(1\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .grid-cols-\[repeat\(2\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .grid-cols-\[repeat\(3\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .grid-rows-\[repeat\(1\,_minmax\(0px\,_1fr\)\)\] {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }

  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }

  .gap-\[4px\] {
    gap: 4px;
  }

  .gap-\[8px\] {
    gap: 8px;
  }

  .gap-\[12px\] {
    gap: 12px;
  }

  .gap-\[16px\] {
    gap: 16px;
  }

  .gap-\[24px\] {
    gap: 24px;
  }

  .gap-\[32px\] {
    gap: 32px;
  }

  .gap-\[41px\] {
    gap: 41px;
  }

  .gap-\[44px\] {
    gap: 44px;
  }

  .gap-\[48px\] {
    gap: 48px;
  }

  .gap-\[64px\] {
    gap: 64px;
  }

  .gap-\[67px\] {
    gap: 67px;
  }

  :where(.space-y-1 > :not(:last-child)) {
    --tw-space-y-reverse: 0;
    margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 1) * 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) * 2) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 2) * 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) * 3) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 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) * 4) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 4) * 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) * 6) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 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) * 8) * var(--tw-space-y-reverse));
    margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
  }

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

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

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }

  .rounded-\[1\.67772e\+07px\] {
    border-radius: 16777200px;
  }

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

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

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

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

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

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

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

  .rounded-lg {
    border-radius: .625rem;
  }

  .rounded-xl {
    border-radius: 1.025rem;
  }

  .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-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

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

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

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

  .border-\[\#1A1F4D\], .border-\[\#1a1f4d\] {
    border-color: #1a1f4d;
  }

  .border-\[\#2E2E2E\]\/20 {
    border-color: oklab(30.1184% -1.49012e-8 0 / .2);
  }

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

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

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

  .border-\[\#A8D8FF\]\/20 {
    border-color: oklab(86.1957% -.0332989 -.0660452 / .2);
  }

  .border-\[\#A8D8FF\]\/30 {
    border-color: oklab(86.1957% -.0332989 -.0660452 / .3);
  }

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

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

  .border-\[rgba\(168\,216\,255\,0\.2\)\] {
    border-color: #a8d8ff33;
  }

  .border-\[rgba\(168\,216\,255\,0\.3\)\] {
    border-color: #a8d8ff4d;
  }

  .border-\[rgba\(247\,220\,229\,0\.4\)\] {
    border-color: #f7dce566;
  }

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

  .border-black {
    border-color: var(--color-black);
  }

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

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

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

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

  .bg-\[\#1A1F4D\], .bg-\[\#1a1f4d\] {
    background-color: #1a1f4d;
  }

  .bg-\[\#2E2E2E\] {
    background-color: #2e2e2e;
  }

  .bg-\[\#A8D8FF\]\/10 {
    background-color: oklab(86.1957% -.0332989 -.0660452 / .1);
  }

  .bg-\[\#A8D8FF\]\/20 {
    background-color: oklab(86.1957% -.0332989 -.0660452 / .2);
  }

  .bg-\[\#A8D8FF\]\/30 {
    background-color: oklab(86.1957% -.0332989 -.0660452 / .3);
  }

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

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

  .bg-\[\#F7DCE5\]\/30 {
    background-color: oklab(91.9142% .031861 -.00246888 / .3);
  }

  .bg-\[\#F7DCE5\]\/50 {
    background-color: oklab(91.9142% .031861 -.00246888 / .5);
  }

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

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

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

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

  .bg-\[rgba\(168\,216\,255\,0\.1\)\] {
    background-color: #a8d8ff1a;
  }

  .bg-\[rgba\(168\,216\,255\,0\.2\)\] {
    background-color: #a8d8ff33;
  }

  .bg-\[rgba\(247\,220\,229\,0\.2\)\] {
    background-color: #f7dce533;
  }

  .bg-\[rgba\(247\,220\,229\,0\.3\)\] {
    background-color: #f7dce54d;
  }

  .bg-\[rgba\(247\,220\,229\,0\.4\)\] {
    background-color: #f7dce566;
  }

  .bg-\[rgba\(255\,255\,255\,0\)\] {
    background-color: #fff0;
  }

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

  .bg-red-500\/10 {
    background-color: color-mix(in srgb, oklch(.637 .237 25.331) 10%, transparent);
  }

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

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

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

  .bg-white\/80 {
    background-color: #fffc;
  }

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

  .bg-white\/90 {
    background-color: #ffffffe6;
  }

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

  .bg-clip-padding {
    background-clip: padding-box;
  }

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

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

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

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

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

  .p-12 {
    padding: calc(var(--spacing) * 12);
  }

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

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

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

  .px-\[17px\] {
    padding-inline: 17px;
  }

  .px-\[24px\] {
    padding-inline: 24px;
  }

  .px-\[25px\] {
    padding-inline: 25px;
  }

  .px-\[32px\] {
    padding-inline: 32px;
  }

  .px-\[33px\] {
    padding-inline: 33px;
  }

  .px-\[34px\] {
    padding-inline: 34px;
  }

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

  .px-\[42px\] {
    padding-inline: 42px;
  }

  .px-\[134\.5px\] {
    padding-inline: 134.5px;
  }

  .px-\[299px\] {
    padding-inline: 299px;
  }

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

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

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

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

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

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

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

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

  .py-32 {
    padding-block: calc(var(--spacing) * 32);
  }

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

  .py-px {
    padding-block: 1px;
  }

  .pt-24 {
    padding-top: calc(var(--spacing) * 24);
  }

  .pt-32 {
    padding-top: calc(var(--spacing) * 32);
  }

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

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

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

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

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

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

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

  .pr-8 {
    padding-right: calc(var(--spacing) * 8);
  }

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

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

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

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

  .pb-px {
    padding-bottom: 1px;
  }

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

  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }

  .pl-8 {
    padding-left: calc(var(--spacing) * 8);
  }

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

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

  .font-\[\'Inter\'\] {
    font-family: Inter;
  }

  .font-\[\'Inter\:Italic\'\,sans-serif\] {
    font-family: Inter\:Italic, sans-serif;
  }

  .font-\[\'Inter\:Regular\'\,sans-serif\] {
    font-family: Inter\:Regular, sans-serif;
  }

  .font-\[\'Playfair_Display\'\] {
    font-family: Playfair Display;
  }

  .font-\[\'Playfair_Display\:SemiBold\'\,sans-serif\] {
    font-family: Playfair Display\:SemiBold, sans-serif;
  }

  .font-mono {
    font-family: var(--font-mono);
  }

  .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-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }

  .text-7xl {
    font-size: var(--text-7xl);
    line-height: var(--tw-leading, var(--text-7xl--line-height));
  }

  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }

  .text-sm {
    font-size: var(--text-sm);
    line-height: var(--tw-leading, var(--text-sm--line-height));
  }

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

  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }

  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }

  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }

  .leading-\[29\.25px\] {
    --tw-leading: 29.25px;
    line-height: 29.25px;
  }

  .leading-\[29\.75px\] {
    --tw-leading: 29.75px;
    line-height: 29.75px;
  }

  .leading-\[30px\] {
    --tw-leading: 30px;
    line-height: 30px;
  }

  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }

  .leading-\[39\.2px\] {
    --tw-leading: 39.2px;
    line-height: 39.2px;
  }

  .leading-\[52px\] {
    --tw-leading: 52px;
    line-height: 52px;
  }

  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }

  .leading-\[67\.2px\] {
    --tw-leading: 67.2px;
    line-height: 67.2px;
  }

  .leading-\[96px\] {
    --tw-leading: 96px;
    line-height: 96px;
  }

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

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

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

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

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

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

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

  .tracking-\[-1\.12px\] {
    --tw-tracking: -1.12px;
    letter-spacing: -1.12px;
  }

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

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

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

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

  .text-nowrap {
    text-wrap: nowrap;
  }

  .text-\[\#1A1F4D\], .text-\[\#1a1f4d\] {
    color: #1a1f4d;
  }

  .text-\[\#2E2E2E\] {
    color: #2e2e2e;
  }

  .text-\[\#2E2E2E\]\/50 {
    color: oklab(30.1184% -1.49012e-8 0 / .5);
  }

  .text-\[\#2E2E2E\]\/60 {
    color: oklab(30.1184% -1.49012e-8 0 / .6);
  }

  .text-\[\#2E2E2E\]\/70 {
    color: oklab(30.1184% -1.49012e-8 0 / .7);
  }

  .text-\[\#2E2E2E\]\/80 {
    color: oklab(30.1184% -1.49012e-8 0 / .8);
  }

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

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

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

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

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

  .text-\[rgba\(26\,31\,77\,0\.7\)\] {
    color: #1a1f4db3;
  }

  .text-\[rgba\(255\,255\,255\,0\.9\)\] {
    color: #ffffffe6;
  }

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

  .text-green-600 {
    color: var(--color-green-600);
  }

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

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

  .text-white\/80 {
    color: #fffc;
  }

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

  .uppercase {
    text-transform: uppercase;
  }

  .italic {
    font-style: italic;
  }

  .not-italic {
    font-style: normal;
  }

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

  .opacity-50 {
    opacity: .5;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-80 {
    opacity: .8;
  }

  .opacity-90 {
    opacity: .9;
  }

  .shadow-2xl {
    --tw-shadow: 0 25px 50px -12px var(--tw-shadow-color, #00000040);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_4px_6px_-1px_rgba\(0\,0\,0\,0\.1\)\,0px_2px_4px_-2px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 4px 6px -1px var(--tw-shadow-color, #0000001a), 0px 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-\[0px_10px_15px_-3px_rgba\(0\,0\,0\,0\.1\)\,0px_4px_6px_-4px_rgba\(0\,0\,0\,0\.1\)\] {
    --tw-shadow: 0px 10px 15px -3px var(--tw-shadow-color, #0000001a), 0px 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-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-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);
  }

  .blur-3xl {
    --tw-blur: blur(var(--blur-3xl));
    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-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -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, );
  }

  .backdrop-blur-sm {
    --tw-backdrop-blur: blur(var(--blur-sm));
    -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;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-colors {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

  .\[grid-area\:1_\/_1\] {
    grid-area: 1 / 1;
  }

  .\[grid-area\:1_\/_2\] {
    grid-area: 1 / 2;
  }

  .\[grid-area\:1_\/_3\] {
    grid-area: 1 / 3;
  }

  @media (hover: hover) {
    .hover\:bg-\[\#1A1F4D\]\/5:hover {
      background-color: oklab(26.4433% .00652473 -.0838277 / .05);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#1A1F4D\]\/90:hover {
      background-color: oklab(26.4433% .00652473 -.0838277 / .9);
    }
  }

  @media (hover: hover) {
    .hover\:bg-\[\#A8D8FF\]:hover {
      background-color: #a8d8ff;
    }
  }

  @media (hover: hover) {
    .hover\:bg-white:hover {
      background-color: var(--color-white);
    }
  }

  @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) 20%, transparent);
      }
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#1A1F4D\]:hover {
      color: #1a1f4d;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#2E2E2E\]\/80:hover {
      color: oklab(30.1184% -1.49012e-8 0 / .8);
    }
  }

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

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

  @media (hover: hover) {
    .hover\:shadow-lg:hover {
      --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);
    }
  }

  @media (hover: hover) {
    .hover\:shadow-xl:hover {
      --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);
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (width >= 48rem) {
    .md\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  @media (width >= 64rem) {
    .lg\:grid-cols-6 {
      grid-template-columns: repeat(6, minmax(0, 1fr));
    }
  }

  .text-balance {
    text-wrap: balance;
  }
}

@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;
  initial-value: rotateX(0);
}

@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
  initial-value: rotateY(0);
}

@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
  initial-value: rotateZ(0);
}

@property --tw-skew-x {
  syntax: "*";
  inherits: false;
  initial-value: skewX(0);
}

@property --tw-skew-y {
  syntax: "*";
  inherits: false;
  initial-value: skewY(0);
}

@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

@property --tw-leading {
  syntax: "*";
  inherits: false
}

@property --tw-font-weight {
  syntax: "*";
  inherits: false
}

@property --tw-tracking {
  syntax: "*";
  inherits: false
}

@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}

@property --tw-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false
}

@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}

@property --tw-ring-inset {
  syntax: "*";
  inherits: false
}

@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 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-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
}
