/*! 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-space-y-reverse: 0;
      --tw-leading: initial;
      --tw-font-weight: 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;
    }
  }
}

@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-red-500: oklch(.637 .237 25.331);
    --color-blue-500: oklch(.623 .214 259.815);
    --color-blue-600: oklch(.546 .245 262.881);
    --color-gray-600: oklch(.446 .03 256.802);
    --color-gray-800: oklch(.278 .033 256.848);
    --color-gray-900: oklch(.21 .034 264.665);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --text-xs: .75rem;
    --text-xs--line-height: calc(1 / .75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-medium: 500;
    --font-weight-black: 900;
    --radius-lg: .5rem;
    --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;
    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;
    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 .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-0\.31\%_-0\.28\%_-0\.14\%_-0\.28\%\] {
    inset: -.31% -.28% -.14%;
  }

  .tailwind .inset-\[-0\.59\%_-0\.3\%\] {
    inset: -.59% -.3%;
  }

  .tailwind .inset-\[-0\.72\%_-0\.09\%\] {
    inset: -.72% -.09%;
  }

  .tailwind .inset-\[10\.9\%_13\.14\%\] {
    inset: 10.9% 13.14%;
  }

  .tailwind .inset-\[13\.31\%_6\.49\%_31\.57\%_17\.18\%\] {
    inset: 13.31% 6.49% 31.57% 17.18%;
  }

  .tailwind .inset-\[18\.39\%_22\.68\%_0\.48\%_36\.47\%\] {
    inset: 18.39% 22.68% .48% 36.47%;
  }

  .tailwind .inset-\[20\.63\%_23\.24\%_2\.72\%_37\.03\%\] {
    inset: 20.63% 23.24% 2.72% 37.03%;
  }

  .tailwind .inset-\[20\.63\%_23\.24\%_2\.72\%_59\.31\%\] {
    inset: 20.63% 23.24% 2.72% 59.31%;
  }

  .tailwind .inset-\[20\.63\%_23\.24\%_40\.59\%_59\.31\%\] {
    inset: 20.63% 23.24% 40.59% 59.31%;
  }

  .tailwind .inset-\[20\.88\%_43\.85\%_2\.72\%_37\.03\%\] {
    inset: 20.88% 43.85% 2.72% 37.03%;
  }

  .tailwind .inset-\[20\.88\%_43\.85\%_40\.52\%_37\.03\%\] {
    inset: 20.88% 43.85% 40.52% 37.03%;
  }

  .tailwind .inset-\[20\.89\%_43\.85\%_40\.52\%_37\.03\%\] {
    inset: 20.89% 43.85% 40.52% 37.03%;
  }

  .tailwind .inset-\[21\.13\%_16\.37\%_2\.72\%_79\.34\%\] {
    inset: 21.13% 16.37% 2.72% 79.34%;
  }

  .tailwind .inset-\[21\.54\%_64\.61\%_2\.72\%_16\.27\%\] {
    inset: 21.54% 64.61% 2.72% 16.27%;
  }

  .tailwind .inset-\[58\.95\%_23\.24\%_2\.72\%_72\.47\%\] {
    inset: 58.95% 23.24% 2.72% 72.47%;
  }

  .tailwind .inset-\[58\.95\%_36\.4\%_2\.72\%_59\.31\%\] {
    inset: 58.95% 36.4% 2.72% 59.31%;
  }

  .tailwind .inset-\[58\.95\%_43\.85\%_2\.72\%_37\.03\%\] {
    inset: 58.95% 43.85% 2.72% 37.03%;
  }

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

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

  .tailwind .top-\[2\.19\%\] {
    top: 2.19%;
  }

  .tailwind .top-\[20\.05px\] {
    top: 20.05px;
  }

  .tailwind .top-\[20\.7\%\] {
    top: 20.7%;
  }

  .tailwind .top-\[58\.63px\] {
    top: 58.63px;
  }

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

  .tailwind .top-\[87\.32px\] {
    top: 87.32px;
  }

  .tailwind .top-\[102\.07px\] {
    top: 102.07px;
  }

  .tailwind .top-\[115\.08px\] {
    top: 115.08px;
  }

  .tailwind .top-\[132\.71px\] {
    top: 132.71px;
  }

  .tailwind .top-\[148\.4px\] {
    top: 148.4px;
  }

  .tailwind .top-\[181\.53px\] {
    top: 181.53px;
  }

  .tailwind .top-\[185\.31px\] {
    top: 185.31px;
  }

  .tailwind .top-\[201\.22px\] {
    top: 201.22px;
  }

  .tailwind .top-\[202\.4px\] {
    top: 202.4px;
  }

  .tailwind .top-\[212\.95px\] {
    top: 212.95px;
  }

  .tailwind .top-\[215\.23px\] {
    top: 215.23px;
  }

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

  .tailwind .top-\[227\.19px\] {
    top: 227.19px;
  }

  .tailwind .top-\[273\.53px\] {
    top: 273.53px;
  }

  .tailwind .top-\[292\.28px\] {
    top: 292.28px;
  }

  .tailwind .top-\[316\.32px\] {
    top: 316.32px;
  }

  .tailwind .top-\[317\.83px\] {
    top: 317.83px;
  }

  .tailwind .top-\[319\.91px\] {
    top: 319.91px;
  }

  .tailwind .top-\[374\.63px\] {
    top: 374.63px;
  }

  .tailwind .top-\[415\.9px\] {
    top: 415.9px;
  }

  .tailwind .top-\[439\.51px\] {
    top: 439.51px;
  }

  .tailwind .top-\[486\.13px\] {
    top: 486.13px;
  }

  .tailwind .top-\[529\.86px\] {
    top: 529.86px;
  }

  .tailwind .top-\[530\.01px\] {
    top: 530.01px;
  }

  .tailwind .top-px {
    top: 1px;
  }

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

  .tailwind .right-\[81\.82\%\] {
    right: 81.82%;
  }

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

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

  .tailwind .bottom-\[2\.72\%\] {
    bottom: 2.72%;
  }

  .tailwind .bottom-\[2\.73\%\] {
    bottom: 2.73%;
  }

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

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

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

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

  .tailwind .left-\[86\.21\%\] {
    left: 86.21%;
  }

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

  .tailwind .left-\[110\.94px\] {
    left: 110.94px;
  }

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

  .tailwind .left-\[175\.42px\] {
    left: 175.42px;
  }

  .tailwind .left-\[193\.03px\] {
    left: 193.03px;
  }

  .tailwind .left-\[205\.71px\] {
    left: 205.71px;
  }

  .tailwind .left-\[215\.05px\] {
    left: 215.05px;
  }

  .tailwind .left-\[231\.92px\] {
    left: 231.92px;
  }

  .tailwind .left-\[234\.2px\] {
    left: 234.2px;
  }

  .tailwind .left-\[275\.72px\] {
    left: 275.72px;
  }

  .tailwind .left-\[285\.02px\] {
    left: 285.02px;
  }

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

  .tailwind .left-\[321\.23px\] {
    left: 321.23px;
  }

  .tailwind .left-\[351\.57px\] {
    left: 351.57px;
  }

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

  .tailwind .left-\[365\.98px\] {
    left: 365.98px;
  }

  .tailwind .left-\[373\.37px\] {
    left: 373.37px;
  }

  .tailwind .left-\[373\.38px\] {
    left: 373.38px;
  }

  .tailwind .left-\[436\.89px\] {
    left: 436.89px;
  }

  .tailwind .left-\[439\.36px\] {
    left: 439.36px;
  }

  .tailwind .left-\[497\.95px\] {
    left: 497.95px;
  }

  .tailwind .left-\[502\.88px\] {
    left: 502.88px;
  }

  .tailwind .left-\[503\.75px\] {
    left: 503.75px;
  }

  .tailwind .left-\[506\.29px\] {
    left: 506.29px;
  }

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

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

  .tailwind .left-\[662\.11px\] {
    left: 662.11px;
  }

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

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

  .tailwind .container {
    width: 100%;
  }

  @media (width >= 40rem) {
    .tailwind .container {
      max-width: 40rem;
    }
  }

  @media (width >= 48rem) {
    .tailwind .container {
      max-width: 48rem;
    }
  }

  @media (width >= 64rem) {
    .tailwind .container {
      max-width: 64rem;
    }
  }

  @media (width >= 80rem) {
    .tailwind .container {
      max-width: 80rem;
    }
  }

  @media (width >= 96rem) {
    .tailwind .container {
      max-width: 96rem;
    }
  }

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }

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

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

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

  .tailwind .h-\[13\.252px\] {
    height: 13.252px;
  }

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

  .tailwind .h-\[19\.333px\] {
    height: 19.333px;
  }

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

  .tailwind .h-\[37\.144px\] {
    height: 37.144px;
  }

  .tailwind .h-\[43\.731px\] {
    height: 43.731px;
  }

  .tailwind .h-\[45\.435px\] {
    height: 45.435px;
  }

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

  .tailwind .h-\[49\.789px\] {
    height: 49.789px;
  }

  .tailwind .h-\[55\.279px\] {
    height: 55.279px;
  }

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

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

  .tailwind .h-\[70\.234px\] {
    height: 70.234px;
  }

  .tailwind .h-\[75\.075px\] {
    height: 75.075px;
  }

  .tailwind .h-\[77\.618px\] {
    height: 77.618px;
  }

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

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

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

  .tailwind .h-\[142\.774px\] {
    height: 142.774px;
  }

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

  .tailwind .h-\[234\.557px\] {
    height: 234.557px;
  }

  .tailwind .h-\[323\.001px\] {
    height: 323.001px;
  }

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

  .tailwind .h-\[371\.05px\] {
    height: 371.05px;
  }

  .tailwind .h-\[449\.15px\] {
    height: 449.15px;
  }

  .tailwind .h-\[472\.898px\] {
    height: 472.898px;
  }

  .tailwind .h-\[calc\(1px\*\(\(var\(--transform-inner-width\)\*1\)\+\(var\(--transform-inner-height\)\*0\)\)\)\] {
    height: calc(1px * ((var(--transform-inner-width) * 1)  + (var(--transform-inner-height) * 0)));
  }

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

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

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

  .tailwind .w-\[36\.975px\] {
    width: 36.975px;
  }

  .tailwind .w-\[49\.3px\] {
    width: 49.3px;
  }

  .tailwind .w-\[50\.727px\] {
    width: 50.727px;
  }

  .tailwind .w-\[54\.988px\] {
    width: 54.988px;
  }

  .tailwind .w-\[55\.367px\] {
    width: 55.367px;
  }

  .tailwind .w-\[58\.78px\] {
    width: 58.78px;
  }

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

  .tailwind .w-\[75\.195px\] {
    width: 75.195px;
  }

  .tailwind .w-\[80\.397px\] {
    width: 80.397px;
  }

  .tailwind .w-\[93\.669px\] {
    width: 93.669px;
  }

  .tailwind .w-\[94\.239px\] {
    width: 94.239px;
  }

  .tailwind .w-\[122\.698px\] {
    width: 122.698px;
  }

  .tailwind .w-\[125\.146px\] {
    width: 125.146px;
  }

  .tailwind .w-\[127\.627px\] {
    width: 127.627px;
  }

  .tailwind .w-\[137\.85px\] {
    width: 137.85px;
  }

  .tailwind .w-\[154\.31px\] {
    width: 154.31px;
  }

  .tailwind .w-\[155\.673px\] {
    width: 155.673px;
  }

  .tailwind .w-\[158\.897px\] {
    width: 158.897px;
  }

  .tailwind .w-\[181\.082px\] {
    width: 181.082px;
  }

  .tailwind .w-\[216\.54px\] {
    width: 216.54px;
  }

  .tailwind .w-\[267\.118px\] {
    width: 267.118px;
  }

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

  .tailwind .w-\[429\.666px\] {
    width: 429.666px;
  }

  .tailwind .w-\[508\.167px\] {
    width: 508.167px;
  }

  .tailwind .w-\[680\.004px\] {
    width: 680.004px;
  }

  .tailwind .w-\[686\.174px\] {
    width: 686.174px;
  }

  .tailwind .w-\[calc\(1px\*\(\(var\(--transform-inner-height\)\*1\)\+\(var\(--transform-inner-width\)\*0\)\)\)\] {
    width: calc(1px * ((var(--transform-inner-height) * 1)  + (var(--transform-inner-width) * 0)));
  }

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

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

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

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

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

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

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

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

  .tailwind .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

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

  .tailwind .bg-black\/70 {
    background-color: #000000b3;
  }

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

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

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

  .tailwind .bg-white\/100 {
    background-color: #fff;
  }

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

  .tailwind .mask-intersect {
    mask-composite: intersect;
  }

  .tailwind .mask-alpha {
    mask-mode: alpha;
  }

  .tailwind .mask-size-\[83\.747px_46\.742px\] {
    mask-size: 83.747px 46.742px;
  }

  .tailwind .mask-size-\[91\.789px_46\.516px\] {
    mask-size: 91.789px 46.516px;
  }

  .tailwind .mask-no-clip {
    mask-clip: no-clip;
  }

  .tailwind .mask-position-\[95\.285px_9\.136px\] {
    mask-position: 95.285px 9.136px;
  }

  .tailwind .mask-position-\[202\.233px_8\.825px\] {
    mask-position: 202.233px 8.825px;
  }

  .tailwind .mask-no-repeat {
    mask-repeat: no-repeat;
  }

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

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

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

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

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

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

  .tailwind .text-\[19\.225px\] {
    font-size: 19.225px;
  }

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

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

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

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

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

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

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

  .tailwind .opacity-50 {
    opacity: .5;
  }

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

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

  @media (hover: hover) {
    .tailwind .hover\:text-blue-600:hover {
      color: var(--color-blue-600);
    }
  }

  @media (hover: hover) {
    .tailwind .hover\:text-gray-900:hover {
      color: var(--color-gray-900);
    }
  }

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

  @media (width >= 40rem) {
    .tailwind .sm\:w-72 {
      width: calc(var(--spacing) * 72);
    }
  }
}

@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-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-font-weight {
  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;
}
