/*! 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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-scroll-snap-strictness: proximity;
      --tw-space-x-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-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-duration: initial;
      --tw-ease: initial;
    }
  }
}

@layer theme {
  .tailwind, .tailwind :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-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;
    --radius-lg: .5rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --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);
  }
}

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

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

  .tailwind html, .tailwind :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;
  }

  .tailwind body {
    line-height: inherit;
  }

  .tailwind hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }

  .tailwind abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }

  .tailwind h1, .tailwind h2, .tailwind h3, .tailwind h4, .tailwind h5, .tailwind h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  .tailwind a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }

  .tailwind b, .tailwind strong {
    font-weight: bolder;
  }

  .tailwind code, .tailwind kbd, .tailwind samp, .tailwind 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;
  }

  .tailwind small {
    font-size: 80%;
  }

  .tailwind sub, .tailwind sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }

  .tailwind sub {
    bottom: -.25em;
  }

  .tailwind sup {
    top: -.5em;
  }

  .tailwind table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }

  .tailwind :-moz-focusring {
    outline: auto;
  }

  .tailwind progress {
    vertical-align: baseline;
  }

  .tailwind summary {
    display: list-item;
  }

  .tailwind ol, .tailwind ul, .tailwind menu {
    list-style: none;
  }

  .tailwind img, .tailwind svg, .tailwind video, .tailwind canvas, .tailwind audio, .tailwind iframe, .tailwind embed, .tailwind object {
    vertical-align: middle;
    display: block;
  }

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

  .tailwind button, .tailwind input, .tailwind select, .tailwind optgroup, .tailwind 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;
  }

  .tailwind ::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;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }

  .tailwind :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }

  .tailwind ::file-selector-button {
    margin-inline-end: 4px;
  }

  .tailwind ::placeholder {
    opacity: 1;
    color: currentColor;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind ::placeholder {
      color: color-mix(in oklab, currentColor 50%, transparent);
    }
  }

  .tailwind textarea {
    resize: vertical;
  }

  .tailwind ::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  .tailwind ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }

  .tailwind ::-webkit-datetime-edit {
    display: inline-flex;
  }

  .tailwind ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }

  .tailwind ::-webkit-datetime-edit {
    padding-block: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .visible {
    visibility: visible;
  }

  .tailwind .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-1\.19\%_-2\.44\%\] {
    inset: -1.19% -2.44%;
  }

  .tailwind .inset-\[-2px\] {
    inset: -2px;
  }

  .tailwind .inset-\[-26\.33\%_0_-79\.67\%_-0\.19\%\] {
    inset: -26.33% 0 -79.67% -.19%;
  }

  .tailwind .inset-\[-133\.94px_-112\.45px_-85\.18px_-78\.89px\] {
    inset: -133.94px -112.45px -85.18px -78.89px;
  }

  .tailwind .inset-\[0_42px_0_0\] {
    inset: 0 42px 0 0;
  }

  .tailwind .inset-\[0_50px_0_0\] {
    inset: 0 50px 0 0;
  }

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

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

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

  .tailwind .top-\[-2\.59\%\] {
    top: -2.59%;
  }

  .tailwind .top-\[-11\.44px\] {
    top: -11.44px;
  }

  .tailwind .top-\[-18\.7px\] {
    top: -18.7px;
  }

  .tailwind .top-\[-21\.29px\] {
    top: -21.29px;
  }

  .tailwind .top-\[-55\.8\%\] {
    top: -55.8%;
  }

  .tailwind .top-\[-69\.53px\] {
    top: -69.53px;
  }

  .tailwind .top-\[-69\.99px\] {
    top: -69.99px;
  }

  .tailwind .top-\[-104\.26px\] {
    top: -104.26px;
  }

  .tailwind .top-\[-124\.54px\] {
    top: -124.54px;
  }

  .tailwind .top-\[-125\.51px\] {
    top: -125.51px;
  }

  .tailwind .top-\[-136\.85px\] {
    top: -136.85px;
  }

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

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

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

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

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

  .tailwind .top-\[14\.05px\] {
    top: 14.05px;
  }

  .tailwind .top-\[15\.99px\] {
    top: 15.99px;
  }

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

  .tailwind .top-\[26px\] {
    top: 26px;
  }

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

  .tailwind .top-\[35\.47px\] {
    top: 35.47px;
  }

  .tailwind .top-\[50px\] {
    top: 50px;
  }

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

  .tailwind .top-\[66\.22px\] {
    top: 66.22px;
  }

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

  .tailwind .top-\[calc\(50\%\+79\.16px\)\] {
    top: calc(50% + 79.16px);
  }

  .tailwind .top-\[calc\(50\%\+129\.46px\)\] {
    top: calc(50% + 129.46px);
  }

  .tailwind .top-\[calc\(50\%\+147\.34px\)\] {
    top: calc(50% + 147.34px);
  }

  .tailwind .top-\[calc\(50\%\+165\.49px\)\] {
    top: calc(50% + 165.49px);
  }

  .tailwind .top-\[calc\(50\%-0\.5px\)\] {
    top: calc(50% - .5px);
  }

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

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

  .tailwind .right-\[-37\.87px\] {
    right: -37.87px;
  }

  .tailwind .right-\[-45\.93px\] {
    right: -45.93px;
  }

  .tailwind .right-\[-61\.94px\] {
    right: -61.94px;
  }

  .tailwind .right-\[-70\.49px\] {
    right: -70.49px;
  }

  .tailwind .right-\[-75\.11px\] {
    right: -75.11px;
  }

  .tailwind .right-\[-78\.39px\] {
    right: -78.39px;
  }

  .tailwind .right-\[-85\.48px\] {
    right: -85.48px;
  }

  .tailwind .right-\[-115\.63px\] {
    right: -115.63px;
  }

  .tailwind .right-\[-204\.51px\] {
    right: -204.51px;
  }

  .tailwind .right-\[10px\] {
    right: 10px;
  }

  .tailwind .right-\[16\.86px\] {
    right: 16.86px;
  }

  .tailwind .right-\[20px\] {
    right: 20px;
  }

  .tailwind .right-\[24px\] {
    right: 24px;
  }

  .tailwind .right-\[33\.54px\] {
    right: 33.54px;
  }

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

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

  .tailwind .bottom-\[-6\.04px\] {
    bottom: -6.04px;
  }

  .tailwind .bottom-\[-308\.6px\] {
    bottom: -308.6px;
  }

  .tailwind .bottom-\[-415\.94px\] {
    bottom: -415.94px;
  }

  .tailwind .bottom-\[-460\.14px\] {
    bottom: -460.14px;
  }

  .tailwind .bottom-\[-524\.27px\] {
    bottom: -524.27px;
  }

  .tailwind .bottom-\[7\.08px\] {
    bottom: 7.08px;
  }

  .tailwind .bottom-\[7\.51px\] {
    bottom: 7.51px;
  }

  .tailwind .bottom-\[11\.58px\] {
    bottom: 11.58px;
  }

  .tailwind .bottom-\[12\.28px\] {
    bottom: 12.28px;
  }

  .tailwind .bottom-\[13\.18px\] {
    bottom: 13.18px;
  }

  .tailwind .bottom-\[13\.98px\] {
    bottom: 13.98px;
  }

  .tailwind .bottom-\[13px\] {
    bottom: 13px;
  }

  .tailwind .bottom-\[17\.24px\] {
    bottom: 17.24px;
  }

  .tailwind .bottom-\[18\.03px\] {
    bottom: 18.03px;
  }

  .tailwind .bottom-\[18\.72px\] {
    bottom: 18.72px;
  }

  .tailwind .bottom-\[27\.85px\] {
    bottom: 27.85px;
  }

  .tailwind .bottom-\[29\.73px\] {
    bottom: 29.73px;
  }

  .tailwind .bottom-\[30\.62px\] {
    bottom: 30.62px;
  }

  .tailwind .bottom-\[31\.58px\] {
    bottom: 31.58px;
  }

  .tailwind .bottom-\[31\.92px\] {
    bottom: 31.92px;
  }

  .tailwind .bottom-\[34\.85px\] {
    bottom: 34.85px;
  }

  .tailwind .bottom-\[35\.92px\] {
    bottom: 35.92px;
  }

  .tailwind .bottom-\[45px\] {
    bottom: 45px;
  }

  .tailwind .bottom-\[48\.62px\] {
    bottom: 48.62px;
  }

  .tailwind .bottom-\[51\.65px\] {
    bottom: 51.65px;
  }

  .tailwind .bottom-\[55\.34px\] {
    bottom: 55.34px;
  }

  .tailwind .bottom-\[58\.79px\] {
    bottom: 58.79px;
  }

  .tailwind .bottom-\[75\.79px\] {
    bottom: 75.79px;
  }

  .tailwind .bottom-\[129\.4px\] {
    bottom: 129.4px;
  }

  .tailwind .bottom-\[147\.19px\] {
    bottom: 147.19px;
  }

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

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

  .tailwind .left-\[-3\.6px\] {
    left: -3.6px;
  }

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

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

  .tailwind .left-\[-35\.11px\] {
    left: -35.11px;
  }

  .tailwind .left-\[-51\.23\%\] {
    left: -51.23%;
  }

  .tailwind .left-\[-51\.44px\] {
    left: -51.44px;
  }

  .tailwind .left-\[-77\.86px\] {
    left: -77.86px;
  }

  .tailwind .left-\[-84\.13px\] {
    left: -84.13px;
  }

  .tailwind .left-\[-95\.75px\] {
    left: -95.75px;
  }

  .tailwind .left-\[-101\.76px\] {
    left: -101.76px;
  }

  .tailwind .left-\[-111\.99px\] {
    left: -111.99px;
  }

  .tailwind .left-\[-113\.1px\] {
    left: -113.1px;
  }

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

  .tailwind .left-\[-144\.92px\] {
    left: -144.92px;
  }

  .tailwind .left-\[-183\.15px\] {
    left: -183.15px;
  }

  .tailwind .left-\[-208\.45px\] {
    left: -208.45px;
  }

  .tailwind .left-\[-217\.95px\] {
    left: -217.95px;
  }

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

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

  .tailwind .left-\[8\.45px\] {
    left: 8.45px;
  }

  .tailwind .left-\[13\.81px\] {
    left: 13.81px;
  }

  .tailwind .left-\[15\.72px\] {
    left: 15.72px;
  }

  .tailwind .left-\[19\.09px\] {
    left: 19.09px;
  }

  .tailwind .left-\[19\.62\%\] {
    left: 19.62%;
  }

  .tailwind .left-\[21\.94px\] {
    left: 21.94px;
  }

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

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

  .tailwind .left-\[29\.22px\] {
    left: 29.22px;
  }

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

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

  .tailwind .left-\[35\.54px\] {
    left: 35.54px;
  }

  .tailwind .left-\[36\.07px\] {
    left: 36.07px;
  }

  .tailwind .left-\[44\.6px\] {
    left: 44.6px;
  }

  .tailwind .left-\[47\.79px\] {
    left: 47.79px;
  }

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

  .tailwind .left-\[54\.39px\] {
    left: 54.39px;
  }

  .tailwind .left-\[58\.99px\] {
    left: 58.99px;
  }

  .tailwind .left-\[67\.14px\] {
    left: 67.14px;
  }

  .tailwind .left-\[72\.94px\] {
    left: 72.94px;
  }

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

  .tailwind .left-\[83\.02px\] {
    left: 83.02px;
  }

  .tailwind .left-\[90\.59px\] {
    left: 90.59px;
  }

  .tailwind .left-\[129\.59px\] {
    left: 129.59px;
  }

  .tailwind .left-\[147\.49px\] {
    left: 147.49px;
  }

  .tailwind .left-\[148\.15px\] {
    left: 148.15px;
  }

  .tailwind .left-\[168\.62px\] {
    left: 168.62px;
  }

  .tailwind .left-\[237\.36px\] {
    left: 237.36px;
  }

  .tailwind .left-\[715\.26px\] {
    left: 715.26px;
  }

  .tailwind .left-\[calc\(50\%\+4\.5px\)\] {
    left: calc(50% + 4.5px);
  }

  .tailwind .left-\[calc\(50\%\+5\.5px\)\] {
    left: calc(50% + 5.5px);
  }

  .tailwind .left-\[calc\(50\%\+48\.95px\)\] {
    left: calc(50% + 48.95px);
  }

  .tailwind .left-\[calc\(50\%\+84\.56px\)\] {
    left: calc(50% + 84.56px);
  }

  .tailwind .left-\[calc\(50\%\+95\.25px\)\] {
    left: calc(50% + 95.25px);
  }

  .tailwind .left-\[calc\(50\%-0\.5px\)\] {
    left: calc(50% - .5px);
  }

  .tailwind .left-\[calc\(50\%-0\.28px\)\] {
    left: calc(50% - .28px);
  }

  .tailwind .left-\[calc\(50\%-15\.3px\)\] {
    left: calc(50% - 15.3px);
  }

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

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

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

  .tailwind .my-\[40px\] {
    margin-block: 40px;
  }

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

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

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

  .tailwind .aspect-\[269\.523\/394\.533\] {
    aspect-ratio: 269.523 / 394.533;
  }

  .tailwind .aspect-\[295\.601\/422\.86\] {
    aspect-ratio: 295.601 / 422.86;
  }

  .tailwind .aspect-\[325\.888\/434\.089\] {
    aspect-ratio: 325.888 / 434.089;
  }

  .tailwind .aspect-\[427\.591\/532\.947\] {
    aspect-ratio: 427.591 / 532.947;
  }

  .tailwind .aspect-\[440\.78\/645\.221\] {
    aspect-ratio: 440.78 / 645.221;
  }

  .tailwind .aspect-\[463\.35\/581\.118\] {
    aspect-ratio: 463.35 / 581.118;
  }

  .tailwind .aspect-\[483\.428\/691\.548\] {
    aspect-ratio: 483.428 / 691.548;
  }

  .tailwind .aspect-\[501\.669\/734\.351\] {
    aspect-ratio: 501.669 / 734.351;
  }

  .tailwind .aspect-\[550\.208\/787\.077\] {
    aspect-ratio: 550.208 / 787.077;
  }

  .tailwind .aspect-\[584\.861\/772\.625\] {
    aspect-ratio: 584.861 / 772.625;
  }

  .tailwind .aspect-\[604\.836\/832\.586\] {
    aspect-ratio: 604.836 / 832.586;
  }

  .tailwind .aspect-\[672\.848\/837\.103\] {
    aspect-ratio: 672.848 / 837.103;
  }

  .tailwind .aspect-\[756\.577\/948\.409\] {
    aspect-ratio: 756.577 / 948.409;
  }

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

  .tailwind .size-\[33\.986px\] {
    width: 33.986px;
    height: 33.986px;
  }

  .tailwind .size-\[41\.624px\] {
    width: 41.624px;
    height: 41.624px;
  }

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

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

  .tailwind .size-\[55\.581px\] {
    width: 55.581px;
    height: 55.581px;
  }

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

  .tailwind .size-\[63\.259px\] {
    width: 63.259px;
    height: 63.259px;
  }

  .tailwind .size-\[68\.072px\] {
    width: 68.072px;
    height: 68.072px;
  }

  .tailwind .size-\[77\.476px\] {
    width: 77.476px;
    height: 77.476px;
  }

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

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

  .tailwind .h-\[1\.494px\] {
    height: 1.494px;
  }

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

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

  .tailwind .h-\[4\.271px\] {
    height: 4.271px;
  }

  .tailwind .h-\[4\.883px\] {
    height: 4.883px;
  }

  .tailwind .h-\[6\.985px\] {
    height: 6.985px;
  }

  .tailwind .h-\[7\.95px\] {
    height: 7.95px;
  }

  .tailwind .h-\[7\.986px\] {
    height: 7.986px;
  }

  .tailwind .h-\[9\.089px\] {
    height: 9.089px;
  }

  .tailwind .h-\[11\.324px\] {
    height: 11.324px;
  }

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

  .tailwind .h-\[16\.8px\] {
    height: 16.8px;
  }

  .tailwind .h-\[16\.669px\] {
    height: 16.669px;
  }

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

  .tailwind .h-\[17\.621px\] {
    height: 17.621px;
  }

  .tailwind .h-\[18\.519px\] {
    height: 18.519px;
  }

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

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

  .tailwind .h-\[21\.077px\] {
    height: 21.077px;
  }

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

  .tailwind .h-\[25\.578px\] {
    height: 25.578px;
  }

  .tailwind .h-\[25\.938px\] {
    height: 25.938px;
  }

  .tailwind .h-\[26\.043px\] {
    height: 26.043px;
  }

  .tailwind .h-\[27\.5px\] {
    height: 27.5px;
  }

  .tailwind .h-\[27\.26px\] {
    height: 27.26px;
  }

  .tailwind .h-\[28\.817px\] {
    height: 28.817px;
  }

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

  .tailwind .h-\[31\.026px\] {
    height: 31.026px;
  }

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

  .tailwind .h-\[42\.42px\] {
    height: 42.42px;
  }

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

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

  .tailwind .h-\[54\.783px\] {
    height: 54.783px;
  }

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

  .tailwind .h-\[102\.371px\] {
    height: 102.371px;
  }

  .tailwind .h-\[105\.17\%\] {
    height: 105.17%;
  }

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

  .tailwind .h-\[205\.688px\] {
    height: 205.688px;
  }

  .tailwind .h-\[223\.178px\] {
    height: 223.178px;
  }

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

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

  .tailwind .h-\[252\.423px\] {
    height: 252.423px;
  }

  .tailwind .h-\[254\.05\%\] {
    height: 254.05%;
  }

  .tailwind .h-\[287\.292px\] {
    height: 287.292px;
  }

  .tailwind .h-\[336\.383px\] {
    height: 336.383px;
  }

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

  .tailwind .h-\[364\.986px\] {
    height: 364.986px;
  }

  .tailwind .h-\[378\.522px\] {
    height: 378.522px;
  }

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

  .tailwind .h-\[382\.932px\] {
    height: 382.932px;
  }

  .tailwind .h-\[387\.045px\] {
    height: 387.045px;
  }

  .tailwind .h-\[395\.863px\] {
    height: 395.863px;
  }

  .tailwind .h-\[396\.057px\] {
    height: 396.057px;
  }

  .tailwind .h-\[402\.804px\] {
    height: 402.804px;
  }

  .tailwind .h-\[407\.304px\] {
    height: 407.304px;
  }

  .tailwind .h-\[415\.405px\] {
    height: 415.405px;
  }

  .tailwind .h-\[446\.262px\] {
    height: 446.262px;
  }

  .tailwind .h-\[450\.767px\] {
    height: 450.767px;
  }

  .tailwind .h-\[455\.284px\] {
    height: 455.284px;
  }

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

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

  .tailwind .h-\[508\.746px\] {
    height: 508.746px;
  }

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

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

  .tailwind .h-\[632\.976px\] {
    height: 632.976px;
  }

  .tailwind .h-\[666\.107px\] {
    height: 666.107px;
  }

  .tailwind .h-\[700\.377px\] {
    height: 700.377px;
  }

  .tailwind .h-\[720\.414px\] {
    height: 720.414px;
  }

  .tailwind .h-\[729\.3px\] {
    height: 729.3px;
  }

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

  .tailwind .h-\[778\.229px\] {
    height: 778.229px;
  }

  .tailwind .h-\[830\.044px\] {
    height: 830.044px;
  }

  .tailwind .h-\[860\.153px\] {
    height: 860.153px;
  }

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

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

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

  .tailwind .h-\[1062\.542px\] {
    height: 1062.54px;
  }

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

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

  .tailwind .max-h-\[79\.7837905883789px\] {
    max-height: 79.7838px;
  }

  .tailwind .max-h-\[123\.67717742919922px\] {
    max-height: 123.677px;
  }

  .tailwind .max-h-\[328px\] {
    max-height: 328px;
  }

  .tailwind .max-h-\[500px\] {
    max-height: 500px;
  }

  .tailwind .max-h-\[860px\] {
    max-height: 860px;
  }

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

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

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

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

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

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

  .tailwind .w-\[12\.214px\] {
    width: 12.214px;
  }

  .tailwind .w-\[14\.019px\] {
    width: 14.019px;
  }

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

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

  .tailwind .w-\[20\.356px\] {
    width: 20.356px;
  }

  .tailwind .w-\[21\.731px\] {
    width: 21.731px;
  }

  .tailwind .w-\[23\.365px\] {
    width: 23.365px;
  }

  .tailwind .w-\[23\.666px\] {
    width: 23.666px;
  }

  .tailwind .w-\[25\.445px\] {
    width: 25.445px;
  }

  .tailwind .w-\[43\.042px\] {
    width: 43.042px;
  }

  .tailwind .w-\[43\.059px\] {
    width: 43.059px;
  }

  .tailwind .w-\[43\.065px\] {
    width: 43.065px;
  }

  .tailwind .w-\[48\.358px\] {
    width: 48.358px;
  }

  .tailwind .w-\[49\.322px\] {
    width: 49.322px;
  }

  .tailwind .w-\[70\.392px\] {
    width: 70.392px;
  }

  .tailwind .w-\[70\.418px\] {
    width: 70.418px;
  }

  .tailwind .w-\[70\.429px\] {
    width: 70.429px;
  }

  .tailwind .w-\[75\.25px\] {
    width: 75.25px;
  }

  .tailwind .w-\[76\.751px\] {
    width: 76.751px;
  }

  .tailwind .w-\[79\.085px\] {
    width: 79.085px;
  }

  .tailwind .w-\[80\.115px\] {
    width: 80.115px;
  }

  .tailwind .w-\[80\.146px\] {
    width: 80.146px;
  }

  .tailwind .w-\[80\.158px\] {
    width: 80.158px;
  }

  .tailwind .w-\[80\.662px\] {
    width: 80.662px;
  }

  .tailwind .w-\[81\.8\%\] {
    width: 81.8%;
  }

  .tailwind .w-\[85\.642px\] {
    width: 85.642px;
  }

  .tailwind .w-\[90\.01px\] {
    width: 90.01px;
  }

  .tailwind .w-\[91\.804px\] {
    width: 91.804px;
  }

  .tailwind .w-\[108\.61px\] {
    width: 108.61px;
  }

  .tailwind .w-\[123\.065px\] {
    width: 123.065px;
  }

  .tailwind .w-\[125\.518px\] {
    width: 125.518px;
  }

  .tailwind .w-\[140\.065px\] {
    width: 140.065px;
  }

  .tailwind .w-\[140\.675px\] {
    width: 140.675px;
  }

  .tailwind .w-\[142\.857px\] {
    width: 142.857px;
  }

  .tailwind .w-\[145\.737px\] {
    width: 145.737px;
  }

  .tailwind .w-\[157\.035px\] {
    width: 157.035px;
  }

  .tailwind .w-\[159\.682px\] {
    width: 159.682px;
  }

  .tailwind .w-\[162\.629px\] {
    width: 162.629px;
  }

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

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

  .tailwind .w-\[177\.622px\] {
    width: 177.622px;
  }

  .tailwind .w-\[194\.415px\] {
    width: 194.415px;
  }

  .tailwind .w-\[199\.65\%\] {
    width: 199.65%;
  }

  .tailwind .w-\[202\.158px\] {
    width: 202.158px;
  }

  .tailwind .w-\[210\.078px\] {
    width: 210.078px;
  }

  .tailwind .w-\[238\.339px\] {
    width: 238.339px;
  }

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

  .tailwind .w-\[258\.156px\] {
    width: 258.156px;
  }

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

  .tailwind .w-\[265\.964px\] {
    width: 265.964px;
  }

  .tailwind .w-\[271\.262px\] {
    width: 271.262px;
  }

  .tailwind .w-\[271\.668px\] {
    width: 271.668px;
  }

  .tailwind .w-\[292\.292px\] {
    width: 292.292px;
  }

  .tailwind .w-\[302\.704px\] {
    width: 302.704px;
  }

  .tailwind .w-\[310\.03px\] {
    width: 310.03px;
  }

  .tailwind .w-\[321\.831px\] {
    width: 321.831px;
  }

  .tailwind .w-\[328\.085px\] {
    width: 328.085px;
  }

  .tailwind .w-\[328\.373px\] {
    width: 328.373px;
  }

  .tailwind .w-\[339\.33px\] {
    width: 339.33px;
  }

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

  .tailwind .w-\[422\.19px\] {
    width: 422.19px;
  }

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

  .tailwind .w-\[444\.288px\] {
    width: 444.288px;
  }

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

  .tailwind .w-\[467\.146px\] {
    width: 467.146px;
  }

  .tailwind .w-\[480\.511px\] {
    width: 480.511px;
  }

  .tailwind .w-\[486\.437px\] {
    width: 486.437px;
  }

  .tailwind .w-\[505\.661px\] {
    width: 505.661px;
  }

  .tailwind .w-\[519\.073px\] {
    width: 519.073px;
  }

  .tailwind .w-\[553\.633px\] {
    width: 553.633px;
  }

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

  .tailwind .w-\[625\.484px\] {
    width: 625.484px;
  }

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

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

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

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

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

  .tailwind .w-\[min-content\] {
    width: min-content;
  }

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

  .tailwind .w-max {
    width: max-content;
  }

  .tailwind .max-w-\[196\.80001831054688px\] {
    max-width: 196.8px;
  }

  .tailwind .max-w-\[305\.07037353515625px\] {
    max-width: 305.07px;
  }

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

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

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

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

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

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

  .tailwind .flex-none {
    flex: none;
  }

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

  .tailwind .grow {
    flex-grow: 1;
  }

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

  .tailwind .-translate-x-3 {
    --tw-translate-x: calc(var(--spacing) * -3);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

  .tailwind .translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

  .tailwind .scale-x-\[125\%\] {
    --tw-scale-x: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .scale-y-\[-125\%\] {
    --tw-scale-y: -125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .rotate-\[3\.952deg\] {
    rotate: 3.952deg;
  }

  .tailwind .rotate-\[6\.58deg\] {
    rotate: 6.58deg;
  }

  .tailwind .rotate-\[9\.522deg\] {
    rotate: 9.522deg;
  }

  .tailwind .rotate-\[10\.301deg\] {
    rotate: 10.301deg;
  }

  .tailwind .rotate-\[11\.582deg\] {
    rotate: 11.582deg;
  }

  .tailwind .rotate-\[14\.91deg\] {
    rotate: 14.91deg;
  }

  .tailwind .rotate-\[317\.846deg\] {
    rotate: 317.846deg;
  }

  .tailwind .rotate-\[342\.786deg\] {
    rotate: 342.786deg;
  }

  .tailwind .rotate-\[343\.57deg\] {
    rotate: 343.57deg;
  }

  .tailwind .rotate-\[343\.77deg\] {
    rotate: 343.77deg;
  }

  .tailwind .rotate-\[344\.389deg\] {
    rotate: 344.389deg;
  }

  .tailwind .rotate-\[344\.442deg\] {
    rotate: 344.442deg;
  }

  .tailwind .rotate-\[345deg\] {
    rotate: 345deg;
  }

  .tailwind .rotate-\[346\.701deg\] {
    rotate: 346.701deg;
  }

  .tailwind .rotate-\[349\.699deg\] {
    rotate: 349.699deg;
  }

  .tailwind .rotate-\[350\.478deg\] {
    rotate: 350.478deg;
  }

  .tailwind .rotate-\[353\.569deg\] {
    rotate: 353.569deg;
  }

  .tailwind .rotate-\[355\.479deg\] {
    rotate: 355.479deg;
  }

  .tailwind .rotate-\[356\.297deg\] {
    rotate: 356.297deg;
  }

  .tailwind .rotate-\[356\.563deg\] {
    rotate: 356.563deg;
  }

  .tailwind .rotate-\[358\.3deg\] {
    rotate: 358.3deg;
  }

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

  .tailwind .cursor-grab {
    cursor: grab;
  }

  .tailwind .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .resize {
    resize: both;
  }

  .tailwind .snap-x {
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
  }

  .tailwind .snap-mandatory {
    --tw-scroll-snap-strictness: mandatory;
  }

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

  .tailwind .list-disc {
    list-style-type: disc;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .gap-\[20px\] {
    gap: 20px;
  }

  .tailwind .gap-\[22\.322px\] {
    gap: 22.322px;
  }

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

  :where(.tailwind .-space-x-\[2px\] > :not(:last-child)) {
    --tw-space-x-reverse: 0;
    margin-inline-start: calc(calc(2px * -1) * var(--tw-space-x-reverse));
    margin-inline-end: calc(calc(2px * -1) * calc(1 - var(--tw-space-x-reverse)));
  }

  .tailwind .overflow-clip {
    overflow: clip;
  }

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

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

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

  .tailwind .overflow-x-scroll {
    overflow-x: scroll;
  }

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

  .tailwind .overflow-y-hidden {
    overflow-y: hidden;
  }

  .tailwind .overflow-y-scroll {
    overflow-y: scroll;
  }

  .tailwind .scroll-smooth {
    scroll-behavior: smooth;
  }

  .tailwind .rounded-\[1\.325px\] {
    border-radius: 1.325px;
  }

  .tailwind .rounded-\[2\.65px\] {
    border-radius: 2.65px;
  }

  .tailwind .rounded-\[2\.167px\] {
    border-radius: 2.167px;
  }

  .tailwind .rounded-\[2\.466px\] {
    border-radius: 2.466px;
  }

  .tailwind .rounded-\[4\.333px\] {
    border-radius: 4.333px;
  }

  .tailwind .rounded-\[4\.932px\] {
    border-radius: 4.932px;
  }

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

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

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

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

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

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

  .tailwind .rounded-lg {
    border-radius: var(--radius-lg);
  }

  .tailwind .rounded-t-\[24px\] {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
  }

  .tailwind .rounded-b-\[24px\] {
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

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

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

  .tailwind .border-\[rgba\(209\,169\,255\,0\.58\)\] {
    border-color: #d1a9ff94;
  }

  .tailwind .bg-\[\#933df5\] {
    background-color: #933df5;
  }

  .tailwind .bg-\[\#62728c\] {
    background-color: #62728c;
  }

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

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

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

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

  .tailwind .bg-\[rgba\(164\,105\,231\,0\.41\)\] {
    background-color: #a469e769;
  }

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

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

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

  .tailwind .from-white {
    --tw-gradient-from: var(--color-white);
    --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));
  }

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

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

  .tailwind .p-\[12px\] {
    padding: 12px;
  }

  .tailwind .p-\[48px\] {
    padding: 48px;
  }

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

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

  .tailwind .px-\[14\.881px\] {
    padding-inline: 14.881px;
  }

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

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

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

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

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

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

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

  .tailwind .py-\[7\.441px\] {
    padding-block: 7.441px;
  }

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

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

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

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

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

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

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

  .tailwind .pr-\[16px\] {
    padding-right: 16px;
  }

  .tailwind .pr-\[30px\] {
    padding-right: 30px;
  }

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

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

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

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

  .tailwind .font-\[\'Figma_Hand\:Bold\'\,sans-serif\] {
    font-family: Figma Hand\:Bold, sans-serif;
  }

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

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Bold\'\,sans-serif\] {
    font-family: Plus Jakarta Sans\:Bold, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Medium\'\,sans-serif\] {
    font-family: Plus Jakarta Sans\:Medium, sans-serif;
  }

  .tailwind .font-\[\'Plus_Jakarta_Sans\:Regular\'\,sans-serif\] {
    font-family: Plus Jakarta Sans\:Regular, sans-serif;
  }

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

  .tailwind .text-\[7\.949px\] {
    font-size: 7.949px;
  }

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

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

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

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

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

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

  .tailwind .text-\[23\.024px\] {
    font-size: 23.024px;
  }

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

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

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

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

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

  .tailwind .leading-\[1\.5\] {
    --tw-leading: 1.5;
    line-height: 1.5;
  }

  .tailwind .leading-\[1\.45\] {
    --tw-leading: 1.45;
    line-height: 1.45;
  }

  .tailwind .leading-\[29\.551px\] {
    --tw-leading: 29.551px;
    line-height: 29.551px;
  }

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

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

  .tailwind .leading-\[45\.985px\] {
    --tw-leading: 45.985px;
    line-height: 45.985px;
  }

  .tailwind .leading-\[48\.328px\] {
    --tw-leading: 48.328px;
    line-height: 48.328px;
  }

  .tailwind .leading-\[55\.004px\] {
    --tw-leading: 55.004px;
    line-height: 55.004px;
  }

  .tailwind .leading-\[75\.204px\] {
    --tw-leading: 75.204px;
    line-height: 75.204px;
  }

  .tailwind .leading-\[85\.593px\] {
    --tw-leading: 85.593px;
    line-height: 85.593px;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .text-\[\#4a66cc\] {
    color: #4a66cc;
  }

  .tailwind .text-\[\#18212e\] {
    color: #18212e;
  }

  .tailwind .text-\[\#53218c\] {
    color: #53218c;
  }

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

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

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

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

  .tailwind .uppercase {
    text-transform: uppercase;
  }

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

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

  .tailwind .decoration-solid {
    text-decoration-style: solid;
  }

  .tailwind .opacity-0 {
    opacity: 0;
  }

  .tailwind .opacity-100 {
    opacity: 1;
  }

  .tailwind .shadow-\[0px_4px_12px_0px_rgba\(28\,15\,54\,0\.25\)\] {
    --tw-shadow: 0px 4px 12px 0px var(--tw-shadow-color, #1c0f3640);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .blur-\[1\.325px\] {
    --tw-blur: blur(1.325px);
    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, );
  }

  .tailwind .blur-\[2\.167px\] {
    --tw-blur: blur(2.167px);
    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, );
  }

  .tailwind .blur-\[2\.466px\] {
    --tw-blur: blur(2.466px);
    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, );
  }

  .tailwind .invert {
    --tw-invert: invert(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, );
  }

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

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

  .tailwind .transition-\[background-position\] {
    transition-property: background-position;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

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

  .tailwind .duration-100 {
    --tw-duration: .1s;
    transition-duration: .1s;
  }

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

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

  .tailwind .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }

  .tailwind .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }

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

  .tailwind .\[text-decoration-skip-ink\:none\] {
    text-decoration-skip-ink: none;
  }

  .tailwind .\[text-underline-position\:from-font\] {
    text-underline-position: from-font;
  }

  .tailwind .\[transform-style\:preserve-3d\] {
    transform-style: preserve-3d;
  }

  @media (hover: hover) {
    .tailwind .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) {
    .tailwind .hover\:scale-110:hover {
      --tw-scale-x: 110%;
      --tw-scale-y: 110%;
      --tw-scale-z: 110%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
    }
  }

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

  @media (hover: hover) {
    .tailwind .hover\:shadow-\[0px_6px_16px_0px_rgba\(28\,15\,54\,0\.35\)\]:hover {
      --tw-shadow: 0px 6px 16px 0px var(--tw-shadow-color, #1c0f3659);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .tailwind .active\:scale-95:active {
    --tw-scale-x: 95%;
    --tw-scale-y: 95%;
    --tw-scale-z: 95%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .active\:cursor-grabbing:active {
    cursor: grabbing;
  }
}

@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;
  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-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

@property --tw-space-x-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-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-duration {
  syntax: "*";
  inherits: false
}

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