*, ::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% !important;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
  }

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

  .\!container {
    max-width: 768px !important;
  }

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

  .\!container {
    max-width: 1024px !important;
  }

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

  .\!container {
    max-width: 1280px !important;
  }

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

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.-inset-3 {
  inset: -0.75rem;
}
.-inset-4 {
  inset: -1rem;
}
.inset-0 {
  inset: 0px;
}
.inset-1 {
  inset: 0.25rem;
}
.inset-1\.5 {
  inset: 0.375rem;
}
.inset-10 {
  inset: 2.5rem;
}
.inset-2 {
  inset: 0.5rem;
}
.inset-\[2px\] {
  inset: 2px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}
.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-y-1\.5 {
  top: 0.375rem;
  bottom: 0.375rem;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-left-0\.5 {
  left: -0.125rem;
}
.-left-3\.5 {
  left: -0.875rem;
}
.-left-4 {
  left: -1rem;
}
.-left-\[3px\] {
  left: -3px;
}
.-left-\[9999px\] {
  left: -9999px;
}
.-left-px {
  left: -1px;
}
.-right-2 {
  right: -0.5rem;
}
.-right-20 {
  right: -5rem;
}
.-right-24 {
  right: -6rem;
}
.-right-\[3px\] {
  right: -3px;
}
.-top-0\.5 {
  top: -0.125rem;
}
.-top-20 {
  top: -5rem;
}
.-top-24 {
  top: -6rem;
}
.-top-5 {
  top: -1.25rem;
}
.-top-8 {
  top: -2rem;
}
.-top-px {
  top: -1px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-3\.5 {
  bottom: 0.875rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-\[-2px\] {
  bottom: -2px;
}
.bottom-\[180px\] {
  bottom: 180px;
}
.bottom-\[20px\] {
  bottom: 20px;
}
.bottom-\[22px\] {
  bottom: 22px;
}
.bottom-\[2px\] {
  bottom: 2px;
}
.bottom-\[60px\] {
  bottom: 60px;
}
.bottom-\[70px\] {
  bottom: 70px;
}
.bottom-\[calc\(118px\+var\(--app-sidebar-settings-offset\2c 0px\)\)\] {
  bottom: calc(118px + var(--app-sidebar-settings-offset,0px));
}
.bottom-full {
  bottom: 100%;
}
.end-0 {
  inset-inline-end: 0px;
}
.end-2 {
  inset-inline-end: 0.5rem;
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.left-1\/2 {
  left: 50%;
}
.left-14 {
  left: 3.5rem;
}
.left-16 {
  left: 4rem;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-20 {
  left: 5rem;
}
.left-3 {
  left: 0.75rem;
}
.left-4 {
  left: 1rem;
}
.left-6 {
  left: 1.5rem;
}
.left-8 {
  left: 2rem;
}
.left-\[-6px\] {
  left: -6px;
}
.left-\[18px\] {
  left: 18px;
}
.left-\[20px\] {
  left: 20px;
}
.left-\[22px\] {
  left: 22px;
}
.left-\[276px\] {
  left: 276px;
}
.left-\[2px\] {
  left: 2px;
}
.left-\[60px\] {
  left: 60px;
}
.left-\[6px\] {
  left: 6px;
}
.left-\[72px\] {
  left: 72px;
}
.left-\[80px\] {
  left: 80px;
}
.left-\[calc\(var\(--app-sidebar-rail\2c 56px\)\+12px\)\] {
  left: calc(var(--app-sidebar-rail,56px) + 12px);
}
.left-\[var\(--app-sidebar-rail\2c 56px\)\] {
  left: var(--app-sidebar-rail,56px);
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-10 {
  right: 2.5rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-6 {
  right: 1.5rem;
}
.right-8 {
  right: 2rem;
}
.right-\[10px\] {
  right: 10px;
}
.right-\[20px\] {
  right: 20px;
}
.right-\[22px\] {
  right: 22px;
}
.right-\[2px\] {
  right: 2px;
}
.right-\[340px\] {
  right: 340px;
}
.right-full {
  right: 100%;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-12 {
  top: 3rem;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\/3 {
  top: 66.666667%;
}
.top-3 {
  top: 0.75rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-4 {
  top: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.top-6 {
  top: 1.5rem;
}
.top-7 {
  top: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.top-\[20px\] {
  top: 20px;
}
.top-\[22px\] {
  top: 22px;
}
.top-\[52px\] {
  top: 52px;
}
.top-\[68px\] {
  top: 68px;
}
.top-\[76px\] {
  top: 76px;
}
.top-\[84px\] {
  top: 84px;
}
.top-\[calc\(100\%\+4px\)\] {
  top: calc(100% + 4px);
}
.top-\[calc\(100\%\+6px\)\] {
  top: calc(100% + 6px);
}
.top-\[calc\(100\%\+8px\)\] {
  top: calc(100% + 8px);
}
.top-full {
  top: 100%;
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[110\] {
  z-index: 110;
}
.z-\[120\] {
  z-index: 120;
}
.z-\[125\] {
  z-index: 125;
}
.z-\[130\] {
  z-index: 130;
}
.z-\[135\] {
  z-index: 135;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[200\] {
  z-index: 200;
}
.z-\[201\] {
  z-index: 201;
}
.z-\[206\] {
  z-index: 206;
}
.z-\[21\] {
  z-index: 21;
}
.z-\[25\] {
  z-index: 25;
}
.z-\[300\] {
  z-index: 300;
}
.z-\[301\] {
  z-index: 301;
}
.z-\[35\] {
  z-index: 35;
}
.z-\[44\] {
  z-index: 44;
}
.z-\[45\] {
  z-index: 45;
}
.z-\[46\] {
  z-index: 46;
}
.z-\[52\] {
  z-index: 52;
}
.z-\[55\] {
  z-index: 55;
}
.z-\[56\] {
  z-index: 56;
}
.z-\[5\] {
  z-index: 5;
}
.z-\[60\] {
  z-index: 60;
}
.z-\[70\] {
  z-index: 70;
}
.z-\[90\] {
  z-index: 90;
}
.z-banner {
  z-index: 40;
}
.z-chrome {
  z-index: 10;
}
.z-dock {
  z-index: 30;
}
.z-rail {
  z-index: 20;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-2 {
  grid-column-start: 2;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-1\.5 {
  margin-left: 0.375rem;
  margin-right: 0.375rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.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-8 {
  margin-bottom: 2rem;
}
.mb-\[3px\] {
  margin-bottom: 3px;
}
.ml-0\.5 {
  margin-left: 0.125rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-8 {
  margin-left: 2rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-px {
  margin-left: 1px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.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-2\.5 {
  margin-top: 0.625rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mt-\[2px\] {
  margin-top: 2px;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-auto {
  margin-top: auto;
}
.mt-px {
  margin-top: 1px;
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-1 {
  height: 0.25rem;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-28 {
  height: 7rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-5 {
  height: 1.25rem;
}
.h-52 {
  height: 13rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-7 {
  height: 1.75rem;
}
.h-72 {
  height: 18rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[104px\] {
  height: 104px;
}
.h-\[118px\] {
  height: 118px;
}
.h-\[11px\] {
  height: 11px;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[140px\] {
  height: 140px;
}
.h-\[146px\] {
  height: 146px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[158px\] {
  height: 158px;
}
.h-\[15px\] {
  height: 15px;
}
.h-\[176px\] {
  height: 176px;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[190px\] {
  height: 190px;
}
.h-\[1px\] {
  height: 1px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[21px\] {
  height: 21px;
}
.h-\[220px\] {
  height: 220px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[230px\] {
  height: 230px;
}
.h-\[248px\] {
  height: 248px;
}
.h-\[24px\] {
  height: 24px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[256px\] {
  height: 256px;
}
.h-\[260px\] {
  height: 260px;
}
.h-\[26px\] {
  height: 26px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[332px\] {
  height: 332px;
}
.h-\[33px\] {
  height: 33px;
}
.h-\[360px\] {
  height: 360px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[40\%\] {
  height: 40%;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[420px\] {
  height: 420px;
}
.h-\[44px\] {
  height: 44px;
}
.h-\[45\%\] {
  height: 45%;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[65vh\] {
  height: 65vh;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[76px\] {
  height: 76px;
}
.h-\[780px\] {
  height: 780px;
}
.h-\[78px\] {
  height: 78px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[82vh\] {
  height: 82vh;
}
.h-\[88px\] {
  height: 88px;
}
.h-\[95vh\] {
  height: 95vh;
}
.h-\[96\%\] {
  height: 96%;
}
.h-\[9px\] {
  height: 9px;
}
.h-\[calc\(100vh-5\.5rem\)\] {
  height: calc(100vh - 5.5rem);
}
.h-\[min\(720px\2c calc\(100vh-104px\)\)\] {
  height: min(720px, calc(100vh - 104px));
}
.h-\[var\(--h\)\] {
  height: var(--h);
}
.h-auto {
  height: auto;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-topbar {
  height: 52px;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-52 {
  max-height: 13rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[112px\] {
  max-height: 112px;
}
.max-h-\[200px\] {
  max-height: 200px;
}
.max-h-\[20vh\] {
  max-height: 20vh;
}
.max-h-\[280px\] {
  max-height: 280px;
}
.max-h-\[300px\] {
  max-height: 300px;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.max-h-\[42vh\] {
  max-height: 42vh;
}
.max-h-\[45\%\] {
  max-height: 45%;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-h-\[56vh\] {
  max-height: 56vh;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[70vh\] {
  max-height: 70vh;
}
.max-h-\[80vh\] {
  max-height: 80vh;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[86vh\] {
  max-height: 86vh;
}
.max-h-\[88vh\] {
  max-height: 88vh;
}
.max-h-\[90vh\] {
  max-height: 90vh;
}
.max-h-\[calc\(85vh-200px\)\] {
  max-height: calc(85vh - 200px);
}
.max-h-\[min\(288px\2c calc\(100vh-24rem\)\)\] {
  max-height: min(288px, calc(100vh - 24rem));
}
.max-h-\[min\(52vh\2c 420px\)\] {
  max-height: min(52vh, 420px);
}
.max-h-\[min\(640px\2c calc\(100vh-140px\)\)\] {
  max-height: min(640px, calc(100vh - 140px));
}
.max-h-\[min\(780px\2c calc\(100vh-104px\)\)\] {
  max-height: min(780px, calc(100vh - 104px));
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-\[100px\] {
  min-height: 100px;
}
.min-h-\[112px\] {
  min-height: 112px;
}
.min-h-\[118px\] {
  min-height: 118px;
}
.min-h-\[12rem\] {
  min-height: 12rem;
}
.min-h-\[136px\] {
  min-height: 136px;
}
.min-h-\[160px\] {
  min-height: 160px;
}
.min-h-\[16px\] {
  min-height: 16px;
}
.min-h-\[170px\] {
  min-height: 170px;
}
.min-h-\[180px\] {
  min-height: 180px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[220px\] {
  min-height: 220px;
}
.min-h-\[24px\] {
  min-height: 24px;
}
.min-h-\[24rem\] {
  min-height: 24rem;
}
.min-h-\[260px\] {
  min-height: 260px;
}
.min-h-\[28rem\] {
  min-height: 28rem;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[320px\] {
  min-height: 320px;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[44px\] {
  min-height: 44px;
}
.min-h-\[520px\] {
  min-height: 520px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[56px\] {
  min-height: 56px;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-\[64px\] {
  min-height: 64px;
}
.min-h-\[700px\] {
  min-height: 700px;
}
.min-h-\[70px\] {
  min-height: 70px;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[84px\] {
  min-height: 84px;
}
.min-h-\[85px\] {
  min-height: 85px;
}
.min-h-\[88px\] {
  min-height: 88px;
}
.min-h-\[90px\] {
  min-height: 90px;
}
.min-h-\[96px\] {
  min-height: 96px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.\!w-\[90\%\] {
  width: 90% !important;
}
.w-0\.5 {
  width: 0.125rem;
}
.w-1 {
  width: 0.25rem;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-11 {
  width: 2.75rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-36 {
  width: 9rem;
}
.w-4 {
  width: 1rem;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-52 {
  width: 13rem;
}
.w-6 {
  width: 1.5rem;
}
.w-60 {
  width: 15rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-72 {
  width: 18rem;
}
.w-8 {
  width: 2rem;
}
.w-80 {
  width: 20rem;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[110px\] {
  width: 110px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[11px\] {
  width: 11px;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[14px\] {
  width: 14px;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[152px\] {
  width: 152px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[192px\] {
  width: 192px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[210px\] {
  width: 210px;
}
.w-\[21px\] {
  width: 21px;
}
.w-\[220px\] {
  width: 220px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[256px\] {
  width: 256px;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[26px\] {
  width: 26px;
}
.w-\[280px\] {
  width: 280px;
}
.w-\[290px\] {
  width: 290px;
}
.w-\[292px\] {
  width: 292px;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[3\.5px\] {
  width: 3.5px;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[318px\] {
  width: 318px;
}
.w-\[320px\] {
  width: 320px;
}
.w-\[33px\] {
  width: 33px;
}
.w-\[340px\] {
  width: 340px;
}
.w-\[360px\] {
  width: 360px;
}
.w-\[380px\] {
  width: 380px;
}
.w-\[3px\] {
  width: 3px;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[420px\] {
  width: 420px;
}
.w-\[440px\] {
  width: 440px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[460px\] {
  width: 460px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[520px\] {
  width: 520px;
}
.w-\[540px\] {
  width: 540px;
}
.w-\[60px\] {
  width: 60px;
}
.w-\[620px\] {
  width: 620px;
}
.w-\[62px\] {
  width: 62px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[650px\] {
  width: 650px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[720px\] {
  width: 720px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[76px\] {
  width: 76px;
}
.w-\[78px\] {
  width: 78px;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[84px\] {
  width: 84px;
}
.w-\[86px\] {
  width: 86px;
}
.w-\[87\%\] {
  width: 87%;
}
.w-\[88px\] {
  width: 88px;
}
.w-\[92px\] {
  width: 92px;
}
.w-\[92vw\] {
  width: 92vw;
}
.w-\[95vw\] {
  width: 95vw;
}
.w-\[9px\] {
  width: 9px;
}
.w-\[min\(240px\2c 90\%\)\] {
  width: min(240px, 90%);
}
.w-\[min\(400px\2c calc\(100vw-3rem\)\)\] {
  width: min(400px, calc(100vw - 3rem));
}
.w-\[min\(720px\2c calc\(100vw-220px\)\)\] {
  width: min(720px, calc(100vw - 220px));
}
.w-\[min\(calc\(100vw-2rem\)\2c 380px\)\] {
  width: min(calc(100vw - 2rem), 380px);
}
.w-auto {
  width: auto;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-4 {
  min-width: 1rem;
}
.min-w-8 {
  min-width: 2rem;
}
.min-w-\[1\.25rem\] {
  min-width: 1.25rem;
}
.min-w-\[100px\] {
  min-width: 100px;
}
.min-w-\[120px\] {
  min-width: 120px;
}
.min-w-\[130px\] {
  min-width: 130px;
}
.min-w-\[145px\] {
  min-width: 145px;
}
.min-w-\[148px\] {
  min-width: 148px;
}
.min-w-\[150px\] {
  min-width: 150px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[164px\] {
  min-width: 164px;
}
.min-w-\[180px\] {
  min-width: 180px;
}
.min-w-\[18px\] {
  min-width: 18px;
}
.min-w-\[200px\] {
  min-width: 200px;
}
.min-w-\[240px\] {
  min-width: 240px;
}
.min-w-\[248px\] {
  min-width: 248px;
}
.min-w-\[26px\] {
  min-width: 26px;
}
.min-w-\[280px\] {
  min-width: 280px;
}
.min-w-\[32px\] {
  min-width: 32px;
}
.min-w-\[340px\] {
  min-width: 340px;
}
.min-w-\[420px\] {
  min-width: 420px;
}
.min-w-\[46px\] {
  min-width: 46px;
}
.min-w-\[520px\] {
  min-width: 520px;
}
.min-w-\[52px\] {
  min-width: 52px;
}
.min-w-\[560px\] {
  min-width: 560px;
}
.min-w-\[60px\] {
  min-width: 60px;
}
.min-w-\[720px\] {
  min-width: 720px;
}
.min-w-\[74px\] {
  min-width: 74px;
}
.min-w-\[780px\] {
  min-width: 780px;
}
.min-w-\[860px\] {
  min-width: 860px;
}
.min-w-\[9rem\] {
  min-width: 9rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[110px\] {
  max-width: 110px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-\[1240px\] {
  max-width: 1240px;
}
.max-w-\[1560px\] {
  max-width: 1560px;
}
.max-w-\[160px\] {
  max-width: 160px;
}
.max-w-\[1620px\] {
  max-width: 1620px;
}
.max-w-\[180px\] {
  max-width: 180px;
}
.max-w-\[18rem\] {
  max-width: 18rem;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[20rem\] {
  max-width: 20rem;
}
.max-w-\[210px\] {
  max-width: 210px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-\[240px\] {
  max-width: 240px;
}
.max-w-\[24rem\] {
  max-width: 24rem;
}
.max-w-\[250px\] {
  max-width: 250px;
}
.max-w-\[260px\] {
  max-width: 260px;
}
.max-w-\[26rem\] {
  max-width: 26rem;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[360px\] {
  max-width: 360px;
}
.max-w-\[380px\] {
  max-width: 380px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[420px\] {
  max-width: 420px;
}
.max-w-\[430px\] {
  max-width: 430px;
}
.max-w-\[440px\] {
  max-width: 440px;
}
.max-w-\[480px\] {
  max-width: 480px;
}
.max-w-\[492px\] {
  max-width: 492px;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[55\%\] {
  max-width: 55%;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[620px\] {
  max-width: 620px;
}
.max-w-\[70vw\] {
  max-width: 70vw;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[80\%\] {
  max-width: 80%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[820px\] {
  max-width: 820px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[88\%\] {
  max-width: 88%;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[920px\] {
  max-width: 920px;
}
.max-w-\[92vw\] {
  max-width: 92vw;
}
.max-w-\[95vw\] {
  max-width: 95vw;
}
.max-w-\[980px\] {
  max-width: 980px;
}
.max-w-\[calc\(100\%-480px\)\] {
  max-width: calc(100% - 480px);
}
.max-w-\[calc\(100vw-460px\)\] {
  max-width: calc(100vw - 460px);
}
.max-w-\[min\(100\%\2c 280px\)\] {
  max-width: min(100%, 280px);
}
.max-w-full {
  max-width: 100%;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-\[1\.1\] {
  flex: 1.1;
}
.flex-\[1\.2\] {
  flex: 1.2;
}
.flex-none {
  flex: none;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.basis-0 {
  flex-basis: 0px;
}
.table-fixed {
  table-layout: fixed;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-left {
  transform-origin: left;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-full {
  --tw-translate-x: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1 {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-full {
  --tw-translate-y: -100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-4 {
  --tw-translate-x: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2 {
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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));
}
.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-\[135deg\] {
  --tw-rotate: 135deg;
  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-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}
.scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-x-\[-1\] {
  --tw-scale-x: -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-crosshair {
  cursor: crosshair;
}
.cursor-default {
  cursor: default;
}
.cursor-grab {
  cursor: grab;
}
.cursor-help {
  cursor: help;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-nwse-resize {
  cursor: nwse-resize;
}
.cursor-pointer {
  cursor: pointer;
}
.touch-none {
  touch-action: none;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.resize-y {
  resize: vertical;
}
.resize {
  resize: both;
}
.list-decimal {
  list-style-type: decimal;
}
.list-disc {
  list-style-type: disc;
}
.list-none {
  list-style-type: none;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: 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-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-cols-\[1fr_1\.4fr\] {
  grid-template-columns: 1fr 1.4fr;
}
.grid-cols-\[34px_12px_minmax\(0\2c 1fr\)\] {
  grid-template-columns: 34px 12px minmax(0,1fr);
}
.grid-cols-\[34px_minmax\(0\2c 1fr\)_34px\] {
  grid-template-columns: 34px minmax(0,1fr) 34px;
}
.grid-cols-\[40px_1\.1fr_1fr_1fr_0\.9fr_0\.8fr_0\.9fr_0\.9fr\] {
  grid-template-columns: 40px 1.1fr 1fr 1fr 0.9fr 0.8fr 0.9fr 0.9fr;
}
.grid-cols-\[52px_minmax\(0\2c 1fr\)_auto\] {
  grid-template-columns: 52px minmax(0,1fr) auto;
}
.grid-cols-\[minmax\(0\2c 5\.75rem\)_minmax\(0\2c 1fr\)\] {
  grid-template-columns: minmax(0,5.75rem) minmax(0,1fr);
}
.grid-cols-\[minmax\(0\2c 7rem\)_minmax\(0\2c 1fr\)\] {
  grid-template-columns: minmax(0,7rem) minmax(0,1fr);
}
.grid-cols-\[repeat\(auto-fit\2c minmax\(150px\2c 1fr\)\)\] {
  grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-items-center {
  place-items: center;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1\.5px\] {
  gap: 1.5px;
}
.gap-\[2px\] {
  gap: 2px;
}
.gap-\[3px\] {
  gap: 3px;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-px {
  gap: 1px;
}
.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-3\.5 {
  -moz-column-gap: 0.875rem;
       column-gap: 0.875rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}
.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
.gap-y-0\.5 {
  row-gap: 0.125rem;
}
.gap-y-1 {
  row-gap: 0.25rem;
}
.gap-y-1\.5 {
  row-gap: 0.375rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-2\.5 {
  row-gap: 0.625rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.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 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * 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-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-\[18px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18px * var(--tw-space-y-reverse));
}
.divide-x > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-\[\#1e324a\]\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(30 50 74 / 0.95);
}
.divide-\[\#404040\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity, 1));
}
.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}
.divide-white\/\[0\.04\] > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.04);
}
.divide-white\/\[0\.06\] > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.06);
}
.divide-white\/\[0\.07\] > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.07);
}
.divide-white\/\[0\.08\] > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.08);
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.justify-self-end {
  justify-self: end;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.whitespace-pre-wrap {
  white-space: pre-wrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[10px\] {
  border-radius: 10px;
}
.rounded-\[18px\] {
  border-radius: 18px;
}
.rounded-\[1px\] {
  border-radius: 1px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[2px\] {
  border-radius: 2px;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-\[3px\] {
  border-radius: 3px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-card {
  border-radius: 0.75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-panel {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-l-\[2px\] {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-l-panel {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}
.rounded-t-\[3px\] {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}
.rounded-tl-card {
  border-top-left-radius: 0.75rem;
}
.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}
.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}
.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1\.5px\] {
  border-width: 1.5px;
}
.border-\[20px\] {
  border-width: 20px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-l-\[3px\] {
  border-left-width: 3px;
}
.border-r {
  border-right-width: 1px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-r-2 {
  border-right-width: 2px;
}
.border-s-2 {
  border-inline-start-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.\!border-\[\#3FE0A0\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 224 160 / var(--tw-border-opacity, 1)) !important;
}
.border-\[\#000aee\]\/20 {
  border-color: rgb(0 10 238 / 0.2);
}
.border-\[\#005066\]\/30 {
  border-color: rgb(0 80 102 / 0.3);
}
.border-\[\#008293\]\/10 {
  border-color: rgb(0 130 147 / 0.1);
}
.border-\[\#008293\]\/15 {
  border-color: rgb(0 130 147 / 0.15);
}
.border-\[\#008293\]\/20 {
  border-color: rgb(0 130 147 / 0.2);
}
.border-\[\#00AEEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 238 / var(--tw-border-opacity, 1));
}
.border-\[\#00AEEE\]\/20 {
  border-color: rgb(0 174 238 / 0.2);
}
.border-\[\#00AEEE\]\/25 {
  border-color: rgb(0 174 238 / 0.25);
}
.border-\[\#00AEEE\]\/30 {
  border-color: rgb(0 174 238 / 0.3);
}
.border-\[\#00AEEE\]\/35 {
  border-color: rgb(0 174 238 / 0.35);
}
.border-\[\#00AEEE\]\/40 {
  border-color: rgb(0 174 238 / 0.4);
}
.border-\[\#00AEEE\]\/45 {
  border-color: rgb(0 174 238 / 0.45);
}
.border-\[\#00AEEE\]\/50 {
  border-color: rgb(0 174 238 / 0.5);
}
.border-\[\#00AEEE\]\/55 {
  border-color: rgb(0 174 238 / 0.55);
}
.border-\[\#00AEEE\]\/60 {
  border-color: rgb(0 174 238 / 0.6);
}
.border-\[\#00B4E8\]\/70 {
  border-color: rgb(0 180 232 / 0.7);
}
.border-\[\#00C853\]\/20 {
  border-color: rgb(0 200 83 / 0.2);
}
.border-\[\#00C853\]\/25 {
  border-color: rgb(0 200 83 / 0.25);
}
.border-\[\#00aeee\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 238 / var(--tw-border-opacity, 1));
}
.border-\[\#00aeee\]\/15 {
  border-color: rgb(0 174 238 / 0.15);
}
.border-\[\#00aeee\]\/20 {
  border-color: rgb(0 174 238 / 0.2);
}
.border-\[\#00aeee\]\/25 {
  border-color: rgb(0 174 238 / 0.25);
}
.border-\[\#00aeee\]\/30 {
  border-color: rgb(0 174 238 / 0.3);
}
.border-\[\#00aeee\]\/35 {
  border-color: rgb(0 174 238 / 0.35);
}
.border-\[\#00aeee\]\/40 {
  border-color: rgb(0 174 238 / 0.4);
}
.border-\[\#00aeee\]\/45 {
  border-color: rgb(0 174 238 / 0.45);
}
.border-\[\#00aeee\]\/50 {
  border-color: rgb(0 174 238 / 0.5);
}
.border-\[\#00aeee\]\/55 {
  border-color: rgb(0 174 238 / 0.55);
}
.border-\[\#00aeee\]\/60 {
  border-color: rgb(0 174 238 / 0.6);
}
.border-\[\#00aeee\]\/70 {
  border-color: rgb(0 174 238 / 0.7);
}
.border-\[\#00aeee\]\/85 {
  border-color: rgb(0 174 238 / 0.85);
}
.border-\[\#00d9e8\]\/55 {
  border-color: rgb(0 217 232 / 0.55);
}
.border-\[\#00d9e8\]\/70 {
  border-color: rgb(0 217 232 / 0.7);
}
.border-\[\#04161F\]\/30 {
  border-color: rgb(4 22 31 / 0.3);
}
.border-\[\#070A10\] {
  --tw-border-opacity: 1;
  border-color: rgb(7 10 16 / var(--tw-border-opacity, 1));
}
.border-\[\#0F1E2D\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 30 45 / var(--tw-border-opacity, 1));
}
.border-\[\#0F2035\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 32 53 / var(--tw-border-opacity, 1));
}
.border-\[\#16344b\]\/80 {
  border-color: rgb(22 52 75 / 0.8);
}
.border-\[\#1A1010\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 16 16 / var(--tw-border-opacity, 1));
}
.border-\[\#1A2733\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 39 51 / var(--tw-border-opacity, 1));
}
.border-\[\#1A2A3A\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 42 58 / var(--tw-border-opacity, 1));
}
.border-\[\#1A3048\] {
  --tw-border-opacity: 1;
  border-color: rgb(26 48 72 / var(--tw-border-opacity, 1));
}
.border-\[\#1F2A37\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 42 55 / var(--tw-border-opacity, 1));
}
.border-\[\#1F2F3D\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 47 61 / var(--tw-border-opacity, 1));
}
.border-\[\#1a2840\]\/90 {
  border-color: rgb(26 40 64 / 0.9);
}
.border-\[\#1a2940\]\/90 {
  border-color: rgb(26 41 64 / 0.9);
}
.border-\[\#1b2f42\]\/80 {
  border-color: rgb(27 47 66 / 0.8);
}
.border-\[\#1b4d73\]\/95 {
  border-color: rgb(27 77 115 / 0.95);
}
.border-\[\#1c2e40\]\/95 {
  border-color: rgb(28 46 64 / 0.95);
}
.border-\[\#1dbef1\] {
  --tw-border-opacity: 1;
  border-color: rgb(29 190 241 / var(--tw-border-opacity, 1));
}
.border-\[\#1e324a\]\/80 {
  border-color: rgb(30 50 74 / 0.8);
}
.border-\[\#1e4a73\] {
  --tw-border-opacity: 1;
  border-color: rgb(30 74 115 / var(--tw-border-opacity, 1));
}
.border-\[\#1f3245\]\/95 {
  border-color: rgb(31 50 69 / 0.95);
}
.border-\[\#1f324a\]\/95 {
  border-color: rgb(31 50 74 / 0.95);
}
.border-\[\#1f3f5c\]\/60 {
  border-color: rgb(31 63 92 / 0.6);
}
.border-\[\#1f3f5c\]\/70 {
  border-color: rgb(31 63 92 / 0.7);
}
.border-\[\#24f3ff\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 243 255 / var(--tw-border-opacity, 1));
}
.border-\[\#25384b\] {
  --tw-border-opacity: 1;
  border-color: rgb(37 56 75 / var(--tw-border-opacity, 1));
}
.border-\[\#293845\] {
  --tw-border-opacity: 1;
  border-color: rgb(41 56 69 / var(--tw-border-opacity, 1));
}
.border-\[\#293845\]\/80 {
  border-color: rgb(41 56 69 / 0.8);
}
.border-\[\#2A3948\] {
  --tw-border-opacity: 1;
  border-color: rgb(42 57 72 / var(--tw-border-opacity, 1));
}
.border-\[\#2B3D4F\] {
  --tw-border-opacity: 1;
  border-color: rgb(43 61 79 / var(--tw-border-opacity, 1));
}
.border-\[\#2a3948\]\/90 {
  border-color: rgb(42 57 72 / 0.9);
}
.border-\[\#2f4055\] {
  --tw-border-opacity: 1;
  border-color: rgb(47 64 85 / var(--tw-border-opacity, 1));
}
.border-\[\#2f5f8f\]\/60 {
  border-color: rgb(47 95 143 / 0.6);
}
.border-\[\#32BAEF66\] {
  border-color: #32BAEF66;
}
.border-\[\#333\]\/60 {
  border-color: rgb(51 51 51 / 0.6);
}
.border-\[\#3D4F5E\] {
  --tw-border-opacity: 1;
  border-color: rgb(61 79 94 / var(--tw-border-opacity, 1));
}
.border-\[\#3f4f62\] {
  --tw-border-opacity: 1;
  border-color: rgb(63 79 98 / var(--tw-border-opacity, 1));
}
.border-\[\#404040\] {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}
.border-\[\#404040\]\/30 {
  border-color: rgb(64 64 64 / 0.3);
}
.border-\[\#42BA97\]\/25 {
  border-color: rgb(66 186 151 / 0.25);
}
.border-\[\#42BA97\]\/40 {
  border-color: rgb(66 186 151 / 0.4);
}
.border-\[\#42BA97\]\/45 {
  border-color: rgb(66 186 151 / 0.45);
}
.border-\[\#42BA97\]\/50 {
  border-color: rgb(66 186 151 / 0.5);
}
.border-\[\#4FD1C5\]\/30 {
  border-color: rgb(79 209 197 / 0.3);
}
.border-\[\#70e1ff\]\/30 {
  border-color: rgb(112 225 255 / 0.3);
}
.border-\[\#86efac\]\/40 {
  border-color: rgb(134 239 172 / 0.4);
}
.border-\[\#E2A73B\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 167 59 / var(--tw-border-opacity, 1));
}
.border-\[\#E2A73B\]\/30 {
  border-color: rgb(226 167 59 / 0.3);
}
.border-\[\#FF3B5C\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 59 92 / var(--tw-border-opacity, 1));
}
.border-\[\#FF3B5C\]\/20 {
  border-color: rgb(255 59 92 / 0.2);
}
.border-\[\#FF3B5C\]\/25 {
  border-color: rgb(255 59 92 / 0.25);
}
.border-\[\#FF3B5C\]\/30 {
  border-color: rgb(255 59 92 / 0.3);
}
.border-\[\#FF3B5C\]\/40 {
  border-color: rgb(255 59 92 / 0.4);
}
.border-\[\#FF3B5C\]\/50 {
  border-color: rgb(255 59 92 / 0.5);
}
.border-\[\#FF3B5C\]\/60 {
  border-color: rgb(255 59 92 / 0.6);
}
.border-\[\#FF7A90\]\/30 {
  border-color: rgb(255 122 144 / 0.3);
}
.border-\[\#fca5a5\]\/60 {
  border-color: rgb(252 165 165 / 0.6);
}
.border-\[\#fde68a\]\/60 {
  border-color: rgb(253 230 138 / 0.6);
}
.border-\[rgba\(0\2c 190\2c 255\2c 0\.18\)\] {
  border-color: rgba(0,190,255,0.18);
}
.border-\[rgba\(0\2c 190\2c 255\2c 0\.75\)\] {
  border-color: rgba(0,190,255,0.75);
}
.border-\[rgba\(210\2c 30\2c 50\2c 0\.28\)\] {
  border-color: rgba(210,30,50,0.28);
}
.border-\[rgba\(210\2c 30\2c 50\2c 0\.75\)\] {
  border-color: rgba(210,30,50,0.75);
}
.border-amber-200\/30 {
  border-color: rgb(253 230 138 / 0.3);
}
.border-amber-300\/55 {
  border-color: rgb(252 211 77 / 0.55);
}
.border-amber-300\/60 {
  border-color: rgb(252 211 77 / 0.6);
}
.border-amber-400\/25 {
  border-color: rgb(251 191 36 / 0.25);
}
.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}
.border-amber-400\/35 {
  border-color: rgb(251 191 36 / 0.35);
}
.border-amber-400\/40 {
  border-color: rgb(251 191 36 / 0.4);
}
.border-amber-400\/45 {
  border-color: rgb(251 191 36 / 0.45);
}
.border-amber-400\/50 {
  border-color: rgb(251 191 36 / 0.5);
}
.border-amber-400\/60 {
  border-color: rgb(251 191 36 / 0.6);
}
.border-amber-500\/15 {
  border-color: rgb(245 158 11 / 0.15);
}
.border-amber-500\/25 {
  border-color: rgb(245 158 11 / 0.25);
}
.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}
.border-amber-500\/35 {
  border-color: rgb(245 158 11 / 0.35);
}
.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}
.border-amber-500\/45 {
  border-color: rgb(245 158 11 / 0.45);
}
.border-amber-500\/50 {
  border-color: rgb(245 158 11 / 0.5);
}
.border-amber-700\/30 {
  border-color: rgb(180 83 9 / 0.3);
}
.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}
.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}
.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}
.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}
.border-blue-400\/35 {
  border-color: rgb(96 165 250 / 0.35);
}
.border-blue-500\/20 {
  border-color: rgb(59 130 246 / 0.2);
}
.border-blue-500\/30 {
  border-color: rgb(59 130 246 / 0.3);
}
.border-blue-600\/30 {
  border-color: rgb(37 99 235 / 0.3);
}
.border-brand {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 238 / var(--tw-border-opacity, 1));
}
.border-brand-soft\/40 {
  border-color: rgb(103 217 253 / 0.4);
}
.border-brand\/15 {
  border-color: rgb(0 174 238 / 0.15);
}
.border-brand\/25 {
  border-color: rgb(0 174 238 / 0.25);
}
.border-brand\/30 {
  border-color: rgb(0 174 238 / 0.3);
}
.border-brand\/35 {
  border-color: rgb(0 174 238 / 0.35);
}
.border-brand\/40 {
  border-color: rgb(0 174 238 / 0.4);
}
.border-brand\/45 {
  border-color: rgb(0 174 238 / 0.45);
}
.border-brand\/50 {
  border-color: rgb(0 174 238 / 0.5);
}
.border-brand\/60 {
  border-color: rgb(0 174 238 / 0.6);
}
.border-brand\/70 {
  border-color: rgb(0 174 238 / 0.7);
}
.border-cyan-300\/60 {
  border-color: rgb(103 232 249 / 0.6);
}
.border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2);
}
.border-cyan-400\/30 {
  border-color: rgb(34 211 238 / 0.3);
}
.border-cyan-400\/60 {
  border-color: rgb(34 211 238 / 0.6);
}
.border-cyan-500\/20 {
  border-color: rgb(6 182 212 / 0.2);
}
.border-cyan-500\/25 {
  border-color: rgb(6 182 212 / 0.25);
}
.border-cyan-500\/30 {
  border-color: rgb(6 182 212 / 0.3);
}
.border-cyan-500\/40 {
  border-color: rgb(6 182 212 / 0.4);
}
.border-emerald-300\/30 {
  border-color: rgb(110 231 183 / 0.3);
}
.border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}
.border-emerald-400\/20 {
  border-color: rgb(52 211 153 / 0.2);
}
.border-emerald-400\/30 {
  border-color: rgb(52 211 153 / 0.3);
}
.border-emerald-400\/35 {
  border-color: rgb(52 211 153 / 0.35);
}
.border-emerald-400\/40 {
  border-color: rgb(52 211 153 / 0.4);
}
.border-emerald-400\/45 {
  border-color: rgb(52 211 153 / 0.45);
}
.border-emerald-400\/50 {
  border-color: rgb(52 211 153 / 0.5);
}
.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}
.border-emerald-500\/40 {
  border-color: rgb(16 185 129 / 0.4);
}
.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}
.border-emerald-700\/30 {
  border-color: rgb(4 120 87 / 0.3);
}
.border-green-400\/10 {
  border-color: rgb(74 222 128 / 0.1);
}
.border-green-400\/20 {
  border-color: rgb(74 222 128 / 0.2);
}
.border-green-400\/30 {
  border-color: rgb(74 222 128 / 0.3);
}
.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}
.border-green-500\/25 {
  border-color: rgb(34 197 94 / 0.25);
}
.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}
.border-green-500\/40 {
  border-color: rgb(34 197 94 / 0.4);
}
.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}
.border-orange-400\/35 {
  border-color: rgb(251 146 60 / 0.35);
}
.border-orange-400\/40 {
  border-color: rgb(251 146 60 / 0.4);
}
.border-orange-400\/50 {
  border-color: rgb(251 146 60 / 0.5);
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}
.border-orange-500\/20 {
  border-color: rgb(249 115 22 / 0.2);
}
.border-orange-500\/40 {
  border-color: rgb(249 115 22 / 0.4);
}
.border-orange-500\/45 {
  border-color: rgb(249 115 22 / 0.45);
}
.border-orange-500\/50 {
  border-color: rgb(249 115 22 / 0.5);
}
.border-orange-600\/30 {
  border-color: rgb(234 88 12 / 0.3);
}
.border-orange-700\/30 {
  border-color: rgb(194 65 12 / 0.3);
}
.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}
.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}
.border-red-300\/65 {
  border-color: rgb(252 165 165 / 0.65);
}
.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.border-red-400\/20 {
  border-color: rgb(248 113 113 / 0.2);
}
.border-red-400\/25 {
  border-color: rgb(248 113 113 / 0.25);
}
.border-red-400\/30 {
  border-color: rgb(248 113 113 / 0.3);
}
.border-red-400\/35 {
  border-color: rgb(248 113 113 / 0.35);
}
.border-red-400\/40 {
  border-color: rgb(248 113 113 / 0.4);
}
.border-red-400\/45 {
  border-color: rgb(248 113 113 / 0.45);
}
.border-red-400\/50 {
  border-color: rgb(248 113 113 / 0.5);
}
.border-red-400\/55 {
  border-color: rgb(248 113 113 / 0.55);
}
.border-red-400\/60 {
  border-color: rgb(248 113 113 / 0.6);
}
.border-red-400\/70 {
  border-color: rgb(248 113 113 / 0.7);
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-red-500\/10 {
  border-color: rgb(239 68 68 / 0.1);
}
.border-red-500\/15 {
  border-color: rgb(239 68 68 / 0.15);
}
.border-red-500\/20 {
  border-color: rgb(239 68 68 / 0.2);
}
.border-red-500\/25 {
  border-color: rgb(239 68 68 / 0.25);
}
.border-red-500\/30 {
  border-color: rgb(239 68 68 / 0.3);
}
.border-red-500\/35 {
  border-color: rgb(239 68 68 / 0.35);
}
.border-red-500\/40 {
  border-color: rgb(239 68 68 / 0.4);
}
.border-red-500\/45 {
  border-color: rgb(239 68 68 / 0.45);
}
.border-red-500\/50 {
  border-color: rgb(239 68 68 / 0.5);
}
.border-red-600\/30 {
  border-color: rgb(220 38 38 / 0.3);
}
.border-red-700\/30 {
  border-color: rgb(185 28 28 / 0.3);
}
.border-rose-400\/30 {
  border-color: rgb(251 113 133 / 0.3);
}
.border-rose-400\/40 {
  border-color: rgb(251 113 133 / 0.4);
}
.border-sky-400\/40 {
  border-color: rgb(56 189 248 / 0.4);
}
.border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}
.border-transparent {
  border-color: transparent;
}
.border-violet-300\/30 {
  border-color: rgb(196 181 253 / 0.3);
}
.border-violet-400\/20 {
  border-color: rgb(167 139 250 / 0.2);
}
.border-violet-400\/25 {
  border-color: rgb(167 139 250 / 0.25);
}
.border-violet-400\/35 {
  border-color: rgb(167 139 250 / 0.35);
}
.border-violet-400\/40 {
  border-color: rgb(167 139 250 / 0.4);
}
.border-violet-400\/45 {
  border-color: rgb(167 139 250 / 0.45);
}
.border-violet-400\/50 {
  border-color: rgb(167 139 250 / 0.5);
}
.border-violet-400\/60 {
  border-color: rgb(167 139 250 / 0.6);
}
.border-violet-500\/20 {
  border-color: rgb(139 92 246 / 0.2);
}
.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}
.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}
.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}
.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}
.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}
.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}
.border-white\/\[0\.02\] {
  border-color: rgb(255 255 255 / 0.02);
}
.border-white\/\[0\.04\] {
  border-color: rgb(255 255 255 / 0.04);
}
.border-white\/\[0\.05\] {
  border-color: rgb(255 255 255 / 0.05);
}
.border-white\/\[0\.06\] {
  border-color: rgb(255 255 255 / 0.06);
}
.border-white\/\[0\.07\] {
  border-color: rgb(255 255 255 / 0.07);
}
.border-white\/\[0\.08\] {
  border-color: rgb(255 255 255 / 0.08);
}
.border-white\/\[0\.09\] {
  border-color: rgb(255 255 255 / 0.09);
}
.border-white\/\[0\.12\] {
  border-color: rgb(255 255 255 / 0.12);
}
.border-white\/\[0\.14\] {
  border-color: rgb(255 255 255 / 0.14);
}
.border-white\/\[0\.15\] {
  border-color: rgb(255 255 255 / 0.15);
}
.border-white\/\[0\.1\] {
  border-color: rgb(255 255 255 / 0.1);
}
.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}
.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}
.border-b-\[\#00aeee\]\/60 {
  border-bottom-color: rgb(0 174 238 / 0.6);
}
.border-l-amber-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}
.border-l-brand {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 174 238 / var(--tw-border-opacity, 1));
}
.border-l-transparent {
  border-left-color: transparent;
}
.border-r-cyan-400 {
  --tw-border-opacity: 1;
  border-right-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-r-transparent {
  border-right-color: transparent;
}
.border-t-\[\#000aee\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 10 238 / var(--tw-border-opacity, 1));
}
.border-t-\[\#00AEEE\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 174 238 / var(--tw-border-opacity, 1));
}
.border-t-\[\#00aeee\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 174 238 / var(--tw-border-opacity, 1));
}
.border-t-\[\#00d9e8\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 217 232 / var(--tw-border-opacity, 1));
}
.border-t-\[\#04161F\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(4 22 31 / var(--tw-border-opacity, 1));
}
.border-t-\[\#4FD1C5\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(79 209 197 / var(--tw-border-opacity, 1));
}
.border-t-\[\#FF7A90\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 122 144 / var(--tw-border-opacity, 1));
}
.border-t-amber-400\/80 {
  border-top-color: rgb(251 191 36 / 0.8);
}
.border-t-black\/60 {
  border-top-color: rgb(0 0 0 / 0.6);
}
.border-t-brand {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 174 238 / var(--tw-border-opacity, 1));
}
.border-t-brand-soft {
  --tw-border-opacity: 1;
  border-top-color: rgb(103 217 253 / var(--tw-border-opacity, 1));
}
.border-t-cyan-400 {
  --tw-border-opacity: 1;
  border-top-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}
.border-t-transparent {
  border-top-color: transparent;
}
.border-t-violet-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}
.border-t-violet-400\/80 {
  border-top-color: rgb(167 139 250 / 0.8);
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.border-t-white\/60 {
  border-top-color: rgb(255 255 255 / 0.6);
}
.border-t-white\/70 {
  border-top-color: rgb(255 255 255 / 0.7);
}
.\!bg-\[\#3FE0A0\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(63 224 160 / var(--tw-bg-opacity, 1)) !important;
}
.bg-\[\#005066\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 80 102 / var(--tw-bg-opacity, 1));
}
.bg-\[\#005066\]\/10 {
  background-color: rgb(0 80 102 / 0.1);
}
.bg-\[\#008293\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 147 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0082B3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 179 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00AEEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00AEEE\]\/10 {
  background-color: rgb(0 174 238 / 0.1);
}
.bg-\[\#00AEEE\]\/15 {
  background-color: rgb(0 174 238 / 0.15);
}
.bg-\[\#00AEEE\]\/20 {
  background-color: rgb(0 174 238 / 0.2);
}
.bg-\[\#00AEEE\]\/40 {
  background-color: rgb(0 174 238 / 0.4);
}
.bg-\[\#00AEEE\]\/60 {
  background-color: rgb(0 174 238 / 0.6);
}
.bg-\[\#00AEEE\]\/70 {
  background-color: rgb(0 174 238 / 0.7);
}
.bg-\[\#00AEEE\]\/\[0\.06\] {
  background-color: rgb(0 174 238 / 0.06);
}
.bg-\[\#00AEEE\]\/\[0\.07\] {
  background-color: rgb(0 174 238 / 0.07);
}
.bg-\[\#00AEEE\]\/\[0\.08\] {
  background-color: rgb(0 174 238 / 0.08);
}
.bg-\[\#00AEEE\]\/\[0\.12\] {
  background-color: rgb(0 174 238 / 0.12);
}
.bg-\[\#00AEEE\]\/\[0\.18\] {
  background-color: rgb(0 174 238 / 0.18);
}
.bg-\[\#00aeee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00aeee\]\/10 {
  background-color: rgb(0 174 238 / 0.1);
}
.bg-\[\#00aeee\]\/15 {
  background-color: rgb(0 174 238 / 0.15);
}
.bg-\[\#00aeee\]\/20 {
  background-color: rgb(0 174 238 / 0.2);
}
.bg-\[\#00aeee\]\/25 {
  background-color: rgb(0 174 238 / 0.25);
}
.bg-\[\#00aeee\]\/40 {
  background-color: rgb(0 174 238 / 0.4);
}
.bg-\[\#00aeee\]\/5 {
  background-color: rgb(0 174 238 / 0.05);
}
.bg-\[\#00aeee\]\/60 {
  background-color: rgb(0 174 238 / 0.6);
}
.bg-\[\#00aeee\]\/70 {
  background-color: rgb(0 174 238 / 0.7);
}
.bg-\[\#00aeee\]\/95 {
  background-color: rgb(0 174 238 / 0.95);
}
.bg-\[\#00aeee\]\/\[0\.04\] {
  background-color: rgb(0 174 238 / 0.04);
}
.bg-\[\#00aeee\]\/\[0\.05\] {
  background-color: rgb(0 174 238 / 0.05);
}
.bg-\[\#00aeee\]\/\[0\.06\] {
  background-color: rgb(0 174 238 / 0.06);
}
.bg-\[\#00aeee\]\/\[0\.10\] {
  background-color: rgb(0 174 238 / 0.10);
}
.bg-\[\#00aeee\]\/\[0\.12\] {
  background-color: rgb(0 174 238 / 0.12);
}
.bg-\[\#00aeee\]\/\[0\.14\] {
  background-color: rgb(0 174 238 / 0.14);
}
.bg-\[\#00aeee\]\/\[0\.18\] {
  background-color: rgb(0 174 238 / 0.18);
}
.bg-\[\#00d9e8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 217 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#020008\]\/90 {
  background-color: rgb(2 0 8 / 0.9);
}
.bg-\[\#03080F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(3 8 15 / var(--tw-bg-opacity, 1));
}
.bg-\[\#030910\]\/80 {
  background-color: rgb(3 9 16 / 0.8);
}
.bg-\[\#040810\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 8 16 / var(--tw-bg-opacity, 1));
}
.bg-\[\#040810\]\/80 {
  background-color: rgb(4 8 16 / 0.8);
}
.bg-\[\#040810\]\/90 {
  background-color: rgb(4 8 16 / 0.9);
}
.bg-\[\#040910\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 9 16 / var(--tw-bg-opacity, 1));
}
.bg-\[\#040C16\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 12 22 / var(--tw-bg-opacity, 1));
}
.bg-\[\#040D18\] {
  --tw-bg-opacity: 1;
  background-color: rgb(4 13 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#040D18\]\/80 {
  background-color: rgb(4 13 24 / 0.8);
}
.bg-\[\#040c18\]\/90 {
  background-color: rgb(4 12 24 / 0.9);
}
.bg-\[\#050011\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 0 17 / var(--tw-bg-opacity, 1));
}
.bg-\[\#05070c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 12 / var(--tw-bg-opacity, 1));
}
.bg-\[\#05070d\]\/60 {
  background-color: rgb(5 7 13 / 0.6);
}
.bg-\[\#05080D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(5 8 13 / var(--tw-bg-opacity, 1));
}
.bg-\[\#050d18\]\/95 {
  background-color: rgb(5 13 24 / 0.95);
}
.bg-\[\#050f1a\]\/90 {
  background-color: rgb(5 15 26 / 0.9);
}
.bg-\[\#060D16\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 13 22 / var(--tw-bg-opacity, 1));
}
.bg-\[\#060a13\] {
  --tw-bg-opacity: 1;
  background-color: rgb(6 10 19 / var(--tw-bg-opacity, 1));
}
.bg-\[\#060a13\]\/60 {
  background-color: rgb(6 10 19 / 0.6);
}
.bg-\[\#060a13\]\/80 {
  background-color: rgb(6 10 19 / 0.8);
}
.bg-\[\#06384d\]\/80 {
  background-color: rgb(6 56 77 / 0.8);
}
.bg-\[\#070016\]\/95 {
  background-color: rgb(7 0 22 / 0.95);
}
.bg-\[\#070b12\]\/70 {
  background-color: rgb(7 11 18 / 0.7);
}
.bg-\[\#070b12\]\/95 {
  background-color: rgb(7 11 18 / 0.95);
}
.bg-\[\#070d16\]\/85 {
  background-color: rgb(7 13 22 / 0.85);
}
.bg-\[\#070f1a\]\/80 {
  background-color: rgb(7 15 26 / 0.8);
}
.bg-\[\#07101a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 16 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#07111C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 17 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#076994\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 105 148 / var(--tw-bg-opacity, 1));
}
.bg-\[\#076994\]\/90 {
  background-color: rgb(7 105 148 / 0.9);
}
.bg-\[\#080D14\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 13 20 / var(--tw-bg-opacity, 1));
}
.bg-\[\#080F18\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 15 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#080b11\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 11 17 / var(--tw-bg-opacity, 1));
}
.bg-\[\#080c14\]\/85 {
  background-color: rgb(8 12 20 / 0.85);
}
.bg-\[\#080f18\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 15 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#081018\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 16 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0A0606\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 6 6 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0A131E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 19 30 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0A1420\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 20 32 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0A1820\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 24 32 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0A1824\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 24 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0B1218\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 18 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0C0808\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 8 8 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0D0810\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 8 16 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0D141C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 20 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0F1824\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 24 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a0518\]\/90 {
  background-color: rgb(10 5 24 / 0.9);
}
.bg-\[\#0a0a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a0d1a\]\/90 {
  background-color: rgb(10 13 26 / 0.9);
}
.bg-\[\#0a0d1a\]\/95 {
  background-color: rgb(10 13 26 / 0.95);
}
.bg-\[\#0a0f1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a0f1a\]\/90 {
  background-color: rgb(10 15 26 / 0.9);
}
.bg-\[\#0a0f1a\]\/95 {
  background-color: rgb(10 15 26 / 0.95);
}
.bg-\[\#0a1016\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 16 22 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a131e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 19 30 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0a1624\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 22 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0b0e13\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 14 19 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0b0e13\]\/60 {
  background-color: rgb(11 14 19 / 0.6);
}
.bg-\[\#0b0e13\]\/90 {
  background-color: rgb(11 14 19 / 0.9);
}
.bg-\[\#0b0e13\]\/95 {
  background-color: rgb(11 14 19 / 0.95);
}
.bg-\[\#0b1724\] {
  --tw-bg-opacity: 1;
  background-color: rgb(11 23 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0c1018\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 16 24 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0c2733\] {
  --tw-bg-opacity: 1;
  background-color: rgb(12 39 51 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0d111e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 17 30 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0d111e\]\/50 {
  background-color: rgb(13 17 30 / 0.5);
}
.bg-\[\#0d1820\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 24 32 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0d1e32\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 30 50 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0e1525\] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 21 37 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f1c2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 28 46 / var(--tw-bg-opacity, 1));
}
.bg-\[\#0f3243\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 50 67 / var(--tw-bg-opacity, 1));
}
.bg-\[\#101820\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 24 32 / var(--tw-bg-opacity, 1));
}
.bg-\[\#10b9ee\] {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 238 / var(--tw-bg-opacity, 1));
}
.bg-\[\#11151b\]\/95 {
  background-color: rgb(17 21 27 / 0.95);
}
.bg-\[\#123D2E\]\/80 {
  background-color: rgb(18 61 46 / 0.8);
}
.bg-\[\#150a2e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 10 46 / var(--tw-bg-opacity, 1));
}
.bg-\[\#15171a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 23 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#15171a\]\/40 {
  background-color: rgb(21 23 26 / 0.4);
}
.bg-\[\#15171a\]\/60 {
  background-color: rgb(21 23 26 / 0.6);
}
.bg-\[\#15171a\]\/80 {
  background-color: rgb(21 23 26 / 0.8);
}
.bg-\[\#15171a\]\/95 {
  background-color: rgb(21 23 26 / 0.95);
}
.bg-\[\#161616\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 22 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1A2733\]\/90 {
  background-color: rgb(26 39 51 / 0.9);
}
.bg-\[\#1A2A38\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 42 56 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1B5544\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 85 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1F3548\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 53 72 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1FC4FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(31 196 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1510\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 21 16 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1a1a1a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1b2230\] {
  --tw-bg-opacity: 1;
  background-color: rgb(27 34 48 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1e324a\]\/90 {
  background-color: rgb(30 50 74 / 0.9);
}
.bg-\[\#22c55e\]\/55 {
  background-color: rgb(34 197 94 / 0.55);
}
.bg-\[\#242424\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 36 36 / var(--tw-bg-opacity, 1));
}
.bg-\[\#242424\]\/50 {
  background-color: rgb(36 36 36 / 0.5);
}
.bg-\[\#24f3ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 243 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#25bdef\] {
  --tw-bg-opacity: 1;
  background-color: rgb(37 189 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#28bff0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(40 191 240 / var(--tw-bg-opacity, 1));
}
.bg-\[\#29CF3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(41 207 58 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2A3948\] {
  --tw-bg-opacity: 1;
  background-color: rgb(42 57 72 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2b1013\]\/90 {
  background-color: rgb(43 16 19 / 0.9);
}
.bg-\[\#2b1013\]\/95 {
  background-color: rgb(43 16 19 / 0.95);
}
.bg-\[\#2db6ea\] {
  --tw-bg-opacity: 1;
  background-color: rgb(45 182 234 / var(--tw-bg-opacity, 1));
}
.bg-\[\#32BAEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(50 186 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#39CF8F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(57 207 143 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3D3010\]\/95 {
  background-color: rgb(61 48 16 / 0.95);
}
.bg-\[\#3FE0A0\]\/10 {
  background-color: rgb(63 224 160 / 0.1);
}
.bg-\[\#404040\] {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#42BA97\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 186 151 / var(--tw-bg-opacity, 1));
}
.bg-\[\#42BA97\]\/10 {
  background-color: rgb(66 186 151 / 0.1);
}
.bg-\[\#42BA97\]\/15 {
  background-color: rgb(66 186 151 / 0.15);
}
.bg-\[\#42BA97\]\/20 {
  background-color: rgb(66 186 151 / 0.2);
}
.bg-\[\#42BA97\]\/\[0\.14\] {
  background-color: rgb(66 186 151 / 0.14);
}
.bg-\[\#42BA97\]\/\[0\.18\] {
  background-color: rgb(66 186 151 / 0.18);
}
.bg-\[\#42ba97\] {
  --tw-bg-opacity: 1;
  background-color: rgb(66 186 151 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4ADE80\] {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4F1E28\]\/90 {
  background-color: rgb(79 30 40 / 0.9);
}
.bg-\[\#58B6FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(88 182 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5A2240\] {
  --tw-bg-opacity: 1;
  background-color: rgb(90 34 64 / var(--tw-bg-opacity, 1));
}
.bg-\[\#5BE9C0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(91 233 192 / var(--tw-bg-opacity, 1));
}
.bg-\[\#62A39F\]\/20 {
  background-color: rgb(98 163 159 / 0.2);
}
.bg-\[\#6b7280\]\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-\[\#70e1ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(112 225 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#70e1ff\]\/20 {
  background-color: rgb(112 225 255 / 0.2);
}
.bg-\[\#8fe9ff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(143 233 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#9a9a9a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(154 154 154 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D34735\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 71 53 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5B042\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 176 66 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF1A3C\]\/5 {
  background-color: rgb(255 26 60 / 0.05);
}
.bg-\[\#FF3B5C\]\/10 {
  background-color: rgb(255 59 92 / 0.1);
}
.bg-\[\#FF4D6D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 77 109 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF8FB1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 143 177 / var(--tw-bg-opacity, 1));
}
.bg-\[\#eab308\] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ef4444\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f87171\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ff5f57\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 95 87 / var(--tw-bg-opacity, 1));
}
.bg-\[rgb\(255\2c 140\2c 0\)\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 140 0 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(0\2c 174\2c 238\2c 0\.03\)\] {
  background-color: rgba(0,174,238,0.03);
}
.bg-\[rgba\(18\2c 18\2c 22\2c 0\.92\)\] {
  background-color: rgba(18,18,22,0.92);
}
.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}
.bg-amber-300\/\[0\.10\] {
  background-color: rgb(252 211 77 / 0.10);
}
.bg-amber-300\/\[0\.16\] {
  background-color: rgb(252 211 77 / 0.16);
}
.bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}
.bg-amber-400\/10 {
  background-color: rgb(251 191 36 / 0.1);
}
.bg-amber-400\/15 {
  background-color: rgb(251 191 36 / 0.15);
}
.bg-amber-400\/25 {
  background-color: rgb(251 191 36 / 0.25);
}
.bg-amber-400\/95 {
  background-color: rgb(251 191 36 / 0.95);
}
.bg-amber-400\/\[0\.08\] {
  background-color: rgb(251 191 36 / 0.08);
}
.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}
.bg-amber-500\/15 {
  background-color: rgb(245 158 11 / 0.15);
}
.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}
.bg-amber-500\/25 {
  background-color: rgb(245 158 11 / 0.25);
}
.bg-amber-500\/\[0\.06\] {
  background-color: rgb(245 158 11 / 0.06);
}
.bg-amber-500\/\[0\.07\] {
  background-color: rgb(245 158 11 / 0.07);
}
.bg-amber-500\/\[0\.08\] {
  background-color: rgb(245 158 11 / 0.08);
}
.bg-amber-500\/\[0\.16\] {
  background-color: rgb(245 158 11 / 0.16);
}
.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}
.bg-amber-600\/80 {
  background-color: rgb(217 119 6 / 0.8);
}
.bg-amber-900\/40 {
  background-color: rgb(120 53 15 / 0.4);
}
.bg-amber-950\/25 {
  background-color: rgb(69 26 3 / 0.25);
}
.bg-amber-950\/40 {
  background-color: rgb(69 26 3 / 0.4);
}
.bg-amber-950\/80 {
  background-color: rgb(69 26 3 / 0.8);
}
.bg-amber-950\/85 {
  background-color: rgb(69 26 3 / 0.85);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-black\/\[0\.06\] {
  background-color: rgb(0 0 0 / 0.06);
}
.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-500\/10 {
  background-color: rgb(59 130 246 / 0.1);
}
.bg-blue-500\/15 {
  background-color: rgb(59 130 246 / 0.15);
}
.bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}
.bg-blue-500\/30 {
  background-color: rgb(59 130 246 / 0.3);
}
.bg-blue-600\/20 {
  background-color: rgb(37 99 235 / 0.2);
}
.bg-brand {
  --tw-bg-opacity: 1;
  background-color: rgb(0 174 238 / var(--tw-bg-opacity, 1));
}
.bg-brand\/10 {
  background-color: rgb(0 174 238 / 0.1);
}
.bg-brand\/15 {
  background-color: rgb(0 174 238 / 0.15);
}
.bg-brand\/20 {
  background-color: rgb(0 174 238 / 0.2);
}
.bg-brand\/40 {
  background-color: rgb(0 174 238 / 0.4);
}
.bg-brand\/85 {
  background-color: rgb(0 174 238 / 0.85);
}
.bg-brand\/\[0\.07\] {
  background-color: rgb(0 174 238 / 0.07);
}
.bg-brand\/\[0\.08\] {
  background-color: rgb(0 174 238 / 0.08);
}
.bg-brand\/\[0\.12\] {
  background-color: rgb(0 174 238 / 0.12);
}
.bg-brand\/\[0\.14\] {
  background-color: rgb(0 174 238 / 0.14);
}
.bg-brand\/\[0\.18\] {
  background-color: rgb(0 174 238 / 0.18);
}
.bg-current {
  background-color: currentColor;
}
.bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}
.bg-cyan-300\/20 {
  background-color: rgb(103 232 249 / 0.2);
}
.bg-cyan-300\/70 {
  background-color: rgb(103 232 249 / 0.7);
}
.bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}
.bg-cyan-400\/10 {
  background-color: rgb(34 211 238 / 0.1);
}
.bg-cyan-400\/50 {
  background-color: rgb(34 211 238 / 0.5);
}
.bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}
.bg-cyan-500\/10 {
  background-color: rgb(6 182 212 / 0.1);
}
.bg-cyan-500\/15 {
  background-color: rgb(6 182 212 / 0.15);
}
.bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}
.bg-cyan-500\/30 {
  background-color: rgb(6 182 212 / 0.3);
}
.bg-cyan-500\/60 {
  background-color: rgb(6 182 212 / 0.6);
}
.bg-cyan-500\/\[0\.04\] {
  background-color: rgb(6 182 212 / 0.04);
}
.bg-cyan-500\/\[0\.08\] {
  background-color: rgb(6 182 212 / 0.08);
}
.bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}
.bg-emerald-400\/10 {
  background-color: rgb(52 211 153 / 0.1);
}
.bg-emerald-400\/15 {
  background-color: rgb(52 211 153 / 0.15);
}
.bg-emerald-400\/20 {
  background-color: rgb(52 211 153 / 0.2);
}
.bg-emerald-400\/80 {
  background-color: rgb(52 211 153 / 0.8);
}
.bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}
.bg-emerald-500\/10 {
  background-color: rgb(16 185 129 / 0.1);
}
.bg-emerald-500\/15 {
  background-color: rgb(16 185 129 / 0.15);
}
.bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}
.bg-emerald-500\/40 {
  background-color: rgb(16 185 129 / 0.4);
}
.bg-emerald-500\/\[0\.04\] {
  background-color: rgb(16 185 129 / 0.04);
}
.bg-emerald-500\/\[0\.06\] {
  background-color: rgb(16 185 129 / 0.06);
}
.bg-emerald-500\/\[0\.08\] {
  background-color: rgb(16 185 129 / 0.08);
}
.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}
.bg-emerald-700\/80 {
  background-color: rgb(4 120 87 / 0.8);
}
.bg-emerald-900\/40 {
  background-color: rgb(6 78 59 / 0.4);
}
.bg-emerald-950\/40 {
  background-color: rgb(2 44 34 / 0.4);
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}
.bg-gray-500\/30 {
  background-color: rgb(107 114 128 / 0.3);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}
.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}
.bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-orange-400\/10 {
  background-color: rgb(251 146 60 / 0.1);
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}
.bg-orange-500\/10 {
  background-color: rgb(249 115 22 / 0.1);
}
.bg-orange-500\/15 {
  background-color: rgb(249 115 22 / 0.15);
}
.bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}
.bg-orange-500\/25 {
  background-color: rgb(249 115 22 / 0.25);
}
.bg-orange-500\/30 {
  background-color: rgb(249 115 22 / 0.3);
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-orange-600\/20 {
  background-color: rgb(234 88 12 / 0.2);
}
.bg-orange-600\/30 {
  background-color: rgb(234 88 12 / 0.3);
}
.bg-orange-900\/40 {
  background-color: rgb(124 45 18 / 0.4);
}
.bg-orange-950\/40 {
  background-color: rgb(67 20 7 / 0.4);
}
.bg-purple-400\/60 {
  background-color: rgb(192 132 252 / 0.6);
}
.bg-purple-500\/15 {
  background-color: rgb(168 85 247 / 0.15);
}
.bg-purple-500\/30 {
  background-color: rgb(168 85 247 / 0.3);
}
.bg-purple-500\/5 {
  background-color: rgb(168 85 247 / 0.05);
}
.bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/\[0\.04\] {
  background-color: rgb(239 68 68 / 0.04);
}
.bg-red-500\/\[0\.06\] {
  background-color: rgb(239 68 68 / 0.06);
}
.bg-red-500\/\[0\.07\] {
  background-color: rgb(239 68 68 / 0.07);
}
.bg-red-500\/\[0\.20\] {
  background-color: rgb(239 68 68 / 0.20);
}
.bg-red-500\/\[0\.22\] {
  background-color: rgb(239 68 68 / 0.22);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}
.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}
.bg-rose-400\/10 {
  background-color: rgb(251 113 133 / 0.1);
}
.bg-rose-400\/80 {
  background-color: rgb(251 113 133 / 0.8);
}
.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}
.bg-rose-500\/15 {
  background-color: rgb(244 63 94 / 0.15);
}
.bg-rose-500\/\[0\.08\] {
  background-color: rgb(244 63 94 / 0.08);
}
.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}
.bg-rose-600\/70 {
  background-color: rgb(225 29 72 / 0.7);
}
.bg-sev-critical {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-sev-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}
.bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}
.bg-sky-300\/95 {
  background-color: rgb(125 211 252 / 0.95);
}
.bg-sky-400\/10 {
  background-color: rgb(56 189 248 / 0.1);
}
.bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}
.bg-sky-500\/10 {
  background-color: rgb(14 165 233 / 0.1);
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}
.bg-sky-700\/80 {
  background-color: rgb(3 105 161 / 0.8);
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}
.bg-slate-700\/80 {
  background-color: rgb(51 65 85 / 0.8);
}
.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}
.bg-slate-800\/60 {
  background-color: rgb(30 41 59 / 0.6);
}
.bg-slate-800\/70 {
  background-color: rgb(30 41 59 / 0.7);
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}
.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}
.bg-slate-900\/85 {
  background-color: rgb(15 23 42 / 0.85);
}
.bg-surface {
  --tw-bg-opacity: 1;
  background-color: rgb(11 14 19 / var(--tw-bg-opacity, 1));
}
.bg-surface-sunken {
  --tw-bg-opacity: 1;
  background-color: rgb(5 7 13 / var(--tw-bg-opacity, 1));
}
.bg-surface-sunken\/95 {
  background-color: rgb(5 7 13 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}
.bg-violet-400\/10 {
  background-color: rgb(167 139 250 / 0.1);
}
.bg-violet-400\/15 {
  background-color: rgb(167 139 250 / 0.15);
}
.bg-violet-400\/70 {
  background-color: rgb(167 139 250 / 0.7);
}
.bg-violet-400\/\[0\.04\] {
  background-color: rgb(167 139 250 / 0.04);
}
.bg-violet-400\/\[0\.06\] {
  background-color: rgb(167 139 250 / 0.06);
}
.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}
.bg-violet-500\/15 {
  background-color: rgb(139 92 246 / 0.15);
}
.bg-violet-500\/\[0\.07\] {
  background-color: rgb(139 92 246 / 0.07);
}
.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}
.bg-violet-950\/50 {
  background-color: rgb(46 16 101 / 0.5);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}
.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}
.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/\[0\.015\] {
  background-color: rgb(255 255 255 / 0.015);
}
.bg-white\/\[0\.02\] {
  background-color: rgb(255 255 255 / 0.02);
}
.bg-white\/\[0\.035\] {
  background-color: rgb(255 255 255 / 0.035);
}
.bg-white\/\[0\.03\] {
  background-color: rgb(255 255 255 / 0.03);
}
.bg-white\/\[0\.04\] {
  background-color: rgb(255 255 255 / 0.04);
}
.bg-white\/\[0\.05\] {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/\[0\.06\] {
  background-color: rgb(255 255 255 / 0.06);
}
.bg-white\/\[0\.07\] {
  background-color: rgb(255 255 255 / 0.07);
}
.bg-white\/\[0\.08\] {
  background-color: rgb(255 255 255 / 0.08);
}
.bg-white\/\[0\.09\] {
  background-color: rgb(255 255 255 / 0.09);
}
.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}
.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}
.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}
.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}
.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}
.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}
.bg-\[linear-gradient\(180deg\2c \#3D9ADF_0\%\2c \#2668B5_100\%\)\] {
  background-image: linear-gradient(180deg,#3D9ADF 0%,#2668B5 100%);
}
.bg-\[linear-gradient\(180deg\2c \#E8BF5F_0\%\2c \#BD8F3A_100\%\)\] {
  background-image: linear-gradient(180deg,#E8BF5F 0%,#BD8F3A 100%);
}
.bg-\[linear-gradient\(to_bottom\2c rgba\(0\2c 0\2c 0\2c 0\.18\)\2c transparent_36\%\2c rgba\(0\2c 0\2c 0\2c 0\.38\)_100\%\)\] {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.18),transparent 36%,rgba(0,0,0,0.38) 100%);
}
.bg-\[radial-gradient\(circle_at_center\2c rgba\(0\2c 0\2c 0\2c 0\.02\)\2c rgba\(0\2c 0\2c 0\2c 0\.34\)_82\%\)\] {
  background-image: radial-gradient(circle at center,rgba(0,0,0,0.02),rgba(0,0,0,0.34) 82%);
}
.bg-\[radial-gradient\(ellipse_80\%_60\%_at_50\%_0\%\2c rgba\(0\2c 174\2c 238\2c 0\.10\)_0\%\2c transparent_55\%\)\] {
  background-image: radial-gradient(ellipse 80% 60% at 50% 0%,rgba(0,174,238,0.10) 0%,transparent 55%);
}
.bg-\[radial-gradient\(ellipse_at_50\%_0\%\2c rgba\(0\2c 174\2c 238\2c 0\.16\)\2c transparent_60\%\)\] {
  background-image: radial-gradient(ellipse at 50% 0%,rgba(0,174,238,0.16),transparent 60%);
}
.bg-\[radial-gradient\(ellipse_at_50\%_38\%\2c rgba\(16\2c 62\2c 98\2c 0\.42\)\2c rgba\(6\2c 16\2c 28\2c 0\.78\)_58\%\2c rgba\(2\2c 5\2c 10\2c 0\.92\)_82\%\)\] {
  background-image: radial-gradient(ellipse at 50% 38%,rgba(16,62,98,0.42),rgba(6,16,28,0.78) 58%,rgba(2,5,10,0.92) 82%);
}
.bg-\[repeating-linear-gradient\(0deg\2c transparent\2c transparent_2px\2c rgba\(255\2c 255\2c 255\2c 0\.1\)_2px\2c rgba\(255\2c 255\2c 255\2c 0\.1\)_4px\)\] {
  background-image: repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,0.1) 2px,rgba(255,255,255,0.1) 4px);
}
.bg-\[repeating-linear-gradient\(0deg\2c transparent\2c transparent_2px\2c rgba\(255\2c 255\2c 255\2c 0\.12\)_2px\2c rgba\(255\2c 255\2c 255\2c 0\.12\)_4px\)\] {
  background-image: repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(255,255,255,0.12) 2px,rgba(255,255,255,0.12) 4px);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.from-\[\#005066\] {
  --tw-gradient-from: #005066 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 80 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00AEEE\]\/\[0\.10\] {
  --tw-gradient-from: rgb(0 174 238 / 0.10) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 174 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00aeee\]\/10 {
  --tw-gradient-from: rgb(0 174 238 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 174 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00aeee\]\/5 {
  --tw-gradient-from: rgb(0 174 238 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 174 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#00d1ff\]\/45 {
  --tw-gradient-from: rgb(0 209 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 209 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#07131f\] {
  --tw-gradient-from: #07131f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 19 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0E8FC4\] {
  --tw-gradient-from: #0E8FC4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 143 196 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a0518\] {
  --tw-gradient-from: #0a0518 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 5 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#0a1622\] {
  --tw-gradient-from: #0a1622 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 22 34 / 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-\[\#1FC4FF\] {
  --tw-gradient-from: #1FC4FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 196 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#1ad0ff\] {
  --tw-gradient-from: #1ad0ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 208 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#3FE0A0\] {
  --tw-gradient-from: #3FE0A0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 224 160 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#3ddcff\] {
  --tw-gradient-from: #3ddcff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(61 220 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#fffbe633\] {
  --tw-gradient-from: #fffbe633 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-amber-600 {
  --tw-gradient-from: #d97706 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-950\/25 {
  --tw-gradient-from: rgb(69 26 3 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 26 3 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-cyan-600 {
  --tw-gradient-from: #0891b2 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\/80 {
  --tw-gradient-from: rgb(5 150 105 / 0.8) 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-purple-500\/10 {
  --tw-gradient-from: rgb(168 85 247 / 0.1) 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-slate-700\/90 {
  --tw-gradient-from: rgb(51 65 85 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(51 65 85 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-violet-950\/25 {
  --tw-gradient-from: rgb(46 16 101 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 101 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-\[\#00AEEE\]\/50 {
  --tw-gradient-to: rgb(0 174 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 174 238 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#00AEEE\]\/60 {
  --tw-gradient-to: rgb(0 174 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 174 238 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#00c8ff\] {
  --tw-gradient-to: rgb(0 200 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #00c8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#07101a\] {
  --tw-gradient-to: rgb(7 16 26 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #07101a var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#087AA8\] {
  --tw-gradient-to: rgb(8 122 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #087AA8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0c0e12\] {
  --tw-gradient-to: rgb(12 14 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c0e12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0d0f14\] {
  --tw-gradient-to: rgb(13 15 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d0f14 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0d2137\] {
  --tw-gradient-to: rgb(13 33 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d2137 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0d2838\] {
  --tw-gradient-to: rgb(13 40 56 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d2838 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#0f0825\] {
  --tw-gradient-to: rgb(15 8 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f0825 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#1A3048\] {
  --tw-gradient-to: rgb(26 48 72 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1A3048 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#2c1700fa\] {
  --tw-gradient-to: rgb(44 23 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2c1700fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#32BAEF66\] {
  --tw-gradient-to: rgb(50 186 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #32BAEF66 var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#3FE0A0\]\/80 {
  --tw-gradient-to: rgb(63 224 160 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(63 224 160 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-\[\#FF3B5C\]\/60 {
  --tw-gradient-to: rgb(255 59 92 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 59 92 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/20 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-black\/55 {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-green-400\/30 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(74 222 128 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-transparent {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), transparent var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#0077aa\]\/20 {
  --tw-gradient-to: rgb(0 119 170 / 0.2) var(--tw-gradient-to-position);
}
.to-\[\#0084bd\] {
  --tw-gradient-to: #0084bd var(--tw-gradient-to-position);
}
.to-\[\#0096cc\] {
  --tw-gradient-to: #0096cc var(--tw-gradient-to-position);
}
.to-\[\#0099D4\] {
  --tw-gradient-to: #0099D4 var(--tw-gradient-to-position);
}
.to-\[\#00AEEE\]\/25 {
  --tw-gradient-to: rgb(0 174 238 / 0.25) var(--tw-gradient-to-position);
}
.to-\[\#04090f\] {
  --tw-gradient-to: #04090f var(--tw-gradient-to-position);
}
.to-\[\#065F86\] {
  --tw-gradient-to: #065F86 var(--tw-gradient-to-position);
}
.to-\[\#0a0c10\] {
  --tw-gradient-to: #0a0c10 var(--tw-gradient-to-position);
}
.to-\[\#0d1117f9\] {
  --tw-gradient-to: #0d1117f9 var(--tw-gradient-to-position);
}
.to-\[\#15171a\] {
  --tw-gradient-to: #15171a var(--tw-gradient-to-position);
}
.to-\[\#32BAEF33\] {
  --tw-gradient-to: #32BAEF33 var(--tw-gradient-to-position);
}
.to-\[\#5BE9C0\]\/50 {
  --tw-gradient-to: rgb(91 233 192 / 0.5) var(--tw-gradient-to-position);
}
.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}
.to-black\/30 {
  --tw-gradient-to: rgb(0 0 0 / 0.3) var(--tw-gradient-to-position);
}
.to-black\/45 {
  --tw-gradient-to: rgb(0 0 0 / 0.45) var(--tw-gradient-to-position);
}
.to-cyan-500 {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}
.to-emerald-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}
.to-emerald-500\/80 {
  --tw-gradient-to: rgb(16 185 129 / 0.8) var(--tw-gradient-to-position);
}
.to-slate-800\/75 {
  --tw-gradient-to: rgb(30 41 59 / 0.75) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.fill-\[\#00AEEE\] {
  fill: #00AEEE;
}
.fill-brand {
  fill: #00aeee;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}
.p-0 {
  padding: 0px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1\.5px\] {
  padding: 1.5px;
}
.p-\[3px\] {
  padding: 3px;
}
.\!px-1\.5 {
  padding-left: 0.375rem !important;
  padding-right: 0.375rem !important;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.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-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[0\.6rem\] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.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-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[2px\] {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\] {
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[5px\] {
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[1\.8rem\] {
  padding-bottom: 1.8rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-0\.5 {
  padding-left: 0.125rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-12 {
  padding-left: 3rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pl-\[1px\] {
  padding-left: 1px;
}
.pl-\[2\.625rem\] {
  padding-left: 2.625rem;
}
.pl-\[26px\] {
  padding-left: 26px;
}
.pl-\[76px\] {
  padding-left: 76px;
}
.pl-\[var\(--app-sidebar-rail\2c 56px\)\] {
  padding-left: var(--app-sidebar-rail,56px);
}
.pr-1 {
  padding-right: 0.25rem;
}
.pr-1\.5 {
  padding-right: 0.375rem;
}
.pr-14 {
  padding-right: 3.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-2\.5 {
  padding-right: 0.625rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-7 {
  padding-right: 1.75rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-9 {
  padding-right: 2.25rem;
}
.pr-\[356px\] {
  padding-right: 356px;
}
.pr-px {
  padding-right: 1px;
}
.ps-4 {
  padding-inline-start: 1rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-\[1\.25rem\] {
  padding-top: 1.25rem;
}
.pt-\[52px\] {
  padding-top: 52px;
}
.pt-px {
  padding-top: 1px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-\[1px\] {
  vertical-align: 1px;
}
.font-\[\'Poppins\'\2c sans-serif\] {
  font-family: 'Poppins',sans-serif;
}
.font-\[\'Roboto\'\] {
  font-family: 'Roboto';
}
.font-\[Poppins\] {
  font-family: Poppins;
}
.font-\[Roboto\2c sans-serif\] {
  font-family: Roboto,sans-serif;
}
.font-\[Roboto\] {
  font-family: Roboto;
}
.font-\[\\\'Roboto\\\'\] {
  font-family: \'Roboto\';
}
.font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.\!text-\[10px\] {
  font-size: 10px !important;
}
.\!text-\[11px\] {
  font-size: 11px !important;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10\.5px\] {
  font-size: 10.5px;
}
.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-\[16px\] {
  font-size: 16px;
}
.text-\[17px\] {
  font-size: 17px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[19px\] {
  font-size: 19px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[21px\] {
  font-size: 21px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-\[25px\] {
  font-size: 25px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[46px\] {
  font-size: 46px;
}
.text-\[6px\] {
  font-size: 6px;
}
.text-\[7px\] {
  font-size: 7px;
}
.text-\[8\.5px\] {
  font-size: 8.5px;
}
.text-\[8px\] {
  font-size: 8px;
}
.text-\[9\.5px\] {
  font-size: 9.5px;
}
.text-\[9px\] {
  font-size: 9px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-body {
  font-size: 12px;
  line-height: 17px;
}
.text-caption {
  font-size: 10px;
  line-height: 14px;
}
.text-eyebrow {
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0.14em;
}
.text-lead {
  font-size: 13px;
  line-height: 19px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-meta {
  font-size: 11px;
  line-height: 15px;
}
.text-micro {
  font-size: 9px;
  line-height: 12px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-title {
  font-size: 15px;
  line-height: 21px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-extralight {
  font-weight: 200;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.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);
}
.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.\!leading-\[14px\] {
  line-height: 14px !important;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[11px\] {
  line-height: 11px;
}
.leading-\[12px\] {
  line-height: 12px;
}
.leading-\[13px\] {
  line-height: 13px;
}
.leading-\[14px\] {
  line-height: 14px;
}
.leading-\[15px\] {
  line-height: 15px;
}
.leading-\[16px\] {
  line-height: 16px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[30px\] {
  line-height: 30px;
}
.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\.01em\] {
  letter-spacing: -0.01em;
}
.tracking-\[-0\.02em\] {
  letter-spacing: -0.02em;
}
.tracking-\[0\%\] {
  letter-spacing: 0%;
}
.tracking-\[0\.02em\] {
  letter-spacing: 0.02em;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-\[0\.04em\] {
  letter-spacing: 0.04em;
}
.tracking-\[0\.05em\] {
  letter-spacing: 0.05em;
}
.tracking-\[0\.06em\] {
  letter-spacing: 0.06em;
}
.tracking-\[0\.08em\] {
  letter-spacing: 0.08em;
}
.tracking-\[0\.09em\] {
  letter-spacing: 0.09em;
}
.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}
.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}
.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}
.tracking-\[0\.1em\] {
  letter-spacing: 0.1em;
}
.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}
.tracking-\[0\.25em\] {
  letter-spacing: 0.25em;
}
.tracking-\[0\.26em\] {
  letter-spacing: 0.26em;
}
.tracking-\[0\.28em\] {
  letter-spacing: 0.28em;
}
.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}
.tracking-\[0\.32em\] {
  letter-spacing: 0.32em;
}
.tracking-\[0\.35em\] {
  letter-spacing: 0.35em;
}
.tracking-\[0\.3em\] {
  letter-spacing: 0.3em;
}
.tracking-\[0\.5em\] {
  letter-spacing: 0.5em;
}
.tracking-\[0\.6em\] {
  letter-spacing: 0.6em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.\!text-\[\#03150F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(3 21 15 / var(--tw-text-opacity, 1)) !important;
}
.\!text-\[\#04161F\] {
  --tw-text-opacity: 1 !important;
  color: rgb(4 22 31 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#000aee\] {
  --tw-text-opacity: 1;
  color: rgb(0 10 238 / var(--tw-text-opacity, 1));
}
.text-\[\#00AEEE\] {
  --tw-text-opacity: 1;
  color: rgb(0 174 238 / var(--tw-text-opacity, 1));
}
.text-\[\#00AEEE\]\/60 {
  color: rgb(0 174 238 / 0.6);
}
.text-\[\#00AEEE\]\/70 {
  color: rgb(0 174 238 / 0.7);
}
.text-\[\#00AEEE\]\/80 {
  color: rgb(0 174 238 / 0.8);
}
.text-\[\#00aeee\] {
  --tw-text-opacity: 1;
  color: rgb(0 174 238 / var(--tw-text-opacity, 1));
}
.text-\[\#00aeee\]\/30 {
  color: rgb(0 174 238 / 0.3);
}
.text-\[\#00aeee\]\/40 {
  color: rgb(0 174 238 / 0.4);
}
.text-\[\#00aeee\]\/45 {
  color: rgb(0 174 238 / 0.45);
}
.text-\[\#00aeee\]\/50 {
  color: rgb(0 174 238 / 0.5);
}
.text-\[\#00aeee\]\/60 {
  color: rgb(0 174 238 / 0.6);
}
.text-\[\#00aeee\]\/70 {
  color: rgb(0 174 238 / 0.7);
}
.text-\[\#00aeee\]\/80 {
  color: rgb(0 174 238 / 0.8);
}
.text-\[\#00aeee\]\/90 {
  color: rgb(0 174 238 / 0.9);
}
.text-\[\#00bfff\] {
  --tw-text-opacity: 1;
  color: rgb(0 191 255 / var(--tw-text-opacity, 1));
}
.text-\[\#00d9e8\] {
  --tw-text-opacity: 1;
  color: rgb(0 217 232 / var(--tw-text-opacity, 1));
}
.text-\[\#02b7ff\] {
  --tw-text-opacity: 1;
  color: rgb(2 183 255 / var(--tw-text-opacity, 1));
}
.text-\[\#04121c\] {
  --tw-text-opacity: 1;
  color: rgb(4 18 28 / var(--tw-text-opacity, 1));
}
.text-\[\#04161F\] {
  --tw-text-opacity: 1;
  color: rgb(4 22 31 / var(--tw-text-opacity, 1));
}
.text-\[\#041821\] {
  --tw-text-opacity: 1;
  color: rgb(4 24 33 / var(--tw-text-opacity, 1));
}
.text-\[\#15171a\] {
  --tw-text-opacity: 1;
  color: rgb(21 23 26 / var(--tw-text-opacity, 1));
}
.text-\[\#15bdf0\] {
  --tw-text-opacity: 1;
  color: rgb(21 189 240 / var(--tw-text-opacity, 1));
}
.text-\[\#22c55e\]\/70 {
  color: rgb(34 197 94 / 0.7);
}
.text-\[\#242424\] {
  --tw-text-opacity: 1;
  color: rgb(36 36 36 / var(--tw-text-opacity, 1));
}
.text-\[\#25bdef\] {
  --tw-text-opacity: 1;
  color: rgb(37 189 239 / var(--tw-text-opacity, 1));
}
.text-\[\#27A0E6\] {
  --tw-text-opacity: 1;
  color: rgb(39 160 230 / var(--tw-text-opacity, 1));
}
.text-\[\#30df5e\] {
  --tw-text-opacity: 1;
  color: rgb(48 223 94 / var(--tw-text-opacity, 1));
}
.text-\[\#32BAEF\] {
  --tw-text-opacity: 1;
  color: rgb(50 186 239 / var(--tw-text-opacity, 1));
}
.text-\[\#32BAEF\]\/50 {
  color: rgb(50 186 239 / 0.5);
}
.text-\[\#32BAEF\]\/90 {
  color: rgb(50 186 239 / 0.9);
}
.text-\[\#37c5f3\] {
  --tw-text-opacity: 1;
  color: rgb(55 197 243 / var(--tw-text-opacity, 1));
}
.text-\[\#38bdf8\] {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-\[\#39CF8F\] {
  --tw-text-opacity: 1;
  color: rgb(57 207 143 / var(--tw-text-opacity, 1));
}
.text-\[\#39cbf5\] {
  --tw-text-opacity: 1;
  color: rgb(57 203 245 / var(--tw-text-opacity, 1));
}
.text-\[\#3A4858\] {
  --tw-text-opacity: 1;
  color: rgb(58 72 88 / var(--tw-text-opacity, 1));
}
.text-\[\#3A5068\] {
  --tw-text-opacity: 1;
  color: rgb(58 80 104 / var(--tw-text-opacity, 1));
}
.text-\[\#3A5A70\] {
  --tw-text-opacity: 1;
  color: rgb(58 90 112 / var(--tw-text-opacity, 1));
}
.text-\[\#3FE0A0\] {
  --tw-text-opacity: 1;
  color: rgb(63 224 160 / var(--tw-text-opacity, 1));
}
.text-\[\#3FE0A0\]\/85 {
  color: rgb(63 224 160 / 0.85);
}
.text-\[\#404040\] {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}
.text-\[\#42BA97\] {
  --tw-text-opacity: 1;
  color: rgb(66 186 151 / var(--tw-text-opacity, 1));
}
.text-\[\#42ba97\] {
  --tw-text-opacity: 1;
  color: rgb(66 186 151 / var(--tw-text-opacity, 1));
}
.text-\[\#43BA87\]\/90 {
  color: rgb(67 186 135 / 0.9);
}
.text-\[\#45c8ff\] {
  --tw-text-opacity: 1;
  color: rgb(69 200 255 / var(--tw-text-opacity, 1));
}
.text-\[\#4A6070\] {
  --tw-text-opacity: 1;
  color: rgb(74 96 112 / var(--tw-text-opacity, 1));
}
.text-\[\#4A6A80\] {
  --tw-text-opacity: 1;
  color: rgb(74 106 128 / var(--tw-text-opacity, 1));
}
.text-\[\#4A7090\] {
  --tw-text-opacity: 1;
  color: rgb(74 112 144 / var(--tw-text-opacity, 1));
}
.text-\[\#4A92C4\] {
  --tw-text-opacity: 1;
  color: rgb(74 146 196 / var(--tw-text-opacity, 1));
}
.text-\[\#4ADE80\] {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-\[\#4E5C6C\] {
  --tw-text-opacity: 1;
  color: rgb(78 92 108 / var(--tw-text-opacity, 1));
}
.text-\[\#4F5F71\] {
  --tw-text-opacity: 1;
  color: rgb(79 95 113 / var(--tw-text-opacity, 1));
}
.text-\[\#4FD48A\] {
  --tw-text-opacity: 1;
  color: rgb(79 212 138 / var(--tw-text-opacity, 1));
}
.text-\[\#53B9FF\] {
  --tw-text-opacity: 1;
  color: rgb(83 185 255 / var(--tw-text-opacity, 1));
}
.text-\[\#5A3040\] {
  --tw-text-opacity: 1;
  color: rgb(90 48 64 / var(--tw-text-opacity, 1));
}
.text-\[\#5A6778\] {
  --tw-text-opacity: 1;
  color: rgb(90 103 120 / var(--tw-text-opacity, 1));
}
.text-\[\#5A6878\] {
  --tw-text-opacity: 1;
  color: rgb(90 104 120 / var(--tw-text-opacity, 1));
}
.text-\[\#5A6878\]\/90 {
  color: rgb(90 104 120 / 0.9);
}
.text-\[\#5A6978\] {
  --tw-text-opacity: 1;
  color: rgb(90 105 120 / var(--tw-text-opacity, 1));
}
.text-\[\#5A7090\] {
  --tw-text-opacity: 1;
  color: rgb(90 112 144 / var(--tw-text-opacity, 1));
}
.text-\[\#5A8878\] {
  --tw-text-opacity: 1;
  color: rgb(90 136 120 / var(--tw-text-opacity, 1));
}
.text-\[\#5A8AAA\] {
  --tw-text-opacity: 1;
  color: rgb(90 138 170 / var(--tw-text-opacity, 1));
}
.text-\[\#5BE9C0\] {
  --tw-text-opacity: 1;
  color: rgb(91 233 192 / var(--tw-text-opacity, 1));
}
.text-\[\#5C6678\] {
  --tw-text-opacity: 1;
  color: rgb(92 102 120 / var(--tw-text-opacity, 1));
}
.text-\[\#5bd7ff\] {
  --tw-text-opacity: 1;
  color: rgb(91 215 255 / var(--tw-text-opacity, 1));
}
.text-\[\#5bdcff\] {
  --tw-text-opacity: 1;
  color: rgb(91 220 255 / var(--tw-text-opacity, 1));
}
.text-\[\#606060\] {
  --tw-text-opacity: 1;
  color: rgb(96 96 96 / var(--tw-text-opacity, 1));
}
.text-\[\#62A39F\] {
  --tw-text-opacity: 1;
  color: rgb(98 163 159 / var(--tw-text-opacity, 1));
}
.text-\[\#64dcff\] {
  --tw-text-opacity: 1;
  color: rgb(100 220 255 / var(--tw-text-opacity, 1));
}
.text-\[\#67d9fd\] {
  --tw-text-opacity: 1;
  color: rgb(103 217 253 / var(--tw-text-opacity, 1));
}
.text-\[\#67d9fd\]\/70 {
  color: rgb(103 217 253 / 0.7);
}
.text-\[\#67d9fd\]\/80 {
  color: rgb(103 217 253 / 0.8);
}
.text-\[\#69dfff\] {
  --tw-text-opacity: 1;
  color: rgb(105 223 255 / var(--tw-text-opacity, 1));
}
.text-\[\#6A8094\] {
  --tw-text-opacity: 1;
  color: rgb(106 128 148 / var(--tw-text-opacity, 1));
}
.text-\[\#6B7888\] {
  --tw-text-opacity: 1;
  color: rgb(107 120 136 / var(--tw-text-opacity, 1));
}
.text-\[\#6B798C\] {
  --tw-text-opacity: 1;
  color: rgb(107 121 140 / var(--tw-text-opacity, 1));
}
.text-\[\#6ee8ff\] {
  --tw-text-opacity: 1;
  color: rgb(110 232 255 / var(--tw-text-opacity, 1));
}
.text-\[\#70e1ff\] {
  --tw-text-opacity: 1;
  color: rgb(112 225 255 / var(--tw-text-opacity, 1));
}
.text-\[\#758392\] {
  --tw-text-opacity: 1;
  color: rgb(117 131 146 / var(--tw-text-opacity, 1));
}
.text-\[\#758AA0\] {
  --tw-text-opacity: 1;
  color: rgb(117 138 160 / var(--tw-text-opacity, 1));
}
.text-\[\#7A6878\] {
  --tw-text-opacity: 1;
  color: rgb(122 104 120 / var(--tw-text-opacity, 1));
}
.text-\[\#7A8898\] {
  --tw-text-opacity: 1;
  color: rgb(122 136 152 / var(--tw-text-opacity, 1));
}
.text-\[\#7A9AB8\] {
  --tw-text-opacity: 1;
  color: rgb(122 154 184 / var(--tw-text-opacity, 1));
}
.text-\[\#7B8C9F\] {
  --tw-text-opacity: 1;
  color: rgb(123 140 159 / var(--tw-text-opacity, 1));
}
.text-\[\#7FB3D0\] {
  --tw-text-opacity: 1;
  color: rgb(127 179 208 / var(--tw-text-opacity, 1));
}
.text-\[\#7FB3FF\] {
  --tw-text-opacity: 1;
  color: rgb(127 179 255 / var(--tw-text-opacity, 1));
}
.text-\[\#7dc8ff\] {
  --tw-text-opacity: 1;
  color: rgb(125 200 255 / var(--tw-text-opacity, 1));
}
.text-\[\#7dd3fc\] {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-\[\#7edfff\] {
  --tw-text-opacity: 1;
  color: rgb(126 223 255 / var(--tw-text-opacity, 1));
}
.text-\[\#7edfff\]\/70 {
  color: rgb(126 223 255 / 0.7);
}
.text-\[\#7fd6f7\] {
  --tw-text-opacity: 1;
  color: rgb(127 214 247 / var(--tw-text-opacity, 1));
}
.text-\[\#7fe0ff\] {
  --tw-text-opacity: 1;
  color: rgb(127 224 255 / var(--tw-text-opacity, 1));
}
.text-\[\#7feaff\] {
  --tw-text-opacity: 1;
  color: rgb(127 234 255 / var(--tw-text-opacity, 1));
}
.text-\[\#82A19F\]\/50 {
  color: rgb(130 161 159 / 0.5);
}
.text-\[\#82A19F\]\/70 {
  color: rgb(130 161 159 / 0.7);
}
.text-\[\#84e6ff\] {
  --tw-text-opacity: 1;
  color: rgb(132 230 255 / var(--tw-text-opacity, 1));
}
.text-\[\#8899AE\] {
  --tw-text-opacity: 1;
  color: rgb(136 153 174 / var(--tw-text-opacity, 1));
}
.text-\[\#8C8C8C\] {
  --tw-text-opacity: 1;
  color: rgb(140 140 140 / var(--tw-text-opacity, 1));
}
.text-\[\#8FA3B8\] {
  --tw-text-opacity: 1;
  color: rgb(143 163 184 / var(--tw-text-opacity, 1));
}
.text-\[\#8a8a8a\] {
  --tw-text-opacity: 1;
  color: rgb(138 138 138 / var(--tw-text-opacity, 1));
}
.text-\[\#9AACBC\] {
  --tw-text-opacity: 1;
  color: rgb(154 172 188 / var(--tw-text-opacity, 1));
}
.text-\[\#9CA6AE\] {
  --tw-text-opacity: 1;
  color: rgb(156 166 174 / var(--tw-text-opacity, 1));
}
.text-\[\#9FB0C8\] {
  --tw-text-opacity: 1;
  color: rgb(159 176 200 / var(--tw-text-opacity, 1));
}
.text-\[\#9adcf5\] {
  --tw-text-opacity: 1;
  color: rgb(154 220 245 / var(--tw-text-opacity, 1));
}
.text-\[\#9ff5ff\] {
  --tw-text-opacity: 1;
  color: rgb(159 245 255 / var(--tw-text-opacity, 1));
}
.text-\[\#B8C0CA\] {
  --tw-text-opacity: 1;
  color: rgb(184 192 202 / var(--tw-text-opacity, 1));
}
.text-\[\#B8CAD6\] {
  --tw-text-opacity: 1;
  color: rgb(184 202 214 / var(--tw-text-opacity, 1));
}
.text-\[\#C8A0A0\] {
  --tw-text-opacity: 1;
  color: rgb(200 160 160 / var(--tw-text-opacity, 1));
}
.text-\[\#C8D4DF\] {
  --tw-text-opacity: 1;
  color: rgb(200 212 223 / var(--tw-text-opacity, 1));
}
.text-\[\#C8D4E0\] {
  --tw-text-opacity: 1;
  color: rgb(200 212 224 / var(--tw-text-opacity, 1));
}
.text-\[\#C8D8E9\] {
  --tw-text-opacity: 1;
  color: rgb(200 216 233 / var(--tw-text-opacity, 1));
}
.text-\[\#CCCCCC\] {
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}
.text-\[\#D0D8E4\] {
  --tw-text-opacity: 1;
  color: rgb(208 216 228 / var(--tw-text-opacity, 1));
}
.text-\[\#DCE2E9\] {
  --tw-text-opacity: 1;
  color: rgb(220 226 233 / var(--tw-text-opacity, 1));
}
.text-\[\#E2A73B\] {
  --tw-text-opacity: 1;
  color: rgb(226 167 59 / var(--tw-text-opacity, 1));
}
.text-\[\#E6E8EB\] {
  --tw-text-opacity: 1;
  color: rgb(230 232 235 / var(--tw-text-opacity, 1));
}
.text-\[\#E6EAF0\] {
  --tw-text-opacity: 1;
  color: rgb(230 234 240 / var(--tw-text-opacity, 1));
}
.text-\[\#E8EEF4\] {
  --tw-text-opacity: 1;
  color: rgb(232 238 244 / var(--tw-text-opacity, 1));
}
.text-\[\#EEF2F8\] {
  --tw-text-opacity: 1;
  color: rgb(238 242 248 / var(--tw-text-opacity, 1));
}
.text-\[\#F0F6FC\] {
  --tw-text-opacity: 1;
  color: rgb(240 246 252 / var(--tw-text-opacity, 1));
}
.text-\[\#F5CB7B\] {
  --tw-text-opacity: 1;
  color: rgb(245 203 123 / var(--tw-text-opacity, 1));
}
.text-\[\#FAAD14\] {
  --tw-text-opacity: 1;
  color: rgb(250 173 20 / var(--tw-text-opacity, 1));
}
.text-\[\#FCFCFC\] {
  --tw-text-opacity: 1;
  color: rgb(252 252 252 / var(--tw-text-opacity, 1));
}
.text-\[\#FF3B5C\] {
  --tw-text-opacity: 1;
  color: rgb(255 59 92 / var(--tw-text-opacity, 1));
}
.text-\[\#FF3B5C\]\/70 {
  color: rgb(255 59 92 / 0.7);
}
.text-\[\#FF4D6D\] {
  --tw-text-opacity: 1;
  color: rgb(255 77 109 / var(--tw-text-opacity, 1));
}
.text-\[\#FF6B8E\] {
  --tw-text-opacity: 1;
  color: rgb(255 107 142 / var(--tw-text-opacity, 1));
}
.text-\[\#FF7A90\] {
  --tw-text-opacity: 1;
  color: rgb(255 122 144 / var(--tw-text-opacity, 1));
}
.text-\[\#FF8FB1\] {
  --tw-text-opacity: 1;
  color: rgb(255 143 177 / var(--tw-text-opacity, 1));
}
.text-\[\#FFA8BF\] {
  --tw-text-opacity: 1;
  color: rgb(255 168 191 / var(--tw-text-opacity, 1));
}
.text-\[\#c4b5fd\] {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-\[\#eab308\] {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-\[\#ef4444\] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#f59e0b\] {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-\[\#f87171\] {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-\[\#f97316\] {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-\[\#fb923c\] {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}
.text-\[\#fbbf24\] {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-\[\#ff2424\] {
  --tw-text-opacity: 1;
  color: rgb(255 36 36 / var(--tw-text-opacity, 1));
}
.text-\[\#ff7b7b\] {
  --tw-text-opacity: 1;
  color: rgb(255 123 123 / var(--tw-text-opacity, 1));
}
.text-\[\#ffb347\] {
  --tw-text-opacity: 1;
  color: rgb(255 179 71 / var(--tw-text-opacity, 1));
}
.text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}
.text-amber-100\/80 {
  color: rgb(254 243 199 / 0.8);
}
.text-amber-100\/90 {
  color: rgb(254 243 199 / 0.9);
}
.text-amber-100\/95 {
  color: rgb(254 243 199 / 0.95);
}
.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}
.text-amber-200\/70 {
  color: rgb(253 230 138 / 0.7);
}
.text-amber-200\/80 {
  color: rgb(253 230 138 / 0.8);
}
.text-amber-200\/90 {
  color: rgb(253 230 138 / 0.9);
}
.text-amber-200\/95 {
  color: rgb(253 230 138 / 0.95);
}
.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}
.text-amber-300\/60 {
  color: rgb(252 211 77 / 0.6);
}
.text-amber-300\/70 {
  color: rgb(252 211 77 / 0.7);
}
.text-amber-300\/80 {
  color: rgb(252 211 77 / 0.8);
}
.text-amber-300\/90 {
  color: rgb(252 211 77 / 0.9);
}
.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}
.text-amber-400\/70 {
  color: rgb(251 191 36 / 0.7);
}
.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}
.text-amber-50\/80 {
  color: rgb(255 251 235 / 0.8);
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-brand {
  --tw-text-opacity: 1;
  color: rgb(0 174 238 / var(--tw-text-opacity, 1));
}
.text-brand-ink {
  --tw-text-opacity: 1;
  color: rgb(4 18 28 / var(--tw-text-opacity, 1));
}
.text-brand-soft {
  --tw-text-opacity: 1;
  color: rgb(103 217 253 / var(--tw-text-opacity, 1));
}
.text-brand-soft\/70 {
  color: rgb(103 217 253 / 0.7);
}
.text-brand\/50 {
  color: rgb(0 174 238 / 0.5);
}
.text-current {
  color: currentColor;
}
.text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / 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-cyan-400\/50 {
  color: rgb(34 211 238 / 0.5);
}
.text-cyan-400\/70 {
  color: rgb(34 211 238 / 0.7);
}
.text-emerald-100\/85 {
  color: rgb(209 250 229 / 0.85);
}
.text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}
.text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}
.text-emerald-300\/70 {
  color: rgb(110 231 183 / 0.7);
}
.text-emerald-300\/80 {
  color: rgb(110 231 183 / 0.8);
}
.text-emerald-300\/85 {
  color: rgb(110 231 183 / 0.85);
}
.text-emerald-300\/90 {
  color: rgb(110 231 183 / 0.9);
}
.text-emerald-300\/95 {
  color: rgb(110 231 183 / 0.95);
}
.text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}
.text-emerald-400\/60 {
  color: rgb(52 211 153 / 0.6);
}
.text-emerald-400\/70 {
  color: rgb(52 211 153 / 0.7);
}
.text-emerald-400\/80 {
  color: rgb(52 211 153 / 0.8);
}
.text-emerald-400\/90 {
  color: rgb(52 211 153 / 0.9);
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}
.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.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-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}
.text-rose-200\/90 {
  color: rgb(254 205 211 / 0.9);
}
.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}
.text-rose-300\/70 {
  color: rgb(253 164 175 / 0.7);
}
.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}
.text-sev-high {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-sev-low {
  --tw-text-opacity: 1;
  color: rgb(66 186 151 / var(--tw-text-opacity, 1));
}
.text-sev-medium {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}
.text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}
.text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}
.text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / 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-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}
.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}
.text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}
.text-violet-200\/70 {
  color: rgb(221 214 254 / 0.7);
}
.text-violet-200\/90 {
  color: rgb(221 214 254 / 0.9);
}
.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}
.text-violet-300\/70 {
  color: rgb(196 181 253 / 0.7);
}
.text-violet-300\/80 {
  color: rgb(196 181 253 / 0.8);
}
.text-violet-300\/90 {
  color: rgb(196 181 253 / 0.9);
}
.text-violet-300\/95 {
  color: rgb(196 181 253 / 0.95);
}
.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}
.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}
.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}
.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}
.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}
.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}
.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}
.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}
.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}
.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}
.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}
.text-white\/\[0\.06\] {
  color: rgb(255 255 255 / 0.06);
}
.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));
}
.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.decoration-\[\#53B9FF\]\/50 {
  text-decoration-color: rgb(83 185 255 / 0.5);
}
.decoration-dotted {
  text-decoration-style: dotted;
}
.underline-offset-2 {
  text-underline-offset: 2px;
}
.underline-offset-4 {
  text-underline-offset: 4px;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-white\/10::-moz-placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-white\/10::placeholder {
  color: rgb(255 255 255 / 0.1);
}
.placeholder-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}
.placeholder-white\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}
.placeholder-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}
.placeholder-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}
.caret-\[\#00AEEE\] {
  caret-color: #00AEEE;
}
.accent-\[\#00AEEE\] {
  accent-color: #00AEEE;
}
.accent-\[\#00aeee\] {
  accent-color: #00aeee;
}
.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-100 {
  opacity: 1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-\[0\.001\] {
  opacity: 0.001;
}
.opacity-\[0\.04\] {
  opacity: 0.04;
}
.opacity-\[0\.05\] {
  opacity: 0.05;
}
.\!shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.55\)\2c 0_0_18px_rgba\(36\2c 243\2c 255\2c 0\.28\)\] {
  --tw-shadow: 0 0 0 1px rgba(0,0,0,0.55),0 0 18px rgba(36,243,255,0.28);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color), 0 0 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_\#00aeee\] {
  --tw-shadow: 0 0 10px #00aeee;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_currentColor\] {
  --tw-shadow: 0 0 10px currentColor;
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(0\2c 174\2c 238\2c 0\.3\)\] {
  --tw-shadow: 0 0 10px rgba(0,174,238,0.3);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(0\2c 174\2c 238\2c 0\.55\)\] {
  --tw-shadow: 0 0 10px rgba(0,174,238,0.55);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(0\2c 174\2c 238\2c 0\.9\)\] {
  --tw-shadow: 0 0 10px rgba(0,174,238,0.9);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(248\2c 113\2c 113\2c 0\.85\)\] {
  --tw-shadow: 0 0 10px rgba(248,113,113,0.85);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(255\2c 0\2c 0\2c 0\.8\)\] {
  --tw-shadow: 0 0 10px rgba(255,0,0,0.8);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_10px_rgba\(50\2c 186\2c 239\2c 0\.8\)\] {
  --tw-shadow: 0 0 10px rgba(50,186,239,0.8);
  --tw-shadow-colored: 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_12px_rgba\(245\2c 176\2c 66\2c 0\.45\)\] {
  --tw-shadow: 0 0 12px rgba(245,176,66,0.45);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_12px_rgba\(251\2c 191\2c 36\2c 0\.25\)\] {
  --tw-shadow: 0 0 12px rgba(251,191,36,0.25);
  --tw-shadow-colored: 0 0 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_14px_rgba\(0\2c 174\2c 238\2c 0\.2\)\] {
  --tw-shadow: 0 0 14px rgba(0,174,238,0.2);
  --tw-shadow-colored: 0 0 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_\#00aeee\] {
  --tw-shadow: 0 0 15px #00aeee;
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_rgba\(0\2c 174\2c 238\2c 0\.1\)\] {
  --tw-shadow: 0 0 15px rgba(0,174,238,0.1);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_rgba\(0\2c 174\2c 238\2c 0\.15\)\] {
  --tw-shadow: 0 0 15px rgba(0,174,238,0.15);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_rgba\(0\2c 174\2c 238\2c 0\.5\)\] {
  --tw-shadow: 0 0 15px rgba(0,174,238,0.5);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_15px_rgba\(239\2c 68\2c 68\2c 0\.15\)\] {
  --tw-shadow: 0 0 15px rgba(239,68,68,0.15);
  --tw-shadow-colored: 0 0 15px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_16px_rgba\(0\2c 174\2c 238\2c 0\.16\)\] {
  --tw-shadow: 0 0 16px rgba(0,174,238,0.16);
  --tw-shadow-colored: 0 0 16px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_18px_rgba\(0\2c 174\2c 238\2c 0\.22\)\] {
  --tw-shadow: 0 0 18px rgba(0,174,238,0.22);
  --tw-shadow-colored: 0 0 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_rgba\(0\2c 174\2c 238\2c 0\.1\)\] {
  --tw-shadow: 0 0 20px rgba(0,174,238,0.1);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_rgba\(0\2c 174\2c 238\2c 0\.18\)\] {
  --tw-shadow: 0 0 20px rgba(0,174,238,0.18);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_20px_rgba\(255\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 0 20px rgba(255,0,0,0.5);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_22px_rgba\(0\2c 174\2c 238\2c 0\.18\)\] {
  --tw-shadow: 0 0 22px rgba(0,174,238,0.18);
  --tw-shadow-colored: 0 0 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_22px_rgba\(0\2c 174\2c 238\2c 0\.22\)\] {
  --tw-shadow: 0 0 22px rgba(0,174,238,0.22);
  --tw-shadow-colored: 0 0 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_22px_rgba\(0\2c 174\2c 238\2c 0\.35\)\] {
  --tw-shadow: 0 0 22px rgba(0,174,238,0.35);
  --tw-shadow-colored: 0 0 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_24px_rgba\(0\2c 174\2c 238\2c 0\.12\)\] {
  --tw-shadow: 0 0 24px rgba(0,174,238,0.12);
  --tw-shadow-colored: 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_26px_rgba\(0\2c 174\2c 238\2c 0\.35\)\2c inset_0_0_24px_rgba\(0\2c 174\2c 238\2c 0\.12\)\] {
  --tw-shadow: 0 0 26px rgba(0,174,238,0.35),inset 0 0 24px rgba(0,174,238,0.12);
  --tw-shadow-colored: 0 0 26px var(--tw-shadow-color), inset 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_26px_rgba\(0\2c 198\2c 255\2c 0\.38\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.45\)\] {
  --tw-shadow: 0 0 26px rgba(0,198,255,0.38),inset 0 1px 0 rgba(255,255,255,0.45);
  --tw-shadow-colored: 0 0 26px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_26px_rgba\(226\2c 167\2c 59\2c 0\.35\)\2c inset_0_0_24px_rgba\(226\2c 167\2c 59\2c 0\.12\)\] {
  --tw-shadow: 0 0 26px rgba(226,167,59,0.35),inset 0 0 24px rgba(226,167,59,0.12);
  --tw-shadow-colored: 0 0 26px var(--tw-shadow-color), inset 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_26px_rgba\(31\2c 196\2c 255\2c 0\.42\)\] {
  --tw-shadow: 0 0 26px rgba(31,196,255,0.42);
  --tw-shadow-colored: 0 0 26px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_26px_rgba\(63\2c 224\2c 160\2c 0\.38\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.45\)\] {
  --tw-shadow: 0 0 26px rgba(63,224,160,0.38),inset 0 1px 0 rgba(255,255,255,0.45);
  --tw-shadow-colored: 0 0 26px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_28px_rgba\(0\2c 174\2c 238\2c 0\.28\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.06\)\] {
  --tw-shadow: 0 0 28px rgba(0,174,238,0.28),inset 0 1px 0 rgba(255,255,255,0.06);
  --tw-shadow-colored: 0 0 28px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_28px_rgba\(239\2c 68\2c 68\2c 0\.18\)\] {
  --tw-shadow: 0 0 28px rgba(239,68,68,0.18);
  --tw-shadow-colored: 0 0 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_30px_rgba\(0\2c 174\2c 238\2c 0\.1\)\] {
  --tw-shadow: 0 0 30px rgba(0,174,238,0.1);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_30px_rgba\(0\2c 174\2c 238\2c 0\.2\)\] {
  --tw-shadow: 0 0 30px rgba(0,174,238,0.2);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_30px_rgba\(0\2c 174\2c 238\2c 0\.24\)\] {
  --tw-shadow: 0 0 30px rgba(0,174,238,0.24);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_30px_rgba\(50\2c 186\2c 239\2c 0\.15\)\] {
  --tw-shadow: 0 0 30px rgba(50,186,239,0.15);
  --tw-shadow-colored: 0 0 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_48px_-8px_rgba\(52\2c 211\2c 153\2c 0\.35\)\] {
  --tw-shadow: 0 0 48px -8px rgba(52,211,153,0.35);
  --tw-shadow-colored: 0 0 48px -8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_4px_rgba\(0\2c 217\2c 232\2c 0\.7\)\] {
  --tw-shadow: 0 0 4px rgba(0,217,232,0.7);
  --tw-shadow-colored: 0 0 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-\[0_0_50px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 0 50px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 0 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_60px_rgba\(0\2c 174\2c 238\2c 0\.18\)\] {
  --tw-shadow: 0 0 60px rgba(0,174,238,0.18);
  --tw-shadow-colored: 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_60px_rgba\(255\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: 0 0 60px rgba(255,0,0,0.6);
  --tw-shadow-colored: 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_60px_rgba\(255\2c 165\2c 0\2c 0\.6\)\] {
  --tw-shadow: 0 0 60px rgba(255,165,0,0.6);
  --tw-shadow-colored: 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_6px_2px_rgba\(255\2c 255\2c 255\2c 0\.6\)\] {
  --tw-shadow: 0 0 6px 2px rgba(255,255,255,0.6);
  --tw-shadow-colored: 0 0 6px 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-\[0_0_6px_rgba\(239\2c 68\2c 68\2c 0\.85\)\] {
  --tw-shadow: 0 0 6px rgba(239,68,68,0.85);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_6px_rgba\(251\2c 191\2c 36\2c 0\.85\)\] {
  --tw-shadow: 0 0 6px rgba(251,191,36,0.85);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_6px_rgba\(255\2c 255\2c 255\2c 0\.8\)\] {
  --tw-shadow: 0 0 6px rgba(255,255,255,0.8);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_6px_rgba\(255\2c 255\2c 255\2c 0\.9\)\] {
  --tw-shadow: 0 0 6px rgba(255,255,255,0.9);
  --tw-shadow-colored: 0 0 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_\#00aeee\] {
  --tw-shadow: 0 0 8px #00aeee;
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_\#70e1ff\] {
  --tw-shadow: 0 0 8px #70e1ff;
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_rgba\(0\2c 174\2c 238\2c 0\.5\)\] {
  --tw-shadow: 0 0 8px rgba(0,174,238,0.5);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_rgba\(0\2c 174\2c 238\2c 0\.55\)\] {
  --tw-shadow: 0 0 8px rgba(0,174,238,0.55);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_rgba\(0\2c 217\2c 232\2c 0\.7\)\] {
  --tw-shadow: 0 0 8px rgba(0,217,232,0.7);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_rgba\(251\2c 191\2c 36\2c 0\.7\)\] {
  --tw-shadow: 0 0 8px rgba(251,191,36,0.7);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_8px_rgba\(34\2c 211\2c 238\2c 0\.5\)\] {
  --tw-shadow: 0 0 8px rgba(34,211,238,0.5);
  --tw-shadow-colored: 0 0 8px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_96px_rgba\(0\2c 190\2c 255\2c 0\.30\)\2c 0_0_220px_rgba\(0\2c 120\2c 220\2c 0\.20\)\2c 0_0_0_1px_rgba\(0\2c 180\2c 255\2c 0\.04\)\2c 0_28px_60px_-20px_rgba\(0\2c 0\2c 0\2c 0\.75\)\2c inset_0_0_60px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 0 96px rgba(0,190,255,0.30),0 0 220px rgba(0,120,220,0.20),0 0 0 1px rgba(0,180,255,0.04),0 28px 60px -20px rgba(0,0,0,0.75),inset 0 0 60px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 0 96px var(--tw-shadow-color), 0 0 220px var(--tw-shadow-color), 0 0 0 1px var(--tw-shadow-color), 0 28px 60px -20px var(--tw-shadow-color), inset 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_0_96px_rgba\(210\2c 30\2c 50\2c 0\.32\)\2c 0_0_220px_rgba\(170\2c 0\2c 20\2c 0\.22\)\2c 0_0_0_1px_rgba\(200\2c 0\2c 30\2c 0\.06\)\2c 0_28px_60px_-20px_rgba\(0\2c 0\2c 0\2c 0\.75\)\2c inset_0_0_60px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 0 96px rgba(210,30,50,0.32),0 0 220px rgba(170,0,20,0.22),0 0 0 1px rgba(200,0,30,0.06),0 28px 60px -20px rgba(0,0,0,0.75),inset 0 0 60px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 0 96px var(--tw-shadow-color), 0 0 220px var(--tw-shadow-color), 0 0 0 1px var(--tw-shadow-color), 0 28px 60px -20px var(--tw-shadow-color), inset 0 0 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_20px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
  --tw-shadow: 0 10px 20px rgba(0,0,0,0.22);
  --tw-shadow-colored: 0 10px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_24px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 10px 24px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 10px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_28px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 10px 28px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 10px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 10px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_12px_25px_rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  --tw-shadow: 0 12px 25px rgba(0,0,0,0.7);
  --tw-shadow-colored: 0 12px 25px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_16px_48px_rgba\(0\2c 0\2c 0\2c 0\.55\)\2c 0_0_24px_rgba\(0\2c 174\2c 238\2c 0\.08\)\] {
  --tw-shadow: 0 16px 48px rgba(0,0,0,0.55),0 0 24px rgba(0,174,238,0.08);
  --tw-shadow-colored: 0 16px 48px var(--tw-shadow-color), 0 0 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_40px_rgba\(0\2c 0\2c 0\2c 0\.60\)\] {
  --tw-shadow: 0 18px 40px rgba(0,0,0,0.60);
  --tw-shadow-colored: 0 18px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_18px_48px_rgba\(0\2c 0\2c 0\2c 0\.58\)\] {
  --tw-shadow: 0 18px 48px rgba(0,0,0,0.58);
  --tw-shadow-colored: 0 18px 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.2\)\] {
  --tw-shadow: 0 1px 2px rgba(0,0,0,0.2);
  --tw-shadow-colored: 0 1px 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-\[0_20px_50px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 20px 50px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 20px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_22px_56px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: 0 22px 56px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 22px 56px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_22px_70px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-shadow: 0 22px 70px rgba(0,0,0,0.8);
  --tw-shadow-colored: 0 22px 70px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_60px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 24px 60px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_60px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: 0 24px 60px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 24px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_64px_rgba\(0\2c 0\2c 0\2c 0\.6\)\2c 0_0_48px_rgba\(63\2c 224\2c 160\2c 0\.16\)\] {
  --tw-shadow: 0 24px 64px rgba(0,0,0,0.6),0 0 48px rgba(63,224,160,0.16);
  --tw-shadow-colored: 0 24px 64px var(--tw-shadow-color), 0 0 48px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_80px_rgba\(0\2c 0\2c 0\2c 0\.55\)\] {
  --tw-shadow: 0 24px 80px rgba(0,0,0,0.55);
  --tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_24px_80px_rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  --tw-shadow: 0 24px 80px rgba(0,0,0,0.7);
  --tw-shadow-colored: 0 24px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_28px_72px_rgba\(0\2c 0\2c 0\2c 0\.55\)\] {
  --tw-shadow: 0 28px 72px rgba(0,0,0,0.55);
  --tw-shadow-colored: 0 28px 72px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_2px_10px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  --tw-shadow: 0 2px 10px rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 2px 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_100px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-shadow: 0 30px 100px rgba(0,0,0,0.8);
  --tw-shadow-colored: 0 30px 100px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_30px_80px_rgba\(0\2c 0\2c 0\2c 0\.55\)\] {
  --tw-shadow: 0 30px 80px rgba(0,0,0,0.55);
  --tw-shadow-colored: 0 30px 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_12px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 4px 12px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 4px 12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_14px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 4px 14px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 4px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_14px_rgba\(0\2c 0\2c 0\2c 0\.45\)\] {
  --tw-shadow: 0 4px 14px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 4px 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_14px_rgba\(0\2c 174\2c 238\2c 0\.18\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.10\)\] {
  --tw-shadow: 0 4px 14px rgba(0,174,238,0.18),inset 0 1px 0 rgba(255,255,255,0.10);
  --tw-shadow-colored: 0 4px 14px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_14px_rgba\(0\2c 174\2c 238\2c 0\.22\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.10\)\] {
  --tw-shadow: 0 4px 14px rgba(0,174,238,0.22),inset 0 1px 0 rgba(255,255,255,0.10);
  --tw-shadow-colored: 0 4px 14px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_18px_rgba\(0\2c 174\2c 238\2c 0\.42\)\] {
  --tw-shadow: 0 4px 18px rgba(0,174,238,0.42);
  --tw-shadow-colored: 0 4px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_20px_rgba\(0\2c 174\2c 238\2c 0\.25\)\] {
  --tw-shadow: 0 4px 20px rgba(0,174,238,0.25);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_24px_rgba\(0\2c 174\2c 238\2c 0\.28\)\2c inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.14\)\] {
  --tw-shadow: 0 4px 24px rgba(0,174,238,0.28),inset 0 1px 0 rgba(255,255,255,0.14);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color), inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_30px_rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  --tw-shadow: 0 4px 30px rgba(0,0,0,0.5);
  --tw-shadow-colored: 0 4px 30px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_40px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: 0 4px 40px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 4px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_56px_0_rgba\(251\2c 191\2c 36\2c 0\.22\)\] {
  --tw-shadow: 0 4px 56px 0 rgba(251,191,36,0.22);
  --tw-shadow-colored: 0 4px 56px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 8px 18px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_18px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 8px 18px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 8px 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_22px_rgba\(0\2c 0\2c 0\2c 0\.18\)\] {
  --tw-shadow: 0 8px 22px rgba(0,0,0,0.18);
  --tw-shadow-colored: 0 8px 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_28px_rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  --tw-shadow: 0 8px 28px rgba(0,0,0,0.75);
  --tw-shadow-colored: 0 8px 28px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_32px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  --tw-shadow: 0 8px 32px rgba(0,0,0,0.4);
  --tw-shadow-colored: 0 8px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_40px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: 0 8px 40px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 8px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_50px_rgba\(0\2c 0\2c 0\2c 0\.7\)\2c 0_0_80px_rgba\(0\2c 174\2c 238\2c 0\.05\)\] {
  --tw-shadow: 0 8px 50px rgba(0,0,0,0.7),0 0 80px rgba(0,174,238,0.05);
  --tw-shadow-colored: 0 8px 50px var(--tw-shadow-color), 0 0 80px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_60px_rgba\(0\2c 0\2c 0\2c 0\.55\)\] {
  --tw-shadow: 0 8px 60px rgba(0,0,0,0.55);
  --tw-shadow-colored: 0 8px 60px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_8px_60px_rgba\(0\2c 0\2c 0\2c 0\.7\)\] {
  --tw-shadow: 0 8px 60px rgba(0,0,0,0.7);
  --tw-shadow-colored: 0 8px 60px 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-\[inset_0_-2px_0_0_\#00aeee\] {
  --tw-shadow: inset 0 -2px 0 0 #00aeee;
  --tw-shadow-colored: inset 0 -2px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_-2px_0_rgba\(34\2c 211\2c 238\2c 0\.85\)\] {
  --tw-shadow: inset 0 -2px 0 rgba(34,211,238,0.85);
  --tw-shadow-colored: inset 0 -2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.35\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(0,0,0,0.35);
  --tw-shadow-colored: inset 0 0 0 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-\[inset_0_0_0_1px_rgba\(0\2c 174\2c 238\2c 0\.55\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(0,174,238,0.55);
  --tw-shadow-colored: inset 0 0 0 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-\[inset_0_0_0_1px_rgba\(0\2c 174\2c 238\2c 0\.72\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(0,174,238,0.72);
  --tw-shadow-colored: inset 0 0 0 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-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.04\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(255,255,255,0.04);
  --tw-shadow-colored: inset 0 0 0 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-\[inset_0_0_0_1px_rgba\(255\2c 255\2c 255\2c 0\.25\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(255,255,255,0.25);
  --tw-shadow-colored: inset 0 0 0 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-\[inset_0_0_20px_rgba\(0\2c 174\2c 238\2c 0\.05\)\] {
  --tw-shadow: inset 0 0 20px rgba(0,174,238,0.05);
  --tw-shadow-colored: inset 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_0_rgba\(0\2c 190\2c 238\2c 0\.1\)\] {
  --tw-shadow: inset 0 1px 0 0 rgba(0,190,238,0.1);
  --tw-shadow-colored: inset 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_0_rgba\(0\2c 190\2c 238\2c 0\.14\)\] {
  --tw-shadow: inset 0 1px 0 0 rgba(0,190,238,0.14);
  --tw-shadow-colored: inset 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.04\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.04);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_0_1px_0_rgba\(255\2c 255\2c 255\2c 0\.06\)\] {
  --tw-shadow: inset 0 1px 0 rgba(255,255,255,0.06);
  --tw-shadow-colored: inset 0 1px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_2px_0_0_rgba\(34\2c 211\2c 238\2c 0\.85\)\2c 0_10px_24px_rgba\(0\2c 0\2c 0\2c 0\.22\)\] {
  --tw-shadow: inset 2px 0 0 rgba(34,211,238,0.85),0 10px 24px rgba(0,0,0,0.22);
  --tw-shadow-colored: inset 2px 0 0 var(--tw-shadow-color), 0 10px 24px 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-\[inset_3px_0_0_\#00AEEE\] {
  --tw-shadow: inset 3px 0 0 #00AEEE;
  --tw-shadow-colored: inset 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_3px_0_0_rgba\(239\2c 68\2c 68\2c 0\.85\)\] {
  --tw-shadow: inset 3px 0 0 rgba(239,68,68,0.85);
  --tw-shadow-colored: inset 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[inset_3px_0_0_rgba\(249\2c 115\2c 22\2c 0\.85\)\] {
  --tw-shadow: inset 3px 0 0 rgba(249,115,22,0.85);
  --tw-shadow-colored: inset 3px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-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-panel {
  --tw-shadow: 0 12px 40px rgba(0,0,0,0.45);
  --tw-shadow-colored: 0 12px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[\#00aeee\]\/10 {
  --tw-shadow-color: rgb(0 174 238 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-amber-400\/20 {
  --tw-shadow-color: rgb(251 191 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-black\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-emerald-700\/30 {
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/20 {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-500\/5 {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-red-900\/50 {
  --tw-shadow-color: rgb(127 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}
.shadow-slate-900\/30 {
  --tw-shadow-color: rgb(15 23 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.outline-\[\#00AEEE\]\/45 {
  outline-color: rgb(0 174 238 / 0.45);
}
.outline-red-400\/45 {
  outline-color: rgb(248 113 113 / 0.45);
}
.\!ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-0 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-\[\#00AEEE\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 174 238 / var(--tw-ring-opacity, 1));
}
.ring-\[\#00AEEE\]\/20 {
  --tw-ring-color: rgb(0 174 238 / 0.2);
}
.ring-\[\#00AEEE\]\/25 {
  --tw-ring-color: rgb(0 174 238 / 0.25);
}
.ring-\[\#00aeee\]\/50 {
  --tw-ring-color: rgb(0 174 238 / 0.5);
}
.ring-\[\#0b0e13\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(11 14 19 / var(--tw-ring-opacity, 1));
}
.ring-amber-300\/30 {
  --tw-ring-color: rgb(252 211 77 / 0.3);
}
.ring-amber-500\/70 {
  --tw-ring-color: rgb(245 158 11 / 0.7);
}
.ring-emerald-500\/70 {
  --tw-ring-color: rgb(16 185 129 / 0.7);
}
.ring-green-500\/50 {
  --tw-ring-color: rgb(34 197 94 / 0.5);
}
.ring-orange-500\/70 {
  --tw-ring-color: rgb(249 115 22 / 0.7);
}
.ring-red-400\/15 {
  --tw-ring-color: rgb(248 113 113 / 0.15);
}
.ring-red-400\/35 {
  --tw-ring-color: rgb(248 113 113 / 0.35);
}
.ring-red-500\/70 {
  --tw-ring-color: rgb(239 68 68 / 0.7);
}
.ring-transparent {
  --tw-ring-color: transparent;
}
.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}
.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}
.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}
.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-\[100px\] {
  --tw-blur: blur(100px);
  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-\[1px\] {
  --tw-blur: blur(1px);
  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-md {
  --tw-blur: blur(12px);
  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-xl {
  --tw-blur: blur(24px);
  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);
}
.brightness-200 {
  --tw-brightness: brightness(2);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_10px_rgba\(0\2c 174\2c 238\2c 0\.45\)\] {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(0,174,238,0.45));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_10px_rgba\(167\2c 139\2c 250\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(167,139,250,0.35));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_10px_rgba\(226\2c 167\2c 59\2c 0\.45\)\] {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(226,167,59,0.45));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_10px_rgba\(251\2c 113\2c 133\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(251,113,133,0.35));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_10px_rgba\(251\2c 191\2c 36\2c 0\.4\)\] {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(251,191,36,0.4));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_10px_rgba\(45\2c 212\2c 191\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(45,212,191,0.35));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_10px_rgba\(56\2c 189\2c 248\2c 0\.35\)\] {
  --tw-drop-shadow: drop-shadow(0 0 10px rgba(56,189,248,0.35));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_12px_rgba\(251\2c 146\2c 60\2c 0\.45\)\] {
  --tw-drop-shadow: drop-shadow(0 0 12px rgba(251,146,60,0.45));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_0_8px_rgba\(203\2c 213\2c 225\2c 0\.25\)\] {
  --tw-drop-shadow: drop-shadow(0 0 8px rgba(203,213,225,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_1px_2px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0,0,0,0.25));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_1px_2px_rgba\(239\2c 190\2c 70\2c 0\.18\)\] {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(239,190,70,0.18));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_1px_4px_rgba\(0\2c 0\2c 0\2c 0\.8\)\] {
  --tw-drop-shadow: drop-shadow(0 1px 4px rgba(0,0,0,0.8));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_2px_5px_rgba\(0\2c 0\2c 0\2c 0\.75\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 5px rgba(0,0,0,0.75));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-\[0_2px_5px_rgba\(0\2c 0\2c 0\2c 0\.85\)\] {
  --tw-drop-shadow: drop-shadow(0 2px 5px rgba(0,0,0,0.85));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  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);
}
.grayscale {
  --tw-grayscale: grayscale(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);
}
.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);
}
.\!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) !important;
}
.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 {
  --tw-backdrop-blur: blur(8px);
  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-2xl {
  --tw-backdrop-blur: blur(40px);
  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-3xl {
  --tw-backdrop-blur: blur(64px);
  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-\[1px\] {
  --tw-backdrop-blur: blur(1px);
  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-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  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-\[4px\] {
  --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-md {
  --tw-backdrop-blur: blur(12px);
  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-panel {
  --tw-backdrop-blur: blur(28px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-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-\[background-color\] {
  transition-property: background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[bottom\] {
  transition-property: bottom;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[box-shadow\2c border-color\] {
  transition-property: box-shadow,border-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[filter\2c transform\] {
  transition-property: filter,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[grid-template-rows\2c opacity\] {
  transition-property: grid-template-rows,opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[max-width\] {
  transition-property: max-width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[min-height\] {
  transition-property: min-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[opacity\2c transform\] {
  transition-property: opacity,transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[padding\] {
  transition-property: padding;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[transform\2c color\] {
  transition-property: transform,color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c background-color\] {
  transition-property: width,background-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\2c background\] {
  transition-property: width,background;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-\[700ms\] {
  transition-duration: 700ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.\[appearance\:textfield\] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.\[color-scheme\:dark\] {
  color-scheme: dark;
}
.\[cursor\:pointer\!important\] {
  cursor: pointer !important;
}
.\[scrollbar-color\:\#00D1FF_\#0E121A\] {
  scrollbar-color: #00D1FF #0E121A;
}
.\[scrollbar-color\:\#00aeee4d_transparent\] {
  scrollbar-color: #00aeee4d transparent;
}
.\[scrollbar-color\:\#2f3b4a_\#1b2027\] {
  scrollbar-color: #2f3b4a #1b2027;
}
.\[scrollbar-color\:\#2f3b4a_transparent\] {
  scrollbar-color: #2f3b4a transparent;
}
.\[scrollbar-color\:rgba\(0\2c 174\2c 238\2c 0\.35\)_transparent\] {
  scrollbar-color: rgba(0,174,238,0.35) transparent;
}
.\[scrollbar-color\:rgba\(0\2c 174\2c 238\2c 0\.42\)_\#060d16\] {
  scrollbar-color: rgba(0,174,238,0.42) #060d16;
}
.\[scrollbar-color\:rgba\(255\2c 255\2c 255\2c 0\.35\)_rgba\(0\2c 0\2c 0\2c 0\.15\)\] {
  scrollbar-color: rgba(255,255,255,0.35) rgba(0,0,0,0.15);
}
.\[scrollbar-gutter\:stable\] {
  scrollbar-gutter: stable;
}
.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}
.\[scrollbar-width\:thin\] {
  scrollbar-width: thin;
}

/* Prevent browser autofill from overriding input background colors */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #040810 inset !important;
  -webkit-text-fill-color: #E6E8EB !important;
  caret-color: #E6E8EB;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

/* Hide all Mapbox attribution / branding chrome across the app */
.mapboxgl-ctrl-attrib,
.mapboxgl-ctrl-bottom-left,
.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl-attrib,
.mapboxgl-ctrl-logo {
  display: none !important;
}

/* Same for Esri's "Powered by Esri" strip. `view.ui.components` already omits
   it (esriViewUi.ts), but the widget is re-attached whenever the view swaps
   between 2D and 3D, so it needs holding down here as well. */
.esri-attribution,
.esri-attribution__sources,
.esri-attribution__powered-by {
  display: none !important;
}

@keyframes orb-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orb-spinReverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes orb-breathe {
  0% { transform: scale(1) translateY(0px); filter: saturate(1); }
  50% { transform: scale(1.035) translateY(-0.8px); filter: saturate(1.08); }
  100% { transform: scale(1) translateY(0px); filter: saturate(1); }
}

@keyframes orb-float {
  0% { transform: translateX(0px) translateY(0px); }
  33% { transform: translateX(0.7px) translateY(-0.6px); }
  66% { transform: translateX(-0.5px) translateY(0.5px); }
  100% { transform: translateX(0px) translateY(0px); }
}

/* Shamekh orb — voice: asymmetric “breath” (attack / sustain / release) */
@keyframes orb-voice-breath-shamekh {
  0%,
  100% {
    transform: scale(1) translateY(0);
  }
  20% {
    transform: scale(1.028) translateY(-0.35px);
  }
  38% {
    transform: scale(1.065) translateY(-0.75px);
  }
  52% {
    transform: scale(var(--shamekh-breath-peak, 1.09)) translateY(-1px);
  }
  72% {
    transform: scale(1.036) translateY(-0.4px);
  }
  88% {
    transform: scale(1.012) translateY(-0.12px);
  }
}

/* Rim glow — slightly lagging shimmer for depth */
@keyframes orb-shamekh-rim {
  0%,
  100% {
    opacity: 0.88;
  }
  45% {
    opacity: 1;
  }
}

@keyframes orb-shimmer {
  0% { opacity: 0.55; }
  50% { opacity: 0.92; }
  100% { opacity: 0.55; }
}

/* Shamekh — Siri-style fluid aurora (soft-light / screen stacks inside clipped circle) */
@keyframes orb-siri-mesh-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes orb-siri-mesh-spin-reverse {
  from { transform: rotate(360deg) scale(1.05); }
  to { transform: rotate(0deg) scale(1.12); }
}

@keyframes orb-siri-blob-a {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    border-radius: 58% 42% 52% 48%;
    opacity: 0.55;
  }
  25% {
    transform: translate(12%, -8%) scale(1.12);
    border-radius: 44% 56% 48% 52%;
    opacity: 0.72;
  }
  50% {
    transform: translate(-8%, 10%) scale(0.94);
    border-radius: 50% 50% 42% 58%;
    opacity: 0.62;
  }
  75% {
    transform: translate(6%, 6%) scale(1.06);
    border-radius: 48% 52% 56% 44%;
    opacity: 0.68;
  }
}

@keyframes orb-siri-blob-b {
  0%,
  100% {
    transform: translate(0, 0) scale(1.05);
    border-radius: 48% 52% 46% 54%;
    opacity: 0.45;
  }
  30% {
    transform: translate(-14%, 6%) scale(1.08);
    border-radius: 56% 44% 52% 48%;
    opacity: 0.6;
  }
  60% {
    transform: translate(10%, -12%) scale(0.9);
    border-radius: 42% 58% 50% 50%;
    opacity: 0.52;
  }
}

@keyframes orb-siri-sheen {
  0%,
  100% {
    opacity: 0.35;
    transform: translate(-10%, -8%) scale(1);
  }
  50% {
    opacity: 0.65;
    transform: translate(10%, 6%) scale(1.08);
  }
}

@keyframes orb-siri-live-flow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
    filter: saturate(1) brightness(1);
  }
  30% {
    transform: translate3d(0.6px, -0.8px, 0) scale(1.03) rotate(1.4deg);
    filter: saturate(1.08) brightness(1.03);
  }
  65% {
    transform: translate3d(-0.7px, 0.7px, 0) scale(0.985) rotate(-1.3deg);
    filter: saturate(1.04) brightness(1.01);
  }
}

.shamekh-siri-aurora {
  pointer-events: none;
  position: absolute;
  inset: 0;
  border-radius: 50%;
  overflow: hidden;
  isolation: isolate;
  --siri-energy: 0;
  animation: orb-siri-live-flow var(--shamekh-siri-flow-ms, 1850ms) ease-in-out infinite;
}

.shamekh-siri-mesh {
  position: absolute;
  left: -38%;
  top: -38%;
  width: 176%;
  height: 176%;
  border-radius: 50%;
  background: conic-gradient(
    from 210deg at 42% 48%,
    rgba(110, 210, 255, 0.5) 0deg,
    rgba(170, 150, 255, 0.45) 70deg,
    rgba(90, 235, 220, 0.5) 140deg,
    rgba(130, 190, 255, 0.48) 220deg,
    rgba(200, 180, 255, 0.42) 290deg,
    rgba(110, 210, 255, 0.5) 360deg
  );
  filter: blur(16px);
  opacity: calc(0.48 + var(--siri-energy) * 0.5);
  mix-blend-mode: soft-light;
  animation: orb-siri-mesh-spin var(--shamekh-siri-spin-ms, 10800ms) linear infinite;
}

.shamekh-siri-mesh-under {
  position: absolute;
  left: -32%;
  top: -32%;
  width: 164%;
  height: 164%;
  border-radius: 48% 52% 50% 50%;
  background: conic-gradient(
    from 120deg at 55% 45%,
    rgba(60, 180, 255, 0.35) 0deg,
    rgba(140, 100, 255, 0.3) 100deg,
    rgba(0, 220, 200, 0.38) 200deg,
    rgba(100, 160, 255, 0.32) 300deg,
    rgba(60, 180, 255, 0.35) 360deg
  );
  filter: blur(20px);
  opacity: calc(0.34 + var(--siri-energy) * 0.42);
  mix-blend-mode: screen;
  animation: orb-siri-mesh-spin-reverse calc(var(--shamekh-siri-spin-ms, 10800ms) * 1.35) linear infinite;
}

.shamekh-siri-blob-a {
  position: absolute;
  left: 5%;
  top: 0;
  width: 78%;
  height: 78%;
  background: radial-gradient(
    ellipse 80% 70% at 35% 40%,
    rgba(230, 250, 255, 0.85) 0%,
    rgba(100, 200, 255, 0.35) 42%,
    transparent 72%
  );
  filter: blur(7px);
  mix-blend-mode: screen;
  opacity: calc(0.58 + var(--siri-energy) * 0.35);
  animation: orb-siri-blob-a 4.6s ease-in-out infinite;
}

.shamekh-siri-blob-b {
  position: absolute;
  right: -5%;
  bottom: -5%;
  width: 72%;
  height: 72%;
  background: radial-gradient(
    ellipse 75% 80% at 65% 60%,
    rgba(190, 170, 255, 0.7) 0%,
    rgba(100, 140, 255, 0.35) 45%,
    transparent 70%
  );
  filter: blur(9px);
  mix-blend-mode: soft-light;
  opacity: calc(0.45 + var(--siri-energy) * 0.3);
  animation: orb-siri-blob-b 5.4s ease-in-out infinite;
}

.shamekh-siri-sheen {
  position: absolute;
  inset: -5%;
  border-radius: 50%;
  background: radial-gradient(
    circle at 38% 32%,
    rgba(255, 255, 255, 0.28) 0%,
    rgba(200, 235, 255, 0.12) 28%,
    transparent 55%
  );
  mix-blend-mode: overlay;
  opacity: calc(0.4 + var(--siri-energy) * 0.42);
  animation: orb-siri-sheen 3.6s ease-in-out infinite;
}

@keyframes orb-siri-ring {
  0%,
  100% {
    transform: scale(0.94);
    opacity: 0.2;
  }
  50% {
    transform: scale(calc(1.02 + var(--siri-energy) * 0.09));
    opacity: calc(0.46 + var(--siri-energy) * 0.36);
  }
}

.shamekh-siri-ring {
  position: absolute;
  inset: 5.5%;
  border-radius: 50%;
  pointer-events: none;
  border: 1px solid rgba(185, 232, 255, 0.45);
  mix-blend-mode: screen;
  animation: orb-siri-ring var(--shamekh-siri-pulse-ms, 520ms) cubic-bezier(0.34, 0.06, 0.28, 1) infinite;
}

.shamekh-siri-ring-a {
  filter: blur(0.2px);
}

.shamekh-siri-ring-b {
  inset: 9.5%;
  border-color: rgba(170, 160, 255, 0.38);
  animation-delay: calc(var(--shamekh-siri-pulse-ms, 520ms) * -0.28);
  opacity: 0.82;
}

@keyframes orb-siri-lines-drift {
  from {
    transform: translate3d(-10%, -8%, 0) rotate(-18deg) scale(1.02, 0.96);
  }
  to {
    transform: translate3d(10%, 8%, 0) rotate(-18deg) scale(0.98, 1.04);
  }
}

@keyframes orb-siri-lines-flicker {
  0%,
  100% {
    opacity: calc(0.14 + var(--siri-energy) * 0.2);
  }
  50% {
    opacity: calc(0.28 + var(--siri-energy) * 0.34);
  }
}

@keyframes orb-shamekh-line-drift-h {
  from { transform: translateX(-6%); }
  to { transform: translateX(6%); }
}

@keyframes orb-shamekh-line-drift-d {
  from { transform: translate(-5%, -4%); }
  to { transform: translate(5%, 4%); }
}

.shamekh-siri-line {
  position: absolute;
  left: 10%;
  right: 10%;
  height: 2.6px;
  border-radius: 999px;
  pointer-events: none;
  mix-blend-mode: screen;
  opacity: calc(0.42 + var(--siri-energy) * 0.28);
  background: linear-gradient(
    90deg,
    rgba(175, 235, 255, 0) 0%,
    rgba(175, 235, 255, 0.8) 20%,
    rgba(185, 170, 255, 0.72) 50%,
    rgba(175, 235, 255, 0.8) 80%,
    rgba(175, 235, 255, 0) 100%
  );
  box-shadow: 0 0 5px rgba(140, 210, 255, 0.45);
}

.shamekh-siri-line-h {
  animation: orb-shamekh-line-drift-h var(--shamekh-siri-lines-ms, 12000ms) ease-in-out infinite alternate;
}

.shamekh-siri-line-h1 { top: 34%; }
.shamekh-siri-line-h2 { top: 50%; }
.shamekh-siri-line-h3 { top: 66%; }

.shamekh-siri-line-diag-a,
.shamekh-siri-line-diag-b {
  top: 50%;
  transform-origin: center;
  animation: orb-shamekh-line-drift-d calc(var(--shamekh-siri-lines-ms, 12000ms) * 1.08) ease-in-out infinite alternate;
}

.shamekh-siri-line-diag-a {
  transform: translate(-2%, -2%) rotate(-26deg);
}

.shamekh-siri-line-diag-b {
  transform: translate(2%, 2%) rotate(26deg);
  animation-direction: alternate-reverse;
}

/* Typography & Colors via CSS Variables */
:root {
  /* Primary Colors */
  --color-primary-light: #00aeee;
  --color-primary-mid: #0082B3;
  --color-primary-dark: #005066;
  --color-primary-accent: #42BA97;

  /* Secondary Colors */
  --color-secondary-dark: #242424;
  --color-secondary-mid: #404040;
  --color-secondary-light: #CCCCCC;
  --color-secondary-accent: #62A39F;

  /* Background */
  --background-color: #050011;
}

/* Global Body / Root */
html, body, #root {
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
  background-color: var(--background-color);
  font-family: 'Poppins', sans-serif;
  color: var(--color-secondary-light);
}

/*
 * Public pages opt out of the viewport lock above.
 *
 * The console is a fixed full-screen map application, so pinning the document
 * to the viewport is correct there. The public accident report form is a long
 * scrolling document opened on a phone, and inheriting `overflow: hidden`
 * silently truncates it below the fold with no way to reach the rest.
 * Set by `class="public-page"` on <html> in report.html.
 */
html.public-page,
html.public-page body,
html.public-page #root {
  height: auto;
  min-height: 100%;
  overflow: visible;
}

/* Typography Classes */
.display { font-size: 72pt; font-weight: 700; font-family: 'Poppins', sans-serif; }
.heading { font-size: 42pt; font-weight: 700; font-family: 'Poppins', sans-serif; }
.sub-header { font-size: 30pt; font-weight: 500; font-family: 'Poppins', sans-serif; }
.copy-text { font-size: 12pt; font-weight: 400; font-family: 'Poppins', sans-serif; }
.caption { font-size: 7pt; font-weight: 400; font-family: 'Poppins', sans-serif; }

/* Buttons */
.button-primary {
  background-color: var(--color-primary-light);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 700;
}

.button-secondary {
  background-color: var(--color-secondary-dark);
  color: var(--color-primary-accent);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  font-weight: 500;
}

/* ── Scrollbars ────────────────────────────────────────────────────────────
   The thin cyber-blue bar is the app default rather than an opt-in class, so
   a scroll region never falls back to the OS bar just because someone forgot
   to add `custom-scrollbar`. That class is kept as a no-op alias for the many
   call sites that already carry it, and for anything nested inside a surface
   that opts out. `.scrollbar-hide` still wins because it is declared after. */
*,
.custom-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 174, 238, 0.3) transparent;
}

*::-webkit-scrollbar,
.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

*::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(0, 174, 238, 0.28);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

*::-webkit-scrollbar-thumb:hover,
.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 174, 238, 0.55);
}

/* Where both axes scroll, keep the intersection from rendering as a grey box. */
*::-webkit-scrollbar-corner {
  background: transparent;
}

/* Incident Queue list — the global cyan rail, one pixel slimmer. It used to be a
   gradient track under a glowing gradient thumb, which nothing else in the app
   looks like. No `scrollbar-gutter: stable` on purpose: with a classic bar the
   browser then hands the space back whenever the list fits, so the cards fill
   the panel and only give way once there is something to scroll. */
.incident-queue-scroll {
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 174, 238, 0.3) transparent;
}

.incident-queue-scroll::-webkit-scrollbar {
  width: 5px;
}

.incident-queue-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.incident-queue-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 174, 238, 0.28);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.incident-queue-scroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 174, 238, 0.55);
}

/* Exactly three collapsed queue cards visible before scroll. */
.incident-queue-list-cap {
  max-height: calc(3 * 72px + 2 * 8px);
}

/* Updated to Cyber Blue (#00aeee) */
@keyframes orb-halo {
  0%, 100% {
    /* Inner tight glow and outer soft aura */
    box-shadow: 0 0 18px rgba(0, 174, 238, 0.4), 0 0 40px rgba(0, 174, 238, 0.1);
  }
  50% {
    /* Peak pulse - brighter and wider */
    box-shadow: 0 0 24px rgba(0, 174, 238, 0.6), 0 0 56px rgba(0, 174, 238, 0.2);
  }
}

.animate-orb-halo {
  animation: orb-halo 2.5s ease-in-out infinite;
}

@keyframes orb-halo-red {
  0%, 100% {
    box-shadow: 0 0 18px rgba(238, 0, 48, 0.4), 0 0 40px rgba(238, 0, 48, 0.1);
  }
  50% {
    box-shadow: 0 0 24px rgba(238, 0, 48, 0.6), 0 0 56px rgba(238, 0, 48, 0.2);
  }
}

.animate-orb-halo-red {
  animation: orb-halo-red 2.5s ease-in-out infinite;
}

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

/* ─────────────────────────────────────────────────────────────────────
   Shamekh command-center orb — living cyan plasma wrapper.
   Scoped to `.shamekh-orb-*` so Fayez is never touched. Core art lives
   on a canvas (ShamekhLivingOrb); these layers are outer aura / pulse.
   ───────────────────────────────────────────────────────────────────── */
@keyframes shamekh-orb-aura-spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes shamekh-orb-aura-spin-rev {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes shamekh-orb-pulse {
  0% { transform: scale(0.92); opacity: 0; }
  18% { opacity: 0.62; }
  100% { transform: scale(1.62); opacity: 0; }
}

.shamekh-orb-aura {
  position: absolute;
  inset: -22px;
  border-radius: 9999px;
  background: conic-gradient(
    from 0deg,
    rgba(0, 174, 238, 0) 0deg,
    rgba(0, 174, 238, 0) 40deg,
    rgba(0, 183, 255, 0.62) 118deg,
    rgba(180, 235, 255, 0.38) 168deg,
    rgba(0, 174, 238, 0) 248deg,
    rgba(0, 174, 238, 0) 360deg
  );
  filter: blur(12px);
  opacity: 0.72;
  animation: shamekh-orb-aura-spin 9s linear infinite;
  will-change: transform;
  transition: opacity 320ms ease;
}

.shamekh-orb-aura[data-active="1"] {
  opacity: 1;
}

.shamekh-orb-aura-2 {
  position: absolute;
  inset: -14px;
  border-radius: 9999px;
  background: conic-gradient(
    from 110deg,
    transparent 0deg,
    rgba(80, 210, 255, 0.4) 88deg,
    transparent 190deg,
    rgba(0, 100, 160, 0.36) 290deg,
    transparent 360deg
  );
  filter: blur(16px);
  opacity: 0.55;
  animation: shamekh-orb-aura-spin-rev 12s linear infinite;
  will-change: transform;
  transition: opacity 320ms ease;
}

.shamekh-orb-aura-2[data-active="1"] {
  opacity: 0.88;
}

.shamekh-orb-pulse {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  border: 1.5px solid rgba(0, 183, 255, 0.55);
  box-shadow: 0 0 12px rgba(0, 174, 238, 0.25);
  animation: shamekh-orb-pulse 2.4s ease-out infinite;
  will-change: transform, opacity;
}

.shamekh-orb-pulse.is-delayed {
  animation-delay: 1.15s;
}

.shamekh-orb-rim {
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  box-shadow:
    inset 0 0 0 1px rgba(160, 230, 255, 0.4),
    inset 0 2px 14px rgba(255, 255, 255, 0.1),
    inset 0 -10px 24px rgba(0, 20, 40, 0.55);
  pointer-events: none;
}

@media (prefers-reduced-motion: reduce) {
  .shamekh-orb-aura,
  .shamekh-orb-aura-2,
  .shamekh-orb-pulse {
    animation: none;
  }
}

/* ═══════════════════════════════════════════════════════════════════════════
   C2 TACTICAL LAYER — Incident Ops
   A command-and-control visual language: bracketed frames instead of soft
   cards, severity carried on an edge-lit spine rather than a pill, and motion
   reserved for things that are genuinely live.
   ═══════════════════════════════════════════════════════════════════════════ */

/* --- Notched frame -------------------------------------------------------
   Bevelled top-right / bottom-left corners. Drawn as a background layer so the
   1px edge survives the clip (a clip-path on the element itself eats borders). */
/* `:where()` gives this zero specificity, so a Tailwind position utility
   (`fixed`, `absolute`, ...) on the same element still wins. Without it this
   rule sits after Tailwind in the cascade and silently overrides `fixed`,
   dropping positioned panels back into normal flow. */
:where(.c2-frame) {
  position: relative;
}
.c2-frame {
  isolation: isolate;
}
.c2-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: var(--c2-edge, rgba(0, 183, 255, 0.34));
  clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 14px 100%, 0 calc(100% - 14px));
}
.c2-frame::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  background: var(--c2-fill, rgba(7, 11, 18, 0.92));
  /* Blur lives on the fill, not the frame: a backdrop-filter on the element
     itself is not clipped by the notch, so the bevelled corners would show
     blurred-but-untinted map. */
  backdrop-filter: blur(28px) saturate(160%);
  -webkit-backdrop-filter: blur(28px) saturate(160%);
  clip-path: polygon(0 0, calc(100% - 13px) 0, 100% 13px, 100% 100%, 13px 100%, 0 calc(100% - 13px));
}

/* --- Corner brackets -----------------------------------------------------
   Four L-shaped registration marks. Purely decorative, never hit-tested. */
:where(.c2-brackets) { position: relative; }
.c2-brackets > .c2-bracket {
  position: absolute;
  width: 9px;
  height: 9px;
  border-color: var(--c2-bracket, rgba(0, 183, 255, 0.85));
  pointer-events: none;
  z-index: 2;
}
.c2-bracket.tl { top: 3px;    left: 3px;    border-top: 1px solid;  border-left: 1px solid; }
.c2-bracket.tr { top: 3px;    right: 3px;   border-top: 1px solid;  border-right: 1px solid; }
.c2-bracket.bl { bottom: 3px; left: 3px;    border-bottom: 1px solid; border-left: 1px solid; }
.c2-bracket.br { bottom: 3px; right: 3px;   border-bottom: 1px solid; border-right: 1px solid; }

/* --- Severity spine ------------------------------------------------------
   A 2px edge-lit rail. The glow is the severity signal; colour alone is too
   quiet against a moving satellite basemap. */
.c2-spine {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgb(var(--c2-sev, 0 183 255));
  box-shadow:
    0 0 6px rgba(var(--c2-sev, 0 183 255), 0.9),
    0 0 16px rgba(var(--c2-sev, 0 183 255), 0.45);
}

/* --- Scan sweep ----------------------------------------------------------
   One pass of light across a surface. Fires on hover, or continuously for a
   live incident. */
@keyframes c2-sweep {
  0%   { transform: translateX(-110%); opacity: 0; }
  12%  { opacity: 1; }
  88%  { opacity: 1; }
  100% { transform: translateX(110%); opacity: 0; }
}
.c2-sweep {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.c2-sweep::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 38%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(var(--c2-sev, 0 183 255), 0.13),
    transparent
  );
  transform: translateX(-110%);
}
.c2-sweep-hover:hover .c2-sweep::after { animation: c2-sweep 900ms ease-out; }
.c2-sweep-live .c2-sweep::after { animation: c2-sweep 2600ms ease-in-out infinite; }

/* --- Threat pulse --------------------------------------------------------
   Reserved for CRITICAL. A breathing rim, not a flash — it has to survive
   being on screen for an hour without exhausting the operator. */
@keyframes c2-threat {
  0%, 100% { box-shadow: inset 0 0 0 1px rgba(var(--c2-sev), 0.30), 0 0 10px -2px rgba(var(--c2-sev), 0.30); }
  50%      { box-shadow: inset 0 0 0 1px rgba(var(--c2-sev), 0.65), 0 0 20px -2px rgba(var(--c2-sev), 0.55); }
}
.c2-threat { animation: c2-threat 2400ms ease-in-out infinite; }

/* --- Live status dot ----------------------------------------------------- */
@keyframes c2-ping {
  0%   { transform: scale(1);   opacity: 0.85; }
  70%  { transform: scale(2.6); opacity: 0; }
  100% { transform: scale(2.6); opacity: 0; }
}
.c2-ping::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 9999px;
  background: currentColor;
  animation: c2-ping 1900ms cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* --- Telemetry readout ---------------------------------------------------
   Tabular figures so digits don't jitter as values tick. */
/* Zero specificity for the same reason as .c2-frame: `letter-spacing` and
   `font-variant-numeric` here would otherwise beat every `tracking-*` and
   `tabular-nums` utility this class is paired with. */
:where(.c2-mono) {
  font-family: ui-monospace, "SFMono-Regular", "JetBrains Mono", Menlo, Consolas, monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.04em;
}

/* --- Hairline grid texture ----------------------------------------------- */
.c2-grid-texture {
  background-image:
    linear-gradient(rgba(0, 183, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 183, 255, 0.035) 1px, transparent 1px);
  background-size: 22px 22px;
}

@media (prefers-reduced-motion: reduce) {
  .c2-sweep::after,
  .c2-threat,
  .c2-ping::after {
    animation: none !important;
  }
}

/* ── Etched corners ─────────────────────────────────────────────────────────
   The nav rail draws its buttons with no border-radius at all, and the admin
   consoles are meant to read as the same chassis bolted together. A page opts
   in by putting `etched-corners` on its root: that beats stripping the radius
   off the several hundred utility classes spread across those files, and it
   keeps the convention in one place for the next page that wants it.

   `rounded-full` is deliberately left alone. Avatars, status dots, toggles,
   spinners and count pills stay circular, and that contrast is what makes the
   square panels read as deliberate rather than as a stylesheet that failed to
   load.

   The top bar is excluded because it is global chrome. Squaring it only on the
   pages that opt in would make it change shape as you navigate between them.

   Specificity here is (0,4,0) against a utility's (0,1,0), so no !important is
   needed and a one-off inline style can still win. */
.etched-corners
  [class*="rounded"]:not([class*="rounded-full"]):not(.app-topbar):not(.app-topbar *) {
  border-radius: 0;
}

/* ── Live caller emotion ────────────────────────────────────────────────────
   The emotional-state block on the call review panel is the one part of that
   page that changes while the recording plays, and a value that silently swaps
   out reads as a static label that happened to be wrong a moment ago. These
   give the change a body: the readout kicks when the caller's turn advances,
   and the dial keeps a slow pulse so it is obviously tracking the audio rather
   than frozen. Re-mount the element with a changing `key` to replay `emo-bump`.
*/
@keyframes emo-bump {
  0%   { transform: scale(1);    }
  28%  { transform: scale(1.055); }
  62%  { transform: scale(0.988); }
  100% { transform: scale(1);    }
}
.animate-emo-bump {
  animation: emo-bump 620ms cubic-bezier(0.22, 0.9, 0.28, 1);
}

@keyframes emo-pop {
  0%   { transform: scale(0.86); opacity: 0.45; }
  55%  { transform: scale(1.09); opacity: 1;    }
  100% { transform: scale(1);    opacity: 1;    }
}
.animate-emo-pop {
  animation: emo-pop 520ms cubic-bezier(0.22, 0.9, 0.28, 1);
}

/* Expanding halo off the live status dot — the "we are still reading this"
   signal, kept cheap so it can run for the length of a call. */
@keyframes emo-ping {
  0%   { transform: scale(1);   opacity: 0.7; }
  70%  { transform: scale(2.8); opacity: 0;   }
  100% { transform: scale(2.8); opacity: 0;   }
}
.animate-emo-ping {
  animation: emo-ping 1.9s cubic-bezier(0, 0, 0.2, 1) infinite;
}

/* The same idea as `emo-ping` but sized for the distress dial, where a halo
   expanding to nearly three times the element would spill across the column. */
@keyframes emo-halo {
  0%   { transform: scale(1);    opacity: 0.5; }
  70%  { transform: scale(1.16); opacity: 0;   }
  100% { transform: scale(1.16); opacity: 0;   }
}
.animate-emo-halo {
  animation: emo-halo 2.2s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes emo-breathe {
  0%, 100% { transform: scale(1);     }
  50%      { transform: scale(1.022); }
}
.animate-emo-breathe {
  animation: emo-breathe 2.6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .animate-emo-bump,
  .animate-emo-pop,
  .animate-emo-ping,
  .animate-emo-halo,
  .animate-emo-breathe {
    animation: none !important;
  }
}

/* Incident Ops has no `etched-corners` root — it is a live map with floating
   overlays, not a console page, so squaring every descendant would take the
   sidebar, map controls, orb and modals with it. The Incident Queue opts in on
   its own instead, with the same `rounded-full` carve-out so its live dot and
   count pill stay circular against the now-square panel and cards.

   City Status next to it does the same thing by hand — see `DOCK_SURFACE` in
   CityStatusDock.tsx. Between them the whole right rail shares one edge. */
.incident-queue-panel [class*="rounded"]:not([class*="rounded-full"]) {
  border-radius: 0;
}

/* ---------------------------------------------------------------------------
   GIS console motion (Camera Coverage / Virtual Patrol / Smart Map).

   Motion here is strictly informational: it marks a thing that arrived, is
   live, or is being computed. Nothing loops purely for decoration — an
   operations console that shimmers all day trains people to ignore movement,
   which is the one channel a live alert needs. Transform/opacity only, so the
   compositor handles it and the ArcGIS WebGL canvas keeps its frame budget.
   ------------------------------------------------------------------------- */

/* A row/badge that just entered the list. */
@keyframes gis-pop {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  60% {
    transform: scale(1.08);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* Results/panel content settling in after a query resolves. */
@keyframes gis-rise {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animate-gis-rise {
  animation: gis-rise 220ms ease-out both;
}

/* Gauge / mix-bar fill — width is set inline; this is the grow-in. */
@keyframes gis-gauge {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
.animate-gis-gauge {
  animation: gis-gauge 520ms cubic-bezier(0.22, 0.9, 0.28, 1) both;
}

/* Live stop / vision sample — a cheap halo so "happening now" is visible. */
@keyframes gis-live {
  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.35);
    opacity: 0.7;
  }
}
.animate-gis-live {
  animation: gis-live 1.4s ease-in-out infinite;
}

/* Viewshed legend radar — a sweep that only runs while cones are projected. */
@keyframes gis-radar {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.gis-radar {
  position: relative;
}
.gis-radar::before {
  content: '';
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(0, 174, 238, 0.25);
  border-radius: 0;
  pointer-events: none;
}
.gis-radar-sweep {
  animation: gis-radar 4.5s linear infinite;
  transform-origin: 50% 50%;
}

/* Query / sample in-flight — the chat bar and sample button. */
@keyframes gis-pulse-border {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 174, 238, 0.35);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(0, 174, 238, 0);
  }
}
.animate-gis-pulse-border {
  animation: gis-pulse-border 1.6s ease-out infinite;
}

/* Indeterminate progress along the top of a panel that is computing —
   a viewshed batch, an LLM narrative, a patrol dwell. */
@keyframes gis-scan {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(300%);
  }
}
.gis-scanline {
  position: relative;
  overflow: hidden;
}
.gis-scanline::after {
  content: '';
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  block-size: 1px;
  inline-size: 33%;
  background: linear-gradient(90deg, transparent, #00aeee, transparent);
  animation: gis-scan 1.4s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
  .animate-gis-rise,
  .animate-gis-gauge,
  .animate-gis-live,
  .gis-radar-sweep,
  .animate-gis-pulse-border,
  .gis-scanline::after {
    animation: none !important;
  }
  .gis-scanline::after {
    display: none;
  }
}

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

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

.placeholder\:text-\[\#2A3D4D\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(42 61 77 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#2A3D4D\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(42 61 77 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#4A596B\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(74 89 107 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#4A596B\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(74 89 107 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#5C6570\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(92 101 112 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#5C6570\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(92 101 112 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#6B7684\]::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 118 132 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#6B7684\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(107 118 132 / var(--tw-text-opacity, 1));
}

.placeholder\:text-white\/20::-moz-placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder\:text-white\/20::placeholder {
  color: rgb(255 255 255 / 0.2);
}

.placeholder\:text-white\/25::-moz-placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder\:text-white\/25::placeholder {
  color: rgb(255 255 255 / 0.25);
}

.placeholder\:text-white\/30::-moz-placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder\:text-white\/30::placeholder {
  color: rgb(255 255 255 / 0.3);
}

.placeholder\:text-white\/35::-moz-placeholder {
  color: rgb(255 255 255 / 0.35);
}

.placeholder\:text-white\/35::placeholder {
  color: rgb(255 255 255 / 0.35);
}

.first\:mt-0:first-child {
  margin-top: 0px;
}

.first\:border-l-0:first-child {
  border-left-width: 0px;
}

.first\:border-t-0:first-child {
  border-top-width: 0px;
}

.first\:pl-0:first-child {
  padding-left: 0px;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

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

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

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.odd\:bg-white\/\[0\.02\]:nth-child(odd) {
  background-color: rgb(255 255 255 / 0.02);
}

.empty\:hidden:empty {
  display: none;
}

.focus-within\:border-\[\#00AEEE\]\/60:focus-within {
  border-color: rgb(0 174 238 / 0.6);
}

.focus-within\:border-\[\#00aeee\]:focus-within {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 238 / var(--tw-border-opacity, 1));
}

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

.focus-within\:ring-\[\#00AEEE\]\/50:focus-within {
  --tw-ring-color: rgb(0 174 238 / 0.5);
}

.focus-within\:ring-\[\#00aeee\]\/40:focus-within {
  --tw-ring-color: rgb(0 174 238 / 0.4);
}

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

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

.hover\:scale-\[1\.04\]:hover {
  --tw-scale-x: 1.04;
  --tw-scale-y: 1.04;
  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-\[\#008293\]\/40:hover {
  border-color: rgb(0 130 147 / 0.4);
}

.hover\:border-\[\#00AEEE\]\/25:hover {
  border-color: rgb(0 174 238 / 0.25);
}

.hover\:border-\[\#00AEEE\]\/30:hover {
  border-color: rgb(0 174 238 / 0.3);
}

.hover\:border-\[\#00AEEE\]\/35:hover {
  border-color: rgb(0 174 238 / 0.35);
}

.hover\:border-\[\#00AEEE\]\/40:hover {
  border-color: rgb(0 174 238 / 0.4);
}

.hover\:border-\[\#00AEEE\]\/45:hover {
  border-color: rgb(0 174 238 / 0.45);
}

.hover\:border-\[\#00AEEE\]\/50:hover {
  border-color: rgb(0 174 238 / 0.5);
}

.hover\:border-\[\#00AEEE\]\/55:hover {
  border-color: rgb(0 174 238 / 0.55);
}

.hover\:border-\[\#00AEEE\]\/80:hover {
  border-color: rgb(0 174 238 / 0.8);
}

.hover\:border-\[\#00C853\]\/50:hover {
  border-color: rgb(0 200 83 / 0.5);
}

.hover\:border-\[\#00aeee\]\/20:hover {
  border-color: rgb(0 174 238 / 0.2);
}

.hover\:border-\[\#00aeee\]\/40:hover {
  border-color: rgb(0 174 238 / 0.4);
}

.hover\:border-\[\#00aeee\]\/45:hover {
  border-color: rgb(0 174 238 / 0.45);
}

.hover\:border-\[\#00aeee\]\/50:hover {
  border-color: rgb(0 174 238 / 0.5);
}

.hover\:border-\[\#00aeee\]\/70:hover {
  border-color: rgb(0 174 238 / 0.7);
}

.hover\:border-\[\#00d9e8\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 217 232 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#00d9e8\]\/70:hover {
  border-color: rgb(0 217 232 / 0.7);
}

.hover\:border-\[\#3D4F5E\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(61 79 94 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#5a6b80\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(90 107 128 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#FF3B5C\]\/20:hover {
  border-color: rgb(255 59 92 / 0.2);
}

.hover\:border-\[\#FF3B5C\]\/35:hover {
  border-color: rgb(255 59 92 / 0.35);
}

.hover\:border-\[\#FF3B5C\]\/50:hover {
  border-color: rgb(255 59 92 / 0.5);
}

.hover\:border-\[\#FF3B5C\]\/60:hover {
  border-color: rgb(255 59 92 / 0.6);
}

.hover\:border-\[\#FF3B5C\]\/70:hover {
  border-color: rgb(255 59 92 / 0.7);
}

.hover\:border-amber-400\/55:hover {
  border-color: rgb(251 191 36 / 0.55);
}

.hover\:border-brand\/40:hover {
  border-color: rgb(0 174 238 / 0.4);
}

.hover\:border-brand\/45:hover {
  border-color: rgb(0 174 238 / 0.45);
}

.hover\:border-brand\/50:hover {
  border-color: rgb(0 174 238 / 0.5);
}

.hover\:border-brand\/60:hover {
  border-color: rgb(0 174 238 / 0.6);
}

.hover\:border-emerald-400\/55:hover {
  border-color: rgb(52 211 153 / 0.55);
}

.hover\:border-red-400\/45:hover {
  border-color: rgb(248 113 113 / 0.45);
}

.hover\:border-red-400\/60:hover {
  border-color: rgb(248 113 113 / 0.6);
}

.hover\:border-red-400\/80:hover {
  border-color: rgb(248 113 113 / 0.8);
}

.hover\:border-red-500\/30:hover {
  border-color: rgb(239 68 68 / 0.3);
}

.hover\:border-rose-400\/55:hover {
  border-color: rgb(251 113 133 / 0.55);
}

.hover\:border-violet-400\/40:hover {
  border-color: rgb(167 139 250 / 0.4);
}

.hover\:border-violet-400\/50:hover {
  border-color: rgb(167 139 250 / 0.5);
}

.hover\:border-violet-400\/55:hover {
  border-color: rgb(167 139 250 / 0.55);
}

.hover\:border-white\/10:hover {
  border-color: rgb(255 255 255 / 0.1);
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:border-white\/25:hover {
  border-color: rgb(255 255 255 / 0.25);
}

.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:border-white\/\[0\.06\]:hover {
  border-color: rgb(255 255 255 / 0.06);
}

.hover\:border-white\/\[0\.12\]:hover {
  border-color: rgb(255 255 255 / 0.12);
}

.hover\:border-white\/\[0\.16\]:hover {
  border-color: rgb(255 255 255 / 0.16);
}

.hover\:border-white\/\[0\.2\]:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:border-yellow-600\/50:hover {
  border-color: rgb(202 138 4 / 0.5);
}

.hover\:bg-\[\#0082B3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 130 179 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0098d4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 152 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#00AEEE\]\/10:hover {
  background-color: rgb(0 174 238 / 0.1);
}

.hover\:bg-\[\#00AEEE\]\/15:hover {
  background-color: rgb(0 174 238 / 0.15);
}

.hover\:bg-\[\#00AEEE\]\/20:hover {
  background-color: rgb(0 174 238 / 0.2);
}

.hover\:bg-\[\#00AEEE\]\/25:hover {
  background-color: rgb(0 174 238 / 0.25);
}

.hover\:bg-\[\#00AEEE\]\/80:hover {
  background-color: rgb(0 174 238 / 0.8);
}

.hover\:bg-\[\#00AEEE\]\/\[0\.06\]:hover {
  background-color: rgb(0 174 238 / 0.06);
}

.hover\:bg-\[\#00aeee\]\/10:hover {
  background-color: rgb(0 174 238 / 0.1);
}

.hover\:bg-\[\#00aeee\]\/15:hover {
  background-color: rgb(0 174 238 / 0.15);
}

.hover\:bg-\[\#00aeee\]\/20:hover {
  background-color: rgb(0 174 238 / 0.2);
}

.hover\:bg-\[\#00aeee\]\/25:hover {
  background-color: rgb(0 174 238 / 0.25);
}

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

.hover\:bg-\[\#00aeee\]\/35:hover {
  background-color: rgb(0 174 238 / 0.35);
}

.hover\:bg-\[\#00aeee\]\/5:hover {
  background-color: rgb(0 174 238 / 0.05);
}

.hover\:bg-\[\#00aeee\]\/\[0\.07\]:hover {
  background-color: rgb(0 174 238 / 0.07);
}

.hover\:bg-\[\#00d9e8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 217 232 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#071d2e\]\/95:hover {
  background-color: rgb(7 29 46 / 0.95);
}

.hover\:bg-\[\#0A1520\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 21 32 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0a121d\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 18 29 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0b0e13\]\/80:hover {
  background-color: rgb(11 14 19 / 0.8);
}

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

.hover\:bg-\[\#101c2b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 28 43 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-\[\#2F2F2F\]\/60:hover {
  background-color: rgb(47 47 47 / 0.6);
}

.hover\:bg-\[\#2F2F2F\]\/85:hover {
  background-color: rgb(47 47 47 / 0.85);
}

.hover\:bg-\[\#45d1ff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 209 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#FF1A3C\]\/10:hover {
  background-color: rgb(255 26 60 / 0.1);
}

.hover\:bg-\[\#FF1A3C\]\/20:hover {
  background-color: rgb(255 26 60 / 0.2);
}

.hover\:bg-amber-400\/15:hover {
  background-color: rgb(251 191 36 / 0.15);
}

.hover\:bg-amber-400\/20:hover {
  background-color: rgb(251 191 36 / 0.2);
}

.hover\:bg-amber-500\/\[0\.05\]:hover {
  background-color: rgb(245 158 11 / 0.05);
}

.hover\:bg-black\/45:hover {
  background-color: rgb(0 0 0 / 0.45);
}

.hover\:bg-black\/65:hover {
  background-color: rgb(0 0 0 / 0.65);
}

.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-black\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-blue-500\/30:hover {
  background-color: rgb(59 130 246 / 0.3);
}

.hover\:bg-brand-soft:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(103 217 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand\/10:hover {
  background-color: rgb(0 174 238 / 0.1);
}

.hover\:bg-brand\/20:hover {
  background-color: rgb(0 174 238 / 0.2);
}

.hover\:bg-brand\/25:hover {
  background-color: rgb(0 174 238 / 0.25);
}

.hover\:bg-brand\/\[0\.07\]:hover {
  background-color: rgb(0 174 238 / 0.07);
}

.hover\:bg-brand\/\[0\.12\]:hover {
  background-color: rgb(0 174 238 / 0.12);
}

.hover\:bg-brand\/\[0\.28\]:hover {
  background-color: rgb(0 174 238 / 0.28);
}

.hover\:bg-cyan-500\/20:hover {
  background-color: rgb(6 182 212 / 0.2);
}

.hover\:bg-cyan-500\/30:hover {
  background-color: rgb(6 182 212 / 0.3);
}

.hover\:bg-emerald-400\/10:hover {
  background-color: rgb(52 211 153 / 0.1);
}

.hover\:bg-emerald-400\/20:hover {
  background-color: rgb(52 211 153 / 0.2);
}

.hover\:bg-emerald-500\/15:hover {
  background-color: rgb(16 185 129 / 0.15);
}

.hover\:bg-emerald-500\/20:hover {
  background-color: rgb(16 185 129 / 0.2);
}

.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-500\/20:hover {
  background-color: rgb(249 115 22 / 0.2);
}

.hover\:bg-orange-500\/35:hover {
  background-color: rgb(249 115 22 / 0.35);
}

.hover\:bg-orange-500\/50:hover {
  background-color: rgb(249 115 22 / 0.5);
}

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

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-500\/10:hover {
  background-color: rgb(239 68 68 / 0.1);
}

.hover\:bg-red-500\/15:hover {
  background-color: rgb(239 68 68 / 0.15);
}

.hover\:bg-red-500\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

.hover\:bg-red-500\/25:hover {
  background-color: rgb(239 68 68 / 0.25);
}

.hover\:bg-red-500\/30:hover {
  background-color: rgb(239 68 68 / 0.3);
}

.hover\:bg-red-500\/35:hover {
  background-color: rgb(239 68 68 / 0.35);
}

.hover\:bg-red-500\/40:hover {
  background-color: rgb(239 68 68 / 0.4);
}

.hover\:bg-red-500\/50:hover {
  background-color: rgb(239 68 68 / 0.5);
}

.hover\:bg-red-500\/80:hover {
  background-color: rgb(239 68 68 / 0.8);
}

.hover\:bg-red-500\/\[0\.05\]:hover {
  background-color: rgb(239 68 68 / 0.05);
}

.hover\:bg-red-500\/\[0\.08\]:hover {
  background-color: rgb(239 68 68 / 0.08);
}

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

.hover\:bg-red-600\/80:hover {
  background-color: rgb(220 38 38 / 0.8);
}

.hover\:bg-rose-500\/15:hover {
  background-color: rgb(244 63 94 / 0.15);
}

.hover\:bg-slate-800\/70:hover {
  background-color: rgb(30 41 59 / 0.7);
}

.hover\:bg-violet-400\/20:hover {
  background-color: rgb(167 139 250 / 0.2);
}

.hover\:bg-violet-400\/25:hover {
  background-color: rgb(167 139 250 / 0.25);
}

.hover\:bg-violet-500\/\[0\.05\]:hover {
  background-color: rgb(139 92 246 / 0.05);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.hover\:bg-yellow-500\/30:hover {
  background-color: rgb(234 179 8 / 0.3);
}

.hover\:bg-yellow-600\/40:hover {
  background-color: rgb(202 138 4 / 0.4);
}

.hover\:from-emerald-500:hover {
  --tw-gradient-from: #10b981 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(16 185 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-600:hover {
  --tw-gradient-from: #475569 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(71 85 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-emerald-400:hover {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}

.hover\:to-slate-700:hover {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}

.hover\:text-\[\#00AEEE\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 174 238 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#00aeee\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 174 238 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#00d9e8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 217 232 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#35c8ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(53 200 255 / var(--tw-text-opacity, 1));
}

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

.hover\:text-\[\#67d9fd\]:hover {
  --tw-text-opacity: 1;
  color: rgb(103 217 253 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#7FD9FF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(127 217 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#7edfff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(126 223 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#8de7ff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(141 231 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#9CA6AE\]:hover {
  --tw-text-opacity: 1;
  color: rgb(156 166 174 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#E6E8EB\]:hover {
  --tw-text-opacity: 1;
  color: rgb(230 232 235 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#FF7A90\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 122 144 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#FF8FB1\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 143 177 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#a8e4fa\]:hover {
  --tw-text-opacity: 1;
  color: rgb(168 228 250 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-soft:hover {
  --tw-text-opacity: 1;
  color: rgb(103 217 253 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-200:hover {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-300:hover {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-400:hover {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-400\/80:hover {
  color: rgb(34 211 238 / 0.8);
}

.hover\:text-emerald-100:hover {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-400:hover {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.hover\:text-red-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.hover\:text-red-300:hover {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-violet-200:hover {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

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

.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-white\/65:hover {
  color: rgb(255 255 255 / 0.65);
}

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-white\/85:hover {
  color: rgb(255 255 255 / 0.85);
}

.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-yellow-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:opacity-85:hover {
  opacity: 0.85;
}

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

.hover\:opacity-95:hover {
  opacity: 0.95;
}

.hover\:opacity-\[0\.92\]:hover {
  opacity: 0.92;
}

.hover\:shadow-\[0_0_18px_rgba\(0\2c 174\2c 238\2c 0\.12\)\]:hover {
  --tw-shadow: 0 0 18px rgba(0,174,238,0.12);
  --tw-shadow-colored: 0 0 18px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_0_20px_rgba\(0\2c 174\2c 238\2c 0\.35\)\]:hover {
  --tw-shadow: 0 0 20px rgba(0,174,238,0.35);
  --tw-shadow-colored: 0 0 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_4px_24px_rgba\(0\2c 174\2c 238\2c 0\.4\)\]:hover {
  --tw-shadow: 0 4px 24px rgba(0,174,238,0.4);
  --tw-shadow-colored: 0 4px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_6px_32px_rgba\(0\2c 174\2c 238\2c 0\.38\)\]:hover {
  --tw-shadow: 0 6px 32px rgba(0,174,238,0.38);
  --tw-shadow-colored: 0 6px 32px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_8px_24px_rgba\(0\2c 0\2c 0\2c 0\.35\)\]:hover {
  --tw-shadow: 0 8px 24px rgba(0,0,0,0.35);
  --tw-shadow-colored: 0 8px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:brightness-110:hover {
  --tw-brightness: brightness(1.1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:brightness-125:hover {
  --tw-brightness: brightness(1.25);
  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);
}

.focus\:border-\[\#00AEEE\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 174 238 / var(--tw-border-opacity, 1));
}

.focus\:border-\[\#00AEEE\]\/35:focus {
  border-color: rgb(0 174 238 / 0.35);
}

.focus\:border-\[\#00AEEE\]\/50:focus {
  border-color: rgb(0 174 238 / 0.5);
}

.focus\:border-\[\#00AEEE\]\/60:focus {
  border-color: rgb(0 174 238 / 0.6);
}

.focus\:border-\[\#00aeee\]\/50:focus {
  border-color: rgb(0 174 238 / 0.5);
}

.focus\:border-\[\#00aeee\]\/60:focus {
  border-color: rgb(0 174 238 / 0.6);
}

.focus\:border-\[\#27A0E6\]\/70:focus {
  border-color: rgb(39 160 230 / 0.7);
}

.focus\:border-\[\#FF3B5C\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 59 92 / var(--tw-border-opacity, 1));
}

.focus\:border-brand\/40:focus {
  border-color: rgb(0 174 238 / 0.4);
}

.focus\:border-brand\/60:focus {
  border-color: rgb(0 174 238 / 0.6);
}

.focus\:border-cyan-500\/30:focus {
  border-color: rgb(6 182 212 / 0.3);
}

.focus\:border-green-500\/60:focus {
  border-color: rgb(34 197 94 / 0.6);
}

.focus\:border-red-500\/60:focus {
  border-color: rgb(239 68 68 / 0.6);
}

.focus\:bg-black\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:text-\[\#00aeee\]:focus {
  --tw-text-opacity: 1;
  color: rgb(0 174 238 / var(--tw-text-opacity, 1));
}

.focus\:opacity-100:focus {
  opacity: 1;
}

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

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

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

.focus\:ring-\[\#00AEEE\]\/25:focus {
  --tw-ring-color: rgb(0 174 238 / 0.25);
}

.focus\:ring-\[\#00AEEE\]\/35:focus {
  --tw-ring-color: rgb(0 174 238 / 0.35);
}

.focus\:ring-cyan-500\/40:focus {
  --tw-ring-color: rgb(6 182 212 / 0.4);
}

.focus-visible\:border-\[\#00AEEE\]\/60:focus-visible {
  border-color: rgb(0 174 238 / 0.6);
}

.focus-visible\:bg-\[\#00AEEE\]\/10:focus-visible {
  background-color: rgb(0 174 238 / 0.1);
}

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

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

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

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

.focus-visible\:outline-\[\#00aeee\]:focus-visible {
  outline-color: #00aeee;
}

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

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

.focus-visible\:ring-inset:focus-visible {
  --tw-ring-inset: inset;
}

.focus-visible\:ring-\[\#00AEEE\]\/50:focus-visible {
  --tw-ring-color: rgb(0 174 238 / 0.5);
}

.focus-visible\:ring-\[\#00aeee\]:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 174 238 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-\[\#00d1ff\]\/55:focus-visible {
  --tw-ring-color: rgb(0 209 255 / 0.55);
}

.focus-visible\:ring-\[\#27A0E6\]\/50:focus-visible {
  --tw-ring-color: rgb(39 160 230 / 0.5);
}

.focus-visible\:ring-brand:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 174 238 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-cyan-300:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

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

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

.focus-visible\:ring-offset-\[\#17181c\]:focus-visible {
  --tw-ring-offset-color: #17181c;
}

.focus-visible\:ring-offset-black:focus-visible {
  --tw-ring-offset-color: #000;
}

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

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

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

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

.active\:bg-\[\#00aeee\]\/25:active {
  background-color: rgb(0 174 238 / 0.25);
}

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

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

.enabled\:hover\:text-white\/85:hover:enabled {
  color: rgb(255 255 255 / 0.85);
}

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

.disabled\:cursor-default:disabled {
  cursor: default;
}

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

.disabled\:bg-\[\#1FC4FF\]:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(31 196 255 / var(--tw-bg-opacity, 1));
}

.disabled\:opacity-20:disabled {
  opacity: 0.2;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

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

.disabled\:opacity-35:disabled {
  opacity: 0.35;
}

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

.disabled\:opacity-45:disabled {
  opacity: 0.45;
}

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

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:hover\:scale-100:hover:disabled {
  --tw-scale-x: 1;
  --tw-scale-y: 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));
}

.disabled\:hover\:border-\[\#00AEEE\]\/40:hover:disabled {
  border-color: rgb(0 174 238 / 0.4);
}

.disabled\:hover\:border-red-400\/35:hover:disabled {
  border-color: rgb(248 113 113 / 0.35);
}

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

.disabled\:hover\:bg-black\/25:hover:disabled {
  background-color: rgb(0 0 0 / 0.25);
}

.disabled\:hover\:bg-red-500\/15:hover:disabled {
  background-color: rgb(239 68 68 / 0.15);
}

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

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

.disabled\:hover\:text-white\/55:hover:disabled {
  color: rgb(255 255 255 / 0.55);
}

.disabled\:hover\:brightness-100:hover:disabled {
  --tw-brightness: brightness(1);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.group:focus-within .group-focus-within\:text-brand {
  --tw-text-opacity: 1;
  color: rgb(0 174 238 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\: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));
}

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

.group:hover .group-hover\:border-\[\#00AEEE\]\/50 {
  border-color: rgb(0 174 238 / 0.5);
}

.group:hover .group-hover\:border-\[\#00aeee\]\/30 {
  border-color: rgb(0 174 238 / 0.3);
}

.group:hover .group-hover\:text-\[\#00aeee\] {
  --tw-text-opacity: 1;
  color: rgb(0 174 238 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-\[\#67d9fd\] {
  --tw-text-opacity: 1;
  color: rgb(103 217 253 / var(--tw-text-opacity, 1));
}

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

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

.group:hover .group-hover\:text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.group:hover .group-hover\:text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.group:hover .group-hover\:text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.group:hover .group-hover\:text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

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

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:shadow-\[0_0_22px_rgba\(0\2c 174\2c 238\2c 0\.32\)\] {
  --tw-shadow: 0 0 22px rgba(0,174,238,0.32);
  --tw-shadow-colored: 0 0 22px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:shadow-\[0_6px_24px_rgba\(0\2c 209\2c 255\2c 0\.55\)\] {
  --tw-shadow: 0 6px 24px rgba(0,209,255,0.55);
  --tw-shadow-colored: 0 6px 24px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (prefers-reduced-motion: no-preference) {

  .motion-safe\:animate-\[gis-pop_180ms_ease-out\] {
    animation: gis-pop 180ms ease-out;
  }
}

@media (min-width: 640px) {

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

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

  .sm\:ml-auto {
    margin-left: auto;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline {
    display: inline;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .sm\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

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

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

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

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

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

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

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

  .sm\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .sm\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .sm\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

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

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

  .sm\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }

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

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

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

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

  .sm\:text-right {
    text-align: right;
  }

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

@media (min-width: 768px) {

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

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-auto {
    height: auto;
  }

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

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

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-56 {
    width: 14rem;
  }

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

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

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

  .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-start {
    align-items: flex-start;
  }

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

  .md\:gap-x-16 {
    -moz-column-gap: 4rem;
         column-gap: 4rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

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

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

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

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

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

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

@media (min-width: 1024px) {

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

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-\[min\(320px\2c 100\%\)\] {
    width: min(320px, 100%);
  }

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

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

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

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

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

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

  .lg\:grid-cols-\[minmax\(0\2c 1fr\)_minmax\(0\2c 1\.1fr\)\] {
    grid-template-columns: minmax(0,1fr) minmax(0,1.1fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 2fr\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,2fr) minmax(0,1fr);
  }

  .lg\:grid-cols-\[minmax\(0\2c 320px\)_minmax\(0\2c 1fr\)\] {
    grid-template-columns: minmax(0,320px) minmax(0,1fr);
  }

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

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

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

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

  .lg\:gap-x-20 {
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-\[\#1e324a\]\/95 {
    border-color: rgb(30 50 74 / 0.95);
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

@media (min-width: 1280px) {

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

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

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .xl\:flex {
    display: flex;
  }

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

  .xl\:min-h-0 {
    min-height: 0px;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:min-w-0 {
    min-width: 0px;
  }

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

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

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

  .xl\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.05fr\)_minmax\(0\2c 0\.95fr\)\] {
    grid-template-columns: minmax(0,1.05fr) minmax(0,0.95fr);
  }

  .xl\:grid-cols-\[minmax\(0\2c 1\.12fr\)_minmax\(0\2c 0\.88fr\)\] {
    grid-template-columns: minmax(0,1.12fr) minmax(0,0.88fr);
  }

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

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

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

  .xl\:items-stretch {
    align-items: stretch;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }
}

.rtl\:rotate-180:where([dir="rtl"], [dir="rtl"] *) {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\[\&\:\:-moz-calendar-picker-indicator\]\:pointer-events-none::-moz-calendar-picker-indicator {
  pointer-events: none;
}

.\[\&\:\:-moz-calendar-picker-indicator\]\:h-0::-moz-calendar-picker-indicator {
  height: 0px;
}

.\[\&\:\:-moz-calendar-picker-indicator\]\:w-0::-moz-calendar-picker-indicator {
  width: 0px;
}

.\[\&\:\:-moz-calendar-picker-indicator\]\:opacity-0::-moz-calendar-picker-indicator {
  opacity: 0;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:pointer-events-none::-webkit-calendar-picker-indicator {
  pointer-events: none;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:h-0::-webkit-calendar-picker-indicator {
  height: 0px;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:w-0::-webkit-calendar-picker-indicator {
  width: 0px;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:p-0::-webkit-calendar-picker-indicator {
  padding: 0px;
}

.\[\&\:\:-webkit-calendar-picker-indicator\]\:opacity-0::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.\[\&\:\:-webkit-inner-spin-button\]\:appearance-none::-webkit-inner-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-outer-spin-button\]\:appearance-none::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}

.\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-\[\#00AEEE\]\/55::-webkit-scrollbar-thumb:hover {
  background-color: rgb(0 174 238 / 0.55);
}

.\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-\[\#35DEFF\]::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(53 222 255 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-thumb\:hover\]\:bg-\[\#3f4f61\]::-webkit-scrollbar-thumb:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 79 97 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded-full::-webkit-scrollbar-thumb {
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:border::-webkit-scrollbar-thumb {
  border-width: 1px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:border-\[\#052638\]::-webkit-scrollbar-thumb {
  --tw-border-opacity: 1;
  border-color: rgb(5 38 56 / var(--tw-border-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#00AEEE\]\/35::-webkit-scrollbar-thumb {
  background-color: rgb(0 174 238 / 0.35);
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#00B7FF\]::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(0 183 255 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#2f3b4a\]::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(47 59 74 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track\]\:rounded-full::-webkit-scrollbar-track {
  border-radius: 9999px;
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-\[\#050a11\]::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(5 10 17 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-\[\#0E121A\]::-webkit-scrollbar-track {
  --tw-bg-opacity: 1;
  background-color: rgb(14 18 26 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-\[\#1b2027\]\/85::-webkit-scrollbar-track {
  background-color: rgb(27 32 39 / 0.85);
}

.\[\&\:\:-webkit-scrollbar-track\]\:bg-transparent::-webkit-scrollbar-track {
  background-color: transparent;
}

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

.\[\&\:\:-webkit-scrollbar\]\:h-2::-webkit-scrollbar {
  height: 0.5rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-1\.5::-webkit-scrollbar {
  width: 0.375rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-2::-webkit-scrollbar {
  width: 0.5rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-2\.5::-webkit-scrollbar {
  width: 0.625rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-3::-webkit-scrollbar {
  width: 0.75rem;
}

.\[\&\>\*\:nth-child\(2n\)\]\:border-l>*:nth-child(2n) {
  border-left-width: 1px;
}

.\[\&\>\*\:nth-child\(n\+3\)\]\:border-t>*:nth-child(n+3) {
  border-top-width: 1px;
}

.\[\&\>\*\]\:border-white\/\[0\.06\]>* {
  border-color: rgb(255 255 255 / 0.06);
}

.\[\&\>option\]\:bg-\[\#0b0e13\]>option {
  --tw-bg-opacity: 1;
  background-color: rgb(11 14 19 / var(--tw-bg-opacity, 1));
}

.\[\&\>option\]\:bg-\[\#0b1219\]>option {
  --tw-bg-opacity: 1;
  background-color: rgb(11 18 25 / var(--tw-bg-opacity, 1));
}

.\[\&\>td\]\:align-middle>td {
  vertical-align: middle;
}
