/*! 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-scroll-snap-strictness: proximity;
      --tw-border-style: solid;
      --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-white: #fff;
    --spacing: .25rem;
    --font-weight-medium: 500;
    --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 .relative {
    position: relative;
  }

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

  .tailwind .inset-\[33\.96\%_36\.71\%_25\.3\%_36\.96\%\] {
    inset: 33.96% 36.71% 25.3% 36.96%;
  }

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

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

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

  .tailwind .top-\[36\.69px\] {
    top: 36.69px;
  }

  .tailwind .top-\[42\.59\%\] {
    top: 42.59%;
  }

  .tailwind .top-\[43\.58\%\] {
    top: 43.58%;
  }

  .tailwind .top-\[43\.77\%\] {
    top: 43.77%;
  }

  .tailwind .top-\[46\.3\%\] {
    top: 46.3%;
  }

  .tailwind .top-\[51\.45\%\] {
    top: 51.45%;
  }

  .tailwind .top-\[91\.42px\] {
    top: 91.42px;
  }

  .tailwind .top-\[106\.97px\] {
    top: 106.97px;
  }

  .tailwind .top-\[115\.68px\] {
    top: 115.68px;
  }

  .tailwind .top-\[120\.65px\] {
    top: 120.65px;
  }

  .tailwind .top-\[145\.53px\] {
    top: 145.53px;
  }

  .tailwind .top-\[148\.64px\] {
    top: 148.64px;
  }

  .tailwind .top-\[151\.13px\] {
    top: 151.13px;
  }

  .tailwind .top-\[152\.37px\] {
    top: 152.37px;
  }

  .tailwind .top-\[152\.99px\] {
    top: 152.99px;
  }

  .tailwind .top-\[154\.24px\] {
    top: 154.24px;
  }

  .tailwind .top-\[156\.72px\] {
    top: 156.72px;
  }

  .tailwind .top-\[158\.59px\] {
    top: 158.59px;
  }

  .tailwind .top-\[162\.32px\] {
    top: 162.32px;
  }

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

  .tailwind .top-\[186\.58px\] {
    top: 186.58px;
  }

  .tailwind .top-\[188\.44px\] {
    top: 188.44px;
  }

  .tailwind .top-\[190\.31px\] {
    top: 190.31px;
  }

  .tailwind .top-\[192\.79px\] {
    top: 192.79px;
  }

  .tailwind .top-\[195\.91px\] {
    top: 195.91px;
  }

  .tailwind .top-\[196\.53px\] {
    top: 196.53px;
  }

  .tailwind .top-\[199\.01px\] {
    top: 199.01px;
  }

  .tailwind .top-\[205\.86px\] {
    top: 205.86px;
  }

  .tailwind .top-\[208\.97px\] {
    top: 208.97px;
  }

  .tailwind .top-\[218\.29px\] {
    top: 218.29px;
  }

  .tailwind .top-\[220\.78px\] {
    top: 220.78px;
  }

  .tailwind .top-\[222\.65px\] {
    top: 222.65px;
  }

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

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

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

  .tailwind .top-\[230\.73px\] {
    top: 230.73px;
  }

  .tailwind .top-\[231\.98px\] {
    top: 231.98px;
  }

  .tailwind .top-\[238\.2px\] {
    top: 238.2px;
  }

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

  .tailwind .top-\[250\.63px\] {
    top: 250.63px;
  }

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

  .tailwind .top-\[254\.99px\] {
    top: 254.99px;
  }

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

  .tailwind .top-\[259\.34px\] {
    top: 259.34px;
  }

  .tailwind .top-\[261\.21px\] {
    top: 261.21px;
  }

  .tailwind .top-\[264\.94px\] {
    top: 264.94px;
  }

  .tailwind .top-\[273\.02px\] {
    top: 273.02px;
  }

  .tailwind .top-\[274\.27px\] {
    top: 274.27px;
  }

  .tailwind .top-\[284\.22px\] {
    top: 284.22px;
  }

  .tailwind .top-\[288\.57px\] {
    top: 288.57px;
  }

  .tailwind .top-\[289\.19px\] {
    top: 289.19px;
  }

  .tailwind .top-\[290\.44px\] {
    top: 290.44px;
  }

  .tailwind .top-\[295\.41px\] {
    top: 295.41px;
  }

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

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

  .tailwind .top-\[306\.61px\] {
    top: 306.61px;
  }

  .tailwind .top-\[314\.69px\] {
    top: 314.69px;
  }

  .tailwind .top-\[315\.31px\] {
    top: 315.31px;
  }

  .tailwind .top-\[323\.4px\] {
    top: 323.4px;
  }

  .tailwind .top-\[327\.75px\] {
    top: 327.75px;
  }

  .tailwind .top-\[329\.62px\] {
    top: 329.62px;
  }

  .tailwind .top-\[337\.7px\] {
    top: 337.7px;
  }

  .tailwind .top-\[338\.95px\] {
    top: 338.95px;
  }

  .tailwind .top-\[343\.92px\] {
    top: 343.92px;
  }

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

  .tailwind .top-\[357\.61px\] {
    top: 357.61px;
  }

  .tailwind .top-\[358\.23px\] {
    top: 358.23px;
  }

  .tailwind .top-\[363\.82px\] {
    top: 363.82px;
  }

  .tailwind .top-\[375\.64px\] {
    top: 375.64px;
  }

  .tailwind .top-\[378\.13px\] {
    top: 378.13px;
  }

  .tailwind .top-\[389\.94px\] {
    top: 389.94px;
  }

  .tailwind .top-\[393\.68px\] {
    top: 393.68px;
  }

  .tailwind .top-\[396\.79px\] {
    top: 396.79px;
  }

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

  .tailwind .top-\[402\.38px\] {
    top: 402.38px;
  }

  .tailwind .top-\[407\.98px\] {
    top: 407.98px;
  }

  .tailwind .top-\[416\.69px\] {
    top: 416.69px;
  }

  .tailwind .top-\[434\.72px\] {
    top: 434.72px;
  }

  .tailwind .top-\[449\.03px\] {
    top: 449.03px;
  }

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

  .tailwind .right-\[64\.25\%\] {
    right: 64.25%;
  }

  .tailwind .bottom-\[33\.4\%\] {
    bottom: 33.4%;
  }

  .tailwind .bottom-\[33\.34\%\] {
    bottom: 33.34%;
  }

  .tailwind .bottom-\[33\.77\%\] {
    bottom: 33.77%;
  }

  .tailwind .bottom-\[37\.04\%\] {
    bottom: 37.04%;
  }

  .tailwind .bottom-\[41\.01\%\] {
    bottom: 41.01%;
  }

  .tailwind .bottom-\[472\.19px\] {
    bottom: 472.19px;
  }

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

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

  .tailwind .left-\[11\.2px\] {
    left: 11.2px;
  }

  .tailwind .left-\[11\.19px\] {
    left: 11.19px;
  }

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

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

  .tailwind .left-\[64\.25\%\] {
    left: 64.25%;
  }

  .tailwind .left-\[116\.3px\] {
    left: 116.3px;
  }

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

  .tailwind .left-\[116\.61px\] {
    left: 116.61px;
  }

  .tailwind .left-\[1090\.23px\] {
    left: 1090.23px;
  }

  .tailwind .left-\[1373\.82px\] {
    left: 1373.82px;
  }

  .tailwind .left-\[1643\.12px\] {
    left: 1643.12px;
  }

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

  .tailwind .block {
    display: block;
  }

  .tailwind .contents {
    display: contents;
  }

  .tailwind .flex {
    display: flex;
  }

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

  .tailwind .h-\[3\.719px\] {
    height: 3.719px;
  }

  .tailwind .h-\[13\.06px\] {
    height: 13.06px;
  }

  .tailwind .h-\[19\.901px\] {
    height: 19.901px;
  }

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

  .tailwind .h-\[23\.633px\] {
    height: 23.633px;
  }

  .tailwind .h-\[25\.499px\] {
    height: 25.499px;
  }

  .tailwind .h-\[26\.121px\] {
    height: 26.121px;
  }

  .tailwind .h-\[26\.743px\] {
    height: 26.743px;
  }

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

  .tailwind .h-\[31\.096px\] {
    height: 31.096px;
  }

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

  .tailwind .h-\[35\.45px\] {
    height: 35.45px;
  }

  .tailwind .h-\[37\.937px\] {
    height: 37.937px;
  }

  .tailwind .h-\[38\.559px\] {
    height: 38.559px;
  }

  .tailwind .h-\[39\.181px\] {
    height: 39.181px;
  }

  .tailwind .h-\[41\.047px\] {
    height: 41.047px;
  }

  .tailwind .h-\[45\.4px\] {
    height: 45.4px;
  }

  .tailwind .h-\[51\.62px\] {
    height: 51.62px;
  }

  .tailwind .h-\[53\.485px\] {
    height: 53.485px;
  }

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

  .tailwind .h-\[78\.984px\] {
    height: 78.984px;
  }

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

  .tailwind .h-\[169\.784px\] {
    height: 169.784px;
  }

  .tailwind .h-\[184\.711px\] {
    height: 184.711px;
  }

  .tailwind .h-\[213\.319px\] {
    height: 213.319px;
  }

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

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

  .tailwind .w-\[3\.732px\] {
    width: 3.732px;
  }

  .tailwind .w-\[10\.172px\] {
    width: 10.172px;
  }

  .tailwind .w-\[11\.394px\] {
    width: 11.394px;
  }

  .tailwind .w-\[12\.462px\] {
    width: 12.462px;
  }

  .tailwind .w-\[14\.836px\] {
    width: 14.836px;
  }

  .tailwind .w-\[23\.199px\] {
    width: 23.199px;
  }

  .tailwind .w-\[28\.594px\] {
    width: 28.594px;
  }

  .tailwind .w-\[51\.609px\] {
    width: 51.609px;
  }

  .tailwind .w-\[78\.969px\] {
    width: 78.969px;
  }

  .tailwind .w-\[101\.373px\] {
    width: 101.373px;
  }

  .tailwind .w-\[129\.359px\] {
    width: 129.359px;
  }

  .tailwind .w-\[159\.212px\] {
    width: 159.212px;
  }

  .tailwind .w-\[164\.809px\] {
    width: 164.809px;
  }

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

  .tailwind .w-\[172\.272px\] {
    width: 172.272px;
  }

  .tailwind .w-\[182\.845px\] {
    width: 182.845px;
  }

  .tailwind .w-\[184\.703px\] {
    width: 184.703px;
  }

  .tailwind .w-\[199\.637px\] {
    width: 199.637px;
  }

  .tailwind .w-\[204\.612px\] {
    width: 204.612px;
  }

  .tailwind .w-\[213\.313px\] {
    width: 213.313px;
  }

  .tailwind .w-\[213\.319px\] {
    width: 213.319px;
  }

  .tailwind .w-\[233\.22px\] {
    width: 233.22px;
  }

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

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

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

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

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

  .tailwind .snap-start {
    scroll-snap-align: start;
  }

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

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

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

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

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

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

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

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

  .tailwind .rounded-\[1\.484px\] {
    border-radius: 1.484px;
  }

  .tailwind .rounded-\[2\.552px\] {
    border-radius: 2.552px;
  }

  .tailwind .rounded-\[7\.463px\] {
    border-radius: 7.463px;
  }

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

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

  .tailwind .border-\[0\.466px\] {
    border-style: var(--tw-border-style);
    border-width: .466px;
  }

  .tailwind .border-\[0\.593px\] {
    border-style: var(--tw-border-style);
    border-width: .593px;
  }

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

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

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

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

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

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

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

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

  .tailwind .font-\[\'SF_Pro\:Semibold\'\,_sans-serif\] {
    font-family: SF Pro\:Semibold, sans-serif;
  }

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

  .tailwind .font-\[\'Sen\:ExtraBold\'\,_sans-serif\] {
    font-family: Sen\:ExtraBold, sans-serif;
  }

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

  .tailwind .text-\[8\.707px\] {
    font-size: 8.707px;
  }

  .tailwind .text-\[9\.951px\] {
    font-size: 9.951px;
  }

  .tailwind .text-\[10\.088px\] {
    font-size: 10.088px;
  }

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

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

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

  .tailwind .leading-\[13\.056px\] {
    --tw-leading: 13.056px;
    line-height: 13.056px;
  }

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

  .tailwind .font-\[590\] {
    --tw-font-weight: 590;
    font-weight: 590;
  }

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

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

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

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

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

  .tailwind .text-\[rgba\(255\,255\,255\,0\.5\)\] {
    color: #ffffff80;
  }

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

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

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

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

  .tailwind .opacity-\[0\.35\] {
    opacity: .35;
  }

  .tailwind .shadow-\[0_4px_12px_rgba\(0\,0\,0\,0\.15\)\] {
    --tw-shadow: 0 4px 12px var(--tw-shadow-color, #00000026);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}

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

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

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

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

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