/*! 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-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-duration: 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-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --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 .absolute {
    position: absolute;
  }

  .tailwind .fixed {
    position: fixed;
  }

  .tailwind .relative {
    position: relative;
  }

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

  .tailwind .inset-\[-8\.57\%_-6\.67\%\] {
    inset: -8.57% -6.67%;
  }

  .tailwind .inset-\[20\.83\%_12\.5\%\] {
    inset: 20.83% 12.5%;
  }

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

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

  .tailwind .top-\[-42\.72px\] {
    top: -42.72px;
  }

  .tailwind .top-\[-45\.61px\] {
    top: -45.61px;
  }

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

  .tailwind .top-\[2\.68px\] {
    top: 2.68px;
  }

  .tailwind .top-\[2\.69px\] {
    top: 2.69px;
  }

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

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

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

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

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

  .tailwind .top-\[7\.14px\] {
    top: 7.14px;
  }

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

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

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

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

  .tailwind .top-\[30\.16px\] {
    top: 30.16px;
  }

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

  .tailwind .top-\[31\.43px\] {
    top: 31.43px;
  }

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

  .tailwind .top-\[40\.4px\] {
    top: 40.4px;
  }

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

  .tailwind .top-\[41\.05px\] {
    top: 41.05px;
  }

  .tailwind .top-\[42\.16px\] {
    top: 42.16px;
  }

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

  .tailwind .top-\[42\.94px\] {
    top: 42.94px;
  }

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

  .tailwind .top-\[46\.72px\] {
    top: 46.72px;
  }

  .tailwind .top-\[47\.44px\] {
    top: 47.44px;
  }

  .tailwind .top-\[49\.69px\] {
    top: 49.69px;
  }

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

  .tailwind .top-\[51\.35px\] {
    top: 51.35px;
  }

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

  .tailwind .top-\[53\.34px\] {
    top: 53.34px;
  }

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

  .tailwind .top-\[61\.74px\] {
    top: 61.74px;
  }

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

  .tailwind .right-\[-239\.07px\] {
    right: -239.07px;
  }

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

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

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

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

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

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

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

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

  .tailwind .left-2\/3 {
    left: 66.6667%;
  }

  .tailwind .left-3\/4 {
    left: 75%;
  }

  .tailwind .left-\[-12\.43\%\] {
    left: -12.43%;
  }

  .tailwind .left-\[-70\.53\%\] {
    left: -70.53%;
  }

  .tailwind .left-\[-72\.44px\] {
    left: -72.44px;
  }

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

  .tailwind .left-\[-128\.53px\] {
    left: -128.53px;
  }

  .tailwind .left-\[5\.99px\] {
    left: 5.99px;
  }

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

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

  .tailwind .left-\[29\.15px\] {
    left: 29.15px;
  }

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

  .tailwind .left-\[38\.87px\] {
    left: 38.87px;
  }

  .tailwind .left-\[45\.85px\] {
    left: 45.85px;
  }

  .tailwind .left-\[45\.97px\] {
    left: 45.97px;
  }

  .tailwind .left-\[59\.2px\] {
    left: 59.2px;
  }

  .tailwind .left-\[62\.57px\] {
    left: 62.57px;
  }

  .tailwind .left-\[77\.74px\] {
    left: 77.74px;
  }

  .tailwind .left-\[88\.54px\] {
    left: 88.54px;
  }

  .tailwind .left-\[89\.81px\] {
    left: 89.81px;
  }

  .tailwind .left-\[90\.15px\] {
    left: 90.15px;
  }

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

  .tailwind .left-\[149\.68px\] {
    left: 149.68px;
  }

  .tailwind .left-\[259\.88px\] {
    left: 259.88px;
  }

  .tailwind .left-\[270\.29px\] {
    left: 270.29px;
  }

  .tailwind .left-\[272\.04px\] {
    left: 272.04px;
  }

  .tailwind .left-\[272\.81px\] {
    left: 272.81px;
  }

  .tailwind .left-\[338\.14px\] {
    left: 338.14px;
  }

  .tailwind .left-\[349\.14px\] {
    left: 349.14px;
  }

  .tailwind .left-\[350\.99px\] {
    left: 350.99px;
  }

  .tailwind .left-\[351\.81px\] {
    left: 351.81px;
  }

  .tailwind .left-\[352\.99px\] {
    left: 352.99px;
  }

  .tailwind .left-\[420\.08px\] {
    left: 420.08px;
  }

  .tailwind .left-\[433\.75px\] {
    left: 433.75px;
  }

  .tailwind .left-\[436\.05px\] {
    left: 436.05px;
  }

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

  .tailwind .left-\[437\.07px\] {
    left: 437.07px;
  }

  .tailwind .left-\[542\.36px\] {
    left: 542.36px;
  }

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

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

  .tailwind .left-\[calc\(50\%\+85\.72px\)\] {
    left: calc(50% + 85.72px);
  }

  .tailwind .left-\[calc\(50\%\+106\.49px\)\] {
    left: calc(50% + 106.49px);
  }

  .tailwind .left-\[calc\(50\%\+272\.29px\)\] {
    left: calc(50% + 272.29px);
  }

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

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

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

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

  .tailwind .z-\[9999\] {
    z-index: 9999;
  }

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

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

  .tailwind .mb-\[20px\] {
    margin-bottom: 20px;
  }

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

  .tailwind .hidden {
    display: none;
  }

  .tailwind .aspect-\[677\/816\] {
    aspect-ratio: 677 / 816;
  }

  .tailwind .aspect-\[928\/1232\] {
    aspect-ratio: 928 / 1232;
  }

  .tailwind .size-\[5\.358px\] {
    width: 5.358px;
    height: 5.358px;
  }

  .tailwind .size-\[5\.371px\] {
    width: 5.371px;
    height: 5.371px;
  }

  .tailwind .size-\[7\.144px\] {
    width: 7.144px;
    height: 7.144px;
  }

  .tailwind .size-\[10\.879px\] {
    width: 10.879px;
    height: 10.879px;
  }

  .tailwind .size-\[11\.5px\] {
    width: 11.5px;
    height: 11.5px;
  }

  .tailwind .size-\[14\.287px\] {
    width: 14.287px;
    height: 14.287px;
  }

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

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

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

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

  .tailwind .h-\[10\.873px\] {
    height: 10.873px;
  }

  .tailwind .h-\[10\.899px\] {
    height: 10.899px;
  }

  .tailwind .h-\[14\.497px\] {
    height: 14.497px;
  }

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

  .tailwind .h-\[23\.338px\] {
    height: 23.338px;
  }

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

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

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

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

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

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

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

  .tailwind .h-\[83\.745px\] {
    height: 83.745px;
  }

  .tailwind .h-\[88\.525px\] {
    height: 88.525px;
  }

  .tailwind .h-\[91\.311px\] {
    height: 91.311px;
  }

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

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

  .tailwind .h-\[109\.979px\] {
    height: 109.979px;
  }

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

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

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

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

  .tailwind .h-\[201\.747px\] {
    height: 201.747px;
  }

  .tailwind .h-\[254\.961px\] {
    height: 254.961px;
  }

  .tailwind .h-\[255\.577px\] {
    height: 255.577px;
  }

  .tailwind .h-\[264\.258px\] {
    height: 264.258px;
  }

  .tailwind .h-\[264\.897px\] {
    height: 264.897px;
  }

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

  .tailwind .h-\[352\.344px\] {
    height: 352.344px;
  }

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

  .tailwind .h-\[490\.981px\] {
    height: 490.981px;
  }

  .tailwind .h-\[493\.175px\] {
    height: 493.175px;
  }

  .tailwind .h-\[517\.719px\] {
    height: 517.719px;
  }

  .tailwind .h-\[519\.007px\] {
    height: 519.007px;
  }

  .tailwind .h-\[521\.325px\] {
    height: 521.325px;
  }

  .tailwind .h-\[536\.597px\] {
    height: 536.597px;
  }

  .tailwind .h-\[547\.27px\] {
    height: 547.27px;
  }

  .tailwind .h-\[567\.227px\] {
    height: 567.227px;
  }

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

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

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

  .tailwind .h-\[679\.895px\] {
    height: 679.895px;
  }

  .tailwind .h-\[684\.194px\] {
    height: 684.194px;
  }

  .tailwind .h-\[690\.399px\] {
    height: 690.399px;
  }

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

  .tailwind .h-\[704\.687px\] {
    height: 704.687px;
  }

  .tailwind .h-\[729\.807px\] {
    height: 729.807px;
  }

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

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

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

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

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

  .tailwind .h-\[906\.667px\] {
    height: 906.667px;
  }

  .tailwind .h-\[955\.862px\] {
    height: 955.862px;
  }

  .tailwind .h-auto {
    height: auto;
  }

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

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

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

  .tailwind .w-\[37\.503px\] {
    width: 37.503px;
  }

  .tailwind .w-\[37\.594px\] {
    width: 37.594px;
  }

  .tailwind .w-\[50\.005px\] {
    width: 50.005px;
  }

  .tailwind .w-\[76\.154px\] {
    width: 76.154px;
  }

  .tailwind .w-\[80\.501px\] {
    width: 80.501px;
  }

  .tailwind .w-\[100\.009px\] {
    width: 100.009px;
  }

  .tailwind .w-\[117\.553px\] {
    width: 117.553px;
  }

  .tailwind .w-\[117\.837px\] {
    width: 117.837px;
  }

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

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

  .tailwind .w-\[129\.686px\] {
    width: 129.686px;
  }

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

  .tailwind .w-\[156\.737px\] {
    width: 156.737px;
  }

  .tailwind .w-\[172\.915px\] {
    width: 172.915px;
  }

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

  .tailwind .w-\[235\.817px\] {
    width: 235.817px;
  }

  .tailwind .w-\[238\.701px\] {
    width: 238.701px;
  }

  .tailwind .w-\[238\.878px\] {
    width: 238.878px;
  }

  .tailwind .w-\[241\.06\%\] {
    width: 241.06%;
  }

  .tailwind .w-\[249\.278px\] {
    width: 249.278px;
  }

  .tailwind .w-\[252\.326px\] {
    width: 252.326px;
  }

  .tailwind .w-\[252\.513px\] {
    width: 252.513px;
  }

  .tailwind .w-\[263\.339px\] {
    width: 263.339px;
  }

  .tailwind .w-\[278\.371px\] {
    width: 278.371px;
  }

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

  .tailwind .w-\[309\.687px\] {
    width: 309.687px;
  }

  .tailwind .w-\[313\.474px\] {
    width: 313.474px;
  }

  .tailwind .w-\[313\.707px\] {
    width: 313.707px;
  }

  .tailwind .w-\[345\.83px\] {
    width: 345.83px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .w-\[1035\.598px\] {
    width: 1035.6px;
  }

  .tailwind .w-\[1094\.71px\] {
    width: 1094.71px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .flex-\[1_0_0\] {
    flex: 1 0 0;
  }

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

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

  .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: calc(100% * -1);
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .tailwind .-rotate-90 {
    rotate: -90deg;
  }

  .tailwind .rotate-90 {
    rotate: 90deg;
  }

  .tailwind .rotate-180 {
    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 .cursor-pointer {
    cursor: pointer;
  }

  .tailwind .resize {
    resize: both;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .rounded-\[6\.303px\] {
    border-radius: 6.303px;
  }

  .tailwind .rounded-\[9\.599px\] {
    border-radius: 9.599px;
  }

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

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

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

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

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

  .tailwind .rounded-\[17\.334px\] {
    border-radius: 17.334px;
  }

  .tailwind .rounded-\[17\.375px\] {
    border-radius: 17.375px;
  }

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

  .tailwind .rounded-\[21\.01px\] {
    border-radius: 21.01px;
  }

  .tailwind .rounded-\[23\.111px\] {
    border-radius: 23.111px;
  }

  .tailwind .rounded-\[31\.997px\] {
    border-radius: 31.997px;
  }

  .tailwind .rounded-\[33\.824px\] {
    border-radius: 33.824px;
  }

  .tailwind .rounded-\[35\.197px\] {
    border-radius: 35.197px;
  }

  .tailwind .rounded-\[37\.206px\] {
    border-radius: 37.206px;
  }

  .tailwind .rounded-\[42\.021px\] {
    border-radius: 42.021px;
  }

  .tailwind .rounded-\[46\.223px\] {
    border-radius: 46.223px;
  }

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

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

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

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

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

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

  .tailwind .border-\[\#25c7ba\] {
    border-color: #25c7ba;
  }

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

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

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

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

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

  .tailwind .bg-\[rgba\(30\,30\,30\,0\.3\)\] {
    background-color: #1e1e1e4d;
  }

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

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

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

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

  .tailwind .bg-gradient-to-l {
    --tw-gradient-position: to left 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 .via-white {
    --tw-gradient-via: var(--color-white);
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .tailwind .via-white\/40 {
    --tw-gradient-via: #fff6;
  }

  @supports (color: color-mix(in lab, red, red)) {
    .tailwind .via-white\/40 {
      --tw-gradient-via: color-mix(in oklab, var(--color-white) 40%, transparent);
    }
  }

  .tailwind .via-white\/40 {
    --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-via-stops);
  }

  .tailwind .via-\[25\%\] {
    --tw-gradient-via-position: 25%;
  }

  .tailwind .via-\[34\.717\%\] {
    --tw-gradient-via-position: 34.717%;
  }

  .tailwind .to-\[rgba\(255\,255\,255\,0\)\] {
    --tw-gradient-to: #fff0;
    --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 .mask-intersect {
    mask-composite: intersect;
  }

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

  .tailwind .mask-size-\[235\.817px_490\.98px\] {
    mask-size: 235.817px 490.98px;
  }

  .tailwind .mask-size-\[235\.817px_490\.981px\] {
    mask-size: 235.817px 490.981px;
  }

  .tailwind .mask-size-\[249\.278px_519\.007px\] {
    mask-size: 249.278px 519.007px;
  }

  .tailwind .mask-size-\[309\.687px_644\.782px\] {
    mask-size: 309.687px 644.782px;
  }

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

  .tailwind .mask-position-\[0px_0px\] {
    mask-position: 0 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .font-\[\'DM_Sans\:SemiBold\'\,sans-serif\] {
    font-family: DM Sans\:SemiBold, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .tailwind .leading-\[1\.4\] {
    --tw-leading: 1.4;
    line-height: 1.4;
  }

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

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

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

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

  .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 .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }

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

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

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

  .tailwind .tracking-\[-1\.28px\] {
    --tw-tracking: -1.28px;
    letter-spacing: -1.28px;
  }

  .tailwind .tracking-\[-1\.44px\] {
    --tw-tracking: -1.44px;
    letter-spacing: -1.44px;
  }

  .tailwind .tracking-\[-1\.92px\] {
    --tw-tracking: -1.92px;
    letter-spacing: -1.92px;
  }

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

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

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

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

  .tailwind .text-\[\#0B132B\], .tailwind .text-\[\#0b132b\] {
    color: #0b132b;
  }

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

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

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

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

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

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

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

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

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

  .tailwind .opacity-60 {
    opacity: .6;
  }

  .tailwind .shadow-\[0px_4px_20px_0px_rgba\(0\,0\,0\,0\.25\)\] {
    --tw-shadow: 0px 4px 20px 0px 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);
  }

  .tailwind .shadow-\[inset_0px_0px_80px_40px_white\] {
    --tw-shadow: inset 0px 0px 80px 40px var(--tw-shadow-color, white);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[inset_0px_0px_100px_0px_white\] {
    --tw-shadow: inset 0px 0px 100px 0px var(--tw-shadow-color, white);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .tailwind .shadow-\[inset_0px_4px_10px_0px_rgba\(255\,255\,255\,0\.4\)\] {
    --tw-shadow: inset 0px 4px 10px 0px var(--tw-shadow-color, #fff6);
    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));
  }

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

  .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 .duration-300 {
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

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

  @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\:opacity-90:hover {
      opacity: .9;
    }
  }

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

  @media (width < 480px) {
    .tailwind .max-\[480px\]\:mx-auto {
      margin-inline: auto;
    }
  }

  @media (width < 480px) {
    .tailwind .max-\[480px\]\:w-\[300px\] {
      width: 300px;
    }
  }

  @media (width < 480px) {
    .tailwind .max-\[480px\]\:w-full {
      width: 100%;
    }
  }

  @media (width < 480px) {
    .tailwind .max-\[480px\]\:flex-none {
      flex: none;
    }
  }

  @media (width < 480px) {
    .tailwind .max-\[480px\]\:flex-col {
      flex-direction: column;
    }
  }

  @media (width < 480px) {
    .tailwind .max-\[480px\]\:text-\[13px\] {
      font-size: 13px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:top-\[40px\] {
      top: 40px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:block {
      display: block;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:contents {
      display: contents;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:hidden {
      display: none;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:h-\[40px\] {
      height: 40px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:h-\[50px\] {
      height: 50px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:h-\[259px\] {
      height: 259px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:h-\[850px\] {
      height: 850px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:w-auto {
      width: auto;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:flex-none {
      flex: none;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:shrink-0 {
      flex-shrink: 0;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:items-center {
      align-items: center;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:gap-\[8px\] {
      gap: 8px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:rounded-\[20px\] {
      border-radius: 20px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:p-\[5px\] {
      padding: 5px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:px-\[22px\] {
      padding-inline: 22px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:py-\[18px\] {
      padding-block: 18px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:py-\[40px\] {
      padding-block: 40px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 40rem) {
    .tailwind .sm\:tracking-\[-1\.92px\] {
      --tw-tracking: -1.92px;
      letter-spacing: -1.92px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:top-\[20px\] {
      top: 20px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-\[160px\] {
      height: 160px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:h-\[500px\] {
      height: 500px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:gap-\[8px\] {
      gap: 8px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:rounded-\[16px\] {
      border-radius: 16px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[18px\] {
      font-size: 18px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:text-\[22px\] {
      font-size: 22px;
    }
  }

  @media (width >= 48rem) {
    .tailwind .md\:tracking-\[-1\.08px\] {
      --tw-tracking: -1.08px;
      letter-spacing: -1.08px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:block {
      display: block;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:hidden {
      display: none;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-\[40px\] {
      height: 40px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:h-\[50px\] {
      height: 50px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:w-\[1360px\] {
      width: 1360px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:w-auto {
      width: auto;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:max-w-\[1360px\] {
      max-width: 1360px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:flex-none {
      flex: none;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:shrink-0 {
      flex-shrink: 0;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:items-center {
      align-items: center;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-0 {
      gap: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:gap-\[20px\] {
      gap: 20px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:p-\[5px\] {
      padding: 5px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:px-0 {
      padding-inline: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:px-\[22px\] {
      padding-inline: 22px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:py-\[18px\] {
      padding-block: 18px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:py-\[40px\] {
      padding-block: 40px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-\[20px\] {
      font-size: 20px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:text-\[32px\] {
      font-size: 32px;
    }
  }

  @media (width >= 64rem) {
    .tailwind .lg\:tracking-\[-1\.92px\] {
      --tw-tracking: -1.92px;
      letter-spacing: -1.92px;
    }
  }
}

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