/*! tailwindcss v4.1.3 | MIT License | https://tailwindcss.com */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: rotateX(0);
      --tw-rotate-y: rotateY(0);
      --tw-rotate-z: rotateZ(0);
      --tw-skew-x: skewX(0);
      --tw-skew-y: skewY(0);
      --tw-scroll-snap-strictness: proximity;
      --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;
      --tw-ease: initial;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-content: "";
      --tw-outline-style: solid;
    }
  }
}

@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --color-gray-100: oklch(.967 .003 264.542);
    --color-neutral-100: oklch(.97 0 0);
    --color-neutral-900: oklch(.205 0 0);
    --color-black: #000;
    --color-white: #fff;
    --spacing: .25rem;
    --container-sm: 24rem;
    --container-lg: 32rem;
    --text-sm: .875rem;
    --text-sm--line-height: calc(1.25 / .875);
    --text-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-xl: 1.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1;
    --text-7xl: 4.5rem;
    --text-7xl--line-height: 1;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --leading-normal: 1.5;
    --radius-xs: .125rem;
    --ease-out: cubic-bezier(0, 0, .2, 1);
    --ease-in-out: cubic-bezier(.4, 0, .2, 1);
    --default-transition-duration: .15s;
    --default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    --default-font-family: var(--font-sans);
    --default-font-feature-settings: var(--font-sans--font-feature-settings);
    --default-font-variation-settings: var(--font-sans--font-variation-settings);
    --default-mono-font-family: var(--font-mono);
    --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
    --default-mono-font-variation-settings: var(--font-mono--font-variation-settings);
  }
}

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

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

  html, :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }

  body {
    line-height: inherit;
  }

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

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

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

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

  b, strong {
    font-weight: bolder;
  }

  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }

  small {
    font-size: 80%;
  }

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

  sub {
    bottom: -.25em;
  }

  sup {
    top: -.5em;
  }

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

  :-moz-focusring {
    outline: auto;
  }

  progress {
    vertical-align: baseline;
  }

  summary {
    display: list-item;
  }

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

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

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

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

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

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

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

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

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

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

  textarea {
    resize: vertical;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  * {
    border-color: var(--border);
    outline-color: var(--ring);
  }

  @supports (color: color-mix(in lab, red, red)) {
    * {
      outline-color: color-mix(in oklab, var(--ring) 50%, transparent);
    }
  }

  body {
    background-color: var(--background);
    color: var(--foreground);
  }

  button, a {
    cursor: pointer;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h1 {
    font-size: var(--text-2xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h2 {
    font-size: var(--text-xl);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h3 {
    font-size: var(--text-lg);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) h4 {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) p {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) label, :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) button {
    font-size: var(--text-base);
    font-weight: var(--font-weight-medium);
    line-height: 1.5;
  }

  :where(:not(:has([class*=" text-"]), :not(:has([class^="text-"])))) input {
    font-size: var(--text-base);
    font-weight: var(--font-weight-normal);
    line-height: 1.5;
  }
}

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

  .sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
  }

  .absolute {
    position: absolute;
  }

  .fixed {
    position: fixed;
  }

  .relative {
    position: relative;
  }

  .sticky {
    position: sticky;
  }

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

  .inset-\[0\.16\%_0\.06\%_3\.19\%_0\.04\%\] {
    inset: .16% .06% 3.19% .04%;
  }

  .inset-\[3\.11\%_0\.52\%_2\.27\%_50\.94\%\] {
    inset: 3.11% .52% 2.27% 50.94%;
  }

  .inset-\[3\.11\%_11\.59\%_46\.55\%_50\.94\%\] {
    inset: 3.11% 11.59% 46.55% 50.94%;
  }

  .inset-\[3\.11\%_58\.43\%_10\.54\%_22\.46\%\] {
    inset: 3.11% 58.43% 10.54% 22.46%;
  }

  .inset-\[3\.11\%_80\.39\%_2\.12\%_0\.56\%\] {
    inset: 3.11% 80.39% 2.12% .56%;
  }

  .inset-\[3\.64\%_0\.14\%_4\.99\%_0\.25\%\] {
    inset: 3.64% .14% 4.99% .25%;
  }

  .inset-\[51\.02\%_0\.52\%_2\.27\%_51\.16\%\] {
    inset: 51.02% .52% 2.27% 51.16%;
  }

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

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

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

  .top-\[-0\.06\%\] {
    top: -.06%;
  }

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

  .top-\[0\.01\%\] {
    top: .01%;
  }

  .top-\[0\.96\%\] {
    top: .96%;
  }

  .top-\[0\.97\%\] {
    top: .97%;
  }

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

  .top-\[1\.33\%\] {
    top: 1.33%;
  }

  .top-\[2\.37\%\] {
    top: 2.37%;
  }

  .top-\[2\.42\%\] {
    top: 2.42%;
  }

  .top-\[2\.49\%\] {
    top: 2.49%;
  }

  .top-\[2\.65\%\] {
    top: 2.65%;
  }

  .top-\[2\.97\%\] {
    top: 2.97%;
  }

  .top-\[3\.42\%\] {
    top: 3.42%;
  }

  .top-\[3\.71\%\] {
    top: 3.71%;
  }

  .top-\[3\.81\%\] {
    top: 3.81%;
  }

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

  .top-\[16\.53\%\] {
    top: 16.53%;
  }

  .top-\[50\%\] {
    top: 50%;
  }

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

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

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

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

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

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

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

  .right-\[-0\.02\%\] {
    right: -.02%;
  }

  .right-\[-0\.05\%\] {
    right: -.05%;
  }

  .right-\[-0\.08\%\] {
    right: -.08%;
  }

  .right-\[0\.05\%\] {
    right: .05%;
  }

  .right-\[1\.3\%\] {
    right: 1.3%;
  }

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

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

  .bottom-\[0\.48\%\] {
    bottom: .48%;
  }

  .bottom-\[0\.71\%\] {
    bottom: .71%;
  }

  .bottom-\[1\.04\%\] {
    bottom: 1.04%;
  }

  .bottom-\[1\.28\%\] {
    bottom: 1.28%;
  }

  .bottom-\[1\.52\%\] {
    bottom: 1.52%;
  }

  .bottom-\[2\.9\%\] {
    bottom: 2.9%;
  }

  .bottom-\[2\.11\%\] {
    bottom: 2.11%;
  }

  .bottom-\[2\.13\%\] {
    bottom: 2.13%;
  }

  .bottom-\[2\.23\%\] {
    bottom: 2.23%;
  }

  .bottom-\[2\.33\%\] {
    bottom: 2.33%;
  }

  .bottom-\[2\.62\%\] {
    bottom: 2.62%;
  }

  .bottom-\[2\.63\%\] {
    bottom: 2.63%;
  }

  .bottom-\[3\.57\%\] {
    bottom: 3.57%;
  }

  .bottom-\[3\.75\%\] {
    bottom: 3.75%;
  }

  .bottom-\[4\.86\%\] {
    bottom: 4.86%;
  }

  .bottom-\[5\.95\%\] {
    bottom: 5.95%;
  }

  .bottom-\[15\.02\%\] {
    bottom: 15.02%;
  }

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

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

  .left-\[0\.02\%\] {
    left: .02%;
  }

  .left-\[0\.05\%\] {
    left: .05%;
  }

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

  .left-\[50\%\] {
    left: 50%;
  }

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

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

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

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

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

  .container {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-auto {
    margin-top: auto;
  }

  .mr-\[0px\] {
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

  .box-border {
    box-sizing: border-box;
  }

  .line-clamp-2 {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .line-clamp-5 {
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }

  .block {
    display: block;
  }

  .contents {
    display: contents;
  }

  .flex {
    display: flex;
  }

  .grid {
    display: grid;
  }

  .hidden {
    display: none;
  }

  .inline {
    display: inline;
  }

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

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

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

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

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

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

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

  .\!h-\[90vh\] {
    height: 90vh !important;
  }

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

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

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

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

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

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

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

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

  .h-\[19\.823px\] {
    height: 19.823px;
  }

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

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

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

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

  .h-\[23\.503px\] {
    height: 23.503px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .h-\[calc\(1px\*\(\(36\*0\.7071067690849304\)\+\(36\*0\.7071067690849304\)\)\)\] {
    height: 50.9117px;
  }

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

  .h-auto {
    height: auto;
  }

  .h-full {
    height: 100%;
  }

  .h-screen {
    height: 100vh;
  }

  .\!max-h-\[90vh\] {
    max-height: 90vh !important;
  }

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

  .max-h-\[95vh\] {
    max-height: 95vh;
  }

  .max-h-\[804\.267px\] {
    max-height: 804.267px;
  }

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

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

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

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

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

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

  .w-\[15\.861px\] {
    width: 15.861px;
  }

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

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

  .w-\[67\.875px\] {
    width: 67.875px;
  }

  .w-\[73\.5px\] {
    width: 73.5px;
  }

  .w-\[76\.615px\] {
    width: 76.615px;
  }

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

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

  .w-\[82\.5px\] {
    width: 82.5px;
  }

  .w-\[86\.25px\] {
    width: 86.25px;
  }

  .w-\[88\.889px\] {
    width: 88.889px;
  }

  .w-\[89\.25px\] {
    width: 89.25px;
  }

  .w-\[91\.429px\] {
    width: 91.429px;
  }

  .w-\[92\.903px\] {
    width: 92.903px;
  }

  .w-\[93\.75px\] {
    width: 93.75px;
  }

  .w-\[100\.5px\] {
    width: 100.5px;
  }

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

  .w-\[103\.226px\] {
    width: 103.226px;
  }

  .w-\[104\.64px\] {
    width: 104.64px;
  }

  .w-\[113\.455px\] {
    width: 113.455px;
  }

  .w-\[114\.286px\] {
    width: 114.286px;
  }

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

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

  .w-\[127\.5px\] {
    width: 127.5px;
  }

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

  .w-\[140\.25px\] {
    width: 140.25px;
  }

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

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

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

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

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

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

  .w-\[calc\(1px\*\(\(36\*0\.7071067690849304\)\+\(36\*0\.7071067690849304\)\)\)\] {
    width: 50.9117px;
  }

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

  .w-\[calc\(max\(0px\,\(100vw-1440px\)\/2\)\+16px\)\] {
    width: calc(max(0px, 50vw - 720px) + 16px);
  }

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

  .w-full {
    width: 100%;
  }

  .max-w-\[95vw\] {
    max-width: 95vw;
  }

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

  .max-w-\[286\.67px\] {
    max-width: 286.67px;
  }

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

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

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

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

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

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

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

  .max-w-\[4021\.33px\] {
    max-width: 4021.33px;
  }

  .max-w-\[calc\(100\%-2rem\)\] {
    max-width: calc(100% - 2rem);
  }

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

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

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

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

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

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

  .flex-1 {
    flex: 1;
  }

  .flex-none {
    flex: none;
  }

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

  .grow {
    flex-grow: 1;
  }

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

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

  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }

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

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

  .rotate-\[45deg\] {
    rotate: 45deg;
  }

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

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

  .animate-\[ticker_40s_linear_infinite\] {
    animation: 40s linear infinite ticker;
  }

  .cursor-not-allowed {
    cursor: not-allowed;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .touch-manipulation {
    touch-action: manipulation;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .overflow-auto {
    overflow: auto;
  }

  .overflow-clip {
    overflow: clip;
  }

  .overflow-hidden {
    overflow: hidden;
  }

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

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

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

  .rounded {
    border-radius: .25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .border-\[\#D8D8D8\], .border-\[\#d8d8d8\] {
    border-color: #d8d8d8;
  }

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

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

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

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

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

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

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

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

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

  .bg-black\/20 {
    background-color: #0003;
  }

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

  .bg-black\/50 {
    background-color: #00000080;
  }

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

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

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

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

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

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

  .bg-white\/40 {
    background-color: #fff6;
  }

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

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

  .from-transparent {
    --tw-gradient-from: 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));
  }

  .to-\[rgba\(0\,0\,0\,0\.4\)\] {
    --tw-gradient-to: #0006;
    --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));
  }

  .bg-cover {
    background-size: cover;
  }

  .bg-size-\[1825\.28px_1217px\] {
    background-size: 1825.28px 1217px;
  }

  .bg-center {
    background-position: center;
  }

  .bg-top-left {
    background-position: 0 0;
  }

  .bg-repeat {
    background-repeat: repeat;
  }

  .\[mask-composite\:intersect\,_intersect\] {
    mask-composite: intersect, intersect;
  }

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

  .\[mask-mode\:alpha\,_alpha\] {
    mask-mode: alpha, alpha;
  }

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

  .mask-size-\[59\.221px_21\.818px\] {
    mask-size: 59.221px 21.818px;
  }

  .mask-size-\[60px_23\.503px\] {
    mask-size: 60px 23.503px;
  }

  .mask-size-\[76\.615px_23\.233px\,_76\.615px_23\.233px\] {
    mask-size: 76.615px 23.233px, 76.615px 23.233px;
  }

  .mask-size-\[82\.5px_23\.748px\] {
    mask-size: 82.5px 23.748px;
  }

  .mask-size-\[88\.889px_23\.886px\,_88\.889px_23\.886px\] {
    mask-size: 88.889px 23.886px, 88.889px 23.886px;
  }

  .mask-size-\[91\.429px_22\.349px\,_91\.429px_22\.349px\] {
    mask-size: 91.429px 22.349px, 91.429px 22.349px;
  }

  .mask-size-\[92\.903px_23\.589px\,_92\.903px_23\.589px\] {
    mask-size: 92.903px 23.589px, 92.903px 23.589px;
  }

  .mask-size-\[93\.75px_22\.768px\] {
    mask-size: 93.75px 22.768px;
  }

  .mask-size-\[103\.226px_31\.023px\,_103\.226px_31\.023px\] {
    mask-size: 103.226px 31.023px, 103.226px 31.023px;
  }

  .mask-size-\[104\.638px_23\.46px\] {
    mask-size: 104.638px 23.46px;
  }

  .mask-size-\[113\.455px_31\.03px\,_113\.455px_31\.03px\] {
    mask-size: 113.455px 31.03px, 113.455px 31.03px;
  }

  .mask-size-\[114\.286px_22\.99px\] {
    mask-size: 114.286px 22.99px;
  }

  .mask-size-\[120px_16\.938px\,_120px_16\.938px\] {
    mask-size: 120px 16.938px, 120px 16.938px;
  }

  .mask-size-\[120px_20\.711px\,_120px_20\.711px\] {
    mask-size: 120px 20.711px, 120px 20.711px;
  }

  .mask-size-\[120px_21\.84px\] {
    mask-size: 120px 21.84px;
  }

  .mask-size-\[120px_21\.842px\] {
    mask-size: 120px 21.842px;
  }

  .mask-size-\[120px_22\.8px\] {
    mask-size: 120px 22.8px;
  }

  .mask-size-\[120px_23\.628px\] {
    mask-size: 120px 23.628px;
  }

  .mask-size-\[128px_15\.261px\,_128px_15\.261px\] {
    mask-size: 128px 15.261px, 128px 15.261px;
  }

  .mask-size-\[140px_18\.403px\] {
    mask-size: 140px 18.403px;
  }

  .\[mask-clip\:no-clip\,_no-clip\] {
    mask-clip: no-clip, no-clip;
  }

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

  .mask-position-\[-0\.03px\,_-0\.03px_0\.009px\,_0\.009px\] {
    mask-position: -.03px, -.03px .009px, .009px;
  }

  .mask-position-\[-0\.043px\,_-0\.043px_0px\,_0px\] {
    mask-position: -.043px, -.043px 0, 0;
  }

  .mask-position-\[-0\.046px\,_-0\.046px_-0\.051px\,_-0\.051px\] {
    mask-position: -.046px, -.046px -.051px, -.051px;
  }

  .mask-position-\[-0\.305px\,_-0\.305px\] {
    mask-position: -.305px, -.305px;
  }

  .mask-position-\[0px\,_0px\] {
    mask-position: 0, 0;
  }

  .mask-position-\[0px\,_0px_-0\.039px\,_-0\.039px\] {
    mask-position: 0, 0 -.039px, -.039px;
  }

  .mask-position-\[0px\,_0px_-4\.563px\,_-4\.563px\] {
    mask-position: 0, 0 -4.563px, -4.563px;
  }

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

  .\[mask-repeat\:no-repeat\,_no-repeat\] {
    mask-repeat: no-repeat, no-repeat;
  }

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

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

  .object-center {
    object-position: center;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .px-\[2\.857px\] {
    padding-inline: 2.857px;
  }

  .px-\[7\.68px\] {
    padding-inline: 7.68px;
  }

  .px-\[7\.273px\] {
    padding-inline: 7.273px;
  }

  .px-\[8\.387px\] {
    padding-inline: 8.387px;
  }

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

  .px-\[13\.125px\] {
    padding-inline: 13.125px;
  }

  .px-\[13\.548px\] {
    padding-inline: 13.548px;
  }

  .px-\[14\.286px\] {
    padding-inline: 14.286px;
  }

  .px-\[15\.556px\] {
    padding-inline: 15.556px;
  }

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

  .px-\[18\.75px\] {
    padding-inline: 18.75px;
  }

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

  .px-\[21\.692px\] {
    padding-inline: 21.692px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .py-\[1\.692px\] {
    padding-block: 1.692px;
  }

  .py-\[2\.088px\] {
    padding-block: 2.088px;
  }

  .py-\[2\.727px\] {
    padding-block: 2.727px;
  }

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

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

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

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

  .py-\[17\.25px\] {
    padding-block: 17.25px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-middle {
    vertical-align: middle;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .leading-\[1\.2\] {
    --tw-leading: 1.2;
    line-height: 1.2;
  }

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

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

  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }

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

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

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

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

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

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

  .tracking-\[-1\.16px\] {
    --tw-tracking: -1.16px;
    letter-spacing: -1.16px;
  }

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

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

  .overflow-ellipsis {
    text-overflow: ellipsis;
  }

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

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

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

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

  .text-\[rgba\(8\,8\,8\,0\.6\)\] {
    color: #08080899;
  }

  .text-\[rgba\(8\,8\,8\,1\)\] {
    color: #080808;
  }

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

  .text-muted-foreground {
    color: var(--muted-foreground);
  }

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

  .uppercase {
    text-transform: uppercase;
  }

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

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

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

  .opacity-0 {
    opacity: 0;
  }

  .opacity-30 {
    opacity: .3;
  }

  .opacity-70 {
    opacity: .7;
  }

  .opacity-100 {
    opacity: 1;
  }

  .shadow {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, #0000001a), 0 1px 2px -1px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_1px_1px_0px_rgba\(8\,8\,8\,0\.08\)\,0px_1px_1px_0px_rgba\(8\,8\,8\,0\.2\)\] {
    --tw-shadow: 0px 1px 1px 0px var(--tw-shadow-color, #08080814), 0px 1px 1px 0px var(--tw-shadow-color, #08080833);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-\[0px_6px_12px_0px_inset_rgba\(255\,255\,255\,0\.12\)\,0px_1px_1px_0px_inset_rgba\(255\,255\,255\,0\.2\)\] {
    --tw-shadow: 0px 6px 12px 0px inset var(--tw-shadow-color, #ffffff1f), 0px 1px 1px 0px inset var(--tw-shadow-color, #fff3);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, #0000001a), 0 4px 6px -4px var(--tw-shadow-color, #0000001a);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .ring-offset-background {
    --tw-ring-offset-color: var(--background);
  }

  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

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

  .transition-transform {
    transition-property: transform, translate, scale, rotate;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

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

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

  .duration-500 {
    --tw-duration: .5s;
    transition-duration: .5s;
  }

  .duration-700 {
    --tw-duration: .7s;
    transition-duration: .7s;
  }

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

  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }

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

  .\[white-space-collapse\:collapse\] {
    white-space-collapse: collapse;
  }

  @media (hover: hover) {
    .group-hover\:max-h-\[200px\]:is(:where(.group):hover *) {
      max-height: 200px;
    }
  }

  @media (hover: hover) {
    .group-hover\:scale-105:is(:where(.group):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) {
    .group-hover\:border-\[\#146ef5\]:is(:where(.group):hover *) {
      border-color: #146ef5;
    }
  }

  @media (hover: hover) {
    .group-hover\:bg-\[\#146ef5\]:is(:where(.group):hover *) {
      background-color: #146ef5;
    }
  }

  @media (hover: hover) {
    .group-hover\:to-\[rgba\(0\,0\,0\,0\.8\)\]:is(:where(.group):hover *) {
      --tw-gradient-to: #000c;
      --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));
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#146ef5\]:is(:where(.group):hover *) {
      color: #146ef5;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#1366E2\]:is(:where(.group):hover *) {
      color: #1366e2;
    }
  }

  @media (hover: hover) {
    .group-hover\:text-\[\#080808\]:is(:where(.group):hover *) {
      color: #080808;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-0:is(:where(.group):hover *) {
      opacity: 0;
    }
  }

  @media (hover: hover) {
    .group-hover\:opacity-100:is(:where(.group):hover *) {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .group-hover\:shadow-\[0px_1px_1px_0px_rgba\(8\,8\,8\,0\.08\)\,0px_1px_1px_0px_rgba\(8\,8\,8\,0\.2\)\]:is(:where(.group):hover *) {
      --tw-shadow: 0px 1px 1px 0px var(--tw-shadow-color, #08080814), 0px 1px 1px 0px var(--tw-shadow-color, #08080833);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  .group-focus\:max-h-\[200px\]:is(:where(.group):focus *) {
    max-height: 200px;
  }

  .group-focus\:scale-105:is(:where(.group):focus *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .group-focus\:bg-\[\#146ef5\]:is(:where(.group):focus *) {
    background-color: #146ef5;
  }

  .group-focus\:to-\[rgba\(0\,0\,0\,0\.8\)\]:is(:where(.group):focus *) {
    --tw-gradient-to: #000c;
    --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));
  }

  .group-focus\:opacity-0:is(:where(.group):focus *) {
    opacity: 0;
  }

  .group-focus\:opacity-100:is(:where(.group):focus *) {
    opacity: 1;
  }

  .group-focus\:shadow-\[0px_1px_1px_0px_rgba\(8\,8\,8\,0\.08\)\,0px_1px_1px_0px_rgba\(8\,8\,8\,0\.2\)\]:is(:where(.group):focus *) {
    --tw-shadow: 0px 1px 1px 0px var(--tw-shadow-color, #08080814), 0px 1px 1px 0px var(--tw-shadow-color, #08080833);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .group-data-\[vaul-drawer-direction\=bottom\]\/drawer-content\:block:is(:where(.group\/drawer-content)[data-vaul-drawer-direction="bottom"] *) {
    display: block;
  }

  .group-\[\.is-tapped\]\:max-h-\[200px\]:is(:where(.group).is-tapped *) {
    max-height: 200px;
  }

  .group-\[\.is-tapped\]\:scale-105:is(:where(.group).is-tapped *) {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }

  .group-\[\.is-tapped\]\:bg-\[\#146ef5\]:is(:where(.group).is-tapped *) {
    background-color: #146ef5;
  }

  .group-\[\.is-tapped\]\:to-\[rgba\(0\,0\,0\,0\.8\)\]:is(:where(.group).is-tapped *) {
    --tw-gradient-to: #000c;
    --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));
  }

  .group-\[\.is-tapped\]\:opacity-0:is(:where(.group).is-tapped *) {
    opacity: 0;
  }

  .group-\[\.is-tapped\]\:opacity-100:is(:where(.group).is-tapped *) {
    opacity: 1;
  }

  .group-\[\.is-tapped\]\:shadow-\[0px_1px_1px_0px_rgba\(8\,8\,8\,0\.08\)\,0px_1px_1px_0px_rgba\(8\,8\,8\,0\.2\)\]:is(:where(.group).is-tapped *) {
    --tw-shadow: 0px 1px 1px 0px var(--tw-shadow-color, #08080814), 0px 1px 1px 0px var(--tw-shadow-color, #08080833);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .after\:pointer-events-none:after {
    content: var(--tw-content);
    pointer-events: none;
  }

  .after\:absolute:after {
    content: var(--tw-content);
    position: absolute;
  }

  .after\:inset-0:after {
    content: var(--tw-content);
    inset: calc(var(--spacing) * 0);
  }

  .after\:rounded-\[4px\]:after {
    content: var(--tw-content);
    border-radius: 4px;
  }

  .after\:opacity-0:after {
    content: var(--tw-content);
    opacity: 0;
  }

  .after\:shadow-\[0px_6px_12px_0px_inset_rgba\(255\,255\,255\,0\.12\)\,0px_1px_1px_0px_inset_rgba\(255\,255\,255\,0\.2\)\]:after {
    content: var(--tw-content);
    --tw-shadow: 0px 6px 12px 0px inset var(--tw-shadow-color, #ffffff1f), 0px 1px 1px 0px inset var(--tw-shadow-color, #fff3);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .after\:transition-opacity:after {
    content: var(--tw-content);
    transition-property: opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }

  .after\:duration-300:after {
    content: var(--tw-content);
    --tw-duration: .3s;
    transition-duration: .3s;
  }

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

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

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

  @media (hover: hover) {
    .hover\:bg-\[rgba\(255\,255\,255\,0\.6\)\]:hover {
      background-color: #fff9;
    }
  }

  @media (hover: hover) {
    .hover\:text-\[\#146EF5\]:hover {
      color: #146ef5;
    }
  }

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

  @media (hover: hover) {
    .hover\:opacity-100:hover {
      opacity: 1;
    }
  }

  @media (hover: hover) {
    .hover\:shadow-\[0px_1px_1px_0px_rgba\(8\,8\,8\,0\.08\)\,0px_1px_1px_0px_rgba\(8\,8\,8\,0\.2\)\]:hover {
      --tw-shadow: 0px 1px 1px 0px var(--tw-shadow-color, #08080814), 0px 1px 1px 0px var(--tw-shadow-color, #08080833);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }

  @media (hover: hover) {
    .hover\:after\:opacity-100:hover:after {
      content: var(--tw-content);
      opacity: 1;
    }
  }

  .focus\:ring-2:focus {
    --tw-ring-shadow: var(--tw-ring-inset, ) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }

  .focus\:ring-ring:focus {
    --tw-ring-color: var(--ring);
  }

  .focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-shadow: var(--tw-ring-inset, ) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  }

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

  @media (forced-colors: active) {
    .focus\:outline-hidden:focus {
      outline-offset: 2px;
      outline: 2px solid #0000;
    }
  }

  .focus-visible\:outline-2:focus-visible {
    outline-style: var(--tw-outline-style);
    outline-width: 2px;
  }

  .focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px;
  }

  .focus-visible\:outline-\[\#146ef5\]:focus-visible {
    outline-color: #146ef5;
  }

  .disabled\:pointer-events-none:disabled {
    pointer-events: none;
  }

  .data-\[state\=closed\]\:animate-out[data-state="closed"] {
    animation: exit var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=closed\]\:fade-out-0[data-state="closed"] {
    --tw-exit-opacity: 0;
  }

  .data-\[state\=closed\]\:zoom-out-95[data-state="closed"] {
    --tw-exit-scale: .95;
  }

  .data-\[state\=open\]\:animate-in[data-state="open"] {
    animation: enter var(--tw-duration, .15s) var(--tw-ease, ease);
  }

  .data-\[state\=open\]\:bg-accent[data-state="open"] {
    background-color: var(--accent);
  }

  .data-\[state\=open\]\:text-muted-foreground[data-state="open"] {
    color: var(--muted-foreground);
  }

  .data-\[state\=open\]\:fade-in-0[data-state="open"] {
    --tw-enter-opacity: 0;
  }

  .data-\[state\=open\]\:zoom-in-95[data-state="open"] {
    --tw-enter-scale: .95;
  }

  .data-\[vaul-drawer-direction\=bottom\]\:inset-x-0[data-vaul-drawer-direction="bottom"] {
    inset-inline: calc(var(--spacing) * 0);
  }

  .data-\[vaul-drawer-direction\=bottom\]\:bottom-0[data-vaul-drawer-direction="bottom"] {
    bottom: calc(var(--spacing) * 0);
  }

  .data-\[vaul-drawer-direction\=bottom\]\:mt-24[data-vaul-drawer-direction="bottom"] {
    margin-top: calc(var(--spacing) * 24);
  }

  .data-\[vaul-drawer-direction\=bottom\]\:max-h-\[80vh\][data-vaul-drawer-direction="bottom"] {
    max-height: 80vh;
  }

  .data-\[vaul-drawer-direction\=bottom\]\:rounded-t-lg[data-vaul-drawer-direction="bottom"] {
    border-top-left-radius: var(--radius);
    border-top-right-radius: var(--radius);
  }

  .data-\[vaul-drawer-direction\=bottom\]\:border-t[data-vaul-drawer-direction="bottom"] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }

  .data-\[vaul-drawer-direction\=left\]\:inset-y-0[data-vaul-drawer-direction="left"] {
    inset-block: calc(var(--spacing) * 0);
  }

  .data-\[vaul-drawer-direction\=left\]\:left-0[data-vaul-drawer-direction="left"] {
    left: calc(var(--spacing) * 0);
  }

  .data-\[vaul-drawer-direction\=left\]\:w-3\/4[data-vaul-drawer-direction="left"] {
    width: 75%;
  }

  .data-\[vaul-drawer-direction\=left\]\:border-r[data-vaul-drawer-direction="left"] {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }

  .data-\[vaul-drawer-direction\=right\]\:inset-y-0[data-vaul-drawer-direction="right"] {
    inset-block: calc(var(--spacing) * 0);
  }

  .data-\[vaul-drawer-direction\=right\]\:right-0[data-vaul-drawer-direction="right"] {
    right: calc(var(--spacing) * 0);
  }

  .data-\[vaul-drawer-direction\=right\]\:w-3\/4[data-vaul-drawer-direction="right"] {
    width: 75%;
  }

  .data-\[vaul-drawer-direction\=right\]\:border-l[data-vaul-drawer-direction="right"] {
    border-left-style: var(--tw-border-style);
    border-left-width: 1px;
  }

  .data-\[vaul-drawer-direction\=top\]\:inset-x-0[data-vaul-drawer-direction="top"] {
    inset-inline: calc(var(--spacing) * 0);
  }

  .data-\[vaul-drawer-direction\=top\]\:top-0[data-vaul-drawer-direction="top"] {
    top: calc(var(--spacing) * 0);
  }

  .data-\[vaul-drawer-direction\=top\]\:mb-24[data-vaul-drawer-direction="top"] {
    margin-bottom: calc(var(--spacing) * 24);
  }

  .data-\[vaul-drawer-direction\=top\]\:max-h-\[80vh\][data-vaul-drawer-direction="top"] {
    max-height: 80vh;
  }

  .data-\[vaul-drawer-direction\=top\]\:rounded-b-lg[data-vaul-drawer-direction="top"] {
    border-bottom-right-radius: var(--radius);
    border-bottom-left-radius: var(--radius);
  }

  .data-\[vaul-drawer-direction\=top\]\:border-b[data-vaul-drawer-direction="top"] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }

  @media (width >= 40rem) {
    .sm\:max-w-lg {
      max-width: var(--container-lg);
    }
  }

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

  @media (width >= 40rem) {
    .sm\:justify-end {
      justify-content: flex-end;
    }
  }

  @media (width >= 40rem) {
    .sm\:text-left {
      text-align: left;
    }
  }

  @media (width >= 40rem) {
    .data-\[vaul-drawer-direction\=left\]\:sm\:max-w-sm[data-vaul-drawer-direction="left"] {
      max-width: var(--container-sm);
    }
  }

  @media (width >= 40rem) {
    .data-\[vaul-drawer-direction\=right\]\:sm\:max-w-sm[data-vaul-drawer-direction="right"] {
      max-width: var(--container-sm);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-12 {
      margin-bottom: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:mb-14 {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }

  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
  }

  @media (width >= 48rem) {
    .md\:flex {
      display: flex;
    }
  }

  @media (width >= 48rem) {
    .md\:hidden {
      display: none;
    }
  }

  @media (width >= 48rem) {
    .md\:inline {
      display: inline;
    }
  }

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

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

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

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

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

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:max-h-\[90vh\] {
      max-height: 90vh;
    }
  }

  @media (width >= 48rem) {
    .md\:min-h-px {
      min-height: 1px;
    }
  }

  @media (width >= 48rem) {
    .md\:w-\[90\.5px\] {
      width: 90.5px;
    }
  }

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

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

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

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

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

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

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

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

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

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

  @media (width >= 48rem) {
    .md\:w-\[calc\(max\(0px\,\(100vw-1440px\)\/2\)\+40px\)\] {
      width: calc(max(0px, 50vw - 720px) + 40px);
    }
  }

  @media (width >= 48rem) {
    .md\:w-auto {
      width: auto;
    }
  }

  @media (width >= 48rem) {
    .md\:w-full {
      width: 100%;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[90vw\] {
      max-width: 90vw;
    }
  }

  @media (width >= 48rem) {
    .md\:max-w-\[1062px\] {
      max-width: 1062px;
    }
  }

  @media (width >= 48rem) {
    .md\:min-w-px {
      min-width: 1px;
    }
  }

  @media (width >= 48rem) {
    .md\:grow {
      flex-grow: 1;
    }
  }

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

  @media (width >= 48rem) {
    .md\:flex-row {
      flex-direction: row;
    }
  }

  @media (width >= 48rem) {
    .md\:items-center {
      align-items: center;
    }
  }

  @media (width >= 48rem) {
    .md\:items-end {
      align-items: flex-end;
    }
  }

  @media (width >= 48rem) {
    .md\:justify-center {
      justify-content: center;
    }
  }

  @media (width >= 48rem) {
    .md\:gap-6 {
      gap: calc(var(--spacing) * 6);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-10 {
      gap: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-12 {
      gap: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:gap-14 {
      gap: calc(var(--spacing) * 14);
    }
  }

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

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

  @media (width >= 48rem) {
    .md\:border-\[0px_1px\] {
      border-style: var(--tw-border-style);
      border-width: 0 1px;
    }
  }

  @media (width >= 48rem) {
    .md\:mask-size-\[160px_29\.122px\] {
      mask-size: 160px 29.122px;
    }
  }

  @media (width >= 48rem) {
    .md\:p-\[24px\] {
      padding: 24px;
    }
  }

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

  @media (width >= 48rem) {
    .md\:px-10 {
      padding-inline: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 48rem) {
    .md\:px-12 {
      padding-inline: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:px-14 {
      padding-inline: calc(var(--spacing) * 14);
    }
  }

  @media (width >= 48rem) {
    .md\:px-\[32px\] {
      padding-inline: 32px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-0 {
      padding-block: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:py-3 {
      padding-block: calc(var(--spacing) * 3);
    }
  }

  @media (width >= 48rem) {
    .md\:py-12 {
      padding-block: calc(var(--spacing) * 12);
    }
  }

  @media (width >= 48rem) {
    .md\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[0\.667px\] {
      padding-block: .667px;
    }
  }

  @media (width >= 48rem) {
    .md\:py-\[30px\] {
      padding-block: 30px;
    }
  }

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

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

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

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

  @media (width >= 48rem) {
    .md\:pb-0 {
      padding-bottom: calc(var(--spacing) * 0);
    }
  }

  @media (width >= 48rem) {
    .md\:pb-10 {
      padding-bottom: calc(var(--spacing) * 10);
    }
  }

  @media (width >= 48rem) {
    .md\:pb-14 {
      padding-bottom: calc(var(--spacing) * 14);
    }
  }

  @media (width >= 48rem) {
    .md\:pb-\[16px\] {
      padding-bottom: 16px;
    }
  }

  @media (width >= 48rem) {
    .md\:text-center {
      text-align: center;
    }
  }

  @media (width >= 48rem) {
    .md\:text-2xl {
      font-size: var(--text-2xl);
      line-height: var(--tw-leading, var(--text-2xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-4xl {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-6xl {
      font-size: var(--text-6xl);
      line-height: var(--tw-leading, var(--text-6xl--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-base {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-lg {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }

  @media (width >= 48rem) {
    .md\:text-sm {
      font-size: var(--text-sm);
      line-height: var(--tw-leading, var(--text-sm--line-height));
    }
  }

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

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

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

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

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

  @media (width >= 64rem) {
    .lg\:mb-14 {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }

  @media (width >= 64rem) {
    .lg\:mb-20 {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }

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

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

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

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

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

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

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

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

  @media (width >= 64rem) {
    .lg\:min-h-px {
      min-height: 1px;
    }
  }

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

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

  @media (width >= 64rem) {
    .lg\:w-\[calc\(max\(0px\,\(100vw-1440px\)\/2\)\+80px\)\] {
      width: calc(max(0px, 50vw - 720px) + 80px);
    }
  }

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

  @media (width >= 64rem) {
    .lg\:min-w-px {
      min-width: 1px;
    }
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  @media (width >= 64rem) {
    .lg\:py-16 {
      padding-block: calc(var(--spacing) * 16);
    }
  }

  @media (width >= 64rem) {
    .lg\:py-20 {
      padding-block: calc(var(--spacing) * 20);
    }
  }

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

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

  @media (width >= 64rem) {
    .lg\:pb-20 {
      padding-bottom: calc(var(--spacing) * 20);
    }
  }

  @media (width >= 64rem) {
    .lg\:pb-\[80px\] {
      padding-bottom: 80px;
    }
  }

  @media (width >= 64rem) {
    .lg\:text-7xl {
      font-size: var(--text-7xl);
      line-height: var(--tw-leading, var(--text-7xl--line-height));
    }
  }

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

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

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

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

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

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

  @media (width >= 80rem) {
    .xl\:flex {
      display: flex;
    }
  }

  @media (width >= 80rem) {
    .xl\:hidden {
      display: none;
    }
  }

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

  @media (width >= 80rem) {
    .xl\:px-\[189px\] {
      padding-inline: 189px;
    }
  }

  @media (width >= 80rem) {
    .xl\:pt-\[152px\] {
      padding-top: 152px;
    }
  }

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

  .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
  }

  .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
  }

  .\[\&_svg\:not\(\[class\*\=\'size-\'\]\)\]\:size-4 svg:not([class*="size-"]) {
    width: calc(var(--spacing) * 4);
    height: calc(var(--spacing) * 4);
  }

  .\[\&\>button\]\:hidden > button {
    display: none;
  }
}

:root {
  --font-size: 16px;
  --background: #fff;
  --foreground: oklch(.145 0 0);
  --card: #fff;
  --card-foreground: oklch(.145 0 0);
  --popover: oklch(1 0 0);
  --popover-foreground: oklch(.145 0 0);
  --primary: #030213;
  --primary-foreground: oklch(1 0 0);
  --secondary: oklch(.95 .0058 264.53);
  --secondary-foreground: #030213;
  --muted: #ececf0;
  --muted-foreground: #717182;
  --accent: #e9ebef;
  --accent-foreground: #030213;
  --destructive: #d4183d;
  --destructive-foreground: #fff;
  --border: #0000001a;
  --input: transparent;
  --input-background: #f3f3f5;
  --switch-background: #cbced4;
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --ring: oklch(.708 0 0);
  --chart-1: oklch(.646 .222 41.116);
  --chart-2: oklch(.6 .118 184.704);
  --chart-3: oklch(.398 .07 227.392);
  --chart-4: oklch(.828 .189 84.429);
  --chart-5: oklch(.769 .188 70.08);
  --radius: .625rem;
  --sidebar: oklch(.985 0 0);
  --sidebar-foreground: oklch(.145 0 0);
  --sidebar-primary: #030213;
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.97 0 0);
  --sidebar-accent-foreground: oklch(.205 0 0);
  --sidebar-border: oklch(.922 0 0);
  --sidebar-ring: oklch(.708 0 0);
}

.dark {
  --background: oklch(.145 0 0);
  --foreground: oklch(.985 0 0);
  --card: oklch(.145 0 0);
  --card-foreground: oklch(.985 0 0);
  --popover: oklch(.145 0 0);
  --popover-foreground: oklch(.985 0 0);
  --primary: oklch(.985 0 0);
  --primary-foreground: oklch(.205 0 0);
  --secondary: oklch(.269 0 0);
  --secondary-foreground: oklch(.985 0 0);
  --muted: oklch(.269 0 0);
  --muted-foreground: oklch(.708 0 0);
  --accent: oklch(.269 0 0);
  --accent-foreground: oklch(.985 0 0);
  --destructive: oklch(.396 .141 25.723);
  --destructive-foreground: oklch(.637 .237 25.331);
  --border: oklch(.269 0 0);
  --input: oklch(.269 0 0);
  --ring: oklch(.439 0 0);
  --font-weight-medium: 500;
  --font-weight-normal: 400;
  --chart-1: oklch(.488 .243 264.376);
  --chart-2: oklch(.696 .17 162.48);
  --chart-3: oklch(.769 .188 70.08);
  --chart-4: oklch(.627 .265 303.9);
  --chart-5: oklch(.645 .246 16.439);
  --sidebar: oklch(.205 0 0);
  --sidebar-foreground: oklch(.985 0 0);
  --sidebar-primary: oklch(.488 .243 264.376);
  --sidebar-primary-foreground: oklch(.985 0 0);
  --sidebar-accent: oklch(.269 0 0);
  --sidebar-accent-foreground: oklch(.985 0 0);
  --sidebar-border: oklch(.269 0 0);
  --sidebar-ring: oklch(.439 0 0);
}

html {
  font-size: var(--font-size);
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes drawer-slide-up {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes drawer-slide-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(100%);
  }
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (width <= 767px) {
  body:has(.mobile-menu-open) [data-cal-namespace], body:has(.mobile-menu-open) button[data-cal-link*="zeeshankhalid"], body:has(.mobile-menu-open) div[class*="cal-floating"], body:has(.mobile-menu-open) [id*="cal-floating"] {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    display: none !important;
  }
}

@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}

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

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

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

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

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

@property --tw-scroll-snap-strictness {
  syntax: "*";
  inherits: false;
  initial-value: proximity;
}

@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
}

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

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

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

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}

@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
