*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.16 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

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

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

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

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

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

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
  :root {
    --background: 0 0% 100%;
    --foreground: 222.2 47.4% 11.2%;
    --muted: 210 40% 96.1%;
    --muted-foreground: 215.4 16.3% 46.9%;
    --popover: 0 0% 100%;
    --popover-foreground: 222.2 47.4% 11.2%;
    --border: 214.3 31.8% 91.4%;
    --input: 214.3 31.8% 91.4%;
    --card: transparent;
    --card-foreground: 222.2 47.4% 11.2%;
    --primary: 222.2 47.4% 11.2%;
    --primary-foreground: 210 40% 98%;
    --secondary: 210 40% 96.1%;
    --secondary-foreground: 222.2 47.4% 11.2%;
    --accent: 210 40% 96.1%;
    --accent-foreground: 222.2 47.4% 11.2%;
    --destructive: 0 100% 50%;
    --destructive-foreground: 210 40% 98%;
    --ring: 215 20.2% 65.1%;
    --radius: 0.5rem;
  }
  * {
  border-color: hsl(var(--border));
}

  body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
    font-feature-settings: "rlig" 1, "calt" 1;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-4 {
  inset: -1rem;
}
.inset-0 {
  inset: 0px;
}
.-bottom-0\.5 {
  bottom: -0.125rem;
}
.-right-0\.5 {
  right: -0.125rem;
}
.-right-1 {
  right: -0.25rem;
}
.-right-1\.5 {
  right: -0.375rem;
}
.-right-2 {
  right: -0.5rem;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-1 {
  top: -0.25rem;
}
.-top-1\.5 {
  top: -0.375rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-20 {
  top: 5rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[202px\] {
  top: 202px;
}
.top-\[calc\(50\%_-_12px\)\] {
  top: calc(50% - 12px);
}
.top-full {
  top: 100%;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[10000\] {
  z-index: 10000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-20 {
  margin-top: -5rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[183px\] {
  margin-top: 183px;
}
.mt-\[195px\] {
  margin-top: 195px;
}
.mt-\[9px\] {
  margin-top: 9px;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-32 {
  height: 8rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[116px\] {
  height: 116px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[30\%\] {
  height: 30%;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[517px\] {
  height: 517px;
}
.h-\[51px\] {
  height: 51px;
}
.h-\[58px\] {
  height: 58px;
}
.h-\[59px\] {
  height: 59px;
}
.h-\[600px\] {
  height: 600px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[62px\] {
  height: 62px;
}
.h-\[75\%\] {
  height: 75%;
}
.h-\[75px\] {
  height: 75px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-96 {
  max-height: 24rem;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[400px\] {
  max-height: 400px;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[218px\] {
  min-height: 218px;
}
.min-h-\[80px\] {
  min-height: 80px;
}
.min-h-\[900px\] {
  min-height: 900px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[11\.69px\] {
  width: 11.69px;
}
.w-\[116px\] {
  width: 116px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[19px\] {
  width: 19px;
}
.w-\[1px\] {
  width: 1px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[23px\] {
  width: 23px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[487px\] {
  width: 487px;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[59px\] {
  width: 59px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[74px\] {
  width: 74px;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[75px\] {
  width: 75px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[176px\] {
  min-width: 176px;
}
.min-w-\[18px\] {
  min-width: 18px;
}
.min-w-\[20px\] {
  min-width: 20px;
}
.min-w-\[22px\] {
  min-width: 22px;
}
.min-w-\[507px\] {
  min-width: 507px;
}
.min-w-\[8rem\] {
  min-width: 8rem;
}
.min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}
.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[336px\] {
  max-width: 336px;
}
.max-w-\[357\.33px\] {
  max-width: 357.33px;
}
.max-w-\[382px\] {
  max-width: 382px;
}
.max-w-\[443px\] {
  max-width: 443px;
}
.max-w-\[448px\] {
  max-width: 448px;
}
.max-w-\[60px\] {
  max-width: 60px;
}
.max-w-\[664px\] {
  max-width: 664px;
}
.max-w-\[680px\] {
  max-width: 680px;
}
.max-w-\[70\%\] {
  max-width: 70%;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[90px\] {
  max-width: 90px;
}
.max-w-\[937px\] {
  max-width: 937px;
}
.max-w-\[calc\(100\%-2rem\)\] {
  max-width: calc(100% - 2rem);
}
.max-w-\[min\(24rem\2c calc\(100\%-2rem\)\)\] {
  max-width: min(24rem,calc(100% - 2rem));
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-0\.5rem\] {
  --tw-translate-y: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[-1rem\] {
  --tw-translate-y: -1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-\[84\.30deg\] {
  --tw-rotate: 84.30deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-\[9px\] {
  gap: 9px;
}
.space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[15px\] {
  border-radius: 15px;
}
.rounded-\[17px\] {
  border-radius: 17px;
}
.rounded-\[4px_12px_12px_12px\] {
  border-radius: 4px 12px 12px 12px;
}
.rounded-\[inherit\] {
  border-radius: inherit;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: var(--radius);
}
.rounded-md {
  border-radius: calc(var(--radius) - 2px);
}
.rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-bl-md {
  border-bottom-left-radius: calc(var(--radius) - 2px);
}
.rounded-br-md {
  border-bottom-right-radius: calc(var(--radius) - 2px);
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-\[\#003087\]\/20 {
  border-color: rgb(0 48 135 / 0.2);
}
.border-\[\#003087\]\/40 {
  border-color: rgb(0 48 135 / 0.4);
}
.border-\[\#00ffff33\] {
  border-color: #00ffff33;
}
.border-\[\#00ffff\]\/20 {
  border-color: rgb(0 255 255 / 0.2);
}
.border-\[\#00ffff\]\/30 {
  border-color: rgb(0 255 255 / 0.3);
}
.border-\[\#0a0a0f\] {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 15 / var(--tw-border-opacity, 1));
}
.border-\[\#1a1a1a\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 26 / var(--tw-border-opacity, 1));
}
.border-\[\#1a1a2e\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 26 46 / var(--tw-border-opacity, 1));
}
.border-\[\#1ced4d44\] {
  border-color: #1ced4d44;
}
.border-\[\#1ced4d\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 237 77 / var(--tw-border-opacity, 1));
}
.border-\[\#1f293780\] {
  border-color: #1f293780;
}
.border-\[\#22c55e20\] {
  border-color: #22c55e20;
}
.border-\[\#22c55e33\] {
  border-color: #22c55e33;
}
.border-\[\#22c55e\]\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-\[\#22c55e\]\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-\[\#25D366\]\/25 {
  border-color: rgb(37 211 102 / 0.25);
}
.border-\[\#2a2a2a\] {
  --tw-border-opacity: 1;
  border-color: rgb(42 42 42 / var(--tw-border-opacity, 1));
}
.border-\[\#2a2a2e\] {
  --tw-border-opacity: 1;
  border-color: rgb(42 42 46 / var(--tw-border-opacity, 1));
}
.border-\[\#2a2a3e\] {
  --tw-border-opacity: 1;
  border-color: rgb(42 42 62 / var(--tw-border-opacity, 1));
}
.border-\[\#333333\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}
.border-\[\#333\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}
.border-\[\#3b82f633\] {
  border-color: #3b82f633;
}
.border-\[\#3b82f6\]\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.border-\[\#3b82f6\]\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-\[\#444\] {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity, 1));
}
.border-\[\#4facfe33\] {
  border-color: #4facfe33;
}
.border-\[\#4facfe4c\] {
  border-color: #4facfe4c;
}
.border-\[\#4facfe55\] {
  border-color: #4facfe55;
}
.border-\[\#4facfe\] {
  --tw-border-opacity: 1;
  border-color: rgb(79 172 254 / var(--tw-border-opacity, 1));
}
.border-\[\#635bff\]\/20 {
  border-color: rgb(99 91 255 / 0.2);
}
.border-\[\#635bff\]\/40 {
  border-color: rgb(99 91 255 / 0.4);
}
.border-\[\#6b728066\] {
  border-color: #6b728066;
}
.border-\[\#75ecff33\] {
  border-color: #75ecff33;
}
.border-\[\#75ecff55\] {
  border-color: #75ecff55;
}
.border-\[\#8b5cf6\]\/20 {
  border-color: rgb(139 92 246 / 0.2);
}
.border-\[\#a855f733\] {
  border-color: #a855f733;
}
.border-\[\#a855f7\]\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.border-\[\#d4af371a\] {
  border-color: #d4af371a;
}
.border-\[\#d4af3722\] {
  border-color: #d4af3722;
}
.border-\[\#d4af3733\] {
  border-color: #d4af3733;
}
.border-\[\#d4af3744\] {
  border-color: #d4af3744;
}
.border-\[\#d4af3766\] {
  border-color: #d4af3766;
}
.border-\[\#d4af37\] {
  --tw-border-opacity: 1;
  border-color: rgb(212 175 55 / var(--tw-border-opacity, 1));
}
.border-\[\#ef444433\] {
  border-color: #ef444433;
}
.border-\[\#ef4444\] {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-\[\#ef4444\]\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-\[\#ef4444\]\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-\[\#f59e0b33\] {
  border-color: #f59e0b33;
}
.border-\[\#f9721633\] {
  border-color: #f9721633;
}
.border-\[\#ffd45b22\] {
  border-color: #ffd45b22;
}
.border-\[\#ffd45b33\] {
  border-color: #ffd45b33;
}
.border-\[\#ffd45b44\] {
  border-color: #ffd45b44;
}
.border-\[\#ffd45b55\] {
  border-color: #ffd45b55;
}
.border-\[\#ffd45b66\] {
  border-color: #ffd45b66;
}
.border-\[\#ffd45b80\] {
  border-color: #ffd45b80;
}
.border-\[\#ffd45b\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 212 91 / var(--tw-border-opacity, 1));
}
.border-\[\#ffd45b\]\/15 {
  border-color: rgb(255 212 91 / 0.15);
}
.border-\[\#ffd45b\]\/20 {
  border-color: rgb(255 212 91 / 0.2);
}
.border-\[\#ffd45b\]\/25 {
  border-color: rgb(255 212 91 / 0.25);
}
.border-\[\#ffd45b\]\/30 {
  border-color: rgb(255 212 91 / 0.3);
}
.border-\[\#ffd45b\]\/40 {
  border-color: rgb(255 212 91 / 0.4);
}
.border-\[\#ffd45b\]\/60 {
  border-color: rgb(255 212 91 / 0.6);
}
.border-\[\#ffd70040\] {
  border-color: #ffd70040;
}
.border-\[\#ffffff08\] {
  border-color: #ffffff08;
}
.border-\[\#ffffff0a\] {
  border-color: #ffffff0a;
}
.border-\[\#ffffff0d\] {
  border-color: #ffffff0d;
}
.border-\[\#ffffff10\] {
  border-color: #ffffff10;
}
.border-\[\#ffffff15\] {
  border-color: #ffffff15;
}
.border-\[\#ffffff1a\] {
  border-color: #ffffff1a;
}
.border-\[\#ffffff20\] {
  border-color: #ffffff20;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-gray-500\/30 {
  border-color: rgb(107 114 128 / 0.3);
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.border-input {
  border-color: hsl(var(--input));
}
.border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3);
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-purple-500\/40 {
  border-color: rgb(168 85 247 / 0.4);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-transparent {
  border-color: transparent;
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/\[0\.06\] {
  border-color: rgb(255 255 255 / 0.06);
}
.border-white\/\[0\.07\] {
  border-color: rgb(255 255 255 / 0.07);
}
.border-white\/\[0\.08\] {
  border-color: rgb(255 255 255 / 0.08);
}
.border-white\/\[0\.1\] {
  border-color: rgb(255 255 255 / 0.1);
}
.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}
.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-t-\[\#222\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 34 34 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#00000099\] {
  background-color: #00000099;
}
.bg-\[\#000000cc\] {
  background-color: #000000cc;
}
.bg-\[\#003087\]\/10 {
  background-color: rgb(0 48 135 / 0.1);
}
.bg-\[\#009739\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 151 57 / var(--tw-bg-opacity, 1));
}
.bg-\[\#009cde\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 156 222 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00d4ff20\] {
  background-color: #00d4ff20;
}
.bg-\[\#00ffff15\] {
  background-color: #00ffff15;
}
.bg-\[\#00ffff\]\/10 {
  background-color: rgb(0 255 255 / 0.1);
}
.bg-\[\#00ffff\]\/20 {
  background-color: rgb(0 255 255 / 0.2);
}
.bg-\[\#060610\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 6 16 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a0a0f66\] {
  background-color: #0a0a0f66;
}
.bg-\[\#0a0a0f\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 15 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0d0d14\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0d0d1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 13 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f0f18\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f0f1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 15 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#10b981\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111118\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111122\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 34 / var(--tw-bg-opacity, 1));
}
.bg-\[\#111\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.bg-\[\#141e3299\] {
  background-color: #141e3299;
}
.bg-\[\#181f37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 31 55 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a0a0a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 10 10 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1a2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 46 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1d2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 29 46 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1ced4d1a\] {
  background-color: #1ced4d1a;
}
.bg-\[\#1ced4d22\] {
  background-color: #1ced4d22;
}
.bg-\[\#1ced4d33\] {
  background-color: #1ced4d33;
}
.bg-\[\#1ced4d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 237 77 / var(--tw-bg-opacity, 1));
}
.bg-\[\#22283c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 40 60 / var(--tw-bg-opacity, 1));
}
.bg-\[\#22c55e08\] {
  background-color: #22c55e08;
}
.bg-\[\#22c55e1a\] {
  background-color: #22c55e1a;
}
.bg-\[\#22c55e20\] {
  background-color: #22c55e20;
}
.bg-\[\#22c55e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-\[\#22c55e\]\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-\[\#232738\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#23283a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 40 58 / var(--tw-bg-opacity, 1));
}
.bg-\[\#23283b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 40 59 / var(--tw-bg-opacity, 1));
}
.bg-\[\#242737\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 39 55 / var(--tw-bg-opacity, 1));
}
.bg-\[\#242738\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 39 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#252735\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 39 53 / var(--tw-bg-opacity, 1));
}
.bg-\[\#25D36620\] {
  background-color: #25D36620;
}
.bg-\[\#25D366\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 211 102 / var(--tw-bg-opacity, 1));
}
.bg-\[\#25D366\]\/10 {
  background-color: rgb(37 211 102 / 0.1);
}
.bg-\[\#2a1a0a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 26 10 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2a2a2a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 42 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2a2a3e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 62 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2a2d3e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 45 62 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3b82f61a\] {
  background-color: #3b82f61a;
}
.bg-\[\#3b82f6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3b82f6\]\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-\[\#4facfe1a\] {
  background-color: #4facfe1a;
}
.bg-\[\#4facfe4c\] {
  background-color: #4facfe4c;
}
.bg-\[\#4facfe\] {
  --tw-bg-opacity: 1;
  background-color: rgb(79 172 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#635bff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(99 91 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#635bff\]\/10 {
  background-color: rgb(99 91 255 / 0.1);
}
.bg-\[\#6b728033\] {
  background-color: #6b728033;
}
.bg-\[\#75ecff22\] {
  background-color: #75ecff22;
}
.bg-\[\#75ecff33\] {
  background-color: #75ecff33;
}
.bg-\[\#75ecff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(117 236 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8b5cf61a\] {
  background-color: #8b5cf61a;
}
.bg-\[\#8b5cf633\] {
  background-color: #8b5cf633;
}
.bg-\[\#8b5cf6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#8b5cf6\]\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-\[\#a855f7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#a855f7\]\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-\[\#d4af370d\] {
  background-color: #d4af370d;
}
.bg-\[\#d4af371a\] {
  background-color: #d4af371a;
}
.bg-\[\#d4af371f\] {
  background-color: #d4af371f;
}
.bg-\[\#d4af37\] {
  --tw-bg-opacity: 1;
  background-color: rgb(212 175 55 / var(--tw-bg-opacity, 1));
}
.bg-\[\#d9d9d9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ef444415\] {
  background-color: #ef444415;
}
.bg-\[\#ef44441a\] {
  background-color: #ef44441a;
}
.bg-\[\#ef444433\] {
  background-color: #ef444433;
}
.bg-\[\#ef4444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f59e0b1a\] {
  background-color: #f59e0b1a;
}
.bg-\[\#f59e0b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f7931a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(247 147 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f972161a\] {
  background-color: #f972161a;
}
.bg-\[\#fbf6e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 246 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ff4444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 68 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffd45b08\] {
  background-color: #ffd45b08;
}
.bg-\[\#ffd45b0d\] {
  background-color: #ffd45b0d;
}
.bg-\[\#ffd45b10\] {
  background-color: #ffd45b10;
}
.bg-\[\#ffd45b15\] {
  background-color: #ffd45b15;
}
.bg-\[\#ffd45b1a\] {
  background-color: #ffd45b1a;
}
.bg-\[\#ffd45b20\] {
  background-color: #ffd45b20;
}
.bg-\[\#ffd45b22\] {
  background-color: #ffd45b22;
}
.bg-\[\#ffd45b33\] {
  background-color: #ffd45b33;
}
.bg-\[\#ffd45b44\] {
  background-color: #ffd45b44;
}
.bg-\[\#ffd45b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 91 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffd45b\]\/10 {
  background-color: rgb(255 212 91 / 0.1);
}
.bg-\[\#ffd45b\]\/15 {
  background-color: rgb(255 212 91 / 0.15);
}
.bg-\[\#ffd45b\]\/20 {
  background-color: rgb(255 212 91 / 0.2);
}
.bg-\[\#ffd45b\]\/5 {
  background-color: rgb(255 212 91 / 0.05);
}
.bg-\[\#ffd45b\]\/\[0\.08\] {
  background-color: rgb(255 212 91 / 0.08);
}
.bg-\[\#ffd7000d\] {
  background-color: #ffd7000d;
}
.bg-\[\#ffffff08\] {
  background-color: #ffffff08;
}
.bg-\[\#ffffff0d\] {
  background-color: #ffffff0d;
}
.bg-\[\#ffffff10\] {
  background-color: #ffffff10;
}
.bg-\[\#ffffff15\] {
  background-color: #ffffff15;
}
.bg-\[rgba\(255\2c 212\2c 91\2c 1\)\] {
  background-color: rgba(255,212,91,1);
}
.bg-background {
  background-color: hsl(var(--background));
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}
.bg-border {
  background-color: hsl(var(--border));
}
.bg-card {
  background-color: hsl(var(--card));
}
.bg-current {
  background-color: currentColor;
}
.bg-destructive {
  background-color: hsl(var(--destructive));
}
.bg-gray-400\/10 {
  background-color: rgb(156 163 175 / 0.1);
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/10 {
  background-color: rgb(107 114 128 / 0.1);
}
.bg-gray-500\/20 {
  background-color: rgb(107 114 128 / 0.2);
}
.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}
.bg-gray-800\/50 {
  background-color: rgb(31 41 55 / 0.5);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.bg-muted {
  background-color: hsl(var(--muted));
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-popover {
  background-color: hsl(var(--popover));
}
.bg-primary {
  background-color: hsl(var(--primary));
}
.bg-purple-500\/10 {
  background-color: rgb(168 85 247 / 0.1);
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}
.bg-purple-500\/\[0\.06\] {
  background-color: rgb(168 85 247 / 0.06);
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-secondary {
  background-color: hsl(var(--secondary));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.03\] {
  background-color: rgb(255 255 255 / 0.03);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-white\/\[0\.05\] {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.06\] {
  background-color: rgb(255 255 255 / 0.06);
}
.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-\[linear-gradient\(135deg\2c \#1a1a2e\2c \#16213e\)\] {
  background-image: linear-gradient(135deg,#1a1a2e,#16213e);
}
.bg-\[linear-gradient\(135deg\2c \#1a1a2e\2c \#16213e\2c \#1a1a2e\)\] {
  background-image: linear-gradient(135deg,#1a1a2e,#16213e,#1a1a2e);
}
.bg-\[linear-gradient\(135deg\2c rgba\(11\2c 12\2c 30\2c 1\)_0\%\2c rgba\(26\2c 26\2c 26\2c 1\)_50\%\2c rgba\(11\2c 12\2c 30\2c 1\)_100\%\)\] {
  background-image: linear-gradient(135deg,rgba(11,12,30,1) 0%,rgba(26,26,26,1) 50%,rgba(11,12,30,1) 100%);
}
.bg-\[linear-gradient\(148deg\2c rgba\(11\2c 11\2c 18\2c 1\)_0\%\2c rgba\(26\2c 26\2c 46\2c 1\)_50\%\2c rgba\(11\2c 11\2c 18\2c 1\)_100\%\)\] {
  background-image: linear-gradient(148deg,rgba(11,11,18,1) 0%,rgba(26,26,46,1) 50%,rgba(11,11,18,1) 100%);
}
.bg-\[linear-gradient\(180deg\2c rgba\(18\2c 18\2c 20\2c 0\.95\)_0\%\2c rgba\(11\2c 11\2c 15\2c 0\.95\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(18,18,20,0.95) 0%,rgba(11,11,15,0.95) 100%);
}
.bg-\[linear-gradient\(90deg\2c \#ffd45b\2c \#ec4899\)\] {
  background-image: linear-gradient(90deg,#ffd45b,#ec4899);
}
.bg-\[linear-gradient\(90deg\2c rgba\(212\2c 175\2c 55\2c 1\)_0\%\2c rgba\(166\2c 124\2c 0\2c 1\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(212,175,55,1) 0%,rgba(166,124,0,1) 100%);
}
.bg-\[linear-gradient\(90deg\2c rgba\(255\2c 212\2c 91\2c 1\)_0\%\2c rgba\(166\2c 124\2c 0\2c 1\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(255,212,91,1) 0%,rgba(166,124,0,1) 100%);
}
.bg-\[linear-gradient\(90deg\2c rgba\(255\2c 212\2c 91\2c 1\)_0\%\2c rgba\(236\2c 72\2c 153\2c 1\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(255,212,91,1) 0%,rgba(236,72,153,1) 100%);
}
.bg-\[linear-gradient\(90deg\2c rgba\(255\2c 212\2c 91\2c 1\)_0\%\2c rgba\(255\2c 236\2c 170\2c 1\)_50\%\2c rgba\(255\2c 212\2c 91\2c 1\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(255,212,91,1) 0%,rgba(255,236,170,1) 50%,rgba(255,212,91,1) 100%);
}
.bg-\[linear-gradient\(90deg\2c rgba\(255\2c 215\2c 0\2c 1\)_0\%\2c rgba\(255\2c 193\2c 7\2c 1\)_50\%\2c rgba\(255\2c 179\2c 0\2c 1\)_100\%\)\] {
  background-image: linear-gradient(90deg,rgba(255,215,0,1) 0%,rgba(255,193,7,1) 50%,rgba(255,179,0,1) 100%);
}
.bg-\[radial-gradient\(ellipse_at_50\%_20\%\2c _rgba\(255\2c 212\2c 91\2c 0\.06\)_0\%\2c _transparent_50\%\)\] {
  background-image: radial-gradient(ellipse at 50% 20%, rgba(255,212,91,0.06) 0%, transparent 50%);
}
.bg-\[radial-gradient\(ellipse_at_50\%_80\%\2c _rgba\(236\2c 72\2c 153\2c 0\.04\)_0\%\2c _transparent_50\%\)\] {
  background-image: radial-gradient(ellipse at 50% 80%, rgba(236,72,153,0.04) 0%, transparent 50%);
}
.bg-\[url\(\'https\:\/\/images\.unsplash\.com\/photo-1477959858617-67f85cf4f1df\?w\=1200\&q\=80\'\)\] {
  background-image: url('https://images.unsplash.com/photo-1477959858617-67f85cf4f1df?w=1200&q=80');
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#0a0a0f\] {
  --tw-gradient-from: #0a0a0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a0a2e\] {
  --tw-gradient-from: #1a0a2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 10 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a1a2e\] {
  --tw-gradient-from: #1a1a2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 26 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2a1a5e\] {
  --tw-gradient-from: #2a1a5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 26 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d4af37\] {
  --tw-gradient-from: #d4af37 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 175 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffd45b\] {
  --tw-gradient-from: #ffd45b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 212 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffd45b\]\/15 {
  --tw-gradient-from: rgb(255 212 91 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 212 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffd45b\]\/30 {
  --tw-gradient-from: rgb(255 212 91 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 212 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#16213e\] {
  --tw-gradient-to: rgb(22 33 62 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16213e var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#ec4899\]\/10 {
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(236 72 153 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#0a0a1a\] {
  --tw-gradient-to: #0a0a1a var(--tw-gradient-to-position);
}
.to-\[\#0d1b3e\] {
  --tw-gradient-to: #0d1b3e var(--tw-gradient-to-position);
}
.to-\[\#16213e\] {
  --tw-gradient-to: #16213e var(--tw-gradient-to-position);
}
.to-\[\#1a1a3e\] {
  --tw-gradient-to: #1a1a3e var(--tw-gradient-to-position);
}
.to-\[\#d4af37\] {
  --tw-gradient-to: #d4af37 var(--tw-gradient-to-position);
}
.to-\[\#ec4899\]\/20 {
  --tw-gradient-to: rgb(236 72 153 / 0.2) var(--tw-gradient-to-position);
}
.to-\[\#ff6b35\] {
  --tw-gradient-to: #ff6b35 var(--tw-gradient-to-position);
}
.to-\[\#ffd45b\] {
  --tw-gradient-to: #ffd45b var(--tw-gradient-to-position);
}
.to-\[\#ffd45b\]\/15 {
  --tw-gradient-to: rgb(255 212 91 / 0.15) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.bg-cover {
  background-size: cover;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-\[50\%_50\%\] {
  background-position: 50% 50%;
}
.bg-center {
  background-position: center;
}
.fill-\[\#ffd45b\] {
  fill: #ffd45b;
}
.fill-current {
  fill: currentColor;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-12 {
  padding: 3rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1px\] {
  padding: 1px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10\.5px\] {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[100px\] {
  padding-bottom: 100px;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-\[\'Space_Grotesk\'\2c Helvetica\] {
  font-family: 'Space Grotesk',Helvetica;
}
.font-\[\'Space_Grotesk\'\] {
  font-family: 'Space Grotesk';
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11\.9px\] {
  font-size: 11.9px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13\.6px\] {
  font-size: 13.6px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14\.4px\] {
  font-size: 14.4px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[17\.6px\] {
  font-size: 17.6px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18\.1px\] {
  font-size: 18.1px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[27px\] {
  font-size: 27px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[29px\] {
  font-size: 29px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-3 {
  line-height: .75rem;
}
.leading-4 {
  line-height: 1rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-\[10px\] {
  line-height: 10px;
}
.leading-\[11px\] {
  line-height: 11px;
}
.leading-\[13px\] {
  line-height: 13px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16\.8px\] {
  line-height: 16.8px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[19\.5px\] {
  line-height: 19.5px;
}
.leading-\[19px\] {
  line-height: 19px;
}
.leading-\[20\.4px\] {
  line-height: 20.4px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[21\.6px\] {
  line-height: 21.6px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[23px\] {
  line-height: 23px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-\[26\.4px\] {
  line-height: 26.4px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[28\.2px\] {
  line-height: 28.2px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.leading-\[37px\] {
  line-height: 37px;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[48px\] {
  line-height: 48px;
}
.leading-\[60px\] {
  line-height: 60px;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[-1\.58px\] {
  letter-spacing: -1.58px;
}
.tracking-\[-1px\] {
  letter-spacing: -1px;
}
.tracking-\[0\.24px\] {
  letter-spacing: 0.24px;
}
.tracking-\[0\.88px\] {
  letter-spacing: 0.88px;
}
.tracking-\[0\] {
  letter-spacing: 0;
}
.tracking-\[1\.44px\] {
  letter-spacing: 1.44px;
}
.tracking-\[1\.60px\] {
  letter-spacing: 1.60px;
}
.tracking-\[2\.80px\] {
  letter-spacing: 2.80px;
}
.tracking-\[2px\] {
  letter-spacing: 2px;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.tracking-\[4px\] {
  letter-spacing: 4px;
}
.tracking-\[8px\] {
  letter-spacing: 8px;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#009cde\]\/80 {
  color: rgb(0 156 222 / 0.8);
}
.text-\[\#00d4ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 212 255 / var(--tw-text-opacity, 1));
}
.text-\[\#00ffc8\] {
  --tw-text-opacity: 1;
  color: rgb(0 255 200 / var(--tw-text-opacity, 1));
}
.text-\[\#00ffff\] {
  --tw-text-opacity: 1;
  color: rgb(0 255 255 / var(--tw-text-opacity, 1));
}
.text-\[\#0b0b12\] {
  --tw-text-opacity: 1;
  color: rgb(11 11 18 / var(--tw-text-opacity, 1));
}
.text-\[\#111117\] {
  --tw-text-opacity: 1;
  color: rgb(17 17 23 / var(--tw-text-opacity, 1));
}
.text-\[\#111319\] {
  --tw-text-opacity: 1;
  color: rgb(17 19 25 / var(--tw-text-opacity, 1));
}
.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity, 1));
}
.text-\[\#1a1a1a\] {
  --tw-text-opacity: 1;
  color: rgb(26 26 26 / var(--tw-text-opacity, 1));
}
.text-\[\#1ced4d\] {
  --tw-text-opacity: 1;
  color: rgb(28 237 77 / var(--tw-text-opacity, 1));
}
.text-\[\#22c55e\] {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-\[\#22c55e\]\/80 {
  color: rgb(34 197 94 / 0.8);
}
.text-\[\#25D366\] {
  --tw-text-opacity: 1;
  color: rgb(37 211 102 / var(--tw-text-opacity, 1));
}
.text-\[\#3b82f6\] {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-\[\#3b82f6\]\/90 {
  color: rgb(59 130 246 / 0.9);
}
.text-\[\#4facfe\] {
  --tw-text-opacity: 1;
  color: rgb(79 172 254 / var(--tw-text-opacity, 1));
}
.text-\[\#635bff\]\/80 {
  color: rgb(99 91 255 / 0.8);
}
.text-\[\#676e7c\] {
  --tw-text-opacity: 1;
  color: rgb(103 110 124 / var(--tw-text-opacity, 1));
}
.text-\[\#676f7c\] {
  --tw-text-opacity: 1;
  color: rgb(103 111 124 / var(--tw-text-opacity, 1));
}
.text-\[\#696f7b\] {
  --tw-text-opacity: 1;
  color: rgb(105 111 123 / var(--tw-text-opacity, 1));
}
.text-\[\#75ecff\] {
  --tw-text-opacity: 1;
  color: rgb(117 236 255 / var(--tw-text-opacity, 1));
}
.text-\[\#888888\] {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity, 1));
}
.text-\[\#8b5cf6\] {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}
.text-\[\#8b5cf6\]\/80 {
  color: rgb(139 92 246 / 0.8);
}
.text-\[\#8e99a5\] {
  --tw-text-opacity: 1;
  color: rgb(142 153 165 / var(--tw-text-opacity, 1));
}
.text-\[\#8ebdcc\] {
  --tw-text-opacity: 1;
  color: rgb(142 189 204 / var(--tw-text-opacity, 1));
}
.text-\[\#909ea3\] {
  --tw-text-opacity: 1;
  color: rgb(144 158 163 / var(--tw-text-opacity, 1));
}
.text-\[\#959ca1\] {
  --tw-text-opacity: 1;
  color: rgb(149 156 161 / var(--tw-text-opacity, 1));
}
.text-\[\#959fa8\] {
  --tw-text-opacity: 1;
  color: rgb(149 159 168 / var(--tw-text-opacity, 1));
}
.text-\[\#969ca0\] {
  --tw-text-opacity: 1;
  color: rgb(150 156 160 / var(--tw-text-opacity, 1));
}
.text-\[\#969fa7\] {
  --tw-text-opacity: 1;
  color: rgb(150 159 167 / var(--tw-text-opacity, 1));
}
.text-\[\#969fa9\] {
  --tw-text-opacity: 1;
  color: rgb(150 159 169 / var(--tw-text-opacity, 1));
}
.text-\[\#969faa\] {
  --tw-text-opacity: 1;
  color: rgb(150 159 170 / var(--tw-text-opacity, 1));
}
.text-\[\#979ca1\] {
  --tw-text-opacity: 1;
  color: rgb(151 156 161 / var(--tw-text-opacity, 1));
}
.text-\[\#979fa7\] {
  --tw-text-opacity: 1;
  color: rgb(151 159 167 / var(--tw-text-opacity, 1));
}
.text-\[\#9a9ea7\] {
  --tw-text-opacity: 1;
  color: rgb(154 158 167 / var(--tw-text-opacity, 1));
}
.text-\[\#9aa2ac\] {
  --tw-text-opacity: 1;
  color: rgb(154 162 172 / var(--tw-text-opacity, 1));
}
.text-\[\#a855f7\] {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}
.text-\[\#b0b0b0\] {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity, 1));
}
.text-\[\#d3d3cb\] {
  --tw-text-opacity: 1;
  color: rgb(211 211 203 / var(--tw-text-opacity, 1));
}
.text-\[\#d4af3799\] {
  color: #d4af3799;
}
.text-\[\#d4af37\] {
  --tw-text-opacity: 1;
  color: rgb(212 175 55 / var(--tw-text-opacity, 1));
}
.text-\[\#dddcd4\] {
  --tw-text-opacity: 1;
  color: rgb(221 220 212 / var(--tw-text-opacity, 1));
}
.text-\[\#dededa\] {
  --tw-text-opacity: 1;
  color: rgb(222 222 218 / var(--tw-text-opacity, 1));
}
.text-\[\#dfdfd5\] {
  --tw-text-opacity: 1;
  color: rgb(223 223 213 / var(--tw-text-opacity, 1));
}
.text-\[\#e0e0d2\] {
  --tw-text-opacity: 1;
  color: rgb(224 224 210 / var(--tw-text-opacity, 1));
}
.text-\[\#e0e0da\] {
  --tw-text-opacity: 1;
  color: rgb(224 224 218 / var(--tw-text-opacity, 1));
}
.text-\[\#e0e0e0\] {
  --tw-text-opacity: 1;
  color: rgb(224 224 224 / var(--tw-text-opacity, 1));
}
.text-\[\#e6c054\] {
  --tw-text-opacity: 1;
  color: rgb(230 192 84 / var(--tw-text-opacity, 1));
}
.text-\[\#e9ce58\] {
  --tw-text-opacity: 1;
  color: rgb(233 206 88 / var(--tw-text-opacity, 1));
}
.text-\[\#ec4899\] {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}
.text-\[\#ededed\] {
  --tw-text-opacity: 1;
  color: rgb(237 237 237 / var(--tw-text-opacity, 1));
}
.text-\[\#eec051\] {
  --tw-text-opacity: 1;
  color: rgb(238 192 81 / var(--tw-text-opacity, 1));
}
.text-\[\#ef4444\] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#ef4444\]\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-\[\#f007db\] {
  --tw-text-opacity: 1;
  color: rgb(240 7 219 / var(--tw-text-opacity, 1));
}
.text-\[\#f0f0f0\] {
  --tw-text-opacity: 1;
  color: rgb(240 240 240 / var(--tw-text-opacity, 1));
}
.text-\[\#f2c956\] {
  --tw-text-opacity: 1;
  color: rgb(242 201 86 / var(--tw-text-opacity, 1));
}
.text-\[\#f2f2f2\] {
  --tw-text-opacity: 1;
  color: rgb(242 242 242 / var(--tw-text-opacity, 1));
}
.text-\[\#f4cb57\] {
  --tw-text-opacity: 1;
  color: rgb(244 203 87 / var(--tw-text-opacity, 1));
}
.text-\[\#f59e0b\] {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-\[\#f7ce58\] {
  --tw-text-opacity: 1;
  color: rgb(247 206 88 / var(--tw-text-opacity, 1));
}
.text-\[\#f8fdf8\] {
  --tw-text-opacity: 1;
  color: rgb(248 253 248 / var(--tw-text-opacity, 1));
}
.text-\[\#f97316\] {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-\[\#f9bd41\] {
  --tw-text-opacity: 1;
  color: rgb(249 189 65 / var(--tw-text-opacity, 1));
}
.text-\[\#f9d155\] {
  --tw-text-opacity: 1;
  color: rgb(249 209 85 / var(--tw-text-opacity, 1));
}
.text-\[\#f9f1dd\] {
  --tw-text-opacity: 1;
  color: rgb(249 241 221 / var(--tw-text-opacity, 1));
}
.text-\[\#fae9c5\] {
  --tw-text-opacity: 1;
  color: rgb(250 233 197 / var(--tw-text-opacity, 1));
}
.text-\[\#fbc74e\] {
  --tw-text-opacity: 1;
  color: rgb(251 199 78 / var(--tw-text-opacity, 1));
}
.text-\[\#fbce54\] {
  --tw-text-opacity: 1;
  color: rgb(251 206 84 / var(--tw-text-opacity, 1));
}
.text-\[\#fbf6e8\] {
  --tw-text-opacity: 1;
  color: rgb(251 246 232 / var(--tw-text-opacity, 1));
}
.text-\[\#fccc50\] {
  --tw-text-opacity: 1;
  color: rgb(252 204 80 / var(--tw-text-opacity, 1));
}
.text-\[\#fcd257\] {
  --tw-text-opacity: 1;
  color: rgb(252 210 87 / var(--tw-text-opacity, 1));
}
.text-\[\#fcf9f5\] {
  --tw-text-opacity: 1;
  color: rgb(252 249 245 / var(--tw-text-opacity, 1));
}
.text-\[\#fcfcfc\] {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
.text-\[\#fdd156\] {
  --tw-text-opacity: 1;
  color: rgb(253 209 86 / var(--tw-text-opacity, 1));
}
.text-\[\#fed154\] {
  --tw-text-opacity: 1;
  color: rgb(254 209 84 / var(--tw-text-opacity, 1));
}
.text-\[\#ff6b6b\] {
  --tw-text-opacity: 1;
  color: rgb(255 107 107 / var(--tw-text-opacity, 1));
}
.text-\[\#ffc63b\] {
  --tw-text-opacity: 1;
  color: rgb(255 198 59 / var(--tw-text-opacity, 1));
}
.text-\[\#ffc743\] {
  --tw-text-opacity: 1;
  color: rgb(255 199 67 / var(--tw-text-opacity, 1));
}
.text-\[\#ffd45b88\] {
  color: #ffd45b88;
}
.text-\[\#ffd45b\] {
  --tw-text-opacity: 1;
  color: rgb(255 212 91 / var(--tw-text-opacity, 1));
}
.text-\[\#ffea70\] {
  --tw-text-opacity: 1;
  color: rgb(255 234 112 / var(--tw-text-opacity, 1));
}
.text-\[\#fff8dc\] {
  --tw-text-opacity: 1;
  color: rgb(255 248 220 / var(--tw-text-opacity, 1));
}
.text-\[\#fffdf7\] {
  --tw-text-opacity: 1;
  color: rgb(255 253 247 / var(--tw-text-opacity, 1));
}
.text-\[\#fffff1\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 241 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff1a\] {
  color: #ffffff1a;
}
.text-\[\#ffffffb2\] {
  color: #ffffffb2;
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-card-foreground {
  color: hsl(var(--card-foreground));
}
.text-current {
  color: currentColor;
}
.text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}
.text-foreground {
  color: hsl(var(--foreground));
}
.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.text-muted-foreground {
  color: hsl(var(--muted-foreground));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-300\/70 {
  color: rgb(253 186 116 / 0.7);
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-popover-foreground {
  color: hsl(var(--popover-foreground));
}
.text-primary {
  color: hsl(var(--primary));
}
.text-primary-foreground {
  color: hsl(var(--primary-foreground));
}
.text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-300\/60 {
  color: rgb(216 180 254 / 0.6);
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}
.text-transparent {
  color: transparent;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}
.placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}
.placeholder-white\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.opacity-0 {
  opacity: 0;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-\[0\.03\] {
  opacity: 0.03;
}
.opacity-\[0\.06\] {
  opacity: 0.06;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_\#22c55e44\] {
  --tw-shadow: 0 0 20px #22c55e44;
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_\#ef444444\] {
  --tw-shadow: 0 0 20px #ef444444;
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_\#ef4444\] {
  --tw-shadow: 0 0 20px #ef4444;
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_rgba\(255\2c 212\2c 91\2c 0\.3\)\] {
  --tw-shadow: 0 0 20px rgba(255,212,91,0.3);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_40px_\#ffd45b22\] {
  --tw-shadow: 0 0 40px #ffd45b22;
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_40px_\#ffd45b33\] {
  --tw-shadow: 0 0 40px #ffd45b33;
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_12px_rgba\(255\2c 212\2c 91\2c 0\.3\)\] {
  --tw-shadow: 0 4px 12px rgba(255,212,91,0.3);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_20px_rgba\(255\2c 212\2c 91\2c 0\.2\)\] {
  --tw-shadow: 0 4px 20px rgba(255,212,91,0.2);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_32px_rgba\(255\2c 212\2c 91\2c 0\.15\)\] {
  --tw-shadow: 0 8px 32px rgba(255,212,91,0.15);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_10px_\#d4af374c\] {
  --tw-shadow: 0px 0px 10px #d4af374c;
  --tw-shadow-colored: 0px 0px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_15px_\#ffd45b66\] {
  --tw-shadow: 0px 0px 15px #ffd45b66;
  --tw-shadow-colored: 0px 0px 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_17\.86px_\#ffd70074\] {
  --tw-shadow: 0px 0px 17.86px #ffd70074;
  --tw-shadow-colored: 0px 0px 17.86px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_0px_30px_\#ffd45b66\] {
  --tw-shadow: 0px 0px 30px #ffd45b66;
  --tw-shadow-colored: 0px 0px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_4px_\#00000040\] {
  --tw-shadow: 0px 4px 4px #00000040;
  --tw-shadow-colored: 0px 4px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_6px_-4px_\#ffd45b4c\2c 0px_10px_15px_-3px_\#ffd45b4c\] {
  --tw-shadow: 0px 4px 6px -4px #ffd45b4c,0px 10px 15px -3px #ffd45b4c;
  --tw-shadow-colored: 0px 4px 6px -4px var(--tw-shadow-color), 0px 10px 15px -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0px_4px_6px_-4px_\#ffd45b4c\] {
  --tw-shadow: 0px 4px 6px -4px #ffd45b4c;
  --tw-shadow-colored: 0px 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#ffd45b15\] {
  --tw-shadow-color: #ffd45b15;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-\[\#ffd45b20\] {
  --tw-shadow-color: #ffd45b20;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-\[\#ffd45b33\] {
  --tw-ring-color: #ffd45b33;
}
.ring-\[\#ffd45b\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 212 91 / var(--tw-ring-opacity, 1));
}
.ring-opacity-60 {
  --tw-ring-opacity: 0.6;
}
.ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.blur-2xl {
  --tw-blur: blur(40px);
  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);
}
.blur-3xl {
  --tw-blur: blur(64px);
  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);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}
.drop-shadow-\[0_0_30px_rgba\(255\2c 212\2c 91\2c 0\.4\)\] {
  --tw-drop-shadow: drop-shadow(0 0 30px rgba(255,212,91,0.4));
  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);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}
.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-\[5px\] {
  --tw-backdrop-blur: blur(5px);
  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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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-brightness-\[100\%\] {
  --tw-backdrop-brightness: brightness(100%);
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
@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));
  }
}
.duration-1000 {
  animation-duration: 1000ms;
}
.duration-300 {
  animation-duration: 300ms;
}
.duration-500 {
  animation-duration: 500ms;
}
.ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear {
  animation-timing-function: linear;
}
.ease-out {
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[--animation-delay\:0ms\] {
  --animation-delay: 0ms;
}
.\[--animation-delay\:1000ms\] {
  --animation-delay: 1000ms;
}
.\[--animation-delay\:100ms\] {
  --animation-delay: 100ms;
}
.\[--animation-delay\:1200ms\] {
  --animation-delay: 1200ms;
}
.\[--animation-delay\:2000ms\] {
  --animation-delay: 2000ms;
}
.\[--animation-delay\:200ms\] {
  --animation-delay: 200ms;
}
.\[--animation-delay\:250ms\] {
  --animation-delay: 250ms;
}
.\[--animation-delay\:300ms\] {
  --animation-delay: 300ms;
}
.\[--animation-delay\:350ms\] {
  --animation-delay: 350ms;
}
.\[--animation-delay\:400ms\] {
  --animation-delay: 400ms;
}
.\[--animation-delay\:500ms\] {
  --animation-delay: 500ms;
}
.\[--animation-delay\:50ms\] {
  --animation-delay: 50ms;
}
.\[--animation-delay\:600ms\] {
  --animation-delay: 600ms;
}
.\[--animation-delay\:800ms\] {
  --animation-delay: 800ms;
}
.\[-webkit-backdrop-filter\:blur\(5px\)_brightness\(100\%\)\] {
  -webkit-backdrop-filter: blur(5px) brightness(100%);
}
.\[-webkit-background-clip\:text\] {
  -webkit-background-clip: text;
}
.\[-webkit-text-fill-color\:transparent\] {
  -webkit-text-fill-color: transparent;
}
.\[background\:radial-gradient\(50\%_50\%_at_50\%_50\%\2c rgba\(255\2c 212\2c 91\2c 0\.6\)_0\%\2c rgba\(255\2c 212\2c 91\2c 0\)_100\%\)\] {
  background: radial-gradient(50% 50% at 50% 50%,rgba(255,212,91,0.6) 0%,rgba(255,212,91,0) 100%);
}
.\[background\:radial-gradient\(50\%_50\%_at_50\%_50\%\2c rgba\(26\2c 26\2c 26\2c 1\)_0\%\2c rgba\(11\2c 12\2c 30\2c 1\)_100\%\)\] {
  background: radial-gradient(50% 50% at 50% 50%,rgba(26,26,26,1) 0%,rgba(11,12,30,1) 100%);
}
.\[font-family\:\'Inter\'\2c Helvetica\] {
  font-family: 'Inter',Helvetica;
}
.\[font-family\:\'Poppins\'\2c Helvetica\] {
  font-family: 'Poppins',Helvetica;
}
.\[font-family\:\'Rajdhani\'\2c Helvetica\] {
  font-family: 'Rajdhani',Helvetica;
}
.\[font-family\:\'Space_Grotesk\'\2c Helvetica\] {
  font-family: 'Space Grotesk',Helvetica;
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}
.\[text-fill-color\:transparent\] {
  text-fill-color: transparent;
}
.\[text-shadow\:0px_0px_10px_\#ffd45b4c\] {
  text-shadow: 0px 0px 10px #ffd45b4c;
}
.\[text-shadow\:0px_0px_15px_\#ffd70080\] {
  text-shadow: 0px 0px 15px #ffd70080;
}
.\[text-shadow\:0px_0px_30px_\#ffd45b4c\] {
  text-shadow: 0px 0px 30px #ffd45b4c;
}

:root {
  --animate-spin: spin 1s linear infinite;
}

.animate-fade-in {
  animation: fade-in 1s var(--animation-delay, 0s) ease forwards;
}

.animate-fade-up {
  animation: fade-up 1s var(--animation-delay, 0s) ease forwards;
}

.animate-marquee {
  animation: marquee var(--duration) infinite linear;
}

.animate-marquee-vertical {
  animation: marquee-vertical var(--duration) linear infinite;
}

.animate-shimmer {
  animation: shimmer 8s infinite;
}

.animate-spin {
  animation: var(--animate-spin);
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

@keyframes image-glow {
  0% {
    opacity: 0;
    animation-timing-function: cubic-bezier(0.74, 0.25, 0.76, 1);
  }

  10% {
    opacity: 0.7;
    animation-timing-function: cubic-bezier(0.12, 0.01, 0.08, 0.99);
  }

  to {
    opacity: 0.4;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes shimmer {
  0%,
  90%,
  to {
    background-position: calc(-100% - var(--shimmer-width)) 0;
  }

  30%,
  60% {
    background-position: calc(100% + var(--shimmer-width)) 0;
  }
}

@keyframes marquee {
  0% {
    transform: translate(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

@keyframes marquee-vertical {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(calc(-100% - var(--gap)));
  }
}

.file\:border-0::file-selector-button {
  border-width: 0px;
}

.file\:bg-transparent::file-selector-button {
  background-color: transparent;
}

.file\:text-sm::file-selector-button {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.file\:font-medium::file-selector-button {
  font-weight: 500;
}

.file\:text-foreground::file-selector-button {
  color: hsl(var(--foreground));
}

.placeholder\:font-normal::-moz-placeholder {
  font-weight: 400;
}

.placeholder\:font-normal::placeholder {
  font-weight: 400;
}

.placeholder\:tracking-normal::-moz-placeholder {
  letter-spacing: 0em;
}

.placeholder\:tracking-normal::placeholder {
  letter-spacing: 0em;
}

.placeholder\:text-\[\#676e7c\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 110 124 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#676e7c\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(103 110 124 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#696f7b\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(105 111 123 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#696f7b\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(105 111 123 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-600::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.placeholder\:text-gray-600::placeholder {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.placeholder\:text-muted-foreground::-moz-placeholder {
  color: hsl(var(--muted-foreground));
}

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

.first\:ml-0:first-child {
  margin-left: 0px;
}

.last\:border-0:last-child {
  border-width: 0px;
}

.focus-within\:border-\[\#d4af3766\]:focus-within {
  border-color: #d4af3766;
}

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-\[1\.02\]:hover {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:border-\[\#4facfe\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 172 254 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#555\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(85 85 85 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#d4af3733\]:hover {
  border-color: #d4af3733;
}

.hover\:border-\[\#d4af3744\]:hover {
  border-color: #d4af3744;
}

.hover\:border-\[\#d4af3766\]:hover {
  border-color: #d4af3766;
}

.hover\:border-\[\#d4af37\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 175 55 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#ffd45b33\]:hover {
  border-color: #ffd45b33;
}

.hover\:border-\[\#ffd45b44\]:hover {
  border-color: #ffd45b44;
}

.hover\:border-\[\#ffd45b\]\/30:hover {
  border-color: rgb(255 212 91 / 0.3);
}

.hover\:border-\[\#ffffff25\]:hover {
  border-color: #ffffff25;
}

.hover\:border-gray-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#009739\]\/80:hover {
  background-color: rgb(0 151 57 / 0.8);
}

.hover\:bg-\[\#009cde\]\/80:hover {
  background-color: rgb(0 156 222 / 0.8);
}

.hover\:bg-\[\#009cde\]\/90:hover {
  background-color: rgb(0 156 222 / 0.9);
}

.hover\:bg-\[\#00ffff\]\/30:hover {
  background-color: rgb(0 255 255 / 0.3);
}

.hover\:bg-\[\#111122\]\/80:hover {
  background-color: rgb(17 17 34 / 0.8);
}

.hover\:bg-\[\#141e3299\]\/80:hover {
  background-color: rgb(20 30 50 / 0.8);
}

.hover\:bg-\[\#1a1a3e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 62 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1ced4d33\]:hover {
  background-color: #1ced4d33;
}

.hover\:bg-\[\#1ced4d44\]:hover {
  background-color: #1ced4d44;
}

.hover\:bg-\[\#1da34a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1e1e40\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 64 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1f1f1f\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 31 31 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#1f2640\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 38 64 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#222\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#22c55e2a\]:hover {
  background-color: #22c55e2a;
}

.hover\:bg-\[\#22c55e\]\/90:hover {
  background-color: rgb(34 197 94 / 0.9);
}

.hover\:bg-\[\#252525\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 37 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#252540\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 37 64 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#25D366\]\/20:hover {
  background-color: rgb(37 211 102 / 0.2);
}

.hover\:bg-\[\#25D366\]\/90:hover {
  background-color: rgb(37 211 102 / 0.9);
}

.hover\:bg-\[\#2a2a3e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 42 62 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#3a3a4e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 78 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#3b82f62a\]:hover {
  background-color: #3b82f62a;
}

.hover\:bg-\[\#3b82f633\]:hover {
  background-color: #3b82f633;
}

.hover\:bg-\[\#3b82f6\]\/20:hover {
  background-color: rgb(59 130 246 / 0.2);
}

.hover\:bg-\[\#3b82f6\]\/90:hover {
  background-color: rgb(59 130 246 / 0.9);
}

.hover\:bg-\[\#4facfe\]\/80:hover {
  background-color: rgb(79 172 254 / 0.8);
}

.hover\:bg-\[\#635bff\]\/80:hover {
  background-color: rgb(99 91 255 / 0.8);
}

.hover\:bg-\[\#75ecff44\]:hover {
  background-color: #75ecff44;
}

.hover\:bg-\[\#75ecff\]\/90:hover {
  background-color: rgb(117 236 255 / 0.9);
}

.hover\:bg-\[\#8b5cf6\]\/90:hover {
  background-color: rgb(139 92 246 / 0.9);
}

.hover\:bg-\[\#a855f7\]\/30:hover {
  background-color: rgb(168 85 247 / 0.3);
}

.hover\:bg-\[\#a855f7\]\/90:hover {
  background-color: rgb(168 85 247 / 0.9);
}

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

.hover\:bg-\[\#e5c050\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 192 80 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#e6e1d2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 225 210 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:bg-\[\#ef4444\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ef4444\]\/90:hover {
  background-color: rgb(239 68 68 / 0.9);
}

.hover\:bg-\[\#f7931a\]\/80:hover {
  background-color: rgb(247 147 26 / 0.8);
}

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

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

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

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

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

.hover\:bg-\[\#ffd45b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 91 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ffd45b\]\/10:hover {
  background-color: rgb(255 212 91 / 0.1);
}

.hover\:bg-\[\#ffd45b\]\/20:hover {
  background-color: rgb(255 212 91 / 0.2);
}

.hover\:bg-\[\#ffd45b\]\/80:hover {
  background-color: rgb(255 212 91 / 0.8);
}

.hover\:bg-\[\#ffd45b\]\/90:hover {
  background-color: rgb(255 212 91 / 0.9);
}

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

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

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

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

.hover\:bg-accent:hover {
  background-color: hsl(var(--accent));
}

.hover\:bg-destructive\/80:hover {
  background-color: hsl(var(--destructive) / 0.8);
}

.hover\:bg-destructive\/90:hover {
  background-color: hsl(var(--destructive) / 0.9);
}

.hover\:bg-gray-700\/50:hover {
  background-color: rgb(55 65 81 / 0.5);
}

.hover\:bg-green-400\/20:hover {
  background-color: rgb(74 222 128 / 0.2);
}

.hover\:bg-primary\/80:hover {
  background-color: hsl(var(--primary) / 0.8);
}

.hover\:bg-primary\/90:hover {
  background-color: hsl(var(--primary) / 0.9);
}

.hover\:bg-purple-500\/10:hover {
  background-color: rgb(168 85 247 / 0.1);
}

.hover\:bg-purple-500\/25:hover {
  background-color: rgb(168 85 247 / 0.25);
}

.hover\:bg-purple-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-400\/10:hover {
  background-color: rgb(248 113 113 / 0.1);
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary\/80:hover {
  background-color: hsl(var(--secondary) / 0.8);
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/\[0\.09\]:hover {
  background-color: rgb(255 255 255 / 0.09);
}

.hover\:bg-white\/\[0\.1\]:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-\[linear-gradient\(90deg\2c rgba\(255\2c 215\2c 0\2c 1\)_0\%\2c rgba\(255\2c 193\2c 7\2c 1\)_50\%\2c rgba\(255\2c 179\2c 0\2c 1\)_100\%\)\]:hover {
  background-image: linear-gradient(90deg,rgba(255,215,0,1) 0%,rgba(255,193,7,1) 50%,rgba(255,179,0,1) 100%);
}

.hover\:from-\[\#e5c050\]:hover {
  --tw-gradient-from: #e5c050 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 192 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-\[\#ffe07a\]:hover {
  --tw-gradient-from: #ffe07a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 224 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#c9a430\]:hover {
  --tw-gradient-to: #c9a430 var(--tw-gradient-to-position);
}

.hover\:to-\[\#e0c050\]:hover {
  --tw-gradient-to: #e0c050 var(--tw-gradient-to-position);
}

.hover\:text-\[\#111117\]\/80:hover {
  color: rgb(17 17 23 / 0.8);
}

.hover\:text-\[\#75ecff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(117 236 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#d4af37\]:hover {
  --tw-text-opacity: 1;
  color: rgb(212 175 55 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#e5c050\]:hover {
  --tw-text-opacity: 1;
  color: rgb(229 192 80 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#ffc743\]\/80:hover {
  color: rgb(255 199 67 / 0.8);
}

.hover\:text-\[\#ffd45b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 212 91 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-foreground:hover {
  color: hsl(var(--accent-foreground));
}

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

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.hover\:text-green-400:hover {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-200:hover {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.hover\:text-red-400:hover {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-\[0px_0px_40px_\#ffd45b99\]:hover {
  --tw-shadow: 0px 0px 40px #ffd45b99;
  --tw-shadow-colored: 0px 0px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:border-\[\#009cde\]\/40:focus {
  border-color: rgb(0 156 222 / 0.4);
}

.focus\:border-\[\#635bff\]\/40:focus {
  border-color: rgb(99 91 255 / 0.4);
}

.focus\:border-\[\#75ecff\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(117 236 255 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#8b5cf6\]\/40:focus {
  border-color: rgb(139 92 246 / 0.4);
}

.focus\:border-\[\#a855f7\]\/50:focus {
  border-color: rgb(168 85 247 / 0.5);
}

.focus\:border-\[\#d4af3766\]:focus {
  border-color: #d4af3766;
}

.focus\:border-\[\#d4af37\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 175 55 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#ffd45b33\]:focus {
  border-color: #ffd45b33;
}

.focus\:border-\[\#ffd45b55\]:focus {
  border-color: #ffd45b55;
}

.focus\:border-\[\#ffd45b\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 212 91 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#ffd45b\]\/30:focus {
  border-color: rgb(255 212 91 / 0.3);
}

.focus\:border-\[\#ffd45b\]\/40:focus {
  border-color: rgb(255 212 91 / 0.4);
}

.focus\:border-\[\#ffd45b\]\/50:focus {
  border-color: rgb(255 212 91 / 0.5);
}

.focus\:border-purple-500\/50:focus {
  border-color: rgb(168 85 247 / 0.5);
}

.focus\:bg-accent:focus {
  background-color: hsl(var(--accent));
}

.focus\:text-accent-foreground:focus {
  color: hsl(var(--accent-foreground));
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

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

.focus\:ring-offset-0:focus {
  --tw-ring-offset-width: 0px;
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

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

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

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

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

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

.focus-visible\:ring-offset-0:focus-visible {
  --tw-ring-offset-width: 0px;
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-background:focus-visible {
  --tw-ring-offset-color: hsl(var(--background));
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:scale-\[0\.99\]:active {
  --tw-scale-x: 0.99;
  --tw-scale-y: 0.99;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:cursor-grabbing:active {
  cursor: grabbing;
}

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

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

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:text-\[\#4facfe\] {
  --tw-text-opacity: 1;
  color: rgb(79 172 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#ec4899\] {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#ffd45b\] {
  --tw-text-opacity: 1;
  color: rgb(255 212 91 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.peer:disabled ~ .peer-disabled\:cursor-not-allowed {
  cursor: not-allowed;
}

.peer:disabled ~ .peer-disabled\:opacity-70 {
  opacity: 0.7;
}

.data-\[disabled\]\:pointer-events-none[data-disabled] {
  pointer-events: none;
}

.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"] {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=left\]\:-translate-x-1[data-side="left"] {
  --tw-translate-x: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=right\]\:translate-x-1[data-side="right"] {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[side\=top\]\:-translate-y-1[data-side="top"] {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=checked\]\:translate-x-4[data-state="checked"] {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"] {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.data-\[state\=checked\]\:bg-\[\#eec051\][data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(238 192 81 / var(--tw-bg-opacity, 1));
}

.data-\[state\=checked\]\:bg-\[\#ffd45b\][data-state="checked"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 212 91 / var(--tw-bg-opacity, 1));
}

.data-\[state\=checked\]\:bg-primary[data-state="checked"] {
  background-color: hsl(var(--primary));
}

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

.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"] {
  background-color: hsl(var(--input));
}

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

.data-\[disabled\]\:opacity-50[data-disabled] {
  opacity: 0.5;
}

.data-\[state\=active\]\:shadow[data-state="active"] {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[state\=open\]\:animate-in[data-state="open"] {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

.data-\[state\=closed\]\:animate-out[data-state="closed"] {
  animation-name: exit;
  animation-duration: 150ms;
  --tw-exit-opacity: initial;
  --tw-exit-scale: initial;
  --tw-exit-rotate: initial;
  --tw-exit-translate-x: initial;
  --tw-exit-translate-y: initial;
}

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

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

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

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

.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"] {
  --tw-enter-translate-y: -0.5rem;
}

.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"] {
  --tw-enter-translate-x: 0.5rem;
}

.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"] {
  --tw-enter-translate-x: -0.5rem;
}

.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"] {
  --tw-enter-translate-y: 0.5rem;
}

@media (min-width: 640px) {

  .sm\:left-\[26px\] {
    left: 26px;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-\[184\.5px\] {
    height: 184.5px;
  }

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

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

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

  .sm\:max-w-sm {
    max-width: 24rem;
  }

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

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

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

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

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

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

  .sm\:gap-2\.5 {
    gap: 0.625rem;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

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

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

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

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .sm\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .sm\:text-\[15\.2px\] {
    font-size: 15.2px;
  }

  .sm\:text-\[17\.6px\] {
    font-size: 17.6px;
  }

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

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

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .sm\:leading-7 {
    line-height: 1.75rem;
  }

  .sm\:leading-\[22\.8px\] {
    line-height: 22.8px;
  }

  .sm\:leading-\[26\.4px\] {
    line-height: 26.4px;
  }

  .sm\:leading-\[28\.2px\] {
    line-height: 28.2px;
  }

  .sm\:leading-\[60px\] {
    line-height: 60px;
  }

  .sm\:leading-\[84px\] {
    line-height: 84px;
  }
}

@media (min-width: 768px) {

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

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

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

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

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

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

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

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

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

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-2 {
    gap: 0.5rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:leading-5 {
    line-height: 1.25rem;
  }

  .md\:leading-\[48px\] {
    line-height: 48px;
  }
}

@media (min-width: 1024px) {

  .lg\:left-\[781px\] {
    left: 781px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:ml-72 {
    margin-left: 18rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

  .lg\:shrink-0 {
    flex-shrink: 0;
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.\[\&\>span\]\:line-clamp-1>span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.\[\&\>svg\]\:size-4>svg {
  width: 1rem;
  height: 1rem;
}

.\[\&\>svg\]\:h-3\.5>svg {
  height: 0.875rem;
}

.\[\&\>svg\]\:w-3\.5>svg {
  width: 0.875rem;
}

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

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

.\[\&_svg\]\:size-4 svg {
  width: 1rem;
  height: 1rem;
}

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