*, ::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.19 | 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;
}
.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;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.-bottom-16 {
  bottom: -4rem;
}
.-bottom-20 {
  bottom: -5rem;
}
.-bottom-24 {
  bottom: -6rem;
}
.-left-20 {
  left: -5rem;
}
.-left-24 {
  left: -6rem;
}
.-left-28 {
  left: -7rem;
}
.-right-16 {
  right: -4rem;
}
.-right-20 {
  right: -5rem;
}
.-right-24 {
  right: -6rem;
}
.-top-20 {
  top: -5rem;
}
.-top-24 {
  top: -6rem;
}
.-top-28 {
  top: -7rem;
}
.-top-32 {
  top: -8rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-3 {
  left: 0.75rem;
}
.left-3\.5 {
  left: 0.875rem;
}
.left-6 {
  left: 1.5rem;
}
.right-0 {
  right: 0px;
}
.right-1\/3 {
  right: 33.333333%;
}
.right-1\/4 {
  right: 25%;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-6 {
  right: 1.5rem;
}
.right-\[-22px\] {
  right: -22px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-1\/4 {
  top: 25%;
}
.top-16 {
  top: 4rem;
}
.top-4 {
  top: 1rem;
}
.top-6 {
  top: 1.5rem;
}
.isolate {
  isolation: isolate;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-\[1\] {
  z-index: 1;
}
.order-first {
  order: -9999;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.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-\[2px\] {
  margin-top: 2px;
}
.mt-\[4px\] {
  margin-top: 4px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-64 {
  height: 16rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-80 {
  height: 20rem;
}
.h-9 {
  height: 2.25rem;
}
.h-96 {
  height: 24rem;
}
.h-\[1\.5px\] {
  height: 1.5px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[440px\] {
  height: 440px;
}
.h-\[460px\] {
  height: 460px;
}
.h-\[480px\] {
  height: 480px;
}
.h-\[calc\(100vh-64px\)\] {
  height: calc(100vh - 64px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-screen {
  height: 100vh;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[92vh\] {
  min-height: 92vh;
}
.min-h-screen {
  min-height: 100vh;
}
.w-0 {
  width: 0px;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-96 {
  width: 24rem;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[480px\] {
  width: 480px;
}
.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-\[140px\] {
  min-width: 140px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1300px\] {
  max-width: 1300px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[460px\] {
  max-width: 460px;
}
.max-w-\[520px\] {
  max-width: 520px;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.-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-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));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  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-45 {
  --tw-rotate: 45deg;
  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-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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 ping {

  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}
.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
@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-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-10 {
  gap: 2.5rem;
}
.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-8 {
  gap: 2rem;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[7px\] {
  gap: 7px;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.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-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-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[22px\] {
  border-radius: 22px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-tl-\[32px\] {
  border-top-left-radius: 32px;
}
.rounded-tr-\[32px\] {
  border-top-right-radius: 32px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-\[\#00bfa5\]\/35 {
  border-color: rgb(0 191 165 / 0.35);
}
.border-\[\#00c8d7\]\/30 {
  border-color: rgb(0 200 215 / 0.3);
}
.border-\[\#00c8d7\]\/35 {
  border-color: rgb(0 200 215 / 0.35);
}
.border-\[\#00c8ff\]\/30 {
  border-color: rgb(0 200 255 / 0.3);
}
.border-\[\#00c8ff\]\/35 {
  border-color: rgb(0 200 255 / 0.35);
}
.border-\[\#00d4ff\]\/35 {
  border-color: rgb(0 212 255 / 0.35);
}
.border-\[\#00e5b0\]\/35 {
  border-color: rgb(0 229 176 / 0.35);
}
.border-\[\#00ffcc\]\/35 {
  border-color: rgb(0 255 204 / 0.35);
}
.border-\[\#06b6d4\]\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-\[\#06b6d4\]\/35 {
  border-color: rgb(6 182 212 / 0.35);
}
.border-\[\#1a7a5e\]\/40 {
  border-color: rgb(26 122 94 / 0.4);
}
.border-\[\#1a8a6e\]\/35 {
  border-color: rgb(26 138 110 / 0.35);
}
.border-\[\#22c55e\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.border-\[\#22c55e\]\/35 {
  border-color: rgb(34 197 94 / 0.35);
}
.border-\[\#22d3ee\]\/35 {
  border-color: rgb(34 211 238 / 0.35);
}
.border-\[\#2a7ab5\]\/35 {
  border-color: rgb(42 122 181 / 0.35);
}
.border-\[\#2c4a7c\]\/40 {
  border-color: rgb(44 74 124 / 0.4);
}
.border-\[\#2e86ab\]\/40 {
  border-color: rgb(46 134 171 / 0.4);
}
.border-\[\#34d399\]\/35 {
  border-color: rgb(52 211 153 / 0.35);
}
.border-\[\#38bdf8\]\/35 {
  border-color: rgb(56 189 248 / 0.35);
}
.border-\[\#3d6bff\]\/30 {
  border-color: rgb(61 107 255 / 0.3);
}
.border-\[\#3d6bff\]\/35 {
  border-color: rgb(61 107 255 / 0.35);
}
.border-\[\#4ade80\]\/35 {
  border-color: rgb(74 222 128 / 0.35);
}
.border-\[\#4caf82\]\/35 {
  border-color: rgb(76 175 130 / 0.35);
}
.border-\[\#5b4bff\]\/30 {
  border-color: rgb(91 75 255 / 0.3);
}
.border-\[\#5b4bff\]\/35 {
  border-color: rgb(91 75 255 / 0.35);
}
.border-\[\#5ba4cf\]\/35 {
  border-color: rgb(91 164 207 / 0.35);
}
.border-\[\#5ba4cf\]\/40 {
  border-color: rgb(91 164 207 / 0.4);
}
.border-\[\#6b3a7d\]\/40 {
  border-color: rgb(107 58 125 / 0.4);
}
.border-\[\#7a9e3b\]\/35 {
  border-color: rgb(122 158 59 / 0.35);
}
.border-\[\#8855ff\]\/35 {
  border-color: rgb(136 85 255 / 0.35);
}
.border-\[\#8b2252\]\/40 {
  border-color: rgb(139 34 82 / 0.4);
}
.border-\[\#9b6dff\]\/35 {
  border-color: rgb(155 109 255 / 0.35);
}
.border-\[\#a3e635\]\/35 {
  border-color: rgb(163 230 53 / 0.35);
}
.border-\[\#a5f3fc\]\/35 {
  border-color: rgb(165 243 252 / 0.35);
}
.border-\[\#a78bfa\]\/35 {
  border-color: rgb(167 139 250 / 0.35);
}
.border-\[\#a855f7\]\/35 {
  border-color: rgb(168 85 247 / 0.35);
}
.border-\[\#a8ff3e\]\/35 {
  border-color: rgb(168 255 62 / 0.35);
}
.border-\[\#b0c4de\]\/25 {
  border-color: rgb(176 196 222 / 0.25);
}
.border-\[\#b0c4de\]\/30 {
  border-color: rgb(176 196 222 / 0.3);
}
.border-\[\#b8860b\]\/35 {
  border-color: rgb(184 134 11 / 0.35);
}
.border-\[\#b8860b\]\/40 {
  border-color: rgb(184 134 11 / 0.4);
}
.border-\[\#c0392b\]\/35 {
  border-color: rgb(192 57 43 / 0.35);
}
.border-\[\#c0392b\]\/40 {
  border-color: rgb(192 57 43 / 0.4);
}
.border-\[\#c084fc\]\/35 {
  border-color: rgb(192 132 252 / 0.35);
}
.border-\[\#c45c8a\]\/35 {
  border-color: rgb(196 92 138 / 0.35);
}
.border-\[\#c8f000\]\/30 {
  border-color: rgb(200 240 0 / 0.3);
}
.border-\[\#c8f000\]\/35 {
  border-color: rgb(200 240 0 / 0.35);
}
.border-\[\#c8ff00\]\/30 {
  border-color: rgb(200 255 0 / 0.3);
}
.border-\[\#c8ff00\]\/35 {
  border-color: rgb(200 255 0 / 0.35);
}
.border-\[\#d946ef\]\/35 {
  border-color: rgb(217 70 239 / 0.35);
}
.border-\[\#d96c2b\]\/35 {
  border-color: rgb(217 108 43 / 0.35);
}
.border-\[\#e040fb\]\/30 {
  border-color: rgb(224 64 251 / 0.3);
}
.border-\[\#e040fb\]\/35 {
  border-color: rgb(224 64 251 / 0.35);
}
.border-\[\#e07b39\]\/30 {
  border-color: rgb(224 123 57 / 0.3);
}
.border-\[\#e07b39\]\/35 {
  border-color: rgb(224 123 57 / 0.35);
}
.border-\[\#e07b39\]\/40 {
  border-color: rgb(224 123 57 / 0.4);
}
.border-\[\#e8192c\] {
  --tw-border-opacity: 1;
  border-color: rgb(232 25 44 / var(--tw-border-opacity, 1));
}
.border-\[\#e8192c\]\/30 {
  border-color: rgb(232 25 44 / 0.3);
}
.border-\[\#e8192c\]\/35 {
  border-color: rgb(232 25 44 / 0.35);
}
.border-\[\#e8374a\]\/30 {
  border-color: rgb(232 55 74 / 0.3);
}
.border-\[\#e8374a\]\/35 {
  border-color: rgb(232 55 74 / 0.35);
}
.border-\[\#e8374a\]\/40 {
  border-color: rgb(232 55 74 / 0.4);
}
.border-\[\#e8420a\]\/30 {
  border-color: rgb(232 66 10 / 0.3);
}
.border-\[\#e8420a\]\/35 {
  border-color: rgb(232 66 10 / 0.35);
}
.border-\[\#e84393\]\/35 {
  border-color: rgb(232 67 147 / 0.35);
}
.border-\[\#e879f9\]\/35 {
  border-color: rgb(232 121 249 / 0.35);
}
.border-\[\#f0a500\]\/35 {
  border-color: rgb(240 165 0 / 0.35);
}
.border-\[\#f0abfc\]\/35 {
  border-color: rgb(240 171 252 / 0.35);
}
.border-\[\#f472b6\]\/35 {
  border-color: rgb(244 114 182 / 0.35);
}
.border-\[\#f59e0b\]\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-\[\#f59e0b\]\/35 {
  border-color: rgb(245 158 11 / 0.35);
}
.border-\[\#f5c842\]\/35 {
  border-color: rgb(245 200 66 / 0.35);
}
.border-\[\#fb923c\]\/35 {
  border-color: rgb(251 146 60 / 0.35);
}
.border-\[\#fde68a\]\/35 {
  border-color: rgb(253 230 138 / 0.35);
}
.border-\[\#ff2d6b\]\/30 {
  border-color: rgb(255 45 107 / 0.3);
}
.border-\[\#ff2d6b\]\/35 {
  border-color: rgb(255 45 107 / 0.35);
}
.border-\[\#ff2d9b\]\/35 {
  border-color: rgb(255 45 155 / 0.35);
}
.border-\[\#ff6b1a\]\/35 {
  border-color: rgb(255 107 26 / 0.35);
}
.border-\[\#ff6b35\]\/35 {
  border-color: rgb(255 107 53 / 0.35);
}
.border-\[\#ff6b6b\]\/30 {
  border-color: rgb(255 107 107 / 0.3);
}
.border-\[\#ff6b6b\]\/35 {
  border-color: rgb(255 107 107 / 0.35);
}
.border-\[\#ff9500\]\/30 {
  border-color: rgb(255 149 0 / 0.3);
}
.border-\[\#ff9500\]\/35 {
  border-color: rgb(255 149 0 / 0.35);
}
.border-\[\#ff9f43\]\/35 {
  border-color: rgb(255 159 67 / 0.35);
}
.border-\[\#ffa94d\]\/35 {
  border-color: rgb(255 169 77 / 0.35);
}
.border-\[\#ffb830\]\/35 {
  border-color: rgb(255 184 48 / 0.35);
}
.border-\[\#ffcc00\]\/35 {
  border-color: rgb(255 204 0 / 0.35);
}
.border-\[\#ffe566\]\/35 {
  border-color: rgb(255 229 102 / 0.35);
}
.border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}
.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-green-300\/\[0\.12\] {
  border-color: rgb(134 239 172 / 0.12);
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-orange-500\/30 {
  border-color: rgb(249 115 22 / 0.3);
}
.border-purple-300\/\[0\.14\] {
  border-color: rgb(216 180 254 / 0.14);
}
.border-purple-300\/\[0\.18\] {
  border-color: rgb(216 180 254 / 0.18);
}
.border-purple-400\/30 {
  border-color: rgb(192 132 252 / 0.3);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}
.border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-rose-500\/30 {
  border-color: rgb(244 63 94 / 0.3);
}
.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}
.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/\[0\.08\] {
  border-color: rgb(255 255 255 / 0.08);
}
.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}
.bg-\[\#00bfa5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 191 165 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00bfa5\]\/20 {
  background-color: rgb(0 191 165 / 0.2);
}
.bg-\[\#00c8d7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 200 215 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00c8d7\]\/15 {
  background-color: rgb(0 200 215 / 0.15);
}
.bg-\[\#00c8ff\]\/10 {
  background-color: rgb(0 200 255 / 0.1);
}
.bg-\[\#00c8ff\]\/15 {
  background-color: rgb(0 200 255 / 0.15);
}
.bg-\[\#00d4ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 212 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00d4ff\]\/15 {
  background-color: rgb(0 212 255 / 0.15);
}
.bg-\[\#00e5b0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 229 176 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00e5b0\]\/15 {
  background-color: rgb(0 229 176 / 0.15);
}
.bg-\[\#020917\] {
  --tw-bg-opacity: 1;
  background-color: rgb(2 9 23 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a7a5e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 122 94 / var(--tw-bg-opacity, 1));
}
.bg-\[\#22c55e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-\[\#22d3ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#22d3ee\]\/15 {
  background-color: rgb(34 211 238 / 0.15);
}
.bg-\[\#3d6bff\]\/10 {
  background-color: rgb(61 107 255 / 0.1);
}
.bg-\[\#4caf82\] {
  --tw-bg-opacity: 1;
  background-color: rgb(76 175 130 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4caf82\]\/20 {
  background-color: rgb(76 175 130 / 0.2);
}
.bg-\[\#5b4bff\]\/10 {
  background-color: rgb(91 75 255 / 0.1);
}
.bg-\[\#5ba4cf\]\/20 {
  background-color: rgb(91 164 207 / 0.2);
}
.bg-\[\#9b6dff\]\/20 {
  background-color: rgb(155 109 255 / 0.2);
}
.bg-\[\#a5f3fc\]\/15 {
  background-color: rgb(165 243 252 / 0.15);
}
.bg-\[\#b0c4de\]\/15 {
  background-color: rgb(176 196 222 / 0.15);
}
.bg-\[\#c0392b\]\/20 {
  background-color: rgb(192 57 43 / 0.2);
}
.bg-\[\#c8f000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(200 240 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c8f000\]\/15 {
  background-color: rgb(200 240 0 / 0.15);
}
.bg-\[\#d946ef\]\/15 {
  background-color: rgb(217 70 239 / 0.15);
}
.bg-\[\#e07b39\]\/10 {
  background-color: rgb(224 123 57 / 0.1);
}
.bg-\[\#e07b39\]\/20 {
  background-color: rgb(224 123 57 / 0.2);
}
.bg-\[\#e8192c\]\/10 {
  background-color: rgb(232 25 44 / 0.1);
}
.bg-\[\#e8374a\]\/10 {
  background-color: rgb(232 55 74 / 0.1);
}
.bg-\[\#e8374a\]\/15 {
  background-color: rgb(232 55 74 / 0.15);
}
.bg-\[\#e8420a\]\/10 {
  background-color: rgb(232 66 10 / 0.1);
}
.bg-\[\#e8420a\]\/20 {
  background-color: rgb(232 66 10 / 0.2);
}
.bg-\[\#f0a500\]\/20 {
  background-color: rgb(240 165 0 / 0.2);
}
.bg-\[\#f5c842\]\/20 {
  background-color: rgb(245 200 66 / 0.2);
}
.bg-\[\#ff2d6b\]\/10 {
  background-color: rgb(255 45 107 / 0.1);
}
.bg-\[\#ff2d9b\]\/15 {
  background-color: rgb(255 45 155 / 0.15);
}
.bg-\[\#ff6b1a\]\/15 {
  background-color: rgb(255 107 26 / 0.15);
}
.bg-\[\#ff6b6b\]\/10 {
  background-color: rgb(255 107 107 / 0.1);
}
.bg-\[\#ff6b6b\]\/15 {
  background-color: rgb(255 107 107 / 0.15);
}
.bg-\[\#ffa94d\]\/15 {
  background-color: rgb(255 169 77 / 0.15);
}
.bg-\[\#ffb830\]\/15 {
  background-color: rgb(255 184 48 / 0.15);
}
.bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}
.bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-current {
  background-color: currentColor;
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}
.bg-purple-600\/10 {
  background-color: rgb(147 51 234 / 0.1);
}
.bg-purple-600\/\[0\.07\] {
  background-color: rgb(147 51 234 / 0.07);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.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-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.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));
}
.from-\[\#000d1a\] {
  --tw-gradient-from: #000d1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 13 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#001020\] {
  --tw-gradient-from: #001020 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 16 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#001a1a\] {
  --tw-gradient-from: #001a1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 26 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00bfa5\]\/20 {
  --tw-gradient-from: rgb(0 191 165 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 191 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00c8d7\]\/15 {
  --tw-gradient-from: rgb(0 200 215 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 200 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00c8d7\]\/20 {
  --tw-gradient-from: rgb(0 200 215 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 200 215 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00c8ff\]\/15 {
  --tw-gradient-from: rgb(0 200 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 200 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00c8ff\]\/20 {
  --tw-gradient-from: rgb(0 200 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 200 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00d4ff\]\/20 {
  --tw-gradient-from: rgb(0 212 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 212 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00e5b0\]\/15 {
  --tw-gradient-from: rgb(0 229 176 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 229 176 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00e5b0\]\/20 {
  --tw-gradient-from: rgb(0 229 176 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 229 176 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#06b6d4\]\/20 {
  --tw-gradient-from: rgb(6 182 212 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a0000\] {
  --tw-gradient-from: #0a0000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a0d1a\] {
  --tw-gradient-from: #0a0d1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 13 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a1628\] {
  --tw-gradient-from: #0a1628 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 22 40 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a1f14\] {
  --tw-gradient-from: #0a1f14 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 31 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0d0a1a\] {
  --tw-gradient-from: #0d0a1a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 10 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0d1b2a\] {
  --tw-gradient-from: #0d1b2a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 27 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a001a\] {
  --tw-gradient-from: #1a001a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 0 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a0a00\] {
  --tw-gradient-from: #1a0a00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 10 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a7a5e\]\/20 {
  --tw-gradient-from: rgb(26 122 94 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 122 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1a8a6e\]\/20 {
  --tw-gradient-from: rgb(26 138 110 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 138 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#22c55e\]\/15 {
  --tw-gradient-from: rgb(34 197 94 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#22c55e\]\/20 {
  --tw-gradient-from: rgb(34 197 94 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#22d3ee\]\/20 {
  --tw-gradient-from: rgb(34 211 238 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2a7ab5\]\/20 {
  --tw-gradient-from: rgb(42 122 181 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(42 122 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2c4a7c\]\/20 {
  --tw-gradient-from: rgb(44 74 124 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(44 74 124 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#2e86ab\]\/20 {
  --tw-gradient-from: rgb(46 134 171 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 134 171 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#34d399\]\/20 {
  --tw-gradient-from: rgb(52 211 153 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#38bdf8\]\/20 {
  --tw-gradient-from: rgb(56 189 248 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#3d6bff\]\/15 {
  --tw-gradient-from: rgb(61 107 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 107 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#3d6bff\]\/20 {
  --tw-gradient-from: rgb(61 107 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 107 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#4ade80\]\/20 {
  --tw-gradient-from: rgb(74 222 128 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#4caf82\]\/20 {
  --tw-gradient-from: rgb(76 175 130 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 175 130 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5b4bff\]\/15 {
  --tw-gradient-from: rgb(91 75 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 75 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5b4bff\]\/20 {
  --tw-gradient-from: rgb(91 75 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 75 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5ba4cf\]\/20 {
  --tw-gradient-from: rgb(91 164 207 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 164 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#5ba4cf\]\/25 {
  --tw-gradient-from: rgb(91 164 207 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 164 207 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#6b3a7d\]\/20 {
  --tw-gradient-from: rgb(107 58 125 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 58 125 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#7a9e3b\]\/20 {
  --tw-gradient-from: rgb(122 158 59 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(122 158 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#8855ff\]\/15 {
  --tw-gradient-from: rgb(136 85 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 85 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#8855ff\]\/20 {
  --tw-gradient-from: rgb(136 85 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 85 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#8b2252\]\/20 {
  --tw-gradient-from: rgb(139 34 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 34 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#9b6dff\]\/20 {
  --tw-gradient-from: rgb(155 109 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(155 109 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#a3e635\]\/20 {
  --tw-gradient-from: rgb(163 230 53 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#a5f3fc\]\/20 {
  --tw-gradient-from: rgb(165 243 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#a78bfa\]\/20 {
  --tw-gradient-from: rgb(167 139 250 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#a855f7\]\/20 {
  --tw-gradient-from: rgb(168 85 247 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 85 247 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#a8ff3e\]\/20 {
  --tw-gradient-from: rgb(168 255 62 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 255 62 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#b0c4de\]\/15 {
  --tw-gradient-from: rgb(176 196 222 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(176 196 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#b8860b\]\/20 {
  --tw-gradient-from: rgb(184 134 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#b8860b\]\/25 {
  --tw-gradient-from: rgb(184 134 11 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(184 134 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#c0392b\]\/20 {
  --tw-gradient-from: rgb(192 57 43 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 57 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#c0392b\]\/25 {
  --tw-gradient-from: rgb(192 57 43 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 57 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#c084fc\]\/20 {
  --tw-gradient-from: rgb(192 132 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#c45c8a\]\/20 {
  --tw-gradient-from: rgb(196 92 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 92 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#c8f000\]\/15 {
  --tw-gradient-from: rgb(200 240 0 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 240 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#c8f000\]\/20 {
  --tw-gradient-from: rgb(200 240 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 240 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d946ef\]\/20 {
  --tw-gradient-from: rgb(217 70 239 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#d96c2b\]\/20 {
  --tw-gradient-from: rgb(217 108 43 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 108 43 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e07b39\]\/20 {
  --tw-gradient-from: rgb(224 123 57 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 123 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e07b39\]\/25 {
  --tw-gradient-from: rgb(224 123 57 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 123 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e8192c\]\/15 {
  --tw-gradient-from: rgb(232 25 44 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 25 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e8192c\]\/20 {
  --tw-gradient-from: rgb(232 25 44 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 25 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e8374a\]\/15 {
  --tw-gradient-from: rgb(232 55 74 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 55 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e8374a\]\/20 {
  --tw-gradient-from: rgb(232 55 74 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 55 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e8420a\]\/15 {
  --tw-gradient-from: rgb(232 66 10 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 66 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e8420a\]\/20 {
  --tw-gradient-from: rgb(232 66 10 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 66 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#e879f9\]\/20 {
  --tw-gradient-from: rgb(232 121 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f0a500\]\/20 {
  --tw-gradient-from: rgb(240 165 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 165 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f0abfc\]\/20 {
  --tw-gradient-from: rgb(240 171 252 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f472b6\]\/20 {
  --tw-gradient-from: rgb(244 114 182 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f59e0b\]\/20 {
  --tw-gradient-from: rgb(245 158 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#f5c842\]\/20 {
  --tw-gradient-from: rgb(245 200 66 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 200 66 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fb923c\]\/20 {
  --tw-gradient-from: rgb(251 146 60 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fde68a\]\/20 {
  --tw-gradient-from: rgb(253 230 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ff6b1a\]\/15 {
  --tw-gradient-from: rgb(255 107 26 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ff6b1a\]\/20 {
  --tw-gradient-from: rgb(255 107 26 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 26 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ff6b35\]\/20 {
  --tw-gradient-from: rgb(255 107 53 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ff6b6b\]\/15 {
  --tw-gradient-from: rgb(255 107 107 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ff6b6b\]\/20 {
  --tw-gradient-from: rgb(255 107 107 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 107 107 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffa94d\]\/20 {
  --tw-gradient-from: rgb(255 169 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 169 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffb830\]\/20 {
  --tw-gradient-from: rgb(255 184 48 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 184 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#ffcc00\]\/20 {
  --tw-gradient-from: rgb(255 204 0 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 204 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-600\/30 {
  --tw-gradient-from: rgb(217 119 6 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 119 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-700\/20 {
  --tw-gradient-from: rgb(180 83 9 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-700\/30 {
  --tw-gradient-from: rgb(180 83 9 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/20 {
  --tw-gradient-from: rgb(8 145 178 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600\/30 {
  --tw-gradient-from: rgb(8 145 178 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 145 178 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/20 {
  --tw-gradient-from: rgb(5 150 105 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-emerald-600\/30 {
  --tw-gradient-from: rgb(5 150 105 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600\/20 {
  --tw-gradient-from: rgb(22 163 74 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-700\/20 {
  --tw-gradient-from: rgb(21 128 61 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-indigo-600\/20 {
  --tw-gradient-from: rgb(79 70 229 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-lime-700\/20 {
  --tw-gradient-from: rgb(77 124 15 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-600\/20 {
  --tw-gradient-from: rgb(234 88 12 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-700\/20 {
  --tw-gradient-from: rgb(194 65 12 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-700\/30 {
  --tw-gradient-from: rgb(194 65 12 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-50 {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/20 {
  --tw-gradient-from: rgb(185 28 28 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-red-700\/30 {
  --tw-gradient-from: rgb(185 28 28 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-rose-600\/20 {
  --tw-gradient-from: rgb(225 29 72 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-sky-700\/20 {
  --tw-gradient-from: rgb(3 105 161 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-teal-700\/20 {
  --tw-gradient-from: rgb(15 118 110 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-400 {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-500 {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/20 {
  --tw-gradient-from: rgb(124 58 237 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-600\/30 {
  --tw-gradient-from: rgb(124 58 237 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/20 {
  --tw-gradient-from: rgb(161 98 7 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-yellow-700\/30 {
  --tw-gradient-from: rgb(161 98 7 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#00163a\] {
  --tw-gradient-to: rgb(0 22 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #00163a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#001a30\] {
  --tw-gradient-to: rgb(0 26 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #001a30 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#001a35\] {
  --tw-gradient-to: rgb(0 26 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #001a35 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#002a2a\] {
  --tw-gradient-to: rgb(0 42 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #002a2a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0d2040\] {
  --tw-gradient-to: rgb(13 32 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d2040 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0d2a1c\] {
  --tw-gradient-to: rgb(13 42 28 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d2a1c var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0f2236\] {
  --tw-gradient-to: rgb(15 34 54 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f2236 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#12183a\] {
  --tw-gradient-to: rgb(18 24 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #12183a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#1a0500\] {
  --tw-gradient-to: rgb(26 5 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a0500 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#1a1030\] {
  --tw-gradient-to: rgb(26 16 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a1030 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#2a0030\] {
  --tw-gradient-to: rgb(42 0 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2a0030 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#2a1500\] {
  --tw-gradient-to: rgb(42 21 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2a1500 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-cyan-400 {
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-orange-400 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#000d1a\] {
  --tw-gradient-to: #000d1a var(--tw-gradient-to-position);
}
.to-\[\#001020\] {
  --tw-gradient-to: #001020 var(--tw-gradient-to-position);
}
.to-\[\#001a1a\] {
  --tw-gradient-to: #001a1a var(--tw-gradient-to-position);
}
.to-\[\#0055aa\]\/10 {
  --tw-gradient-to: rgb(0 85 170 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#006644\]\/10 {
  --tw-gradient-to: rgb(0 102 68 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#0080aa\]\/10 {
  --tw-gradient-to: rgb(0 128 170 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#0080cc\]\/10 {
  --tw-gradient-to: rgb(0 128 204 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#0086a8\]\/10 {
  --tw-gradient-to: rgb(0 134 168 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#00897b\]\/10 {
  --tw-gradient-to: rgb(0 137 123 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#0096a8\]\/10 {
  --tw-gradient-to: rgb(0 150 168 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#009975\]\/10 {
  --tw-gradient-to: rgb(0 153 117 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#00c8d7\]\/10 {
  --tw-gradient-to: rgb(0 200 215 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#00d4ff\]\/10 {
  --tw-gradient-to: rgb(0 212 255 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#0284c7\]\/10 {
  --tw-gradient-to: rgb(2 132 199 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#0369a1\]\/10 {
  --tw-gradient-to: rgb(3 105 161 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#059669\]\/10 {
  --tw-gradient-to: rgb(5 150 105 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#06b6d4\]\/10 {
  --tw-gradient-to: rgb(6 182 212 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#0891b2\]\/10 {
  --tw-gradient-to: rgb(8 145 178 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#0a0000\] {
  --tw-gradient-to: #0a0000 var(--tw-gradient-to-position);
}
.to-\[\#0a0d1a\] {
  --tw-gradient-to: #0a0d1a var(--tw-gradient-to-position);
}
.to-\[\#0a1628\] {
  --tw-gradient-to: #0a1628 var(--tw-gradient-to-position);
}
.to-\[\#0a1f14\] {
  --tw-gradient-to: #0a1f14 var(--tw-gradient-to-position);
}
.to-\[\#0d0a1a\] {
  --tw-gradient-to: #0d0a1a var(--tw-gradient-to-position);
}
.to-\[\#0d1b2a\] {
  --tw-gradient-to: #0d1b2a var(--tw-gradient-to-position);
}
.to-\[\#0ea5e9\]\/10 {
  --tw-gradient-to: rgb(14 165 233 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#0f5c49\]\/10 {
  --tw-gradient-to: rgb(15 92 73 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#115443\]\/10 {
  --tw-gradient-to: rgb(17 84 67 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#155e75\]\/10 {
  --tw-gradient-to: rgb(21 94 117 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#15803d\]\/10 {
  --tw-gradient-to: rgb(21 128 61 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#16a34a\]\/10 {
  --tw-gradient-to: rgb(22 163 74 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#1a001a\] {
  --tw-gradient-to: #1a001a var(--tw-gradient-to-position);
}
.to-\[\#1a0a00\] {
  --tw-gradient-to: #1a0a00 var(--tw-gradient-to-position);
}
.to-\[\#1a5a8a\]\/10 {
  --tw-gradient-to: rgb(26 90 138 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#1a6a8a\]\/10 {
  --tw-gradient-to: rgb(26 106 138 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#1e3460\]\/10 {
  --tw-gradient-to: rgb(30 52 96 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#1e4acc\]\/10 {
  --tw-gradient-to: rgb(30 74 204 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#2e7d5a\]\/10 {
  --tw-gradient-to: rgb(46 125 90 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#3a2fd4\]\/10 {
  --tw-gradient-to: rgb(58 47 212 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#3d7aad\]\/10 {
  --tw-gradient-to: rgb(61 122 173 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#440099\]\/10 {
  --tw-gradient-to: rgb(68 0 153 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#4e2a5c\]\/10 {
  --tw-gradient-to: rgb(78 42 92 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#5522cc\]\/10 {
  --tw-gradient-to: rgb(85 34 204 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#567025\]\/10 {
  --tw-gradient-to: rgb(86 112 37 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#5ba4cf\]\/10 {
  --tw-gradient-to: rgb(91 164 207 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#60aa10\]\/10 {
  --tw-gradient-to: rgb(96 170 16 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#65a30d\]\/10 {
  --tw-gradient-to: rgb(101 163 13 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#6a1a3e\]\/10 {
  --tw-gradient-to: rgb(106 26 62 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#7040cc\]\/10 {
  --tw-gradient-to: rgb(112 64 204 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#7a98b8\]\/10 {
  --tw-gradient-to: rgb(122 152 184 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#7aaa00\]\/10 {
  --tw-gradient-to: rgb(122 170 0 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#7c3aed\]\/10 {
  --tw-gradient-to: rgb(124 58 237 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#7e22ce\]\/10 {
  --tw-gradient-to: rgb(126 34 206 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#8855ff\]\/10 {
  --tw-gradient-to: rgb(136 85 255 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#8b6914\]\/10 {
  --tw-gradient-to: rgb(139 105 20 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#9010b0\]\/10 {
  --tw-gradient-to: rgb(144 16 176 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#92400e\]\/10 {
  --tw-gradient-to: rgb(146 64 14 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#9333ea\]\/10 {
  --tw-gradient-to: rgb(147 51 234 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#96281b\]\/10 {
  --tw-gradient-to: rgb(150 40 27 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#963060\]\/10 {
  --tw-gradient-to: rgb(150 48 96 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#9b0d1a\]\/10 {
  --tw-gradient-to: rgb(155 13 26 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#9b6dff\]\/10 {
  --tw-gradient-to: rgb(155 109 255 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#a01e2a\]\/10 {
  --tw-gradient-to: rgb(160 30 42 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#a21caf\]\/10 {
  --tw-gradient-to: rgb(162 28 175 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#a5f3fc\]\/10 {
  --tw-gradient-to: rgb(165 243 252 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#a78bfa\]\/10 {
  --tw-gradient-to: rgb(167 139 250 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#a84e1a\]\/10 {
  --tw-gradient-to: rgb(168 78 26 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#a855f7\]\/10 {
  --tw-gradient-to: rgb(168 85 247 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#aa3300\]\/10 {
  --tw-gradient-to: rgb(170 51 0 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#b02070\]\/10 {
  --tw-gradient-to: rgb(176 32 112 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#b45309\]\/10 {
  --tw-gradient-to: rgb(180 83 9 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#b83008\]\/10 {
  --tw-gradient-to: rgb(184 48 8 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#b83010\]\/10 {
  --tw-gradient-to: rgb(184 48 16 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#b85c1e\]\/10 {
  --tw-gradient-to: rgb(184 92 30 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#b8860b\]\/10 {
  --tw-gradient-to: rgb(184 134 11 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#c0392b\]\/10 {
  --tw-gradient-to: rgb(192 57 43 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#c07010\]\/10 {
  --tw-gradient-to: rgb(192 112 16 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#c07800\]\/10 {
  --tw-gradient-to: rgb(192 120 0 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#c084fc\]\/10 {
  --tw-gradient-to: rgb(192 132 252 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#c2410c\]\/10 {
  --tw-gradient-to: rgb(194 65 12 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#c8f000\]\/10 {
  --tw-gradient-to: rgb(200 240 0 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#c92a2a\]\/10 {
  --tw-gradient-to: rgb(201 42 42 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#c9a020\]\/10 {
  --tw-gradient-to: rgb(201 160 32 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#cc1a78\]\/10 {
  --tw-gradient-to: rgb(204 26 120 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#cc4400\]\/10 {
  --tw-gradient-to: rgb(204 68 0 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#cc7a20\]\/10 {
  --tw-gradient-to: rgb(204 122 32 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#cc9900\]\/10 {
  --tw-gradient-to: rgb(204 153 0 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#d946ef\]\/10 {
  --tw-gradient-to: rgb(217 70 239 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#d97706\]\/10 {
  --tw-gradient-to: rgb(217 119 6 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#db2777\]\/10 {
  --tw-gradient-to: rgb(219 39 119 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#e07b39\]\/10 {
  --tw-gradient-to: rgb(224 123 57 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#e8374a\]\/10 {
  --tw-gradient-to: rgb(232 55 74 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#e8820c\]\/10 {
  --tw-gradient-to: rgb(232 130 12 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#ea580c\]\/10 {
  --tw-gradient-to: rgb(234 88 12 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#f0abfc\]\/10 {
  --tw-gradient-to: rgb(240 171 252 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#ff6b35\]\/10 {
  --tw-gradient-to: rgb(255 107 53 / 0.1) var(--tw-gradient-to-position);
}
.to-\[\#ffb830\]\/10 {
  --tw-gradient-to: rgb(255 184 48 / 0.1) var(--tw-gradient-to-position);
}
.to-amber-50 {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}
.to-amber-600\/10 {
  --tw-gradient-to: rgb(217 119 6 / 0.1) var(--tw-gradient-to-position);
}
.to-amber-700\/10 {
  --tw-gradient-to: rgb(180 83 9 / 0.1) var(--tw-gradient-to-position);
}
.to-amber-800\/20 {
  --tw-gradient-to: rgb(146 64 14 / 0.2) var(--tw-gradient-to-position);
}
.to-amber-900\/20 {
  --tw-gradient-to: rgb(120 53 15 / 0.2) var(--tw-gradient-to-position);
}
.to-blue-600\/10 {
  --tw-gradient-to: rgb(37 99 235 / 0.1) var(--tw-gradient-to-position);
}
.to-blue-700\/10 {
  --tw-gradient-to: rgb(29 78 216 / 0.1) var(--tw-gradient-to-position);
}
.to-cyan-500 {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}
.to-cyan-700\/10 {
  --tw-gradient-to: rgb(14 116 144 / 0.1) var(--tw-gradient-to-position);
}
.to-cyan-800\/20 {
  --tw-gradient-to: rgb(21 94 117 / 0.2) var(--tw-gradient-to-position);
}
.to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}
.to-emerald-700\/10 {
  --tw-gradient-to: rgb(4 120 87 / 0.1) var(--tw-gradient-to-position);
}
.to-emerald-800\/20 {
  --tw-gradient-to: rgb(6 95 70 / 0.2) var(--tw-gradient-to-position);
}
.to-green-700\/10 {
  --tw-gradient-to: rgb(21 128 61 / 0.1) var(--tw-gradient-to-position);
}
.to-lime-600\/10 {
  --tw-gradient-to: rgb(101 163 13 / 0.1) var(--tw-gradient-to-position);
}
.to-orange-700\/10 {
  --tw-gradient-to: rgb(194 65 12 / 0.1) var(--tw-gradient-to-position);
}
.to-orange-900\/20 {
  --tw-gradient-to: rgb(124 45 18 / 0.2) var(--tw-gradient-to-position);
}
.to-pink-600\/10 {
  --tw-gradient-to: rgb(219 39 119 / 0.1) var(--tw-gradient-to-position);
}
.to-purple-600\/10 {
  --tw-gradient-to: rgb(147 51 234 / 0.1) var(--tw-gradient-to-position);
}
.to-red-400 {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}
.to-red-50 {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}
.to-red-500 {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}
.to-red-600\/10 {
  --tw-gradient-to: rgb(220 38 38 / 0.1) var(--tw-gradient-to-position);
}
.to-red-900\/20 {
  --tw-gradient-to: rgb(127 29 29 / 0.2) var(--tw-gradient-to-position);
}
.to-rose-500 {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}
.to-rose-700\/10 {
  --tw-gradient-to: rgb(190 18 60 / 0.1) var(--tw-gradient-to-position);
}
.to-teal-600\/10 {
  --tw-gradient-to: rgb(13 148 136 / 0.1) var(--tw-gradient-to-position);
}
.to-violet-800\/20 {
  --tw-gradient-to: rgb(91 33 182 / 0.2) var(--tw-gradient-to-position);
}
.to-yellow-700\/10 {
  --tw-gradient-to: rgb(161 98 7 / 0.1) var(--tw-gradient-to-position);
}
.to-yellow-900\/20 {
  --tw-gradient-to: rgb(113 63 18 / 0.2) var(--tw-gradient-to-position);
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[18px\] {
  padding: 18px;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.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-\[5vw\] {
  padding-left: 5vw;
  padding-right: 5vw;
}
.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-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[11\.5px\] {
  font-size: 11.5px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-\[12\.5px\] {
  font-size: 12.5px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[26px\] {
  font-size: 26px;
}
.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-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.leading-\[1\.06\] {
  line-height: 1.06;
}
.leading-\[1\.55\] {
  line-height: 1.55;
}
.leading-\[1\.7\] {
  line-height: 1.7;
}
.leading-\[1\.85\] {
  line-height: 1.85;
}
.leading-none {
  line-height: 1;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-\[\#001a10\] {
  --tw-text-opacity: 1;
  color: rgb(0 26 16 / var(--tw-text-opacity, 1));
}
.text-\[\#00bfa5\] {
  --tw-text-opacity: 1;
  color: rgb(0 191 165 / var(--tw-text-opacity, 1));
}
.text-\[\#00c8d7\] {
  --tw-text-opacity: 1;
  color: rgb(0 200 215 / var(--tw-text-opacity, 1));
}
.text-\[\#00d4ff\] {
  --tw-text-opacity: 1;
  color: rgb(0 212 255 / var(--tw-text-opacity, 1));
}
.text-\[\#00e5b0\] {
  --tw-text-opacity: 1;
  color: rgb(0 229 176 / var(--tw-text-opacity, 1));
}
.text-\[\#01080f\] {
  --tw-text-opacity: 1;
  color: rgb(1 8 15 / var(--tw-text-opacity, 1));
}
.text-\[\#06080d\] {
  --tw-text-opacity: 1;
  color: rgb(6 8 13 / var(--tw-text-opacity, 1));
}
.text-\[\#08060f\] {
  --tw-text-opacity: 1;
  color: rgb(8 6 15 / var(--tw-text-opacity, 1));
}
.text-\[\#0a0612\] {
  --tw-text-opacity: 1;
  color: rgb(10 6 18 / var(--tw-text-opacity, 1));
}
.text-\[\#0a2a35\] {
  --tw-text-opacity: 1;
  color: rgb(10 42 53 / var(--tw-text-opacity, 1));
}
.text-\[\#0b0c10\] {
  --tw-text-opacity: 1;
  color: rgb(11 12 16 / var(--tw-text-opacity, 1));
}
.text-\[\#1a0820\] {
  --tw-text-opacity: 1;
  color: rgb(26 8 32 / var(--tw-text-opacity, 1));
}
.text-\[\#1a2a3a\] {
  --tw-text-opacity: 1;
  color: rgb(26 42 58 / var(--tw-text-opacity, 1));
}
.text-\[\#1e293b\] {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-\[\#22c55e\] {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}
.text-\[\#22d3ee\] {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-\[\#252a38\] {
  --tw-text-opacity: 1;
  color: rgb(37 42 56 / var(--tw-text-opacity, 1));
}
.text-\[\#26d4be\] {
  --tw-text-opacity: 1;
  color: rgb(38 212 190 / var(--tw-text-opacity, 1));
}
.text-\[\#2a1030\] {
  --tw-text-opacity: 1;
  color: rgb(42 16 48 / var(--tw-text-opacity, 1));
}
.text-\[\#2a4040\] {
  --tw-text-opacity: 1;
  color: rgb(42 64 64 / var(--tw-text-opacity, 1));
}
.text-\[\#2d1f50\] {
  --tw-text-opacity: 1;
  color: rgb(45 31 80 / var(--tw-text-opacity, 1));
}
.text-\[\#2db38a\] {
  --tw-text-opacity: 1;
  color: rgb(45 179 138 / var(--tw-text-opacity, 1));
}
.text-\[\#30ddff\] {
  --tw-text-opacity: 1;
  color: rgb(48 221 255 / var(--tw-text-opacity, 1));
}
.text-\[\#334155\] {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-\[\#33d8e5\] {
  --tw-text-opacity: 1;
  color: rgb(51 216 229 / var(--tw-text-opacity, 1));
}
.text-\[\#33efc0\] {
  --tw-text-opacity: 1;
  color: rgb(51 239 192 / var(--tw-text-opacity, 1));
}
.text-\[\#33ffd5\] {
  --tw-text-opacity: 1;
  color: rgb(51 255 213 / var(--tw-text-opacity, 1));
}
.text-\[\#38bdf8\] {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-\[\#3a2a1a\] {
  --tw-text-opacity: 1;
  color: rgb(58 42 26 / var(--tw-text-opacity, 1));
}
.text-\[\#3a4d62\] {
  --tw-text-opacity: 1;
  color: rgb(58 77 98 / var(--tw-text-opacity, 1));
}
.text-\[\#3a6a80\] {
  --tw-text-opacity: 1;
  color: rgb(58 106 128 / var(--tw-text-opacity, 1));
}
.text-\[\#3dbf9a\] {
  --tw-text-opacity: 1;
  color: rgb(61 191 154 / var(--tw-text-opacity, 1));
}
.text-\[\#40d8ff\] {
  --tw-text-opacity: 1;
  color: rgb(64 216 255 / var(--tw-text-opacity, 1));
}
.text-\[\#44e0ec\] {
  --tw-text-opacity: 1;
  color: rgb(68 224 236 / var(--tw-text-opacity, 1));
}
.text-\[\#44f0c4\] {
  --tw-text-opacity: 1;
  color: rgb(68 240 196 / var(--tw-text-opacity, 1));
}
.text-\[\#475569\] {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-\[\#4a5568\] {
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}
.text-\[\#4ade80\] {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-\[\#4baac8\] {
  --tw-text-opacity: 1;
  color: rgb(75 170 200 / var(--tw-text-opacity, 1));
}
.text-\[\#4caf82\] {
  --tw-text-opacity: 1;
  color: rgb(76 175 130 / var(--tw-text-opacity, 1));
}
.text-\[\#5040808\] {
  color: #5040808;
}
.text-\[\#55d8ff\] {
  --tw-text-opacity: 1;
  color: rgb(85 216 255 / var(--tw-text-opacity, 1));
}
.text-\[\#5a3060\] {
  --tw-text-opacity: 1;
  color: rgb(90 48 96 / var(--tw-text-opacity, 1));
}
.text-\[\#5a7a8a\] {
  --tw-text-opacity: 1;
  color: rgb(90 122 138 / var(--tw-text-opacity, 1));
}
.text-\[\#5aaad4\] {
  --tw-text-opacity: 1;
  color: rgb(90 170 212 / var(--tw-text-opacity, 1));
}
.text-\[\#5ae8b0\] {
  --tw-text-opacity: 1;
  color: rgb(90 232 176 / var(--tw-text-opacity, 1));
}
.text-\[\#5b82c4\] {
  --tw-text-opacity: 1;
  color: rgb(91 130 196 / var(--tw-text-opacity, 1));
}
.text-\[\#64748b\] {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-\[\#64cef8\] {
  --tw-text-opacity: 1;
  color: rgb(100 206 248 / var(--tw-text-opacity, 1));
}
.text-\[\#66d9ff\] {
  --tw-text-opacity: 1;
  color: rgb(102 217 255 / var(--tw-text-opacity, 1));
}
.text-\[\#67e8f9\] {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-\[\#6a9090\] {
  --tw-text-opacity: 1;
  color: rgb(106 144 144 / var(--tw-text-opacity, 1));
}
.text-\[\#6b5fa0\] {
  --tw-text-opacity: 1;
  color: rgb(107 95 160 / var(--tw-text-opacity, 1));
}
.text-\[\#6b8fff\] {
  --tw-text-opacity: 1;
  color: rgb(107 143 255 / var(--tw-text-opacity, 1));
}
.text-\[\#6bcfa0\] {
  --tw-text-opacity: 1;
  color: rgb(107 207 160 / var(--tw-text-opacity, 1));
}
.text-\[\#6ee7b7\] {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-\[\#74b8e8\] {
  --tw-text-opacity: 1;
  color: rgb(116 184 232 / var(--tw-text-opacity, 1));
}
.text-\[\#7a6a5a\] {
  --tw-text-opacity: 1;
  color: rgb(122 106 90 / var(--tw-text-opacity, 1));
}
.text-\[\#7a8499\] {
  --tw-text-opacity: 1;
  color: rgb(122 132 153 / var(--tw-text-opacity, 1));
}
.text-\[\#7a8fa6\] {
  --tw-text-opacity: 1;
  color: rgb(122 143 166 / var(--tw-text-opacity, 1));
}
.text-\[\#7a9fff\] {
  --tw-text-opacity: 1;
  color: rgb(122 159 255 / var(--tw-text-opacity, 1));
}
.text-\[\#7aaabb\] {
  --tw-text-opacity: 1;
  color: rgb(122 170 187 / var(--tw-text-opacity, 1));
}
.text-\[\#7dd3fc\] {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-\[\#86efac\] {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-\[\#8878ff\] {
  --tw-text-opacity: 1;
  color: rgb(136 120 255 / var(--tw-text-opacity, 1));
}
.text-\[\#8a9aaa\] {
  --tw-text-opacity: 1;
  color: rgb(138 154 170 / var(--tw-text-opacity, 1));
}
.text-\[\#94a3b8\] {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-\[\#9a7aaa\] {
  --tw-text-opacity: 1;
  color: rgb(154 122 170 / var(--tw-text-opacity, 1));
}
.text-\[\#9ab8b8\] {
  --tw-text-opacity: 1;
  color: rgb(154 184 184 / var(--tw-text-opacity, 1));
}
.text-\[\#9b8aff\] {
  --tw-text-opacity: 1;
  color: rgb(155 138 255 / var(--tw-text-opacity, 1));
}
.text-\[\#9dc856\] {
  --tw-text-opacity: 1;
  color: rgb(157 200 86 / var(--tw-text-opacity, 1));
}
.text-\[\#a06cb8\] {
  --tw-text-opacity: 1;
  color: rgb(160 108 184 / var(--tw-text-opacity, 1));
}
.text-\[\#a89dc8\] {
  --tw-text-opacity: 1;
  color: rgb(168 157 200 / var(--tw-text-opacity, 1));
}
.text-\[\#a8b8c8\] {
  --tw-text-opacity: 1;
  color: rgb(168 184 200 / var(--tw-text-opacity, 1));
}
.text-\[\#aa88ff\] {
  --tw-text-opacity: 1;
  color: rgb(170 136 255 / var(--tw-text-opacity, 1));
}
.text-\[\#b0a090\] {
  --tw-text-opacity: 1;
  color: rgb(176 160 144 / var(--tw-text-opacity, 1));
}
.text-\[\#b894ff\] {
  --tw-text-opacity: 1;
  color: rgb(184 148 255 / var(--tw-text-opacity, 1));
}
.text-\[\#b8aed8\] {
  --tw-text-opacity: 1;
  color: rgb(184 174 216 / var(--tw-text-opacity, 1));
}
.text-\[\#b8bccf\] {
  --tw-text-opacity: 1;
  color: rgb(184 188 207 / var(--tw-text-opacity, 1));
}
.text-\[\#b8d0d0\] {
  --tw-text-opacity: 1;
  color: rgb(184 208 208 / var(--tw-text-opacity, 1));
}
.text-\[\#b8ff5a\] {
  --tw-text-opacity: 1;
  color: rgb(184 255 90 / var(--tw-text-opacity, 1));
}
.text-\[\#bb99ff\] {
  --tw-text-opacity: 1;
  color: rgb(187 153 255 / var(--tw-text-opacity, 1));
}
.text-\[\#bef264\] {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}
.text-\[\#bef8fd\] {
  --tw-text-opacity: 1;
  color: rgb(190 248 253 / var(--tw-text-opacity, 1));
}
.text-\[\#c084fc\] {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-\[\#c4527a\] {
  --tw-text-opacity: 1;
  color: rgb(196 82 122 / var(--tw-text-opacity, 1));
}
.text-\[\#c4b5fd\] {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-\[\#c8b8a8\] {
  --tw-text-opacity: 1;
  color: rgb(200 184 168 / var(--tw-text-opacity, 1));
}
.text-\[\#c8d4e0\] {
  --tw-text-opacity: 1;
  color: rgb(200 212 224 / var(--tw-text-opacity, 1));
}
.text-\[\#c8d8ec\] {
  --tw-text-opacity: 1;
  color: rgb(200 216 236 / var(--tw-text-opacity, 1));
}
.text-\[\#cce8f5\] {
  --tw-text-opacity: 1;
  color: rgb(204 232 245 / var(--tw-text-opacity, 1));
}
.text-\[\#cdd8ea\] {
  --tw-text-opacity: 1;
  color: rgb(205 216 234 / var(--tw-text-opacity, 1));
}
.text-\[\#d0a0ff\] {
  --tw-text-opacity: 1;
  color: rgb(208 160 255 / var(--tw-text-opacity, 1));
}
.text-\[\#d4a017\] {
  --tw-text-opacity: 1;
  color: rgb(212 160 23 / var(--tw-text-opacity, 1));
}
.text-\[\#d4f530\] {
  --tw-text-opacity: 1;
  color: rgb(212 245 48 / var(--tw-text-opacity, 1));
}
.text-\[\#d4ff33\] {
  --tw-text-opacity: 1;
  color: rgb(212 255 51 / var(--tw-text-opacity, 1));
}
.text-\[\#dce8e8\] {
  --tw-text-opacity: 1;
  color: rgb(220 232 232 / var(--tw-text-opacity, 1));
}
.text-\[\#e05c4e\] {
  --tw-text-opacity: 1;
  color: rgb(224 92 78 / var(--tw-text-opacity, 1));
}
.text-\[\#e06af5\] {
  --tw-text-opacity: 1;
  color: rgb(224 106 245 / var(--tw-text-opacity, 1));
}
.text-\[\#e080a8\] {
  --tw-text-opacity: 1;
  color: rgb(224 128 168 / var(--tw-text-opacity, 1));
}
.text-\[\#e2dff5\] {
  --tw-text-opacity: 1;
  color: rgb(226 223 245 / var(--tw-text-opacity, 1));
}
.text-\[\#e2e8f0\] {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-\[\#e866fc\] {
  --tw-text-opacity: 1;
  color: rgb(232 102 252 / var(--tw-text-opacity, 1));
}
.text-\[\#e8895a\] {
  --tw-text-opacity: 1;
  color: rgb(232 137 90 / var(--tw-text-opacity, 1));
}
.text-\[\#e8935a\] {
  --tw-text-opacity: 1;
  color: rgb(232 147 90 / var(--tw-text-opacity, 1));
}
.text-\[\#e8e0d5\] {
  --tw-text-opacity: 1;
  color: rgb(232 224 213 / var(--tw-text-opacity, 1));
}
.text-\[\#e8eaf0\] {
  --tw-text-opacity: 1;
  color: rgb(232 234 240 / var(--tw-text-opacity, 1));
}
.text-\[\#e8edf2\] {
  --tw-text-opacity: 1;
  color: rgb(232 237 242 / var(--tw-text-opacity, 1));
}
.text-\[\#f077b5\] {
  --tw-text-opacity: 1;
  color: rgb(240 119 181 / var(--tw-text-opacity, 1));
}
.text-\[\#f08060\] {
  --tw-text-opacity: 1;
  color: rgb(240 128 96 / var(--tw-text-opacity, 1));
}
.text-\[\#f0abfc\] {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}
.text-\[\#f0e6ff\] {
  --tw-text-opacity: 1;
  color: rgb(240 230 255 / var(--tw-text-opacity, 1));
}
.text-\[\#f0e8dc\] {
  --tw-text-opacity: 1;
  color: rgb(240 232 220 / var(--tw-text-opacity, 1));
}
.text-\[\#f5673a\] {
  --tw-text-opacity: 1;
  color: rgb(245 103 58 / var(--tw-text-opacity, 1));
}
.text-\[\#f5bc3a\] {
  --tw-text-opacity: 1;
  color: rgb(245 188 58 / var(--tw-text-opacity, 1));
}
.text-\[\#f5c8ff\] {
  --tw-text-opacity: 1;
  color: rgb(245 200 255 / var(--tw-text-opacity, 1));
}
.text-\[\#f5f3ff\] {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}
.text-\[\#f799cc\] {
  --tw-text-opacity: 1;
  color: rgb(247 153 204 / var(--tw-text-opacity, 1));
}
.text-\[\#f7d568\] {
  --tw-text-opacity: 1;
  color: rgb(247 213 104 / var(--tw-text-opacity, 1));
}
.text-\[\#f85c6a\] {
  --tw-text-opacity: 1;
  color: rgb(248 92 106 / var(--tw-text-opacity, 1));
}
.text-\[\#f87171\] {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-\[\#fb7185\] {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-\[\#fbbf24\] {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-\[\#fca570\] {
  --tw-text-opacity: 1;
  color: rgb(252 165 112 / var(--tw-text-opacity, 1));
}
.text-\[\#fcd34d\] {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-\[\#fdba74\] {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-\[\#fef3a0\] {
  --tw-text-opacity: 1;
  color: rgb(254 243 160 / var(--tw-text-opacity, 1));
}
.text-\[\#ff5585\] {
  --tw-text-opacity: 1;
  color: rgb(255 85 133 / var(--tw-text-opacity, 1));
}
.text-\[\#ff6474\] {
  --tw-text-opacity: 1;
  color: rgb(255 100 116 / var(--tw-text-opacity, 1));
}
.text-\[\#ff6bb8\] {
  --tw-text-opacity: 1;
  color: rgb(255 107 184 / var(--tw-text-opacity, 1));
}
.text-\[\#ff8c4a\] {
  --tw-text-opacity: 1;
  color: rgb(255 140 74 / var(--tw-text-opacity, 1));
}
.text-\[\#ff8c5a\] {
  --tw-text-opacity: 1;
  color: rgb(255 140 90 / var(--tw-text-opacity, 1));
}
.text-\[\#ff9966\] {
  --tw-text-opacity: 1;
  color: rgb(255 153 102 / var(--tw-text-opacity, 1));
}
.text-\[\#ff9a9a\] {
  --tw-text-opacity: 1;
  color: rgb(255 154 154 / var(--tw-text-opacity, 1));
}
.text-\[\#ffa0a0\] {
  --tw-text-opacity: 1;
  color: rgb(255 160 160 / var(--tw-text-opacity, 1));
}
.text-\[\#ffaa33\] {
  --tw-text-opacity: 1;
  color: rgb(255 170 51 / var(--tw-text-opacity, 1));
}
.text-\[\#ffb76b\] {
  --tw-text-opacity: 1;
  color: rgb(255 183 107 / var(--tw-text-opacity, 1));
}
.text-\[\#ffc078\] {
  --tw-text-opacity: 1;
  color: rgb(255 192 120 / var(--tw-text-opacity, 1));
}
.text-\[\#ffc84a\] {
  --tw-text-opacity: 1;
  color: rgb(255 200 74 / var(--tw-text-opacity, 1));
}
.text-\[\#ffd633\] {
  --tw-text-opacity: 1;
  color: rgb(255 214 51 / var(--tw-text-opacity, 1));
}
.text-\[\#ffec88\] {
  --tw-text-opacity: 1;
  color: rgb(255 236 136 / var(--tw-text-opacity, 1));
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}
.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}
.text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / 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-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / 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-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}
.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}
.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}
.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.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-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-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}
.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}
.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}
.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}
.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.text-transparent {
  color: transparent;
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.placeholder-\[\#0a2a35\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 42 53 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#0a2a35\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 42 53 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#1a2a3a\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 42 58 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#1a2a3a\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 42 58 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#1e293b\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#1e293b\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#252a38\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 42 56 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#252a38\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 42 56 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#2a1030\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(42 16 48 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#2a1030\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(42 16 48 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#2a4040\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(42 64 64 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#2a4040\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(42 64 64 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#2d1f50\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 31 80 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#2d1f50\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 31 80 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#3a2a1a\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(58 42 26 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#3a2a1a\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(58 42 26 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#3a4d62\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(58 77 98 / var(--tw-placeholder-opacity, 1));
}
.placeholder-\[\#3a4d62\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(58 77 98 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}
.placeholder-slate-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}
.placeholder-stone-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-\[0\.012\] {
  opacity: 0.012;
}
.opacity-\[0\.014\] {
  opacity: 0.014;
}
.opacity-\[0\.015\] {
  opacity: 0.015;
}
.opacity-\[0\.018\] {
  opacity: 0.018;
}
.opacity-\[0\.020\] {
  opacity: 0.020;
}
.opacity-\[0\.022\] {
  opacity: 0.022;
}
.opacity-\[0\.025\] {
  opacity: 0.025;
}
.opacity-\[0\.028\] {
  opacity: 0.028;
}
.opacity-\[0\.030\] {
  opacity: 0.030;
}
.opacity-\[0\.035\] {
  opacity: 0.035;
}
.opacity-\[0\.03\] {
  opacity: 0.03;
}
.opacity-\[0\.04\] {
  opacity: 0.04;
}
.opacity-\[0\.06\] {
  opacity: 0.06;
}
.opacity-\[0\.07\] {
  opacity: 0.07;
}
.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-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-amber-900\/40 {
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-100 {
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-200 {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-violet-900\/40 {
  --tw-shadow-color: rgb(76 29 149 / 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);
}
.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-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);
}
.blur-\[60px\] {
  --tw-blur: blur(60px);
  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-\[70px\] {
  --tw-blur: blur(70px);
  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-\[80px\] {
  --tw-blur: blur(80px);
  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);
}
.invert {
  --tw-invert: invert(100%);
  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);
}
.sepia {
  --tw-sepia: sepia(100%);
  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-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-blur-xl {
  --tw-backdrop-blur: blur(24px);
  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;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[-5\:-2\] {
  -5: -2;
}
.\[start\:stop\] {
  start: stop;
}
.before\:block::before {
  content: var(--tw-content);
  display: block;
}
.before\:h-px::before {
  content: var(--tw-content);
  height: 1px;
}
.before\:w-6::before {
  content: var(--tw-content);
  width: 1.5rem;
}
.before\:bg-violet-600::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}
.after\:block::after {
  content: var(--tw-content);
  display: block;
}
.after\:h-px::after {
  content: var(--tw-content);
  height: 1px;
}
.after\:w-6::after {
  content: var(--tw-content);
  width: 1.5rem;
}
.after\:bg-violet-600::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:scale-\[1\.01\]:hover {
  --tw-scale-x: 1.01;
  --tw-scale-y: 1.01;
  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-teal-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}
.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / 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-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}
.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}
.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}
.hover\:text-\[\#3a6a80\]:hover {
  --tw-text-opacity: 1;
  color: rgb(58 106 128 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#475569\]:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#4a5568\]:hover {
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#5a3060\]:hover {
  --tw-text-opacity: 1;
  color: rgb(90 48 96 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#5a7a8a\]:hover {
  --tw-text-opacity: 1;
  color: rgb(90 122 138 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#6a9090\]:hover {
  --tw-text-opacity: 1;
  color: rgb(106 144 144 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#6b5fa0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(107 95 160 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#7a6a5a\]:hover {
  --tw-text-opacity: 1;
  color: rgb(122 106 90 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#7a8fa6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(122 143 166 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#cce8f5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(204 232 245 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#dce8e8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(220 232 232 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#e2dff5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(226 223 245 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#e2e8f0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#e8e0d5\]:hover {
  --tw-text-opacity: 1;
  color: rgb(232 224 213 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#e8eaf0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(232 234 240 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#f0e6ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(240 230 255 / var(--tw-text-opacity, 1));
}
.hover\:text-\[\#f0e8dc\]:hover {
  --tw-text-opacity: 1;
  color: rgb(240 232 220 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}
.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}
.hover\:text-stone-300:hover {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}
.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.hover\:shadow-md:hover {
  --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);
}
.focus\:border-\[\#00c8ff\]\/55:focus {
  border-color: rgb(0 200 255 / 0.55);
}
.focus\:border-\[\#3d6bff\]\/60:focus {
  border-color: rgb(61 107 255 / 0.6);
}
.focus\:border-\[\#5b4bff\]\/50:focus {
  border-color: rgb(91 75 255 / 0.5);
}
.focus\:border-\[\#e07b39\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 123 57 / var(--tw-border-opacity, 1));
}
.focus\:border-\[\#e8192c\]\/50:focus {
  border-color: rgb(232 25 44 / 0.5);
}
.focus\:border-\[\#e8374a\]\/55:focus {
  border-color: rgb(232 55 74 / 0.55);
}
.focus\:border-\[\#e8420a\]\/60:focus {
  border-color: rgb(232 66 10 / 0.6);
}
.focus\:border-\[\#ff6b6b\]\/60:focus {
  border-color: rgb(255 107 107 / 0.6);
}
.focus\:border-amber-500\/50:focus {
  border-color: rgb(245 158 11 / 0.5);
}
.focus\:border-red-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-violet-500\/50:focus {
  border-color: rgb(139 92 246 / 0.5);
}
.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.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-\[\#3d6bff\]\/15:focus {
  --tw-ring-color: rgb(61 107 255 / 0.15);
}
.focus\:ring-\[\#5b4bff\]\/15:focus {
  --tw-ring-color: rgb(91 75 255 / 0.15);
}
.focus\:ring-\[\#e07b39\]\/20:focus {
  --tw-ring-color: rgb(224 123 57 / 0.2);
}
.focus\:ring-\[\#e8420a\]\/15:focus {
  --tw-ring-color: rgb(232 66 10 / 0.15);
}
.focus\:ring-\[\#ff6b6b\]\/15:focus {
  --tw-ring-color: rgb(255 107 107 / 0.15);
}
.focus\:ring-amber-500\/20:focus {
  --tw-ring-color: rgb(245 158 11 / 0.2);
}
.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}
.focus\:ring-violet-500\/20:focus {
  --tw-ring-color: rgb(139 92 246 / 0.2);
}
.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}
.disabled\:opacity-70:disabled {
  opacity: 0.7;
}
.group:hover .group-hover\:w-full {
  width: 100%;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {

  .sm\:inline {
    display: inline;
  }

  .sm\:w-\[42\%\] {
    width: 42%;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 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;
  }
}
@media (min-width: 768px) {

  .md\:order-last {
    order: 9999;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .md\:gap-14 {
    gap: 3.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

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

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1024px) {

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

  .lg\:flex {
    display: flex;
  }

  .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\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }
}
@media (min-width: 1280px) {

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

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