/*! tailwindcss v4.1.11 | 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)))) {
    *,
    ::backdrop,
    :after,
    :before {
      --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-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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 {
  :host,
  :root {
    --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: 0.25rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.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-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-xs: 0.125rem;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-2xl: 1rem;
    --default-transition-duration: 0.15s;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --font-ppneuemontrealbook: ppneuemontrealbook;
  }
}
@layer base {
  *,
  ::backdrop,
  :after,
  :before {
    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;
  }
  :host,
  html {
    -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;
  }
  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;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  pre,
  samp {
    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: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  menu,
  ol,
  ul {
    list-style: none;
  }
  audio,
  canvas,
  embed,
  iframe,
  img,
  object,
  svg,
  video {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  optgroup,
  select,
  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;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      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,
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field,
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field,
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field,
  ::-webkit-datetime-edit-second-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,
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-1px\] {
    top: -1px;
  }
  .top-\[-2\.5px\] {
    top: -2.5px;
  }
  .top-\[-72px\] {
    top: -72px;
  }
  .top-\[8px\] {
    top: 8px;
  }
  .top-\[12px\] {
    top: 12px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[37px\] {
    top: 37px;
  }
  .top-\[72px\] {
    top: 72px;
  }
  .top-\[594px\] {
    top: 594px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-1\],
  .right-\[-1px\] {
    right: -1px;
  }
  .right-\[-2\.5px\] {
    right: -2.5px;
  }
  .right-\[-5px\] {
    right: -5px;
  }
  .right-\[-7px\] {
    right: -7px;
  }
  .right-\[-8px\] {
    right: -8px;
  }
  .right-\[-12px\] {
    right: -12px;
  }
  .right-\[-30px\] {
    right: -30px;
  }
  .right-\[-184px\] {
    right: -184px;
  }
  .right-\[12px\] {
    right: 12px;
  }
  .right-\[16px\] {
    right: 16px;
  }
  .right-\[20px\] {
    right: 20px;
  }
  .right-\[240px\] {
    right: 240px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-2\.5px\] {
    bottom: -2.5px;
  }
  .bottom-\[-2px\] {
    bottom: -2px;
  }
  .bottom-\[-3px\] {
    bottom: -3px;
  }
  .bottom-\[-5px\] {
    bottom: -5px;
  }
  .bottom-\[-6px\] {
    bottom: -6px;
  }
  .bottom-\[-8px\] {
    bottom: -8px;
  }
  .bottom-\[-10px\] {
    bottom: -10px;
  }
  .bottom-\[0\],
  .bottom-\[0px\] {
    bottom: 0;
  }
  .bottom-\[12px\] {
    bottom: 12px;
  }
  .bottom-\[24px\] {
    bottom: 24px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-1px\] {
    left: -1px;
  }
  .left-\[-2\.5px\] {
    left: -2.5px;
  }
  .left-\[-2px\] {
    left: -2px;
  }
  .left-\[-110px\] {
    left: -110px;
  }
  .left-\[8px\] {
    left: 8px;
  }
  .left-\[16px\] {
    left: 16px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[30px\] {
    left: 30px;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-5 {
    z-index: 5;
  }
  .z-20 {
    z-index: 20;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[0\] {
    z-index: 0;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[3\] {
    z-index: 3;
  }
  .z-\[5\] {
    z-index: 5;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[20\] {
    z-index: 20;
  }
  .z-\[100\] {
    z-index: 100;
  }
  .z-\[1000\] {
    z-index: 1000;
  }
  .container {
    width: 100%;
  }
  @media (min-width: 1300px) {
    .container {
      max-width: 1300px;
    }
  }
  @media (min-width: 1900px) {
    .container {
      max-width: 1900px;
    }
  }
  @media (min-width: 40rem) {
    .container {
      max-width: 40rem;
    }
  }
  @media (min-width: 48rem) {
    .container {
      max-width: 48rem;
    }
  }
  @media (min-width: 64rem) {
    .container {
      max-width: 64rem;
    }
  }
  @media (min-width: 80rem) {
    .container {
      max-width: 80rem;
    }
  }
  @media (min-width: 96rem) {
    .container {
      max-width: 96rem;
    }
  }
  .m-auto {
    margin: auto;
  }
  .mx-\[4px\] {
    margin-inline: 4px;
  }
  .mx-\[28px\] {
    margin-inline: 28px;
  }
  .mx-\[48px\] {
    margin-inline: 48px;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-10 {
    margin-block: calc(var(--spacing) * 10);
  }
  .my-\[4px\] {
    margin-block: 4px;
  }
  .my-\[16px\] {
    margin-block: 16px;
  }
  .my-\[20px\] {
    margin-block: 20px;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-\[-2px\] {
    margin-top: -2px;
  }
  .mt-\[2px\] {
    margin-top: 2px;
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[6px\] {
    margin-top: 6px;
  }
  .mt-\[7\.5px\] {
    margin-top: 7.5px;
  }
  .mt-\[7px\] {
    margin-top: 7px;
  }
  .mt-\[8px\] {
    margin-top: 8px;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[12px\] {
    margin-top: 12px;
  }
  .mt-\[14px\] {
    margin-top: 14px;
  }
  .mt-\[16px\] {
    margin-top: 16px;
  }
  .mt-\[18px\] {
    margin-top: 18px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[24px\] {
    margin-top: 24px;
  }
  .mt-\[26px\] {
    margin-top: 26px;
  }
  .mt-\[28px\] {
    margin-top: 28px;
  }
  .mt-\[32px\] {
    margin-top: 32px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[42px\] {
    margin-top: 42px;
  }
  .mt-\[48px\] {
    margin-top: 48px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[75px\] {
    margin-top: 75px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-\[4px\] {
    margin-right: 4px;
  }
  .mr-\[8px\] {
    margin-right: 8px;
  }
  .mr-\[10px\] {
    margin-right: 10px;
  }
  .mr-\[12px\] {
    margin-right: 12px;
  }
  .mr-\[16px\] {
    margin-right: 16px;
  }
  .mr-\[24px\] {
    margin-right: 24px;
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-\[12px\] {
    margin-bottom: 12px;
  }
  .mb-\[16px\] {
    margin-bottom: 16px;
  }
  .mb-\[24px\] {
    margin-bottom: 24px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[184px\] {
    margin-bottom: 184px;
  }
  .ml-\[4px\] {
    margin-left: 4px;
  }
  .ml-\[6px\] {
    margin-left: 6px;
  }
  .ml-\[8px\] {
    margin-left: 8px;
  }
  .ml-\[9px\] {
    margin-left: 9px;
  }
  .ml-\[10px\] {
    margin-left: 10px;
  }
  .ml-\[12px\] {
    margin-left: 12px;
  }
  .ml-\[16px\] {
    margin-left: 16px;
  }
  .ml-\[40px\] {
    margin-left: 40px;
  }
  .ml-\[60px\] {
    margin-left: 60px;
  }
  .box-border {
    box-sizing: border-box;
  }
  .line-clamp-1 {
    -webkit-line-clamp: 1;
  }
  .line-clamp-1,
  .line-clamp-3 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
  }
  .line-clamp-3 {
    -webkit-line-clamp: 3;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-flex {
    display: inline-flex;
  }
  .h-1 {
    height: calc(var(--spacing) * 1);
  }
  .h-2 {
    height: calc(var(--spacing) * 2);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-10 {
    height: calc(var(--spacing) * 10);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-14 {
    height: calc(var(--spacing) * 14);
  }
  .h-16 {
    height: calc(var(--spacing) * 16);
  }
  .h-20 {
    height: calc(var(--spacing) * 20);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[4px\] {
    height: 4px;
  }
  .h-\[13px\] {
    height: 13px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[21\.5px\] {
    height: 21.5px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[32px\] {
    height: 32px;
  }
  .h-\[36px\] {
    height: 36px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[44px\] {
    height: 44px;
  }
  .h-\[46px\] {
    height: 46px;
  }
  .h-\[48px\] {
    height: 48px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[56px\] {
    height: 56px;
  }
  .h-\[62px\] {
    height: 62px;
  }
  .h-\[63px\] {
    height: 63px;
  }
  .h-\[64px\] {
    height: 64px;
  }
  .h-\[68px\] {
    height: 68px;
  }
  .h-\[72px\] {
    height: 72px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[84px\] {
    height: 84px;
  }
  .h-\[96px\] {
    height: 96px;
  }
  .h-\[108px\] {
    height: 108px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[144px\] {
    height: 144px;
  }
  .h-\[149px\] {
    height: 149px;
  }
  .h-\[154px\] {
    height: 154px;
  }
  .h-\[158px\] {
    height: 158px;
  }
  .h-\[200px\] {
    height: 200px;
  }
  .h-\[306px\] {
    height: 306px;
  }
  .h-\[400px\] {
    height: 400px;
  }
  .h-\[408px\] {
    height: 408px;
  }
  .h-\[412\.5px\] {
    height: 412.5px;
  }
  .h-\[420px\] {
    height: 420px;
  }
  .h-\[424px\] {
    height: 424px;
  }
  .h-\[442\.33px\] {
    height: 442.33px;
  }
  .h-\[454px\] {
    height: 454px;
  }
  .h-\[485px\] {
    height: 485px;
  }
  .h-\[516px\] {
    height: 516px;
  }
  .h-\[582\.67px\] {
    height: 582.67px;
  }
  .h-\[583px\] {
    height: 583px;
  }
  .h-\[626px\] {
    height: 626px;
  }
  .h-\[706px\] {
    height: 706px;
  }
  .h-\[calc\(100vh-341px\)\] {
    height: calc(100vh - 341px);
  }
  .h-full {
    height: 100%;
  }
  .max-h-\[722px\] {
    max-height: 722px;
  }
  .max-h-\[796px\] {
    max-height: 796px;
  }
  .min-h-\[150\] {
    min-height: 150px;
  }
  .min-h-\[300px\] {
    min-height: 300px;
  }
  .min-h-\[414px\] {
    min-height: 414px;
  }
  .w-0\.5 {
    width: calc(var(--spacing) * 0.5);
  }
  .w-2 {
    width: calc(var(--spacing) * 2);
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-5 {
    width: calc(var(--spacing) * 5);
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-10 {
    width: calc(var(--spacing) * 10);
  }
  .w-13 {
    width: calc(var(--spacing) * 13);
  }
  .w-18 {
    width: calc(var(--spacing) * 18);
  }
  .w-60 {
    width: calc(var(--spacing) * 60);
  }
  .w-\[1px\] {
    width: 1px;
  }
  .w-\[4px\] {
    width: 4px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[36px\] {
    width: 36px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[41\%\] {
    width: 41%;
  }
  .w-\[48px\] {
    width: 48px;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[52px\] {
    width: 52px;
  }
  .w-\[56px\] {
    width: 56px;
  }
  .w-\[59\%\] {
    width: 59%;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[68px\] {
    width: 68px;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[75\%\] {
    width: 75%;
  }
  .w-\[76px\] {
    width: 76px;
  }
  .w-\[80px\] {
    width: 80px;
  }
  .w-\[84px\] {
    width: 84px;
  }
  .w-\[120px\] {
    width: 120px;
  }
  .w-\[158px\] {
    width: 158px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[217px\] {
    width: 217px;
  }
  .w-\[218px\] {
    width: 218px;
  }
  .w-\[222px\] {
    width: 222px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[440px\] {
    width: 440px;
  }
  .w-\[448px\] {
    width: 448px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-\[553px\] {
    width: 553px;
  }
  .w-\[739px\] {
    width: 739px;
  }
  .w-\[calc\(100\%-48px\)\] {
    width: calc(100% - 48px);
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[110px\] {
    max-width: 110px;
  }
  .max-w-\[216px\] {
    max-width: 216px;
  }
  .max-w-\[740px\] {
    max-width: 740px;
  }
  .max-w-\[1920px\] {
    max-width: 1920px;
  }
  .min-w-30 {
    min-width: calc(var(--spacing) * 30);
  }
  .min-w-50 {
    min-width: calc(var(--spacing) * 50);
  }
  .min-w-\[400px\] {
    min-width: 400px;
  }
  .min-w-\[1280px\] {
    min-width: 1280px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-\[1\.1\] {
    flex: 1.1;
  }
  .flex-\[1\] {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .\!cursor-not-allowed {
    cursor: not-allowed !important;
  }
  .cursor-not-allowed {
    cursor: not-allowed;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-nowrap {
    flex-wrap: nowrap;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .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-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-30 {
    gap: calc(var(--spacing) * 30);
  }
  .gap-\[0px\] {
    gap: 0;
  }
  .gap-\[4px\] {
    gap: 4px;
  }
  .gap-\[8px\] {
    gap: 8px;
  }
  .gap-\[11px\] {
    gap: 11px;
  }
  .gap-\[12px\] {
    gap: 12px;
  }
  .gap-\[16px\] {
    gap: 16px;
  }
  .gap-\[18px\] {
    gap: 18px;
  }
  .self-stretch {
    align-self: stretch;
  }
  .truncate {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .overflow-auto {
    overflow: auto;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[4px\] {
    border-radius: 4px;
  }
  .rounded-\[6px\] {
    border-radius: 6px;
  }
  .rounded-\[8px\] {
    border-radius: 8px;
  }
  .rounded-\[50\%\] {
    border-radius: 50%;
  }
  .rounded-full {
    border-radius: 3.40282e38px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xs {
    border-radius: var(--radius-xs);
  }
  .border,
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1\.27px\] {
    border-style: var(--tw-border-style);
    border-width: 1.27px;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-t,
  .border-t-1,
  .border-t-\[1px\] {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-r-0 {
    border-right-style: var(--tw-border-style);
    border-right-width: 0;
  }
  .border-b,
  .border-b-1,
  .border-b-\[1px\] {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-l-0 {
    border-left-style: var(--tw-border-style);
    border-left-width: 0;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .\!border-\[\#BB4848\] {
    border-color: #bb4848 !important;
  }
  .border-\[\#3E3E3E\] {
    border-color: #3e3e3e;
  }
  .border-\[\#7E7E7E\] {
    border-color: #7e7e7e;
  }
  .border-\[\#48BB78\] {
    border-color: #48bb78;
  }
  .border-\[\#222833\] {
    border-color: #222833;
  }
  .border-\[\#232933\] {
    border-color: #232933;
  }
  .border-\[\#374151\] {
    border-color: #374151;
  }
  .border-\[\#404040\] {
    border-color: #404040;
  }
  .border-\[\#404448\] {
    border-color: #404448;
  }
  .border-\[\#ACE916\] {
    border-color: #ace916;
  }
  .border-\[\#F0FFF4\] {
    border-color: #f0fff4;
  }
  .border-\[\#F13E2A\] {
    border-color: #f13e2a;
  }
  .border-\[rgba\(61\,61\,61\,0\.5\)\] {
    border-color: #3d3d3d80;
  }
  .border-\[rgba\(72\,187\,120\,0\.4\)\] {
    border-color: #48bb7866;
  }
  .border-\[rgba\(172\,233\,22\,0\.1\)\] {
    border-color: #ace9161a;
  }
  .border-\[rgba\(172\,233\,22\,0\.4\)\] {
    border-color: #ace91666;
  }
  .border-\[rgba\(209\,213\,219\,0\.5\)\] {
    border-color: #d1d5db80;
  }
  .border-\[rgba\(236\,201\,75\,0\.1\)\] {
    border-color: #ecc94b1a;
  }
  .border-\[transparent\] {
    border-color: #0000;
  }
  .border-t-\[\#404448\] {
    border-top-color: #404448;
  }
  .border-t-transparent {
    border-top-color: #0000;
  }
  .border-b-\[\#4D4D4D\] {
    border-bottom-color: #4d4d4d;
  }
  .border-b-\[\#213713\] {
    border-bottom-color: #213713;
  }
  .border-b-\[\#404040\] {
    border-bottom-color: #404040;
  }
  .\!bg-\[\#1D261E\] {
    background-color: #1d261e !important;
  }
  .\!bg-\[\#48BB78\] {
    background-color: #48bb78 !important;
  }
  .\!bg-\[transparent\] {
    background-color: #0000 !important;
  }
  .bg-\[\#000000\],
  .bg-\[\#000\] {
    background-color: #000;
  }
  .bg-\[\#1A1A1A\] {
    background-color: #1a1a1a;
  }
  .bg-\[\#1A2020\] {
    background-color: #1a2020;
  }
  .bg-\[\#48BB78\] {
    background-color: #48bb78;
  }
  .bg-\[\#443F54\] {
    background-color: #443f54;
  }
  .bg-\[\#2775CA\] {
    background-color: #2775ca;
  }
  .bg-\[\#131313\] {
    background-color: #131313;
  }
  .bg-\[\#151816\] {
    background-color: #151816;
  }
  .bg-\[\#374151\] {
    background-color: #374151;
  }
  .bg-\[\#ACE916\] {
    background-color: #ace916;
  }
  .bg-\[\#B2B2B2\] {
    background-color: #b2b2b2;
  }
  .bg-\[\#BB4848\] {
    background-color: #bb4848;
  }
  .bg-\[\#D9D9D9\] {
    background-color: #d9d9d9;
  }
  .bg-\[\#ECC94B\] {
    background-color: #ecc94b;
  }
  .bg-\[\#F13E2A\] {
    background-color: #f13e2a;
  }
  .bg-\[\#F04086\] {
    background-color: #f04086;
  }
  .bg-\[\#FFFFFF0D\] {
    background-color: #ffffff0d;
  }
  .bg-\[\#FFFFFF03\] {
    background-color: #ffffff03;
  }
  .bg-\[rgba\(0\,0\,0\,\.3\)\] {
    background-color: #0000004d;
  }
  .bg-\[rgba\(0\,0\,0\,0\)\] {
    background-color: #0000;
  }
  .bg-\[rgba\(0\,0\,0\,0\.2\)\] {
    background-color: #0003;
  }
  .bg-\[rgba\(19\,19\,19\,0\.6\)\] {
    background-color: #13131399;
  }
  .bg-\[rgba\(19\,19\,19\,0\.08\)\] {
    background-color: #13131314;
  }
  .bg-\[rgba\(19\,19\,19\,0\.8\)\] {
    background-color: #131313cc;
  }
  .bg-\[rgba\(72\,187\,120\,0\.1\)\] {
    background-color: #48bb781a;
  }
  .bg-\[rgba\(72\,187\,120\,0\.4\)\] {
    background-color: #48bb7866;
  }
  .bg-\[rgba\(128\,128\,128\,0\.55\)\] {
    background-color: #8080808c;
  }
  .bg-\[rgba\(172\,233\,22\,0\.1\)\] {
    background-color: #ace9161a;
  }
  .bg-\[rgba\(172\,233\,22\,0\.08\)\] {
    background-color: #ace91614;
  }
  .bg-\[rgba\(187\,72\,72\,0\.1\)\] {
    background-color: #bb48481a;
  }
  .bg-\[rgba\(236\,201\,75\,0\.1\)\] {
    background-color: #ecc94b1a;
  }
  .bg-\[rgba\(255\,255\,255\,0\.02\)\] {
    background-color: #ffffff05;
  }
  .bg-\[rgba\(255\,255\,255\,0\.03\)\] {
    background-color: #ffffff08;
  }
  .bg-\[rgba\(255\,255\,255\,0\.05\)\] {
    background-color: #ffffff0d;
  }
  .bg-linear-to-b {
    --tw-gradient-position: to bottom;
  }
  @supports (background-image: linear-gradient(in lab, red, red)) {
    .bg-linear-to-b {
      --tw-gradient-position: to bottom in oklab;
    }
  }
  .bg-gradient-to-b,
  .bg-linear-to-b {
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-gradient-to-b {
    --tw-gradient-position: to bottom in oklab;
  }
  .bg-gradient-to-t {
    --tw-gradient-position: to top in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .from-\[\#111B19\] {
    --tw-gradient-from: #111b19;
    --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)
    );
  }
  .from-\[rgba\(0\,0\,0\,1\)\] {
    --tw-gradient-from: #000;
    --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)
    );
  }
  .from-\[rgba\(17\,27\,25\,1\)\] {
    --tw-gradient-from: #111b19;
    --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)
    );
  }
  .from-\[rgba\(113\,205\,115\,0\.4\)\] {
    --tw-gradient-from: #71cd7366;
    --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-\[\#14141400\] {
    --tw-gradient-to: #14141400;
    --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\)\] {
    --tw-gradient-to: #0000;
    --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\(20\,20\,20\,0\)\] {
    --tw-gradient-to: #14141400;
    --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\(20\,20\,20\,0\.2\)\] {
    --tw-gradient-to: #14141433;
    --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)
    );
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-5 {
    padding: calc(var(--spacing) * 5);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .p-20 {
    padding: calc(var(--spacing) * 20);
  }
  .p-\[3px\] {
    padding: 3px;
  }
  .p-\[4px\] {
    padding: 4px;
  }
  .p-\[8px\] {
    padding: 8px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[24px\] {
    padding: 24px;
  }
  .p-\[32px\] {
    padding: 32px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-3 {
    padding-inline: calc(var(--spacing) * 3);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-8 {
    padding-inline: calc(var(--spacing) * 8);
  }
  .px-12 {
    padding-inline: calc(var(--spacing) * 12);
  }
  .px-\[4px\] {
    padding-inline: 4px;
  }
  .px-\[6\%\] {
    padding-inline: 6%;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[16px\] {
    padding-inline: 16px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[21px\] {
    padding-inline: 21px;
  }
  .px-\[24px\] {
    padding-inline: 24px;
  }
  .px-\[32px\] {
    padding-inline: 32px;
  }
  .px-\[48px\] {
    padding-inline: 48px;
  }
  .py-0\.5 {
    padding-block: calc(var(--spacing) * 0.5);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-\[4px\] {
    padding-block: 4px;
  }
  .py-\[6px\] {
    padding-block: 6px;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[8px\] {
    padding-block: 8px;
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[12px\] {
    padding-block: 12px;
  }
  .py-\[14\.5px\] {
    padding-block: 14.5px;
  }
  .py-\[16px\] {
    padding-block: 16px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[24px\] {
    padding-block: 24px;
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-35 {
    padding-top: calc(var(--spacing) * 35);
  }
  .pt-\[2px\] {
    padding-top: 2px;
  }
  .pt-\[4px\] {
    padding-top: 4px;
  }
  .pt-\[6px\] {
    padding-top: 6px;
  }
  .pt-\[8px\] {
    padding-top: 8px;
  }
  .pt-\[12px\] {
    padding-top: 12px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[23\.5px\] {
    padding-top: 23.5px;
  }
  .pt-\[24px\] {
    padding-top: 24px;
  }
  .pt-\[28px\] {
    padding-top: 28px;
  }
  .pt-\[48px\] {
    padding-top: 48px;
  }
  .pt-\[72px\] {
    padding-top: 72px;
  }
  .pt-\[128px\] {
    padding-top: 128px;
  }
  .pr-3 {
    padding-right: calc(var(--spacing) * 3);
  }
  .pr-10 {
    padding-right: calc(var(--spacing) * 10);
  }
  .pr-\[3px\] {
    padding-right: 3px;
  }
  .pr-\[8px\] {
    padding-right: 8px;
  }
  .pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-20 {
    padding-bottom: calc(var(--spacing) * 20);
  }
  .pb-\[1px\] {
    padding-bottom: 1px;
  }
  .pb-\[8px\] {
    padding-bottom: 8px;
  }
  .pb-\[18px\] {
    padding-bottom: 18px;
  }
  .pb-\[64px\] {
    padding-bottom: 64px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-2 {
    padding-left: calc(var(--spacing) * 2);
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-\[2px\] {
    padding-left: 2px;
  }
  .pl-\[10\.5px\] {
    padding-left: 10.5px;
  }
  .pl-\[16px\] {
    padding-left: 16px;
  }
  .pl-\[20px\] {
    padding-left: 20px;
  }
  .pl-\[32px\] {
    padding-left: 32px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-right {
    text-align: right;
  }
  .font-IBMPlexMonoMedium {
    font-family: IBMPlexMonoMedium;
  }
  .font-IBMPlexMonoRegular {
    font-family: IBMPlexMonoRegular;
  }
  .font-ppneuemontrealbold {
    font-family: ppneuemontrealbold;
  }
  .font-ppneuemontrealbook {
    font-family: ppneuemontrealbook;
  }
  .font-ppneuemontrealmedium {
    font-family: ppneuemontrealmedium;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-\[12px\]\/3 {
    font-size: 12px;
    line-height: calc(var(--spacing) * 3);
  }
  .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-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--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-\[36px\] {
    font-size: 36px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[96px\] {
    font-size: 96px;
  }
  .leading-\[18px\] {
    --tw-leading: 18px;
    line-height: 18px;
  }
  .leading-\[20px\] {
    --tw-leading: 20px;
    line-height: 20px;
  }
  .leading-\[24px\] {
    --tw-leading: 24px;
    line-height: 24px;
  }
  .leading-\[24x\] {
    --tw-leading: 24x;
    line-height: 24x;
  }
  .leading-\[28px\] {
    --tw-leading: 28px;
    line-height: 28px;
  }
  .leading-\[32px\] {
    --tw-leading: 32px;
    line-height: 32px;
  }
  .leading-\[36px\] {
    --tw-leading: 36px;
    line-height: 36px;
  }
  .leading-\[44px\] {
    --tw-leading: 44px;
    line-height: 44px;
  }
  .leading-\[48px\] {
    --tw-leading: 48px;
    line-height: 48px;
  }
  .leading-\[56px\] {
    --tw-leading: 56px;
    line-height: 56px;
  }
  .leading-\[59px\] {
    --tw-leading: 59px;
    line-height: 59px;
  }
  .leading-\[60px\] {
    --tw-leading: 60px;
    line-height: 60px;
  }
  .font-\[14px\] {
    --tw-font-weight: 14px;
    font-weight: 14px;
  }
  .font-\[350\] {
    --tw-font-weight: 350;
    font-weight: 350;
  }
  .font-\[500\] {
    --tw-font-weight: 500;
    font-weight: 500;
  }
  .font-\[700\] {
    --tw-font-weight: 700;
    font-weight: 700;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .break-words {
    overflow-wrap: break-word;
  }
  .break-all {
    word-break: break-all;
  }
  .whitespace-nowrap {
    white-space: nowrap;
  }
  .\!text-\[\#BB4848\] {
    color: #bb4848 !important;
  }
  .\!text-\[\#F3F3F3\] {
    color: #f3f3f3 !important;
  }
  .text-\[\#000\] {
    color: #000;
  }
  .text-\[\#4D4D4D\] {
    color: #4d4d4d;
  }
  .text-\[\#5FC48D\] {
    color: #5fc48d;
  }
  .text-\[\#7D7D7D\] {
    color: #7d7d7d;
  }
  .text-\[\#7E7E7E\] {
    color: #7e7e7e;
  }
  .text-\[\#48BB78\] {
    color: #48bb78;
  }
  .text-\[\#00000080\] {
    color: #00000080;
  }
  .text-\[\#636D49\] {
    color: #636d49;
  }
  .text-\[\#161616\] {
    color: #161616;
  }
  .text-\[\#234532\] {
    color: #234532;
  }
  .text-\[\#666666\] {
    color: #666;
  }
  .text-\[\#ACE916\] {
    color: #ace916;
  }
  .text-\[\#B2B2B2\] {
    color: #b2b2b2;
  }
  .text-\[\#BB4848\] {
    color: #bb4848;
  }
  .text-\[\#ECC94B\] {
    color: #ecc94b;
  }
  .text-\[\#F0FFF4\] {
    color: #f0fff4;
  }
  .text-\[\#F3F3F3\] {
    color: #f3f3f3;
  }
  .text-\[\#F13E2A\] {
    color: #f13e2a;
  }
  .text-\[\#b2b2b2\] {
    color: #b2b2b2;
  }
  .text-\[\#fff\] {
    color: #fff;
  }
  .text-\[rgba\(172\,233\,22\,0\.4\)\] {
    color: #ace91666;
  }
  .text-\[rgba\(240\,255\,244\,0\.8\)\] {
    color: #f0fff4cc;
  }
  .text-\[rgba\(243\,243\,243\,0\.2\)\] {
    color: #f3f3f333;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .underline {
    text-decoration-line: underline;
  }
  .antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .opacity-0 {
    opacity: 0;
  }
  .opacity-100 {
    opacity: 1;
  }
  .opacity-\[0\.2\] {
    opacity: 0.2;
  }
  .opacity-\[0\.3\] {
    opacity: 0.3;
  }
  .blur-\[32px\] {
    --tw-blur: blur(32px);
  }
  .blur-\[32px\],
  .filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
      var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert)
      var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
  .backdrop-blur-\[8px\] {
    --tw-backdrop-blur: blur(8px);
    -webkit-backdrop-filter: var(--tw-backdrop-blur)
      var(--tw-backdrop-brightness) var(--tw-backdrop-contrast)
      var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate)
      var(--tw-backdrop-invert) var(--tw-backdrop-opacity)
      var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness)
      var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale)
      var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert)
      var(--tw-backdrop-opacity) var(--tw-backdrop-saturate)
      var(--tw-backdrop-sepia);
  }
  .transition-\[background\] {
    transition-property: background;
    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));
  }
  .duration-\[0\.2s\] {
    --tw-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .duration-\[0\.3s\] {
    --tw-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .first\:mt-0:first-child {
    margin-top: calc(var(--spacing) * 0);
  }
  .first-of-type\:ml-0:first-of-type {
    margin-left: calc(var(--spacing) * 0);
  }
  @media (hover: hover) {
    .hover\:translate-x-\[-10px\]:hover {
      --tw-translate-x: -10px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:translate-y-\[-10px\]:hover {
      --tw-translate-y: -10px;
      translate: var(--tw-translate-x) var(--tw-translate-y);
    }
    .hover\:border-\[1px\]:hover {
      border-style: var(--tw-border-style);
      border-width: 1px;
    }
    .hover\:border-\[\#7E7E7E\]:hover {
      border-color: #7e7e7e;
    }
    .hover\:border-\[\#374151\]:hover {
      border-color: #374151;
    }
    .hover\:border-\[\#ACE916\]:hover {
      border-color: #ace916;
    }
    .hover\:border-\[\#BB4848\]:hover {
      border-color: #bb4848;
    }
    .hover\:border-\[\#C2FF2C\]:hover {
      border-color: #c2ff2c;
    }
    .hover\:bg-\[\#48BB78\]:hover {
      background-color: #48bb78;
    }
    .hover\:bg-\[\#C2FF2C\]:hover {
      background-color: #c2ff2c;
    }
    .hover\:bg-\[\#FF5353\]:hover {
      background-color: #ff5353;
    }
    .hover\:bg-\[rgba\(72\,187\,120\,0\.1\)\]:hover {
      background-color: #48bb781a;
    }
    .hover\:bg-\[rgba\(72\,187\,120\,0\.2\)\]:hover {
      background-color: #48bb7833;
    }
    .hover\:bg-\[rgba\(172\,233\,22\,0\.1\)\]:hover {
      background-color: #ace9161a;
    }
    .hover\:bg-\[rgba\(255\,255\,255\,0\.05\)\]:hover {
      background-color: #ffffff0d;
    }
    .hover\:\!text-\[\#ACE916\]:hover {
      color: #ace916 !important;
    }
    .hover\:text-\[\#5FC48D\]:hover {
      color: #5fc48d;
    }
    .hover\:text-\[\#161616\]:hover {
      color: #161616;
    }
    .hover\:text-\[\#ACE916\]:hover {
      color: #ace916;
    }
    .hover\:text-\[\#C2FF2C\]:hover {
      color: #c2ff2c;
    }
    .hover\:text-\[\#F0FFF4\]:hover {
      color: #f0fff4;
    }
    .hover\:text-\[rgba\(255\,255\,255\,\.6\)\]:hover {
      color: #fff9;
    }
    .hover\:shadow-\[0_0_10px_0_\#AFEA17\]:hover {
      --tw-shadow: 0 0 10px 0 var(--tw-shadow-color, #afea17);
      box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow),
        var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    }
  }
  .active\:border-\[\#7FAC11\]:active {
    border-color: #7fac11;
  }
  .active\:border-\[\#BB4848\]:active {
    border-color: #bb4848;
  }
  .active\:bg-\[\#7FAC11\]:active {
    background-color: #7fac11;
  }
  .active\:bg-\[\#C92626\]:active {
    background-color: #c92626;
  }
  .active\:text-\[rgba\(172\,233\,22\,0\.8\)\]:active {
    color: #ace916cc;
  }
  .disabled\:cursor-not-allowed:disabled {
    cursor: not-allowed;
  }
  .disabled\:border-\[\#F13E2A\]:disabled {
    border-color: #f13e2a;
  }
  .disabled\:border-\[rgba\(172\,233\,22\,0\.3\)\]:disabled {
    border-color: #ace9164d;
  }
  .disabled\:border-transparent:disabled {
    border-color: #0000;
  }
  .disabled\:bg-\[\#F13E2A\]:disabled {
    background-color: #f13e2a;
  }
  .disabled\:bg-\[rgba\(172\,233\,22\,0\.4\)\]:disabled {
    background-color: #ace91666;
  }
  .disabled\:text-\[rgba\(172\,233\,22\,0\.3\)\]:disabled {
    color: #ace9164d;
  }
  .disabled\:opacity-\[0\.3\]:disabled {
    opacity: 0.3;
  }
  @media (min-width: 1300px) {
    .\31 300\:grid-cols-3 {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  @media (min-width: 1900px) {
    .\31 900\:grid-cols-4 {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}
html {
  scrollbar-width: none;
  background: #000;
  overflow: auto;
}
body {
  color: #fff;
  min-width: 1280px;
  height: 100vh;
  font-family: ppneuemontrealbook, Arial, Helvetica, sans-serif;
  font-size: 16px;
  overflow: hidden auto;
}
@media (max-width: 1280px) {
  body {
    overflow-x: auto;
  }
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-track {
  background: 0 0;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #424040;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #514f4f;
}
@font-face {
  font-family: IBMPlexMonoMedium;
  src: url(/fonts/IBMPlexMono-Medium.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: IBMPlexMonoRegular;
  src: url(/fonts/IBMPlexMono-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ppneuemontrealmedium;
  src: url(/fonts/Satoshi-Medium.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ppneuemontrealbook;
  src: url(/fonts/Satoshi-variable.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: ppneuemontrealbold;
  src: url(/fonts/Satoshi-Bold.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
.font-stroke {
  -webkit-text-stroke: 1px #ace916;
  text-stroke: 1px #ace916;
  color: #0000;
}
.font-stroke-default {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  color: #000;
  font-family: ppneuemontrealbold, Arial, Helvetica, sans-serif;
}
.font-shadow-default {
  color: #00000080;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 0 0 62.5px #ffffff1a, 0 0 37.5px #ffffff80, 0 0 10px #ffffffb3,
    0 0 5px #ffffffb3;
}
.scrollContainer {
  overflow-y: scroll;
}
.scrollContainer::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scrollContainer::-webkit-scrollbar-track {
  background: 0 0;
  border-radius: 3px;
}
.scrollContainer::-webkit-scrollbar-thumb {
  background: #424040;
  border-radius: 3px;
}
.scrollContainer::-webkit-scrollbar-thumb:hover {
  background: #514f4f;
}
.ant-popover .ant-popover-inner {
  background: #131313;
  border-radius: 0;
  padding: 0;
}
.filterPopover .ant-popover-inner {
  background: linear-gradient(90deg, #161616, #1f1f1f);
  border: 1px solid #374151;
}
.namePopover .ant-popover-inner {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  overflow-wrap: break-word;
  background-color: #131313;
  max-width: 400px;
  padding: 12px;
  box-shadow: inset 0 0 8px #7fa71a80;
}
.namePopover .ant-popover-inner-content {
  color: #fff;
}
.namePopover .ant-popover-arrow:before {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #000000bf;
  box-shadow: inset 0 0 8px #7fa71a80;
}
.ant-carousel,
.ant-popover .ant-popover-inner-content {
  color: #b3b3b3;
}
.ant-modal .ant-modal-content {
  color: #fff;
  box-shadow: 0 0;
}
.ant-modal .ant-modal-content,
.status-container .ant-modal-content {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  background: #101212;
  border-radius: 0;
  padding: 40px;
}
.status-container .ant-modal-content {
  box-shadow: inset 0 0 40px #7fa71a26, inset 0 0 20px #7fa71a4d;
}
.SwitchTokenModal .ant-modal-content {
  color: #fff;
  background: linear-gradient(#71cd7366, #14141433);
  border: 1px solid #ace9161a;
  border-radius: 0;
  padding: 20px;
}
.scrollbar-hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.scrollbar-hide::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.bgLinear {
  background: linear-gradient(90deg, #131313, #2e2e2e);
}
.bgLinear2:hover {
  color: #111827;
  background: linear-gradient(90deg, #5fc48d, #ace916);
}
.active-color {
  color: #48bb78;
}
.default-color {
  color: #7e7e7e;
}
.address-default {
  color: #f0fff4cc;
  cursor: pointer;
  font-size: 16px;
}
.address-active,
.address-defaut-point {
  color: #f3f3f3;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}
.address-primary {
  color: #48bb78;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
}
.address-link:active,
.address-link:hover {
  color: #ace916;
  text-decoration: underline;
}
.address-defaut-point:hover {
  color: #48bb78;
  text-decoration: none;
}
.successType {
  background: #5fc48d;
}
.loadingType,
.successType {
  box-shadow: 0 0 16px #1effa980, 0 0 8px #c4ff34cc;
}
.loadingType {
  background: #ecc94b;
}
.errorType {
  background: #bb4848;
  box-shadow: 0 0 16px #d4555580, 0 0 8px #d45555;
}
.nth-of-type-first-m-0:first-of-type {
  margin-top: 0;
  margin-left: 0;
}
w3m-modal {
  z-index: 5000 !important;
}
.open {
  display: none;
}
.ele-open {
  display: block;
}
.smart-toaster {
  justify-content: flex-end;
  width: 100% !important;
  display: flex !important;
}
.smart-toaster li[data-sonner-toast][data-styled="true"] {
  text-align: center;
  color: #fff;
  background: #11121b;
  border: 1px solid #ffffff0a;
  border-radius: 0;
  gap: 14px;
  height: 56px;
  font-size: 16px;
  box-shadow: 0 4px 16px #00000080;
  width: auto !important;
}
.smart-toaster li[data-sonner-toast][data-styled="true"][data-type="error"],
.smart-toaster li[data-sonner-toast][data-styled="true"][data-type="success"] {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
section
  .smart-toaster
  li[data-sonner-toast][data-styled="true"][data-type="success"]:after {
  content: "";
  background: #48bb78;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px !important;
  height: 56px !important;
}
.smart-toaster
  li[data-sonner-toast][data-styled="true"][data-type="error"]:after {
  content: "";
  background: #f13e2a;
  display: block;
  position: absolute;
  left: 0;
  width: 2px !important;
  height: 56px !important;
}
dialog::backdrop {
  z-index: 1000;
  background-color: #000c;
}
.halo {
  filter: blur(300px);
  background: linear-gradient(#1effa9, #c4ff34);
  width: 550px;
  height: 72px;
  position: absolute;
}
.textStrokeWhite {
  color: #00000080;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 0 0 125px #ffffff1a, 0 0 75px #ffffff80, 0 0 20px #ffffffb3,
    0 0 10px #ffffffb3;
}
.textStrokeDefault {
  color: #00000080;
  -webkit-text-stroke: 1px #374151;
}
.textStrokeGreen {
  -webkit-text-stroke: 1px #afea17;
}
.highlight,
.textStrokeGreen {
  color: #00000080;
  text-shadow: 0 0 125px #afea171a, 0 0 75px #afea1780, 0 0 20px #afea17b3,
    0 0 10px #afea17b3;
}
.highlight {
  -webkit-text-stroke: 2px #afea17;
}
.default-text,
.highlight {
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 96px;
  font-weight: 500;
}
.default-text {
  color: #00000080;
  -webkit-text-stroke: 2px #fff;
  text-shadow: 0 0 125px #ffffff1a, 0 0 75px #ffffff80, 0 0 20px #ffffffb3,
    0 0 10px #ffffffb3;
}
.textStrokeHoverGreen:hover {
  -webkit-text-stroke: 1px #afea17;
  text-shadow: 0 0 125px #afea171a, 0 0 75px #afea1780, 0 0 20px #afea17b3,
    0 0 10px #afea17b3;
}
.activeBtn {
  color: #48bb78;
  cursor: pointer;
  background: #48bb781a;
  border: 0.8px solid #48bb781a;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all 0.3s;
  display: flex;
}
.activeBtn:hover {
  color: #f0fff4;
  text-shadow: 0 0 5px #fff;
  background: 0 0;
  border-color: #f0fff4;
  box-shadow: 0 0 5px #fff;
}
.activeBtn:active {
  color: #ace916;
  text-shadow: 0 0 5px #afea17;
  background: 0 0;
  border-color: #ace916cc;
  box-shadow: 0 0 5px #afea17;
}
.content {
  justify-content: center;
  width: 100%;
  padding: 32px 80px 80px;
  display: flex;
}
.content-inner {
  flex-direction: column;
  flex: 1;
  width: 100%;
  max-width: 1680px;
  display: flex;
}
.drawer-close {
  color: #7e7e7e;
  cursor: pointer;
}
.drawer-close:hover {
  color: #ffffffb3;
}
.user-btn {
  cursor: pointer;
  background: linear-gradient(90deg, #131313, #2e2e2e);
  border: 1px solid #3e3e3e;
  border-radius: 8px;
  min-width: 200px;
  height: 44px;
  padding: 8px 12px 8px 8px;
}
.user-btn-container-bottom {
  opacity: 0.5;
  border-radius: 99px;
  width: 100%;
  height: 28px;
  position: absolute;
}
.user-btn:hover {
  background: linear-gradient(90deg, #131313, #2e2e2e);
  border-color: #c2ff2c;
}
.user-btn:hover .user-btn-container-bottom {
  filter: blur(32px);
  background: #ace916;
}
.user-btn:active,
.user-btn:focus {
  background: #ace91666;
  border-color: #7fac11;
}
:is(.user-btn:active, .user-btn:focus) .user-btn-container-bottom {
  filter: blur(32px);
  background: #ace916;
}
.user-btn-container {
  width: 100%;
  height: 28px;
  position: relative;
}
.user-btn-container-inner {
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  height: 28px;
  display: flex;
  position: absolute;
}
.header-popover {
  position: fixed;
}
.active-point {
  color: #5fc48d;
  font-weight: 500;
}
.active-point,
.ppneuemontrealmedium {
  font-family: ppneuemontrealmedium, Arial, Helvetica, sans-serif;
}
.IBMPlexMonoMedium {
  font-family: IBMPlexMonoMedium, Arial, Helvetica, sans-serif;
}
@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-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-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;
}
