*, ::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;
}

.not-sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.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 !important;
}

.absolute {
  position: absolute;
}

.\!relative {
  position: relative !important;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.-inset-4 {
  inset: -1rem;
}

.inset-0 {
  inset: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.-bottom-\[40\%\] {
  bottom: -40%;
}

.-left-6 {
  left: -1.5rem;
}

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

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

.-right-1 {
  right: -0.25rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-right-3 {
  right: -0.75rem;
}

.-right-6 {
  right: -1.5rem;
}

.-right-\[20\%\] {
  right: -20%;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

.-top-4 {
  top: -1rem;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

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

.left-1\/3 {
  left: 33.333333%;
}

.left-1\/4 {
  left: 25%;
}

.left-2 {
  left: 0.5rem;
}

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-5 {
  left: 1.25rem;
}

.left-6 {
  left: 1.5rem;
}

.right-0 {
  right: 0px;
}

.right-1\/4 {
  right: 25%;
}

.right-2 {
  right: 0.5rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-6 {
  right: 1.5rem;
}

.right-8 {
  right: 2rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-10 {
  top: 2.5rem;
}

.top-12 {
  top: 3rem;
}

.top-2 {
  top: 0.5rem;
}

.top-28 {
  top: 7rem;
}

.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-8 {
  top: 2rem;
}

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

.isolation-auto {
  isolation: auto;
}

.-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-\[110\] {
  z-index: 110;
}

.z-\[200\] {
  z-index: 200;
}

.z-\[60\] {
  z-index: 60;
}

.z-\[9999\] {
  z-index: 9999;
}

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-none {
  order: 0;
}

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

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-11 {
  grid-column: span 11 / span 11;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

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

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

.col-span-4 {
  grid-column: span 4 / span 4;
}

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

.col-span-6 {
  grid-column: span 6 / span 6;
}

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

.col-span-8 {
  grid-column: span 8 / span 8;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

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

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-10 {
  grid-row: span 10 / span 10;
}

.row-span-11 {
  grid-row: span 11 / span 11;
}

.row-span-12 {
  grid-row: span 12 / span 12;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.row-span-3 {
  grid-row: span 3 / span 3;
}

.row-span-4 {
  grid-row: span 4 / span 4;
}

.row-span-5 {
  grid-row: span 5 / span 5;
}

.row-span-6 {
  grid-row: span 6 / span 6;
}

.row-span-7 {
  grid-row: span 7 / span 7;
}

.row-span-8 {
  grid-row: span 8 / span 8;
}

.row-span-9 {
  grid-row: span 9 / span 9;
}

.row-span-full {
  grid-row: 1 / -1;
}

.float-start {
  float: inline-start;
}

.float-end {
  float: inline-end;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.float-none {
  float: none;
}

.clear-start {
  clear: inline-start;
}

.clear-end {
  clear: inline-end;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.m-0 {
  margin: 0px;
}

.m-0\.5 {
  margin: 0.125rem;
}

.m-1 {
  margin: 0.25rem;
}

.m-1\.5 {
  margin: 0.375rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-16 {
  margin: 4rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-2\.5 {
  margin: 0.625rem;
}

.m-20 {
  margin: 5rem;
}

.m-24 {
  margin: 6rem;
}

.m-28 {
  margin: 7rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-3\.5 {
  margin: 0.875rem;
}

.m-32 {
  margin: 8rem;
}

.m-36 {
  margin: 9rem;
}

.m-4 {
  margin: 1rem;
}

.m-40 {
  margin: 10rem;
}

.m-44 {
  margin: 11rem;
}

.m-48 {
  margin: 12rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-52 {
  margin: 13rem;
}

.m-56 {
  margin: 14rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-60 {
  margin: 15rem;
}

.m-64 {
  margin: 16rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-72 {
  margin: 18rem;
}

.m-8 {
  margin: 2rem;
}

.m-80 {
  margin: 20rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-96 {
  margin: 24rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.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-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}

.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.mx-24 {
  margin-left: 6rem;
  margin-right: 6rem;
}

.mx-28 {
  margin-left: 7rem;
  margin-right: 7rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-3\.5 {
  margin-left: 0.875rem;
  margin-right: 0.875rem;
}

.mx-32 {
  margin-left: 8rem;
  margin-right: 8rem;
}

.mx-36 {
  margin-left: 9rem;
  margin-right: 9rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-40 {
  margin-left: 10rem;
  margin-right: 10rem;
}

.mx-44 {
  margin-left: 11rem;
  margin-right: 11rem;
}

.mx-48 {
  margin-left: 12rem;
  margin-right: 12rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.mx-52 {
  margin-left: 13rem;
  margin-right: 13rem;
}

.mx-56 {
  margin-left: 14rem;
  margin-right: 14rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-60 {
  margin-left: 15rem;
  margin-right: 15rem;
}

.mx-64 {
  margin-left: 16rem;
  margin-right: 16rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.mx-72 {
  margin-left: 18rem;
  margin-right: 18rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.mx-80 {
  margin-left: 20rem;
  margin-right: 20rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-96 {
  margin-left: 24rem;
  margin-right: 24rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-1\.5 {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.my-28 {
  margin-top: 7rem;
  margin-bottom: 7rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-3\.5 {
  margin-top: 0.875rem;
  margin-bottom: 0.875rem;
}

.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}

.my-36 {
  margin-top: 9rem;
  margin-bottom: 9rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-40 {
  margin-top: 10rem;
  margin-bottom: 10rem;
}

.my-44 {
  margin-top: 11rem;
  margin-bottom: 11rem;
}

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-52 {
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-60 {
  margin-top: 15rem;
  margin-bottom: 15rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-72 {
  margin-top: 18rem;
  margin-bottom: 18rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-80 {
  margin-top: 20rem;
  margin-bottom: 20rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.my-96 {
  margin-top: 24rem;
  margin-bottom: 24rem;
}

.-mb-px {
  margin-bottom: -1px;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.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-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-28 {
  margin-bottom: 7rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

.mb-32 {
  margin-bottom: 8rem;
}

.mb-36 {
  margin-bottom: 9rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-40 {
  margin-bottom: 10rem;
}

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

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

.mb-80 {
  margin-bottom: 20rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.mb-96 {
  margin-bottom: 24rem;
}

.ml-0 {
  margin-left: 0px;
}

.ml-0\.5 {
  margin-left: 0.125rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

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

.ml-14 {
  margin-left: 3.5rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-2\.5 {
  margin-left: 0.625rem;
}

.ml-20 {
  margin-left: 5rem;
}

.ml-24 {
  margin-left: 6rem;
}

.ml-28 {
  margin-left: 7rem;
}

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

.ml-3\.5 {
  margin-left: 0.875rem;
}

.ml-32 {
  margin-left: 8rem;
}

.ml-36 {
  margin-left: 9rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-40 {
  margin-left: 10rem;
}

.ml-44 {
  margin-left: 11rem;
}

.ml-48 {
  margin-left: 12rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-52 {
  margin-left: 13rem;
}

.ml-56 {
  margin-left: 14rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-60 {
  margin-left: 15rem;
}

.ml-64 {
  margin-left: 16rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

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

.ml-8 {
  margin-left: 2rem;
}

.ml-80 {
  margin-left: 20rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-96 {
  margin-left: 24rem;
}

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

.mr-0 {
  margin-right: 0px;
}

.mr-0\.5 {
  margin-right: 0.125rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-1\.5 {
  margin-right: 0.375rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

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

.mr-14 {
  margin-right: 3.5rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-24 {
  margin-right: 6rem;
}

.mr-28 {
  margin-right: 7rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mr-3\.5 {
  margin-right: 0.875rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-36 {
  margin-right: 9rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-40 {
  margin-right: 10rem;
}

.mr-44 {
  margin-right: 11rem;
}

.mr-48 {
  margin-right: 12rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-52 {
  margin-right: 13rem;
}

.mr-56 {
  margin-right: 14rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mr-60 {
  margin-right: 15rem;
}

.mr-64 {
  margin-right: 16rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mr-72 {
  margin-right: 18rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-80 {
  margin-right: 20rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mr-96 {
  margin-right: 24rem;
}

.mr-auto {
  margin-right: auto;
}

.ms-2 {
  margin-inline-start: 0.5rem;
}

.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-10 {
  margin-top: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-2\.5 {
  margin-top: 0.625rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-3\.5 {
  margin-top: 0.875rem;
}

.mt-32 {
  margin-top: 8rem;
}

.mt-36 {
  margin-top: 9rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-40 {
  margin-top: 10rem;
}

.mt-44 {
  margin-top: 11rem;
}

.mt-48 {
  margin-top: 12rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-52 {
  margin-top: 13rem;
}

.mt-56 {
  margin-top: 14rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-60 {
  margin-top: 15rem;
}

.mt-64 {
  margin-top: 16rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-72 {
  margin-top: 18rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-80 {
  margin-top: 20rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-96 {
  margin-top: 24rem;
}

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

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

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

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.\!inline {
  display: inline !important;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.\!table {
  display: table !important;
}

.table {
  display: table;
}

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

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-column {
  display: table-column;
}

.table-column-group {
  display: table-column-group;
}

.table-footer-group {
  display: table-footer-group;
}

.table-header-group {
  display: table-header-group;
}

.table-row-group {
  display: table-row-group;
}

.table-row {
  display: table-row;
}

.flow-root {
  display: flow-root;
}

.\!grid {
  display: grid !important;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.list-item {
  display: list-item;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4/3;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-auto {
  width: auto;
  height: auto;
}

.h-0 {
  height: 0px;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-32 {
  height: 8rem;
}

.h-36 {
  height: 9rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-44 {
  height: 11rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-52 {
  height: 13rem;
}

.h-56 {
  height: 14rem;
}

.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-80 {
  height: 20rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

.h-\[70\%\] {
  height: 70%;
}

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-min {
  height: -moz-min-content;
  height: min-content;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-0\.5 {
  max-height: 0.125rem;
}

.max-h-1 {
  max-height: 0.25rem;
}

.max-h-1\.5 {
  max-height: 0.375rem;
}

.max-h-10 {
  max-height: 2.5rem;
}

.max-h-11 {
  max-height: 2.75rem;
}

.max-h-12 {
  max-height: 3rem;
}

.max-h-14 {
  max-height: 3.5rem;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-2 {
  max-height: 0.5rem;
}

.max-h-2\.5 {
  max-height: 0.625rem;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-24 {
  max-height: 6rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-3 {
  max-height: 0.75rem;
}

.max-h-3\.5 {
  max-height: 0.875rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-36 {
  max-height: 9rem;
}

.max-h-4 {
  max-height: 1rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-44 {
  max-height: 11rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-5 {
  max-height: 1.25rem;
}

.max-h-52 {
  max-height: 13rem;
}

.max-h-56 {
  max-height: 14rem;
}

.max-h-6 {
  max-height: 1.5rem;
}

.max-h-60 {
  max-height: 15rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-7 {
  max-height: 1.75rem;
}

.max-h-72 {
  max-height: 18rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-9 {
  max-height: 2.25rem;
}

.max-h-96 {
  max-height: 24rem;
}

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

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

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

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

.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.max-h-full {
  max-height: 100%;
}

.max-h-max {
  max-height: -moz-max-content;
  max-height: max-content;
}

.max-h-min {
  max-height: -moz-min-content;
  max-height: min-content;
}

.max-h-none {
  max-height: none;
}

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

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

.min-h-0\.5 {
  min-height: 0.125rem;
}

.min-h-1 {
  min-height: 0.25rem;
}

.min-h-1\.5 {
  min-height: 0.375rem;
}

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-2 {
  min-height: 0.5rem;
}

.min-h-2\.5 {
  min-height: 0.625rem;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-28 {
  min-height: 7rem;
}

.min-h-3 {
  min-height: 0.75rem;
}

.min-h-3\.5 {
  min-height: 0.875rem;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-36 {
  min-height: 9rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-40 {
  min-height: 10rem;
}

.min-h-44 {
  min-height: 11rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-5 {
  min-height: 1.25rem;
}

.min-h-52 {
  min-height: 13rem;
}

.min-h-56 {
  min-height: 14rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-60 {
  min-height: 15rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-7 {
  min-height: 1.75rem;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

.min-h-96 {
  min-height: 24rem;
}

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

.min-h-fit {
  min-height: -moz-fit-content;
  min-height: fit-content;
}

.min-h-full {
  min-height: 100%;
}

.min-h-max {
  min-height: -moz-max-content;
  min-height: max-content;
}

.min-h-min {
  min-height: -moz-min-content;
  min-height: min-content;
}

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

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.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-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-48 {
  width: 12rem;
}

.w-5 {
  width: 1.25rem;
}

.w-52 {
  width: 13rem;
}

.w-56 {
  width: 14rem;
}

.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-96 {
  width: 24rem;
}

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

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

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

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-min {
  width: -moz-min-content;
  width: min-content;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

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

.min-w-0\.5 {
  min-width: 0.125rem;
}

.min-w-1 {
  min-width: 0.25rem;
}

.min-w-1\.5 {
  min-width: 0.375rem;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-11 {
  min-width: 2.75rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-2 {
  min-width: 0.5rem;
}

.min-w-2\.5 {
  min-width: 0.625rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-3 {
  min-width: 0.75rem;
}

.min-w-3\.5 {
  min-width: 0.875rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-56 {
  min-width: 14rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-7 {
  min-width: 1.75rem;
}

.min-w-72 {
  min-width: 18rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-80 {
  min-width: 20rem;
}

.min-w-9 {
  min-width: 2.25rem;
}

.min-w-96 {
  min-width: 24rem;
}

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

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

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

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

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

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

.min-w-max {
  min-width: -moz-max-content;
  min-width: max-content;
}

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

.max-w-0 {
  max-width: 0px;
}

.max-w-0\.5 {
  max-width: 0.125rem;
}

.max-w-1 {
  max-width: 0.25rem;
}

.max-w-1\.5 {
  max-width: 0.375rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-11 {
  max-width: 2.75rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-14 {
  max-width: 3.5rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-2 {
  max-width: 0.5rem;
}

.max-w-2\.5 {
  max-width: 0.625rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-28 {
  max-width: 7rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3 {
  max-width: 0.75rem;
}

.max-w-3\.5 {
  max-width: 0.875rem;
}

.max-w-32 {
  max-width: 8rem;
}

.max-w-36 {
  max-width: 9rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4 {
  max-width: 1rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-44 {
  max-width: 11rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-64 {
  max-width: 16rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7 {
  max-width: 1.75rem;
}

.max-w-72 {
  max-width: 18rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-9 {
  max-width: 2.25rem;
}

.max-w-96 {
  max-width: 24rem;
}

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

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

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

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

.max-w-\[75\%\] {
  max-width: 75%;
}

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

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

.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

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

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

.max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-min {
  max-width: -moz-min-content;
  max-width: min-content;
}

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

.max-w-prose {
  max-width: 65ch;
}

.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-\[2\] {
  flex: 2;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.flex-shrink {
  flex-shrink: 1;
}

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

.shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.basis-auto {
  flex-basis: auto;
}

.basis-full {
  flex-basis: 100%;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.caption-top {
  caption-side: top;
}

.caption-bottom {
  caption-side: bottom;
}

.border-collapse {
  border-collapse: collapse;
}

.border-separate {
  border-collapse: separate;
}

.origin-top-right {
  transform-origin: top right;
}

.-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-0\.5 {
  --tw-translate-y: -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));
}

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

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

.translate-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-10 {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-24 {
  --tw-translate-y: 6rem;
  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-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));
}

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

.transform-cpu {
  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-gpu {
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) 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-none {
  transform: none;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

.cursor-help {
  cursor: help;
}

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

.cursor-pointer {
  cursor: pointer;
}

.touch-pinch-zoom {
  --tw-pinch-zoom: pinch-zoom;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.snap-none {
  scroll-snap-type: none;
}

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

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

.snap-start {
  scroll-snap-align: start;
}

.snap-end {
  scroll-snap-align: end;
}

.snap-center {
  scroll-snap-align: center;
}

.snap-align-none {
  scroll-snap-align: none;
}

.snap-normal {
  scroll-snap-stop: normal;
}

.snap-always {
  scroll-snap-stop: always;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

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

.appearance-auto {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.grid-flow-row {
  grid-auto-flow: row;
}

.grid-flow-col {
  grid-auto-flow: column;
}

.grid-flow-dense {
  grid-auto-flow: dense;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

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

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

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

.grid-cols-12 {
  grid-template-columns: repeat(12, 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-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

.place-content-end {
  place-content: end;
}

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

.place-content-around {
  place-content: space-around;
}

.place-content-evenly {
  place-content: space-evenly;
}

.place-content-baseline {
  place-content: baseline;
}

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

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

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

.place-items-baseline {
  place-items: baseline;
}

.place-items-stretch {
  place-items: stretch;
}

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

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

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

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

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

.content-around {
  align-content: space-around;
}

.content-evenly {
  align-content: space-evenly;
}

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

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

.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-normal {
  justify-content: normal;
}

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

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

.justify-items-stretch {
  justify-items: stretch;
}

.gap-0 {
  gap: 0px;
}

.gap-0\.5 {
  gap: 0.125rem;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

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

.gap-20 {
  gap: 5rem;
}

.gap-24 {
  gap: 6rem;
}

.gap-28 {
  gap: 7rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-3\.5 {
  gap: 0.875rem;
}

.gap-32 {
  gap: 8rem;
}

.gap-36 {
  gap: 9rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-40 {
  gap: 10rem;
}

.gap-44 {
  gap: 11rem;
}

.gap-48 {
  gap: 12rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-52 {
  gap: 13rem;
}

.gap-56 {
  gap: 14rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-60 {
  gap: 15rem;
}

.gap-64 {
  gap: 16rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-72 {
  gap: 18rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-9 {
  gap: 2.25rem;
}

.gap-96 {
  gap: 24rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-x-0\.5 {
  -moz-column-gap: 0.125rem;
       column-gap: 0.125rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-1\.5 {
  -moz-column-gap: 0.375rem;
       column-gap: 0.375rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-11 {
  -moz-column-gap: 2.75rem;
       column-gap: 2.75rem;
}

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

.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}

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

.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-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-24 {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.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-32 {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.gap-x-36 {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-40 {
  -moz-column-gap: 10rem;
       column-gap: 10rem;
}

.gap-x-44 {
  -moz-column-gap: 11rem;
       column-gap: 11rem;
}

.gap-x-48 {
  -moz-column-gap: 12rem;
       column-gap: 12rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-52 {
  -moz-column-gap: 13rem;
       column-gap: 13rem;
}

.gap-x-56 {
  -moz-column-gap: 14rem;
       column-gap: 14rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-60 {
  -moz-column-gap: 15rem;
       column-gap: 15rem;
}

.gap-x-64 {
  -moz-column-gap: 16rem;
       column-gap: 16rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-72 {
  -moz-column-gap: 18rem;
       column-gap: 18rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-x-80 {
  -moz-column-gap: 20rem;
       column-gap: 20rem;
}

.gap-x-9 {
  -moz-column-gap: 2.25rem;
       column-gap: 2.25rem;
}

.gap-x-96 {
  -moz-column-gap: 24rem;
       column-gap: 24rem;
}

.gap-y-0 {
  row-gap: 0px;
}

.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-10 {
  row-gap: 2.5rem;
}

.gap-y-11 {
  row-gap: 2.75rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

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

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-24 {
  row-gap: 6rem;
}

.gap-y-28 {
  row-gap: 7rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-3\.5 {
  row-gap: 0.875rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-36 {
  row-gap: 9rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-40 {
  row-gap: 10rem;
}

.gap-y-44 {
  row-gap: 11rem;
}

.gap-y-48 {
  row-gap: 12rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-52 {
  row-gap: 13rem;
}

.gap-y-56 {
  row-gap: 14rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-60 {
  row-gap: 15rem;
}

.gap-y-64 {
  row-gap: 16rem;
}

.gap-y-7 {
  row-gap: 1.75rem;
}

.gap-y-72 {
  row-gap: 18rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.gap-y-80 {
  row-gap: 20rem;
}

.gap-y-9 {
  row-gap: 2.25rem;
}

.gap-y-96 {
  row-gap: 24rem;
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.125rem * var(--tw-space-x-reverse));
  margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.375rem * var(--tw-space-x-reverse));
  margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.75rem * var(--tw-space-x-reverse));
  margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.5rem * var(--tw-space-x-reverse));
  margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.625rem * var(--tw-space-x-reverse));
  margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(7rem * var(--tw-space-x-reverse));
  margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(8rem * var(--tw-space-x-reverse));
  margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(9rem * var(--tw-space-x-reverse));
  margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(10rem * var(--tw-space-x-reverse));
  margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(11rem * var(--tw-space-x-reverse));
  margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(12rem * var(--tw-space-x-reverse));
  margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(13rem * var(--tw-space-x-reverse));
  margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(14rem * var(--tw-space-x-reverse));
  margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(15rem * var(--tw-space-x-reverse));
  margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(16rem * var(--tw-space-x-reverse));
  margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(18rem * var(--tw-space-x-reverse));
  margin-left: calc(18rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(20rem * var(--tw-space-x-reverse));
  margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.25rem * var(--tw-space-x-reverse));
  margin-left: calc(2.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(24rem * var(--tw-space-x-reverse));
  margin-left: calc(24rem * calc(1 - var(--tw-space-x-reverse)));
}

.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-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-11 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
}

.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(6rem * var(--tw-space-y-reverse));
}

.space-y-28 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(7rem * 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-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
}

.space-y-32 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(8rem * var(--tw-space-y-reverse));
}

.space-y-36 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(9rem * 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-40 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.space-y-44 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(11rem * var(--tw-space-y-reverse));
}

.space-y-48 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(12rem * 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-52 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(13rem * var(--tw-space-y-reverse));
}

.space-y-56 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(14rem * 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-60 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(15rem * var(--tw-space-y-reverse));
}

.space-y-64 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(16rem * var(--tw-space-y-reverse));
}

.space-y-7 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}

.space-y-72 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(18rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(18rem * 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-80 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(20rem * var(--tw-space-y-reverse));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-y-96 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(24rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(24rem * var(--tw-space-y-reverse));
}

.space-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 1;
}

.space-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

.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-y-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 1;
}

.divide-x-reverse > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 1;
}

.divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-divide-opacity, 1));
}

.divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-divide-opacity, 1));
}

.divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-divide-opacity, 1));
}

.divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-divide-opacity, 1));
}

.divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-divide-opacity, 1));
}

.divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-divide-opacity, 1));
}

.divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-divide-opacity, 1));
}

.divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-divide-opacity, 1));
}

.divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-divide-opacity, 1));
}

.divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-divide-opacity, 1));
}

.divide-amber-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-divide-opacity, 1));
}

.divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}

.divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-divide-opacity, 1));
}

.divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity, 1));
}

.divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-divide-opacity, 1));
}

.divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-divide-opacity, 1));
}

.divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-divide-opacity, 1));
}

.divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-divide-opacity, 1));
}

.divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity, 1));
}

.divide-blue-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-divide-opacity, 1));
}

.divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-divide-opacity, 1));
}

.divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-divide-opacity, 1));
}

.divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-divide-opacity, 1));
}

.divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-divide-opacity, 1));
}

.divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity, 1));
}

.divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-divide-opacity, 1));
}

.divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-divide-opacity, 1));
}

.divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-divide-opacity, 1));
}

.divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-divide-opacity, 1));
}

.divide-cyan-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-divide-opacity, 1));
}

.divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-divide-opacity, 1));
}

.divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-divide-opacity, 1));
}

.divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-divide-opacity, 1));
}

.divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-divide-opacity, 1));
}

.divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-divide-opacity, 1));
}

.divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-divide-opacity, 1));
}

.divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-divide-opacity, 1));
}

.divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-divide-opacity, 1));
}

.divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-divide-opacity, 1));
}

.divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-divide-opacity, 1));
}

.divide-emerald-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-divide-opacity, 1));
}

.divide-fuchsia-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-divide-opacity, 1));
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}

.divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}

.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-divide-opacity, 1));
}

.divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-divide-opacity, 1));
}

.divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-divide-opacity, 1));
}

.divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-divide-opacity, 1));
}

.divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-divide-opacity, 1));
}

.divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity, 1));
}

.divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-divide-opacity, 1));
}

.divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-divide-opacity, 1));
}

.divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-divide-opacity, 1));
}

.divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-divide-opacity, 1));
}

.divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-divide-opacity, 1));
}

.divide-green-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-divide-opacity, 1));
}

.divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-divide-opacity, 1));
}

.divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-divide-opacity, 1));
}

.divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-divide-opacity, 1));
}

.divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-divide-opacity, 1));
}

.divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-divide-opacity, 1));
}

.divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-divide-opacity, 1));
}

.divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-divide-opacity, 1));
}

.divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-divide-opacity, 1));
}

.divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-divide-opacity, 1));
}

.divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-divide-opacity, 1));
}

.divide-indigo-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-divide-opacity, 1));
}

.divide-inherit > :not([hidden]) ~ :not([hidden]) {
  border-color: inherit;
}

.divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-divide-opacity, 1));
}

.divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-divide-opacity, 1));
}

.divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-divide-opacity, 1));
}

.divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity, 1));
}

.divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-divide-opacity, 1));
}

.divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-divide-opacity, 1));
}

.divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity, 1));
}

.divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-divide-opacity, 1));
}

.divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-divide-opacity, 1));
}

.divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-divide-opacity, 1));
}

.divide-lime-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-divide-opacity, 1));
}

.divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1));
}

.divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
}

.divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-divide-opacity, 1));
}

.divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-divide-opacity, 1));
}

.divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-divide-opacity, 1));
}

.divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity, 1));
}

.divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity, 1));
}

.divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-divide-opacity, 1));
}

.divide-neutral-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-divide-opacity, 1));
}

.divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-divide-opacity, 1));
}

.divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-divide-opacity, 1));
}

.divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-divide-opacity, 1));
}

.divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-divide-opacity, 1));
}

.divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-divide-opacity, 1));
}

.divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-divide-opacity, 1));
}

.divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-divide-opacity, 1));
}

.divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-divide-opacity, 1));
}

.divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-divide-opacity, 1));
}

.divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-divide-opacity, 1));
}

.divide-orange-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-divide-opacity, 1));
}

.divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-divide-opacity, 1));
}

.divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-divide-opacity, 1));
}

.divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-divide-opacity, 1));
}

.divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-divide-opacity, 1));
}

.divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-divide-opacity, 1));
}

.divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-divide-opacity, 1));
}

.divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-divide-opacity, 1));
}

.divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-divide-opacity, 1));
}

.divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-divide-opacity, 1));
}

.divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-divide-opacity, 1));
}

.divide-pink-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-divide-opacity, 1));
}

.divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-divide-opacity, 1));
}

.divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-divide-opacity, 1));
}

.divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-divide-opacity, 1));
}

.divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-divide-opacity, 1));
}

.divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-divide-opacity, 1));
}

.divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-divide-opacity, 1));
}

.divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-divide-opacity, 1));
}

.divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-divide-opacity, 1));
}

.divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-divide-opacity, 1));
}

.divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-divide-opacity, 1));
}

.divide-purple-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-divide-opacity, 1));
}

.divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-divide-opacity, 1));
}

.divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-divide-opacity, 1));
}

.divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-divide-opacity, 1));
}

.divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity, 1));
}

.divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-divide-opacity, 1));
}

.divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
}

.divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-divide-opacity, 1));
}

.divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-divide-opacity, 1));
}

.divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-divide-opacity, 1));
}

.divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-divide-opacity, 1));
}

.divide-red-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-divide-opacity, 1));
}

.divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-divide-opacity, 1));
}

.divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-divide-opacity, 1));
}

.divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-divide-opacity, 1));
}

.divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-divide-opacity, 1));
}

.divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-divide-opacity, 1));
}

.divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-divide-opacity, 1));
}

.divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-divide-opacity, 1));
}

.divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-divide-opacity, 1));
}

.divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-divide-opacity, 1));
}

.divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-divide-opacity, 1));
}

.divide-rose-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-divide-opacity, 1));
}

.divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-divide-opacity, 1));
}

.divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-divide-opacity, 1));
}

.divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-divide-opacity, 1));
}

.divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-divide-opacity, 1));
}

.divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-divide-opacity, 1));
}

.divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-divide-opacity, 1));
}

.divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-divide-opacity, 1));
}

.divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-divide-opacity, 1));
}

.divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-divide-opacity, 1));
}

.divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-divide-opacity, 1));
}

.divide-sky-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-divide-opacity, 1));
}

.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity, 1));
}

.divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-divide-opacity, 1));
}

.divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
}

.divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

.divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-divide-opacity, 1));
}

.divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}

.divide-slate-700\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(51 65 85 / 0.5);
}

.divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-divide-opacity, 1));
}

.divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-divide-opacity, 1));
}

.divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1));
}

.divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-divide-opacity, 1));
}

.divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-divide-opacity, 1));
}

.divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-divide-opacity, 1));
}

.divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-divide-opacity, 1));
}

.divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-divide-opacity, 1));
}

.divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-divide-opacity, 1));
}

.divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-divide-opacity, 1));
}

.divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-divide-opacity, 1));
}

.divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-divide-opacity, 1));
}

.divide-stone-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-divide-opacity, 1));
}

.divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-divide-opacity, 1));
}

.divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-divide-opacity, 1));
}

.divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-divide-opacity, 1));
}

.divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-divide-opacity, 1));
}

.divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-divide-opacity, 1));
}

.divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-divide-opacity, 1));
}

.divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-divide-opacity, 1));
}

.divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-divide-opacity, 1));
}

.divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-divide-opacity, 1));
}

.divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-divide-opacity, 1));
}

.divide-teal-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-divide-opacity, 1));
}

.divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-divide-opacity, 1));
}

.divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-divide-opacity, 1));
}

.divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-divide-opacity, 1));
}

.divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-divide-opacity, 1));
}

.divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-divide-opacity, 1));
}

.divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-divide-opacity, 1));
}

.divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-divide-opacity, 1));
}

.divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-divide-opacity, 1));
}

.divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-divide-opacity, 1));
}

.divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-divide-opacity, 1));
}

.divide-violet-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-divide-opacity, 1));
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.divide-white\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(255 255 255 / 0.05);
}

.divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}

.divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));
}

.divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}

.divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-divide-opacity, 1));
}

.divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-divide-opacity, 1));
}

.divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-divide-opacity, 1));
}

.divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity, 1));
}

.divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity, 1));
}

.divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity, 1));
}

.divide-zinc-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-divide-opacity, 1));
}

.place-self-auto {
  place-self: auto;
}

.place-self-start {
  place-self: start;
}

.place-self-end {
  place-self: end;
}

.place-self-center {
  place-self: center;
}

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

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

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

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

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

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

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

.justify-self-auto {
  justify-self: auto;
}

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.scroll-auto {
  scroll-behavior: auto;
}

.scroll-smooth {
  scroll-behavior: smooth;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}

.hyphens-manual {
  -webkit-hyphens: manual;
          hyphens: manual;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

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

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

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

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

.whitespace-break-spaces {
  white-space: break-spaces;
}

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

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

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

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

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

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

.break-all {
  word-break: break-all;
}

.break-keep {
  word-break: keep-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-none {
  border-radius: 0px;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-b {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0px;
}

.border-2 {
  border-width: 2px;
}

.border-4 {
  border-width: 4px;
}

.border-8 {
  border-width: 8px;
}

.border-x {
  border-left-width: 1px;
  border-right-width: 1px;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-e {
  border-inline-end-width: 1px;
}

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

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

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

.border-s {
  border-inline-start-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-4 {
  border-top-width: 4px;
}

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

.border-dashed {
  border-style: dashed;
}

.border-dotted {
  border-style: dotted;
}

.border-double {
  border-style: double;
}

.border-hidden {
  border-style: hidden;
}

.border-none {
  border-style: none;
}

.border-\[\#0A3D3D\] {
  --tw-border-opacity: 1;
  border-color: rgb(10 61 61 / var(--tw-border-opacity, 1));
}

.border-\[\#22C55E\] {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

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

.border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

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

.border-amber-400\/30 {
  border-color: rgb(251 191 36 / 0.3);
}

.border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.border-amber-500\/20 {
  border-color: rgb(245 158 11 / 0.2);
}

.border-amber-500\/30 {
  border-color: rgb(245 158 11 / 0.3);
}

.border-amber-500\/40 {
  border-color: rgb(245 158 11 / 0.4);
}

.border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.border-amber-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

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

.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.border-blue-400\/20 {
  border-color: rgb(96 165 250 / 0.2);
}

.border-blue-400\/30 {
  border-color: rgb(96 165 250 / 0.3);
}

.border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.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 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.border-current {
  border-color: currentColor;
}

.border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

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

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

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

.border-cyan-400\/20 {
  border-color: rgb(34 211 238 / 0.2);
}

.border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}

.border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

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

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

.border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}

.border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}

.border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}

.border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.border-cyan-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}

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

.border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

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

.border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

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

.border-emerald-500\/30 {
  border-color: rgb(16 185 129 / 0.3);
}

.border-emerald-500\/50 {
  border-color: rgb(16 185 129 / 0.5);
}

.border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.border-emerald-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}

.border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}

.border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}

.border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}

.border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}

.border-fuchsia-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}

.border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}

.border-fuchsia-500\/20 {
  border-color: rgb(217 70 239 / 0.2);
}

.border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}

.border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}

.border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}

.border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}

.border-fuchsia-950 {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

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

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

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

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

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

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

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-green-500\/20 {
  border-color: rgb(34 197 94 / 0.2);
}

.border-green-500\/30 {
  border-color: rgb(34 197 94 / 0.3);
}

.border-green-500\/50 {
  border-color: rgb(34 197 94 / 0.5);
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.border-indigo-500\/20 {
  border-color: rgb(99 102 241 / 0.2);
}

.border-indigo-500\/30 {
  border-color: rgb(99 102 241 / 0.3);
}

.border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.border-indigo-950 {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.border-inherit {
  border-color: inherit;
}

.border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}

.border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}

.border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.border-lime-500\/20 {
  border-color: rgb(132 204 22 / 0.2);
}

.border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}

.border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}

.border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}

.border-lime-950 {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}

.border-midnight-indigo\/20 {
  border-color: rgb(99 102 241 / 0.2);
}

.border-midnight-indigo\/50 {
  border-color: rgb(99 102 241 / 0.5);
}

.border-midnight-neon\/20 {
  border-color: rgb(147 51 234 / 0.2);
}

.border-midnight-neon\/30 {
  border-color: rgb(147 51 234 / 0.3);
}

.border-midnight-neon\/40 {
  border-color: rgb(147 51 234 / 0.4);
}

.border-midnight-neon\/50 {
  border-color: rgb(147 51 234 / 0.5);
}

.border-midnight-purple\/30 {
  border-color: rgb(147 51 234 / 0.3);
}

.border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}

.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-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

.border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}

.border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.border-orange-950 {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}

.border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.border-pink-500\/20 {
  border-color: rgb(236 72 153 / 0.2);
}

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.border-pink-950 {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

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

.border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.border-purple-500\/20 {
  border-color: rgb(168 85 247 / 0.2);
}

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

.border-purple-500\/30 {
  border-color: rgb(168 85 247 / 0.3);
}

.border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

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

.border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

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

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

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

.border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

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

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

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

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

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

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

.border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.border-red-900\/30 {
  border-color: rgb(127 29 29 / 0.3);
}

.border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

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

.border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}

.border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}

.border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.border-rose-500\/20 {
  border-color: rgb(244 63 94 / 0.2);
}

.border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.border-rose-950 {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}

.border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}

.border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.border-sky-500\/20 {
  border-color: rgb(14 165 233 / 0.2);
}

.border-sky-500\/30 {
  border-color: rgb(14 165 233 / 0.3);
}

.border-sky-500\/50 {
  border-color: rgb(14 165 233 / 0.5);
}

.border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.border-sky-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.border-slate-400\/20 {
  border-color: rgb(148 163 184 / 0.2);
}

.border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.border-slate-600\/30 {
  border-color: rgb(71 85 105 / 0.3);
}

.border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.border-slate-700\/50 {
  border-color: rgb(51 65 85 / 0.5);
}

.border-slate-700\/80 {
  border-color: rgb(51 65 85 / 0.8);
}

.border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.border-slate-800\/60 {
  border-color: rgb(30 41 59 / 0.6);
}

.border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}

.border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}

.border-stone-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}

.border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}

.border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

.border-stone-900 {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.border-stone-950 {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}

.border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}

.border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}

.border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.border-teal-500\/20 {
  border-color: rgb(20 184 166 / 0.2);
}

.border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}

.border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}

.border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}

.border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}

.border-teal-950 {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}

.border-transparent {
  border-color: transparent;
}

.border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}

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

.border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

.border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}

.border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.border-violet-500\/30 {
  border-color: rgb(139 92 246 / 0.3);
}

.border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}

.border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}

.border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}

.border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}

.border-violet-950 {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}

.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\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

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

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

.border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

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

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.border-zinc-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.border-zinc-950 {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

.border-l-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

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

.border-l-green-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.border-l-green-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.border-l-orange-500 {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.border-l-purple-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.border-l-red-400 {
  --tw-border-opacity: 1;
  border-left-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.border-t-blue-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.border-t-emerald-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.border-t-purple-500 {
  --tw-border-opacity: 1;
  border-top-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.bg-\[\#080815\] {
  --tw-bg-opacity: 1;
  background-color: rgb(8 8 21 / var(--tw-bg-opacity, 1));
}

.bg-\[\#080815\]\/90 {
  background-color: rgb(8 8 21 / 0.9);
}

.bg-\[\#080815\]\/95 {
  background-color: rgb(8 8 21 / 0.95);
}

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

.bg-\[\#0a0f1c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(10 15 28 / var(--tw-bg-opacity, 1));
}

.bg-\[\#22C55E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E31C5F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 28 95 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f0ece4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 236 228 / var(--tw-bg-opacity, 1));
}

.bg-\[oklch\(0\.277_0\.046_192\.524\)\] {
  background-color: oklch(0.277 0.046 192.524);
}

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

.bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.bg-amber-50\/50 {
  background-color: rgb(255 251 235 / 0.5);
}

.bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.bg-amber-500\/10 {
  background-color: rgb(245 158 11 / 0.1);
}

.bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}

.bg-amber-500\/5 {
  background-color: rgb(245 158 11 / 0.05);
}

.bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.bg-amber-600\/20 {
  background-color: rgb(217 119 6 / 0.2);
}

.bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.bg-amber-950\/20 {
  background-color: rgb(69 26 3 / 0.2);
}

.bg-amber-950\/30 {
  background-color: rgb(69 26 3 / 0.3);
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

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

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

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

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.bg-blue-400\/10 {
  background-color: rgb(96 165 250 / 0.1);
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / 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\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-600\/30 {
  background-color: rgb(37 99 235 / 0.3);
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-blue-900\/20 {
  background-color: rgb(30 58 138 / 0.2);
}

.bg-blue-900\/30 {
  background-color: rgb(30 58 138 / 0.3);
}

.bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.bg-blue-950\/30 {
  background-color: rgb(23 37 84 / 0.3);
}

.bg-current {
  background-color: currentColor;
}

.bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

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

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

.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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.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\/20 {
  background-color: rgb(6 182 212 / 0.2);
}

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

.bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.bg-cyan-600\/30 {
  background-color: rgb(8 145 178 / 0.3);
}

.bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

.bg-cyan-950\/30 {
  background-color: rgb(8 51 68 / 0.3);
}

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

.bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.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\/20 {
  background-color: rgb(16 185 129 / 0.2);
}

.bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-500\/10 {
  background-color: rgb(217 70 239 / 0.1);
}

.bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}

.bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

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

.bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-gray-900\/40 {
  background-color: rgb(17 24 39 / 0.4);
}

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-gray-950\/80 {
  background-color: rgb(3 7 18 / 0.8);
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

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

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}

.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}

.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}

.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-indigo-500\/10 {
  background-color: rgb(99 102 241 / 0.1);
}

.bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}

.bg-indigo-500\/50 {
  background-color: rgb(99 102 241 / 0.5);
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.bg-indigo-900\/20 {
  background-color: rgb(49 46 129 / 0.2);
}

.bg-indigo-900\/30 {
  background-color: rgb(49 46 129 / 0.3);
}

.bg-indigo-900\/50 {
  background-color: rgb(49 46 129 / 0.5);
}

.bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.bg-indigo-950\/30 {
  background-color: rgb(30 27 75 / 0.3);
}

.bg-indigo-950\/50 {
  background-color: rgb(30 27 75 / 0.5);
}

.bg-inherit {
  background-color: inherit;
}

.bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.bg-lime-500\/10 {
  background-color: rgb(132 204 22 / 0.1);
}

.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.bg-midnight-indigo {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.bg-midnight-indigo\/10 {
  background-color: rgb(99 102 241 / 0.1);
}

.bg-midnight-indigo\/5 {
  background-color: rgb(99 102 241 / 0.05);
}

.bg-midnight-neon {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.bg-midnight-neon\/10 {
  background-color: rgb(147 51 234 / 0.1);
}

.bg-midnight-neon\/20 {
  background-color: rgb(147 51 234 / 0.2);
}

.bg-midnight-neon\/5 {
  background-color: rgb(147 51 234 / 0.05);
}

.bg-midnight-neon\/50 {
  background-color: rgb(147 51 234 / 0.5);
}

.bg-midnight-purple\/10 {
  background-color: rgb(147 51 234 / 0.1);
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.bg-obsidian {
  --tw-bg-opacity: 1;
  background-color: rgb(5 5 10 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / 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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.bg-orange-50\/30 {
  background-color: rgb(255 247 237 / 0.3);
}

.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\/20 {
  background-color: rgb(249 115 22 / 0.2);
}

.bg-orange-500\/5 {
  background-color: rgb(249 115 22 / 0.05);
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.bg-pink-500\/10 {
  background-color: rgb(236 72 153 / 0.1);
}

.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

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

.bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

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

.bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

.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-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

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

.bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.bg-purple-900\/30 {
  background-color: rgb(88 28 135 / 0.3);
}

.bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / 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-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}

.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}

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

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

.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\/30 {
  background-color: rgb(127 29 29 / 0.3);
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

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

.bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.bg-rose-500\/10 {
  background-color: rgb(244 63 94 / 0.1);
}

.bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / 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-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 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-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}

.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.bg-slate-400\/10 {
  background-color: rgb(148 163 184 / 0.1);
}

.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.bg-slate-500\/20 {
  background-color: rgb(100 116 139 / 0.2);
}

.bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / 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\/30 {
  background-color: rgb(51 65 85 / 0.3);
}

.bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.bg-slate-800\/20 {
  background-color: rgb(30 41 59 / 0.2);
}

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

.bg-slate-800\/40 {
  background-color: rgb(30 41 59 / 0.4);
}

.bg-slate-800\/50 {
  background-color: rgb(30 41 59 / 0.5);
}

.bg-slate-800\/80 {
  background-color: rgb(30 41 59 / 0.8);
}

.bg-slate-800\/95 {
  background-color: rgb(30 41 59 / 0.95);
}

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.bg-slate-900\/40 {
  background-color: rgb(15 23 42 / 0.4);
}

.bg-slate-900\/50 {
  background-color: rgb(15 23 42 / 0.5);
}

.bg-slate-900\/80 {
  background-color: rgb(15 23 42 / 0.8);
}

.bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.bg-teal-500\/10 {
  background-color: rgb(20 184 166 / 0.1);
}

.bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}

.bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}

.bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

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

.bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

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

.bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}

.bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.bg-violet-500\/10 {
  background-color: rgb(139 92 246 / 0.1);
}

.bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

.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\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

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

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

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

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

.bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / 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-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.bg-zinc-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}

.bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-\[radial-gradient\(ellipse_at_top_left\2c _var\(--tw-gradient-stops\)\)\] {
  background-image: radial-gradient(ellipse at top left, var(--tw-gradient-stops));
}

.bg-features-glow {
  background-image: radial-gradient(circle at 100% 50%, rgba(79, 70, 229, 0.15) 0%, rgba(5, 5, 10, 0) 50%);
}

.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-hero-glow {
  background-image: radial-gradient(circle at 50% -20%, rgba(147, 51, 234, 0.3) 0%, rgba(5, 5, 10, 0) 60%);
}

.bg-none {
  background-image: none;
}

.from-\[\#0A3D3D\] {
  --tw-gradient-from: #0A3D3D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 61 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[oklch\(0\.277_0\.046_192\.524\)\] {
  --tw-gradient-from: oklch(0.277 0.046 192.524) 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);
}

.from-amber-100 {
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-200 {
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-300 {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-500\/5 {
  --tw-gradient-from: rgb(245 158 11 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-600 {
  --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-700 {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-800 {
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-900 {
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-amber-950 {
  --tw-gradient-from: #451a03 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\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) 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\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) 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-blue-100 {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-200 {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-300 {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-500\/5 {
  --tw-gradient-from: rgb(59 130 246 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-700 {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-800 {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-950 {
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.from-cyan-100 {
  --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-200 {
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-300 {
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-50 {
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-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-cyan-700 {
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-800 {
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-900 {
  --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-cyan-950 {
  --tw-gradient-from: #083344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 51 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-100 {
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-200 {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-300 {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-500 {
  --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);
}

.from-emerald-600 {
  --tw-gradient-from: #059669 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 150 105 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-700 {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-800 {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-900 {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-emerald-950 {
  --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-100 {
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-200 {
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-300 {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-400 {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-50 {
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-500 {
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-600 {
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-700 {
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-800 {
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-900 {
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-fuchsia-950 {
  --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-100 {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-200 {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-300 {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-400 {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-500 {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-600 {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-700 {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-800 {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-950 {
  --tw-gradient-from: #030712 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-100 {
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-200 {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-300 {
  --tw-gradient-from: #86efac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-600 {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-700 {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-800 {
  --tw-gradient-from: #166534 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-900 {
  --tw-gradient-from: #14532d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-green-950 {
  --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-100 {
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-200 {
  --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-300 {
  --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-400 {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-50 {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-700 {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-800 {
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-900 {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-indigo-950 {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.from-lime-100 {
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-200 {
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-300 {
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-400 {
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-50 {
  --tw-gradient-from: #f7fee7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-500 {
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-600 {
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-700 {
  --tw-gradient-from: #4d7c0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-800 {
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-900 {
  --tw-gradient-from: #365314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-lime-950 {
  --tw-gradient-from: #1a2e05 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 46 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-midnight-neon {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-midnight-neon\/5 {
  --tw-gradient-from: rgb(147 51 234 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100 {
  --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200 {
  --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300 {
  --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400 {
  --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50 {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500 {
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600 {
  --tw-gradient-from: #525252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700 {
  --tw-gradient-from: #404040 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800 {
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900 {
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950 {
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-100 {
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-200 {
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-300 {
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-400 {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-50 {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-600 {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-700 {
  --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-800 {
  --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-900 {
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-orange-950 {
  --tw-gradient-from: #431407 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 20 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-100 {
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-200 {
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-300 {
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-400 {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-50 {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-600 {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-700 {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-800 {
  --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-900 {
  --tw-gradient-from: #831843 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-pink-950 {
  --tw-gradient-from: #500724 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 7 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-100 {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-200 {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-300 {
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-500 {
  --tw-gradient-from: #a855f7 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-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-700 {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-800 {
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-900 {
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-purple-950 {
  --tw-gradient-from: #3b0764 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 7 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-100 {
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-200 {
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-300 {
  --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-400 {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-50 {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-700 {
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-800 {
  --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-900 {
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-red-950 {
  --tw-gradient-from: #450a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-100 {
  --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-200 {
  --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-300 {
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-400 {
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-50 {
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-500 {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-600 {
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-700 {
  --tw-gradient-from: #be123c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-800 {
  --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-900 {
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-rose-950 {
  --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 5 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-100 {
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-200 {
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-300 {
  --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-400 {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-50 {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-500 {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-600 {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-700 {
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-800 {
  --tw-gradient-from: #075985 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900 {
  --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-900\/20 {
  --tw-gradient-from: rgb(12 74 110 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-sky-950 {
  --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 47 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-100 {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-200 {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-300 {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-400 {
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-500 {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-600 {
  --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);
}

.from-slate-700 {
  --tw-gradient-from: #334155 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-slate-800 {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-slate-950 {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-100 {
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-200 {
  --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-300 {
  --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-400 {
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-50 {
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-500 {
  --tw-gradient-from: #78716c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-600 {
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-700 {
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-800 {
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-900 {
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-stone-950 {
  --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 10 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-100 {
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-200 {
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-300 {
  --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-400 {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-50 {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-500 {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-600 {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-700 {
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-800 {
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-900 {
  --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-teal-950 {
  --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 47 46 / 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-100 {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-200 {
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-300 {
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-400 {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-50 {
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-500 {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-600 {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-700 {
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-800 {
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-900 {
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-violet-950 {
  --tw-gradient-from: #2e1065 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 {
  --tw-gradient-from: #fff 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);
}

.from-yellow-100 {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-700 {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-900 {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-950 {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-100 {
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-200 {
  --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-300 {
  --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-400 {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-50 {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-500 {
  --tw-gradient-from: #71717a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-600 {
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-700 {
  --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-800 {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-900 {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-zinc-950 {
  --tw-gradient-from: #09090b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#166534\] {
  --tw-gradient-to: rgb(22 101 52 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-100 {
  --tw-gradient-to: rgb(254 243 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-200 {
  --tw-gradient-to: rgb(253 230 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-300 {
  --tw-gradient-to: rgb(252 211 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-400 {
  --tw-gradient-to: rgb(251 191 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-50 {
  --tw-gradient-to: rgb(255 251 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-500 {
  --tw-gradient-to: rgb(245 158 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-600 {
  --tw-gradient-to: rgb(217 119 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-700 {
  --tw-gradient-to: rgb(180 83 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b45309 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-800 {
  --tw-gradient-to: rgb(146 64 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #92400e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-900 {
  --tw-gradient-to: rgb(120 53 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78350f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-amber-950 {
  --tw-gradient-to: rgb(69 26 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #451a03 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-black {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 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-blue-100 {
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-200 {
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-300 {
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-400 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-50 {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-500 {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-600 {
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-700 {
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-800 {
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-900 {
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-blue-950 {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-current {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), currentColor var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-100 {
  --tw-gradient-to: rgb(207 250 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-200 {
  --tw-gradient-to: rgb(165 243 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-300 {
  --tw-gradient-to: rgb(103 232 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-400 {
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-50 {
  --tw-gradient-to: rgb(236 254 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-500 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-600 {
  --tw-gradient-to: rgb(8 145 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-700 {
  --tw-gradient-to: rgb(14 116 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-800 {
  --tw-gradient-to: rgb(21 94 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #155e75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-900 {
  --tw-gradient-to: rgb(22 78 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #164e63 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-cyan-950 {
  --tw-gradient-to: rgb(8 51 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #083344 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-100 {
  --tw-gradient-to: rgb(209 250 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-200 {
  --tw-gradient-to: rgb(167 243 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-300 {
  --tw-gradient-to: rgb(110 231 183 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-400 {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-50 {
  --tw-gradient-to: rgb(236 253 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.via-emerald-600 {
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-700 {
  --tw-gradient-to: rgb(4 120 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #047857 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-800 {
  --tw-gradient-to: rgb(6 95 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #065f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-900 {
  --tw-gradient-to: rgb(6 78 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-emerald-950 {
  --tw-gradient-to: rgb(2 44 34 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #022c22 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-100 {
  --tw-gradient-to: rgb(250 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-200 {
  --tw-gradient-to: rgb(245 208 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-300 {
  --tw-gradient-to: rgb(240 171 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-400 {
  --tw-gradient-to: rgb(232 121 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-50 {
  --tw-gradient-to: rgb(253 244 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-500 {
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-600 {
  --tw-gradient-to: rgb(192 38 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-700 {
  --tw-gradient-to: rgb(162 28 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-800 {
  --tw-gradient-to: rgb(134 25 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86198f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-900 {
  --tw-gradient-to: rgb(112 26 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #701a75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-fuchsia-950 {
  --tw-gradient-to: rgb(74 4 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a044e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-100 {
  --tw-gradient-to: rgb(243 244 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-200 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-300 {
  --tw-gradient-to: rgb(209 213 219 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-400 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-50 {
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-500 {
  --tw-gradient-to: rgb(107 114 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-600 {
  --tw-gradient-to: rgb(75 85 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-700 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-800 {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-900 {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-950 {
  --tw-gradient-to: rgb(3 7 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #030712 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-100 {
  --tw-gradient-to: rgb(220 252 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-200 {
  --tw-gradient-to: rgb(187 247 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-300 {
  --tw-gradient-to: rgb(134 239 172 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86efac var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-400 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-50 {
  --tw-gradient-to: rgb(240 253 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-500 {
  --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-600 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-700 {
  --tw-gradient-to: rgb(21 128 61 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #15803d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-800 {
  --tw-gradient-to: rgb(22 101 52 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-900 {
  --tw-gradient-to: rgb(20 83 45 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14532d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-green-950 {
  --tw-gradient-to: rgb(5 46 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #052e16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-100 {
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-200 {
  --tw-gradient-to: rgb(199 210 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-300 {
  --tw-gradient-to: rgb(165 180 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-400 {
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-50 {
  --tw-gradient-to: rgb(238 242 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-500 {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-600 {
  --tw-gradient-to: rgb(79 70 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-700 {
  --tw-gradient-to: rgb(67 56 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-800 {
  --tw-gradient-to: rgb(55 48 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-900 {
  --tw-gradient-to: rgb(49 46 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #312e81 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-indigo-950 {
  --tw-gradient-to: rgb(30 27 75 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e1b4b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-inherit {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), inherit var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-100 {
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-200 {
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-300 {
  --tw-gradient-to: rgb(190 242 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bef264 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-400 {
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-50 {
  --tw-gradient-to: rgb(247 254 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-500 {
  --tw-gradient-to: rgb(132 204 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-600 {
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-700 {
  --tw-gradient-to: rgb(77 124 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-800 {
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-900 {
  --tw-gradient-to: rgb(54 83 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #365314 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-lime-950 {
  --tw-gradient-to: rgb(26 46 5 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a2e05 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-midnight-purple {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100 {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200 {
  --tw-gradient-to: rgb(229 229 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300 {
  --tw-gradient-to: rgb(212 212 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400 {
  --tw-gradient-to: rgb(163 163 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500 {
  --tw-gradient-to: rgb(115 115 115 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #737373 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600 {
  --tw-gradient-to: rgb(82 82 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #525252 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #404040 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800 {
  --tw-gradient-to: rgb(38 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #262626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #171717 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950 {
  --tw-gradient-to: rgb(10 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-100 {
  --tw-gradient-to: rgb(255 237 213 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-200 {
  --tw-gradient-to: rgb(254 215 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-300 {
  --tw-gradient-to: rgb(253 186 116 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-400 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-50 {
  --tw-gradient-to: rgb(255 247 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-500 {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-600 {
  --tw-gradient-to: rgb(234 88 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-700 {
  --tw-gradient-to: rgb(194 65 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-800 {
  --tw-gradient-to: rgb(154 52 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-900 {
  --tw-gradient-to: rgb(124 45 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-orange-950 {
  --tw-gradient-to: rgb(67 20 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #431407 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-100 {
  --tw-gradient-to: rgb(252 231 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-200 {
  --tw-gradient-to: rgb(251 207 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-300 {
  --tw-gradient-to: rgb(249 168 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-400 {
  --tw-gradient-to: rgb(244 114 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-50 {
  --tw-gradient-to: rgb(253 242 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-500 {
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-600 {
  --tw-gradient-to: rgb(219 39 119 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-700 {
  --tw-gradient-to: rgb(190 24 93 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be185d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-800 {
  --tw-gradient-to: rgb(157 23 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-900 {
  --tw-gradient-to: rgb(131 24 67 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #831843 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-pink-950 {
  --tw-gradient-to: rgb(80 7 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #500724 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-100 {
  --tw-gradient-to: rgb(243 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-200 {
  --tw-gradient-to: rgb(233 213 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-300 {
  --tw-gradient-to: rgb(216 180 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-400 {
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-50 {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-500 {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-700 {
  --tw-gradient-to: rgb(126 34 206 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-800 {
  --tw-gradient-to: rgb(107 33 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-900 {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-purple-950 {
  --tw-gradient-to: rgb(59 7 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b0764 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-100 {
  --tw-gradient-to: rgb(254 226 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-200 {
  --tw-gradient-to: rgb(254 202 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-300 {
  --tw-gradient-to: rgb(252 165 165 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-400 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f87171 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-50 {
  --tw-gradient-to: rgb(254 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-500 {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-600 {
  --tw-gradient-to: rgb(220 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-700 {
  --tw-gradient-to: rgb(185 28 28 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-800 {
  --tw-gradient-to: rgb(153 27 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-900 {
  --tw-gradient-to: rgb(127 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-red-950 {
  --tw-gradient-to: rgb(69 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-100 {
  --tw-gradient-to: rgb(255 228 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-200 {
  --tw-gradient-to: rgb(254 205 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-300 {
  --tw-gradient-to: rgb(253 164 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-400 {
  --tw-gradient-to: rgb(251 113 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-50 {
  --tw-gradient-to: rgb(255 241 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-500 {
  --tw-gradient-to: rgb(244 63 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-600 {
  --tw-gradient-to: rgb(225 29 72 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-700 {
  --tw-gradient-to: rgb(190 18 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be123c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-800 {
  --tw-gradient-to: rgb(159 18 57 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-900 {
  --tw-gradient-to: rgb(136 19 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #881337 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-rose-950 {
  --tw-gradient-to: rgb(76 5 25 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c0519 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-100 {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-200 {
  --tw-gradient-to: rgb(186 230 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-300 {
  --tw-gradient-to: rgb(125 211 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-400 {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-50 {
  --tw-gradient-to: rgb(240 249 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-500 {
  --tw-gradient-to: rgb(14 165 233 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-600 {
  --tw-gradient-to: rgb(2 132 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-700 {
  --tw-gradient-to: rgb(3 105 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-800 {
  --tw-gradient-to: rgb(7 89 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #075985 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-900 {
  --tw-gradient-to: rgb(12 74 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-sky-950 {
  --tw-gradient-to: rgb(8 47 73 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #082f49 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-100 {
  --tw-gradient-to: rgb(241 245 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-200 {
  --tw-gradient-to: rgb(226 232 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-300 {
  --tw-gradient-to: rgb(203 213 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-400 {
  --tw-gradient-to: rgb(148 163 184 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-50 {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-500 {
  --tw-gradient-to: rgb(100 116 139 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #64748b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.via-slate-700 {
  --tw-gradient-to: rgb(51 65 85 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-800 {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-900 {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-slate-950 {
  --tw-gradient-to: rgb(2 6 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-100 {
  --tw-gradient-to: rgb(245 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-200 {
  --tw-gradient-to: rgb(231 229 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-300 {
  --tw-gradient-to: rgb(214 211 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-400 {
  --tw-gradient-to: rgb(168 162 158 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-50 {
  --tw-gradient-to: rgb(250 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-500 {
  --tw-gradient-to: rgb(120 113 108 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78716c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-600 {
  --tw-gradient-to: rgb(87 83 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #57534e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-700 {
  --tw-gradient-to: rgb(68 64 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #44403c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-800 {
  --tw-gradient-to: rgb(41 37 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #292524 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-900 {
  --tw-gradient-to: rgb(28 25 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-stone-950 {
  --tw-gradient-to: rgb(12 10 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c0a09 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-100 {
  --tw-gradient-to: rgb(204 251 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-200 {
  --tw-gradient-to: rgb(153 246 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-300 {
  --tw-gradient-to: rgb(94 234 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-400 {
  --tw-gradient-to: rgb(45 212 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-50 {
  --tw-gradient-to: rgb(240 253 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-500 {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-600 {
  --tw-gradient-to: rgb(13 148 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-700 {
  --tw-gradient-to: rgb(15 118 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-800 {
  --tw-gradient-to: rgb(17 94 89 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #115e59 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-900 {
  --tw-gradient-to: rgb(19 78 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-teal-950 {
  --tw-gradient-to: rgb(4 47 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #042f2e 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);
}

.via-violet-100 {
  --tw-gradient-to: rgb(237 233 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-200 {
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-300 {
  --tw-gradient-to: rgb(196 181 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-400 {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-50 {
  --tw-gradient-to: rgb(245 243 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-500 {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-600 {
  --tw-gradient-to: rgb(124 58 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-700 {
  --tw-gradient-to: rgb(109 40 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-800 {
  --tw-gradient-to: rgb(91 33 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-900 {
  --tw-gradient-to: rgb(76 29 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-violet-950 {
  --tw-gradient-to: rgb(46 16 101 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1065 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-700 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-900 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-950 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-100 {
  --tw-gradient-to: rgb(244 244 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-200 {
  --tw-gradient-to: rgb(228 228 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-300 {
  --tw-gradient-to: rgb(212 212 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-400 {
  --tw-gradient-to: rgb(161 161 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-50 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-500 {
  --tw-gradient-to: rgb(113 113 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #71717a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-600 {
  --tw-gradient-to: rgb(82 82 91 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #52525b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-700 {
  --tw-gradient-to: rgb(63 63 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-800 {
  --tw-gradient-to: rgb(39 39 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-900 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-zinc-950 {
  --tw-gradient-to: rgb(9 9 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #09090b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

.to-\[oklch\(0\.277_0\.046_192\.524\)\] {
  --tw-gradient-to: oklch(0.277 0.046 192.524) var(--tw-gradient-to-position);
}

.to-amber-100 {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.to-amber-200 {
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}

.to-amber-300 {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}

.to-amber-400 {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}

.to-amber-50 {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.to-amber-500 {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.to-amber-600 {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.to-amber-700 {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.to-amber-800 {
  --tw-gradient-to: #92400e var(--tw-gradient-to-position);
}

.to-amber-900 {
  --tw-gradient-to: #78350f var(--tw-gradient-to-position);
}

.to-amber-950 {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
}

.to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.to-blue-100 {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.to-blue-200 {
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.to-blue-800 {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.to-blue-900 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.to-blue-950 {
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
}

.to-current {
  --tw-gradient-to: currentColor var(--tw-gradient-to-position);
}

.to-cyan-100 {
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
}

.to-cyan-200 {
  --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position);
}

.to-cyan-300 {
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}

.to-cyan-400 {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.to-cyan-50 {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}

.to-cyan-500 {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}

.to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.to-cyan-700 {
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.to-cyan-800 {
  --tw-gradient-to: #155e75 var(--tw-gradient-to-position);
}

.to-cyan-900 {
  --tw-gradient-to: #164e63 var(--tw-gradient-to-position);
}

.to-cyan-950 {
  --tw-gradient-to: #083344 var(--tw-gradient-to-position);
}

.to-emerald-100 {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.to-emerald-200 {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}

.to-emerald-300 {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}

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

.to-emerald-50 {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.to-emerald-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.to-emerald-700 {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.to-emerald-800 {
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}

.to-emerald-900 {
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}

.to-emerald-950 {
  --tw-gradient-to: #022c22 var(--tw-gradient-to-position);
}

.to-fuchsia-100 {
  --tw-gradient-to: #fae8ff var(--tw-gradient-to-position);
}

.to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}

.to-fuchsia-300 {
  --tw-gradient-to: #f0abfc var(--tw-gradient-to-position);
}

.to-fuchsia-400 {
  --tw-gradient-to: #e879f9 var(--tw-gradient-to-position);
}

.to-fuchsia-50 {
  --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position);
}

.to-fuchsia-500 {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}

.to-fuchsia-600 {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}

.to-fuchsia-700 {
  --tw-gradient-to: #a21caf var(--tw-gradient-to-position);
}

.to-fuchsia-800 {
  --tw-gradient-to: #86198f var(--tw-gradient-to-position);
}

.to-fuchsia-900 {
  --tw-gradient-to: #701a75 var(--tw-gradient-to-position);
}

.to-fuchsia-950 {
  --tw-gradient-to: #4a044e var(--tw-gradient-to-position);
}

.to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.to-gray-200 {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.to-gray-300 {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.to-gray-400 {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}

.to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.to-gray-500 {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

.to-gray-700 {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.to-gray-800 {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.to-gray-950 {
  --tw-gradient-to: #030712 var(--tw-gradient-to-position);
}

.to-green-100 {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.to-green-200 {
  --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position);
}

.to-green-300 {
  --tw-gradient-to: #86efac var(--tw-gradient-to-position);
}

.to-green-400 {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}

.to-green-50 {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}

.to-green-500 {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.to-green-700 {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.to-green-800 {
  --tw-gradient-to: #166534 var(--tw-gradient-to-position);
}

.to-green-900 {
  --tw-gradient-to: #14532d var(--tw-gradient-to-position);
}

.to-green-950 {
  --tw-gradient-to: #052e16 var(--tw-gradient-to-position);
}

.to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.to-indigo-200 {
  --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position);
}

.to-indigo-300 {
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}

.to-indigo-400 {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.to-indigo-800 {
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
}

.to-indigo-900 {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}

.to-indigo-950 {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}

.to-inherit {
  --tw-gradient-to: inherit var(--tw-gradient-to-position);
}

.to-lime-100 {
  --tw-gradient-to: #ecfccb var(--tw-gradient-to-position);
}

.to-lime-200 {
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position);
}

.to-lime-300 {
  --tw-gradient-to: #bef264 var(--tw-gradient-to-position);
}

.to-lime-400 {
  --tw-gradient-to: #a3e635 var(--tw-gradient-to-position);
}

.to-lime-50 {
  --tw-gradient-to: #f7fee7 var(--tw-gradient-to-position);
}

.to-lime-500 {
  --tw-gradient-to: #84cc16 var(--tw-gradient-to-position);
}

.to-lime-600 {
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position);
}

.to-lime-700 {
  --tw-gradient-to: #4d7c0f var(--tw-gradient-to-position);
}

.to-lime-800 {
  --tw-gradient-to: #3f6212 var(--tw-gradient-to-position);
}

.to-lime-900 {
  --tw-gradient-to: #365314 var(--tw-gradient-to-position);
}

.to-lime-950 {
  --tw-gradient-to: #1a2e05 var(--tw-gradient-to-position);
}

.to-midnight-indigo {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.to-neutral-100 {
  --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position);
}

.to-neutral-200 {
  --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position);
}

.to-neutral-300 {
  --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position);
}

.to-neutral-400 {
  --tw-gradient-to: #a3a3a3 var(--tw-gradient-to-position);
}

.to-neutral-50 {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.to-neutral-500 {
  --tw-gradient-to: #737373 var(--tw-gradient-to-position);
}

.to-neutral-600 {
  --tw-gradient-to: #525252 var(--tw-gradient-to-position);
}

.to-neutral-700 {
  --tw-gradient-to: #404040 var(--tw-gradient-to-position);
}

.to-neutral-800 {
  --tw-gradient-to: #262626 var(--tw-gradient-to-position);
}

.to-neutral-900 {
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
}

.to-neutral-950 {
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}

.to-orange-100 {
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}

.to-orange-200 {
  --tw-gradient-to: #fed7aa var(--tw-gradient-to-position);
}

.to-orange-300 {
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
}

.to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.to-orange-50 {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}

.to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.to-orange-700 {
  --tw-gradient-to: #c2410c var(--tw-gradient-to-position);
}

.to-orange-800 {
  --tw-gradient-to: #9a3412 var(--tw-gradient-to-position);
}

.to-orange-900 {
  --tw-gradient-to: #7c2d12 var(--tw-gradient-to-position);
}

.to-orange-950 {
  --tw-gradient-to: #431407 var(--tw-gradient-to-position);
}

.to-pink-100 {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}

.to-pink-200 {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}

.to-pink-300 {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}

.to-pink-400 {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}

.to-pink-50 {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}

.to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.to-pink-700 {
  --tw-gradient-to: #be185d var(--tw-gradient-to-position);
}

.to-pink-800 {
  --tw-gradient-to: #9d174d var(--tw-gradient-to-position);
}

.to-pink-900 {
  --tw-gradient-to: #831843 var(--tw-gradient-to-position);
}

.to-pink-950 {
  --tw-gradient-to: #500724 var(--tw-gradient-to-position);
}

.to-purple-100 {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.to-purple-200 {
  --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}

.to-purple-300 {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}

.to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}

.to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.to-purple-700 {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.to-purple-800 {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.to-purple-900 {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}

.to-purple-950 {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}

.to-red-100 {
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.to-red-200 {
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}

.to-red-300 {
  --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position);
}

.to-red-400 {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}

.to-red-50 {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.to-red-500 {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.to-red-700 {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.to-red-800 {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}

.to-red-900 {
  --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

.to-red-950 {
  --tw-gradient-to: #450a0a var(--tw-gradient-to-position);
}

.to-rose-100 {
  --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position);
}

.to-rose-200 {
  --tw-gradient-to: #fecdd3 var(--tw-gradient-to-position);
}

.to-rose-300 {
  --tw-gradient-to: #fda4af var(--tw-gradient-to-position);
}

.to-rose-400 {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}

.to-rose-50 {
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}

.to-rose-500 {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.to-rose-600 {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

.to-rose-700 {
  --tw-gradient-to: #be123c var(--tw-gradient-to-position);
}

.to-rose-800 {
  --tw-gradient-to: #9f1239 var(--tw-gradient-to-position);
}

.to-rose-900 {
  --tw-gradient-to: #881337 var(--tw-gradient-to-position);
}

.to-rose-950 {
  --tw-gradient-to: #4c0519 var(--tw-gradient-to-position);
}

.to-sky-100 {
  --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position);
}

.to-sky-200 {
  --tw-gradient-to: #bae6fd var(--tw-gradient-to-position);
}

.to-sky-300 {
  --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position);
}

.to-sky-400 {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}

.to-sky-50 {
  --tw-gradient-to: #f0f9ff var(--tw-gradient-to-position);
}

.to-sky-500 {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}

.to-sky-600 {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}

.to-sky-700 {
  --tw-gradient-to: #0369a1 var(--tw-gradient-to-position);
}

.to-sky-800 {
  --tw-gradient-to: #075985 var(--tw-gradient-to-position);
}

.to-sky-900 {
  --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position);
}

.to-sky-950 {
  --tw-gradient-to: #082f49 var(--tw-gradient-to-position);
}

.to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}

.to-slate-200 {
  --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);
}

.to-slate-300 {
  --tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position);
}

.to-slate-400 {
  --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position);
}

.to-slate-50 {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}

.to-slate-500 {
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}

.to-slate-600 {
  --tw-gradient-to: #475569 var(--tw-gradient-to-position);
}

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

.to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.to-slate-900 {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.to-slate-950 {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}

.to-stone-100 {
  --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position);
}

.to-stone-200 {
  --tw-gradient-to: #e7e5e4 var(--tw-gradient-to-position);
}

.to-stone-300 {
  --tw-gradient-to: #d6d3d1 var(--tw-gradient-to-position);
}

.to-stone-400 {
  --tw-gradient-to: #a8a29e var(--tw-gradient-to-position);
}

.to-stone-50 {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.to-stone-500 {
  --tw-gradient-to: #78716c var(--tw-gradient-to-position);
}

.to-stone-600 {
  --tw-gradient-to: #57534e var(--tw-gradient-to-position);
}

.to-stone-700 {
  --tw-gradient-to: #44403c var(--tw-gradient-to-position);
}

.to-stone-800 {
  --tw-gradient-to: #292524 var(--tw-gradient-to-position);
}

.to-stone-900 {
  --tw-gradient-to: #1c1917 var(--tw-gradient-to-position);
}

.to-stone-950 {
  --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position);
}

.to-teal-100 {
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}

.to-teal-200 {
  --tw-gradient-to: #99f6e4 var(--tw-gradient-to-position);
}

.to-teal-300 {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}

.to-teal-400 {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}

.to-teal-50 {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}

.to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.to-teal-700 {
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}

.to-teal-800 {
  --tw-gradient-to: #115e59 var(--tw-gradient-to-position);
}

.to-teal-900 {
  --tw-gradient-to: #134e4a var(--tw-gradient-to-position);
}

.to-teal-950 {
  --tw-gradient-to: #042f2e var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-violet-100 {
  --tw-gradient-to: #ede9fe var(--tw-gradient-to-position);
}

.to-violet-200 {
  --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position);
}

.to-violet-300 {
  --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position);
}

.to-violet-400 {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

.to-violet-50 {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}

.to-violet-500 {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

.to-violet-600 {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}

.to-violet-700 {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}

.to-violet-800 {
  --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
}

.to-violet-900 {
  --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position);
}

.to-violet-950 {
  --tw-gradient-to: #2e1065 var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.to-yellow-300 {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.to-yellow-700 {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.to-yellow-900 {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.to-yellow-950 {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.to-zinc-100 {
  --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position);
}

.to-zinc-200 {
  --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position);
}

.to-zinc-300 {
  --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position);
}

.to-zinc-400 {
  --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position);
}

.to-zinc-50 {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.to-zinc-500 {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}

.to-zinc-600 {
  --tw-gradient-to: #52525b var(--tw-gradient-to-position);
}

.to-zinc-700 {
  --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position);
}

.to-zinc-800 {
  --tw-gradient-to: #27272a var(--tw-gradient-to-position);
}

.to-zinc-900 {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.to-zinc-950 {
  --tw-gradient-to: #09090b var(--tw-gradient-to-position);
}

.decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

.box-decoration-slice {
  -webkit-box-decoration-break: slice;
          box-decoration-break: slice;
}

.box-decoration-clone {
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

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

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

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

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-clip-border {
  background-clip: border-box;
}

.bg-clip-padding {
  background-clip: padding-box;
}

.bg-clip-content {
  background-clip: content-box;
}

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

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

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

.bg-left-bottom {
  background-position: left bottom;
}

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

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

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

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

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

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

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

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

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

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

.bg-origin-border {
  background-origin: border-box;
}

.bg-origin-padding {
  background-origin: padding-box;
}

.bg-origin-content {
  background-origin: content-box;
}

.fill-amber-100 {
  fill: #fef3c7;
}

.fill-amber-200 {
  fill: #fde68a;
}

.fill-amber-300 {
  fill: #fcd34d;
}

.fill-amber-400 {
  fill: #fbbf24;
}

.fill-amber-50 {
  fill: #fffbeb;
}

.fill-amber-500 {
  fill: #f59e0b;
}

.fill-amber-600 {
  fill: #d97706;
}

.fill-amber-700 {
  fill: #b45309;
}

.fill-amber-800 {
  fill: #92400e;
}

.fill-amber-900 {
  fill: #78350f;
}

.fill-amber-950 {
  fill: #451a03;
}

.fill-black {
  fill: #000;
}

.fill-blue-100 {
  fill: #dbeafe;
}

.fill-blue-200 {
  fill: #bfdbfe;
}

.fill-blue-300 {
  fill: #93c5fd;
}

.fill-blue-400 {
  fill: #60a5fa;
}

.fill-blue-50 {
  fill: #eff6ff;
}

.fill-blue-500 {
  fill: #3b82f6;
}

.fill-blue-600 {
  fill: #2563eb;
}

.fill-blue-700 {
  fill: #1d4ed8;
}

.fill-blue-800 {
  fill: #1e40af;
}

.fill-blue-900 {
  fill: #1e3a8a;
}

.fill-blue-950 {
  fill: #172554;
}

.fill-current {
  fill: currentColor;
}

.fill-cyan-100 {
  fill: #cffafe;
}

.fill-cyan-200 {
  fill: #a5f3fc;
}

.fill-cyan-300 {
  fill: #67e8f9;
}

.fill-cyan-400 {
  fill: #22d3ee;
}

.fill-cyan-50 {
  fill: #ecfeff;
}

.fill-cyan-500 {
  fill: #06b6d4;
}

.fill-cyan-600 {
  fill: #0891b2;
}

.fill-cyan-700 {
  fill: #0e7490;
}

.fill-cyan-800 {
  fill: #155e75;
}

.fill-cyan-900 {
  fill: #164e63;
}

.fill-cyan-950 {
  fill: #083344;
}

.fill-emerald-100 {
  fill: #d1fae5;
}

.fill-emerald-200 {
  fill: #a7f3d0;
}

.fill-emerald-300 {
  fill: #6ee7b7;
}

.fill-emerald-400 {
  fill: #34d399;
}

.fill-emerald-50 {
  fill: #ecfdf5;
}

.fill-emerald-500 {
  fill: #10b981;
}

.fill-emerald-600 {
  fill: #059669;
}

.fill-emerald-700 {
  fill: #047857;
}

.fill-emerald-800 {
  fill: #065f46;
}

.fill-emerald-900 {
  fill: #064e3b;
}

.fill-emerald-950 {
  fill: #022c22;
}

.fill-fuchsia-100 {
  fill: #fae8ff;
}

.fill-fuchsia-200 {
  fill: #f5d0fe;
}

.fill-fuchsia-300 {
  fill: #f0abfc;
}

.fill-fuchsia-400 {
  fill: #e879f9;
}

.fill-fuchsia-50 {
  fill: #fdf4ff;
}

.fill-fuchsia-500 {
  fill: #d946ef;
}

.fill-fuchsia-600 {
  fill: #c026d3;
}

.fill-fuchsia-700 {
  fill: #a21caf;
}

.fill-fuchsia-800 {
  fill: #86198f;
}

.fill-fuchsia-900 {
  fill: #701a75;
}

.fill-fuchsia-950 {
  fill: #4a044e;
}

.fill-gray-100 {
  fill: #f3f4f6;
}

.fill-gray-200 {
  fill: #e5e7eb;
}

.fill-gray-300 {
  fill: #d1d5db;
}

.fill-gray-400 {
  fill: #9ca3af;
}

.fill-gray-50 {
  fill: #f9fafb;
}

.fill-gray-500 {
  fill: #6b7280;
}

.fill-gray-600 {
  fill: #4b5563;
}

.fill-gray-700 {
  fill: #374151;
}

.fill-gray-800 {
  fill: #1f2937;
}

.fill-gray-900 {
  fill: #111827;
}

.fill-gray-950 {
  fill: #030712;
}

.fill-green-100 {
  fill: #dcfce7;
}

.fill-green-200 {
  fill: #bbf7d0;
}

.fill-green-300 {
  fill: #86efac;
}

.fill-green-400 {
  fill: #4ade80;
}

.fill-green-50 {
  fill: #f0fdf4;
}

.fill-green-500 {
  fill: #22c55e;
}

.fill-green-600 {
  fill: #16a34a;
}

.fill-green-700 {
  fill: #15803d;
}

.fill-green-800 {
  fill: #166534;
}

.fill-green-900 {
  fill: #14532d;
}

.fill-green-950 {
  fill: #052e16;
}

.fill-indigo-100 {
  fill: #e0e7ff;
}

.fill-indigo-200 {
  fill: #c7d2fe;
}

.fill-indigo-300 {
  fill: #a5b4fc;
}

.fill-indigo-400 {
  fill: #818cf8;
}

.fill-indigo-50 {
  fill: #eef2ff;
}

.fill-indigo-500 {
  fill: #6366f1;
}

.fill-indigo-600 {
  fill: #4f46e5;
}

.fill-indigo-700 {
  fill: #4338ca;
}

.fill-indigo-800 {
  fill: #3730a3;
}

.fill-indigo-900 {
  fill: #312e81;
}

.fill-indigo-950 {
  fill: #1e1b4b;
}

.fill-inherit {
  fill: inherit;
}

.fill-lime-100 {
  fill: #ecfccb;
}

.fill-lime-200 {
  fill: #d9f99d;
}

.fill-lime-300 {
  fill: #bef264;
}

.fill-lime-400 {
  fill: #a3e635;
}

.fill-lime-50 {
  fill: #f7fee7;
}

.fill-lime-500 {
  fill: #84cc16;
}

.fill-lime-600 {
  fill: #65a30d;
}

.fill-lime-700 {
  fill: #4d7c0f;
}

.fill-lime-800 {
  fill: #3f6212;
}

.fill-lime-900 {
  fill: #365314;
}

.fill-lime-950 {
  fill: #1a2e05;
}

.fill-neutral-100 {
  fill: #f5f5f5;
}

.fill-neutral-200 {
  fill: #e5e5e5;
}

.fill-neutral-300 {
  fill: #d4d4d4;
}

.fill-neutral-400 {
  fill: #a3a3a3;
}

.fill-neutral-50 {
  fill: #fafafa;
}

.fill-neutral-500 {
  fill: #737373;
}

.fill-neutral-600 {
  fill: #525252;
}

.fill-neutral-700 {
  fill: #404040;
}

.fill-neutral-800 {
  fill: #262626;
}

.fill-neutral-900 {
  fill: #171717;
}

.fill-neutral-950 {
  fill: #0a0a0a;
}

.fill-none {
  fill: none;
}

.fill-orange-100 {
  fill: #ffedd5;
}

.fill-orange-200 {
  fill: #fed7aa;
}

.fill-orange-300 {
  fill: #fdba74;
}

.fill-orange-400 {
  fill: #fb923c;
}

.fill-orange-50 {
  fill: #fff7ed;
}

.fill-orange-500 {
  fill: #f97316;
}

.fill-orange-600 {
  fill: #ea580c;
}

.fill-orange-700 {
  fill: #c2410c;
}

.fill-orange-800 {
  fill: #9a3412;
}

.fill-orange-900 {
  fill: #7c2d12;
}

.fill-orange-950 {
  fill: #431407;
}

.fill-pink-100 {
  fill: #fce7f3;
}

.fill-pink-200 {
  fill: #fbcfe8;
}

.fill-pink-300 {
  fill: #f9a8d4;
}

.fill-pink-400 {
  fill: #f472b6;
}

.fill-pink-50 {
  fill: #fdf2f8;
}

.fill-pink-500 {
  fill: #ec4899;
}

.fill-pink-600 {
  fill: #db2777;
}

.fill-pink-700 {
  fill: #be185d;
}

.fill-pink-800 {
  fill: #9d174d;
}

.fill-pink-900 {
  fill: #831843;
}

.fill-pink-950 {
  fill: #500724;
}

.fill-purple-100 {
  fill: #f3e8ff;
}

.fill-purple-200 {
  fill: #e9d5ff;
}

.fill-purple-300 {
  fill: #d8b4fe;
}

.fill-purple-400 {
  fill: #c084fc;
}

.fill-purple-50 {
  fill: #faf5ff;
}

.fill-purple-500 {
  fill: #a855f7;
}

.fill-purple-600 {
  fill: #9333ea;
}

.fill-purple-700 {
  fill: #7e22ce;
}

.fill-purple-800 {
  fill: #6b21a8;
}

.fill-purple-900 {
  fill: #581c87;
}

.fill-purple-950 {
  fill: #3b0764;
}

.fill-red-100 {
  fill: #fee2e2;
}

.fill-red-200 {
  fill: #fecaca;
}

.fill-red-300 {
  fill: #fca5a5;
}

.fill-red-400 {
  fill: #f87171;
}

.fill-red-50 {
  fill: #fef2f2;
}

.fill-red-500 {
  fill: #ef4444;
}

.fill-red-600 {
  fill: #dc2626;
}

.fill-red-700 {
  fill: #b91c1c;
}

.fill-red-800 {
  fill: #991b1b;
}

.fill-red-900 {
  fill: #7f1d1d;
}

.fill-red-950 {
  fill: #450a0a;
}

.fill-rose-100 {
  fill: #ffe4e6;
}

.fill-rose-200 {
  fill: #fecdd3;
}

.fill-rose-300 {
  fill: #fda4af;
}

.fill-rose-400 {
  fill: #fb7185;
}

.fill-rose-50 {
  fill: #fff1f2;
}

.fill-rose-500 {
  fill: #f43f5e;
}

.fill-rose-600 {
  fill: #e11d48;
}

.fill-rose-700 {
  fill: #be123c;
}

.fill-rose-800 {
  fill: #9f1239;
}

.fill-rose-900 {
  fill: #881337;
}

.fill-rose-950 {
  fill: #4c0519;
}

.fill-sky-100 {
  fill: #e0f2fe;
}

.fill-sky-200 {
  fill: #bae6fd;
}

.fill-sky-300 {
  fill: #7dd3fc;
}

.fill-sky-400 {
  fill: #38bdf8;
}

.fill-sky-50 {
  fill: #f0f9ff;
}

.fill-sky-500 {
  fill: #0ea5e9;
}

.fill-sky-600 {
  fill: #0284c7;
}

.fill-sky-700 {
  fill: #0369a1;
}

.fill-sky-800 {
  fill: #075985;
}

.fill-sky-900 {
  fill: #0c4a6e;
}

.fill-sky-950 {
  fill: #082f49;
}

.fill-slate-100 {
  fill: #f1f5f9;
}

.fill-slate-200 {
  fill: #e2e8f0;
}

.fill-slate-300 {
  fill: #cbd5e1;
}

.fill-slate-400 {
  fill: #94a3b8;
}

.fill-slate-50 {
  fill: #f8fafc;
}

.fill-slate-500 {
  fill: #64748b;
}

.fill-slate-600 {
  fill: #475569;
}

.fill-slate-700 {
  fill: #334155;
}

.fill-slate-800 {
  fill: #1e293b;
}

.fill-slate-900 {
  fill: #0f172a;
}

.fill-slate-950 {
  fill: #020617;
}

.fill-stone-100 {
  fill: #f5f5f4;
}

.fill-stone-200 {
  fill: #e7e5e4;
}

.fill-stone-300 {
  fill: #d6d3d1;
}

.fill-stone-400 {
  fill: #a8a29e;
}

.fill-stone-50 {
  fill: #fafaf9;
}

.fill-stone-500 {
  fill: #78716c;
}

.fill-stone-600 {
  fill: #57534e;
}

.fill-stone-700 {
  fill: #44403c;
}

.fill-stone-800 {
  fill: #292524;
}

.fill-stone-900 {
  fill: #1c1917;
}

.fill-stone-950 {
  fill: #0c0a09;
}

.fill-teal-100 {
  fill: #ccfbf1;
}

.fill-teal-200 {
  fill: #99f6e4;
}

.fill-teal-300 {
  fill: #5eead4;
}

.fill-teal-400 {
  fill: #2dd4bf;
}

.fill-teal-50 {
  fill: #f0fdfa;
}

.fill-teal-500 {
  fill: #14b8a6;
}

.fill-teal-600 {
  fill: #0d9488;
}

.fill-teal-700 {
  fill: #0f766e;
}

.fill-teal-800 {
  fill: #115e59;
}

.fill-teal-900 {
  fill: #134e4a;
}

.fill-teal-950 {
  fill: #042f2e;
}

.fill-transparent {
  fill: transparent;
}

.fill-violet-100 {
  fill: #ede9fe;
}

.fill-violet-200 {
  fill: #ddd6fe;
}

.fill-violet-300 {
  fill: #c4b5fd;
}

.fill-violet-400 {
  fill: #a78bfa;
}

.fill-violet-50 {
  fill: #f5f3ff;
}

.fill-violet-500 {
  fill: #8b5cf6;
}

.fill-violet-600 {
  fill: #7c3aed;
}

.fill-violet-700 {
  fill: #6d28d9;
}

.fill-violet-800 {
  fill: #5b21b6;
}

.fill-violet-900 {
  fill: #4c1d95;
}

.fill-violet-950 {
  fill: #2e1065;
}

.fill-white {
  fill: #fff;
}

.fill-yellow-100 {
  fill: #fef9c3;
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-300 {
  fill: #fde047;
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-50 {
  fill: #fefce8;
}

.fill-yellow-500 {
  fill: #eab308;
}

.fill-yellow-600 {
  fill: #ca8a04;
}

.fill-yellow-700 {
  fill: #a16207;
}

.fill-yellow-800 {
  fill: #854d0e;
}

.fill-yellow-900 {
  fill: #713f12;
}

.fill-yellow-950 {
  fill: #422006;
}

.fill-zinc-100 {
  fill: #f4f4f5;
}

.fill-zinc-200 {
  fill: #e4e4e7;
}

.fill-zinc-300 {
  fill: #d4d4d8;
}

.fill-zinc-400 {
  fill: #a1a1aa;
}

.fill-zinc-50 {
  fill: #fafafa;
}

.fill-zinc-500 {
  fill: #71717a;
}

.fill-zinc-600 {
  fill: #52525b;
}

.fill-zinc-700 {
  fill: #3f3f46;
}

.fill-zinc-800 {
  fill: #27272a;
}

.fill-zinc-900 {
  fill: #18181b;
}

.fill-zinc-950 {
  fill: #09090b;
}

.stroke-amber-100 {
  stroke: #fef3c7;
}

.stroke-amber-200 {
  stroke: #fde68a;
}

.stroke-amber-300 {
  stroke: #fcd34d;
}

.stroke-amber-400 {
  stroke: #fbbf24;
}

.stroke-amber-50 {
  stroke: #fffbeb;
}

.stroke-amber-500 {
  stroke: #f59e0b;
}

.stroke-amber-600 {
  stroke: #d97706;
}

.stroke-amber-700 {
  stroke: #b45309;
}

.stroke-amber-800 {
  stroke: #92400e;
}

.stroke-amber-900 {
  stroke: #78350f;
}

.stroke-amber-950 {
  stroke: #451a03;
}

.stroke-black {
  stroke: #000;
}

.stroke-blue-100 {
  stroke: #dbeafe;
}

.stroke-blue-200 {
  stroke: #bfdbfe;
}

.stroke-blue-300 {
  stroke: #93c5fd;
}

.stroke-blue-400 {
  stroke: #60a5fa;
}

.stroke-blue-50 {
  stroke: #eff6ff;
}

.stroke-blue-500 {
  stroke: #3b82f6;
}

.stroke-blue-600 {
  stroke: #2563eb;
}

.stroke-blue-700 {
  stroke: #1d4ed8;
}

.stroke-blue-800 {
  stroke: #1e40af;
}

.stroke-blue-900 {
  stroke: #1e3a8a;
}

.stroke-blue-950 {
  stroke: #172554;
}

.stroke-current {
  stroke: currentColor;
}

.stroke-cyan-100 {
  stroke: #cffafe;
}

.stroke-cyan-200 {
  stroke: #a5f3fc;
}

.stroke-cyan-300 {
  stroke: #67e8f9;
}

.stroke-cyan-400 {
  stroke: #22d3ee;
}

.stroke-cyan-50 {
  stroke: #ecfeff;
}

.stroke-cyan-500 {
  stroke: #06b6d4;
}

.stroke-cyan-600 {
  stroke: #0891b2;
}

.stroke-cyan-700 {
  stroke: #0e7490;
}

.stroke-cyan-800 {
  stroke: #155e75;
}

.stroke-cyan-900 {
  stroke: #164e63;
}

.stroke-cyan-950 {
  stroke: #083344;
}

.stroke-emerald-100 {
  stroke: #d1fae5;
}

.stroke-emerald-200 {
  stroke: #a7f3d0;
}

.stroke-emerald-300 {
  stroke: #6ee7b7;
}

.stroke-emerald-400 {
  stroke: #34d399;
}

.stroke-emerald-50 {
  stroke: #ecfdf5;
}

.stroke-emerald-500 {
  stroke: #10b981;
}

.stroke-emerald-600 {
  stroke: #059669;
}

.stroke-emerald-700 {
  stroke: #047857;
}

.stroke-emerald-800 {
  stroke: #065f46;
}

.stroke-emerald-900 {
  stroke: #064e3b;
}

.stroke-emerald-950 {
  stroke: #022c22;
}

.stroke-fuchsia-100 {
  stroke: #fae8ff;
}

.stroke-fuchsia-200 {
  stroke: #f5d0fe;
}

.stroke-fuchsia-300 {
  stroke: #f0abfc;
}

.stroke-fuchsia-400 {
  stroke: #e879f9;
}

.stroke-fuchsia-50 {
  stroke: #fdf4ff;
}

.stroke-fuchsia-500 {
  stroke: #d946ef;
}

.stroke-fuchsia-600 {
  stroke: #c026d3;
}

.stroke-fuchsia-700 {
  stroke: #a21caf;
}

.stroke-fuchsia-800 {
  stroke: #86198f;
}

.stroke-fuchsia-900 {
  stroke: #701a75;
}

.stroke-fuchsia-950 {
  stroke: #4a044e;
}

.stroke-gray-100 {
  stroke: #f3f4f6;
}

.stroke-gray-200 {
  stroke: #e5e7eb;
}

.stroke-gray-300 {
  stroke: #d1d5db;
}

.stroke-gray-300\/30 {
  stroke: rgb(209 213 219 / 0.3);
}

.stroke-gray-400 {
  stroke: #9ca3af;
}

.stroke-gray-50 {
  stroke: #f9fafb;
}

.stroke-gray-500 {
  stroke: #6b7280;
}

.stroke-gray-600 {
  stroke: #4b5563;
}

.stroke-gray-700 {
  stroke: #374151;
}

.stroke-gray-800 {
  stroke: #1f2937;
}

.stroke-gray-900 {
  stroke: #111827;
}

.stroke-gray-950 {
  stroke: #030712;
}

.stroke-green-100 {
  stroke: #dcfce7;
}

.stroke-green-200 {
  stroke: #bbf7d0;
}

.stroke-green-300 {
  stroke: #86efac;
}

.stroke-green-400 {
  stroke: #4ade80;
}

.stroke-green-50 {
  stroke: #f0fdf4;
}

.stroke-green-500 {
  stroke: #22c55e;
}

.stroke-green-600 {
  stroke: #16a34a;
}

.stroke-green-700 {
  stroke: #15803d;
}

.stroke-green-800 {
  stroke: #166534;
}

.stroke-green-900 {
  stroke: #14532d;
}

.stroke-green-950 {
  stroke: #052e16;
}

.stroke-indigo-100 {
  stroke: #e0e7ff;
}

.stroke-indigo-200 {
  stroke: #c7d2fe;
}

.stroke-indigo-300 {
  stroke: #a5b4fc;
}

.stroke-indigo-400 {
  stroke: #818cf8;
}

.stroke-indigo-50 {
  stroke: #eef2ff;
}

.stroke-indigo-500 {
  stroke: #6366f1;
}

.stroke-indigo-600 {
  stroke: #4f46e5;
}

.stroke-indigo-700 {
  stroke: #4338ca;
}

.stroke-indigo-800 {
  stroke: #3730a3;
}

.stroke-indigo-900 {
  stroke: #312e81;
}

.stroke-indigo-950 {
  stroke: #1e1b4b;
}

.stroke-inherit {
  stroke: inherit;
}

.stroke-lime-100 {
  stroke: #ecfccb;
}

.stroke-lime-200 {
  stroke: #d9f99d;
}

.stroke-lime-300 {
  stroke: #bef264;
}

.stroke-lime-400 {
  stroke: #a3e635;
}

.stroke-lime-50 {
  stroke: #f7fee7;
}

.stroke-lime-500 {
  stroke: #84cc16;
}

.stroke-lime-600 {
  stroke: #65a30d;
}

.stroke-lime-700 {
  stroke: #4d7c0f;
}

.stroke-lime-800 {
  stroke: #3f6212;
}

.stroke-lime-900 {
  stroke: #365314;
}

.stroke-lime-950 {
  stroke: #1a2e05;
}

.stroke-neutral-100 {
  stroke: #f5f5f5;
}

.stroke-neutral-200 {
  stroke: #e5e5e5;
}

.stroke-neutral-300 {
  stroke: #d4d4d4;
}

.stroke-neutral-400 {
  stroke: #a3a3a3;
}

.stroke-neutral-50 {
  stroke: #fafafa;
}

.stroke-neutral-500 {
  stroke: #737373;
}

.stroke-neutral-600 {
  stroke: #525252;
}

.stroke-neutral-700 {
  stroke: #404040;
}

.stroke-neutral-800 {
  stroke: #262626;
}

.stroke-neutral-900 {
  stroke: #171717;
}

.stroke-neutral-950 {
  stroke: #0a0a0a;
}

.stroke-none {
  stroke: none;
}

.stroke-orange-100 {
  stroke: #ffedd5;
}

.stroke-orange-200 {
  stroke: #fed7aa;
}

.stroke-orange-300 {
  stroke: #fdba74;
}

.stroke-orange-400 {
  stroke: #fb923c;
}

.stroke-orange-50 {
  stroke: #fff7ed;
}

.stroke-orange-500 {
  stroke: #f97316;
}

.stroke-orange-600 {
  stroke: #ea580c;
}

.stroke-orange-700 {
  stroke: #c2410c;
}

.stroke-orange-800 {
  stroke: #9a3412;
}

.stroke-orange-900 {
  stroke: #7c2d12;
}

.stroke-orange-950 {
  stroke: #431407;
}

.stroke-pink-100 {
  stroke: #fce7f3;
}

.stroke-pink-200 {
  stroke: #fbcfe8;
}

.stroke-pink-300 {
  stroke: #f9a8d4;
}

.stroke-pink-400 {
  stroke: #f472b6;
}

.stroke-pink-50 {
  stroke: #fdf2f8;
}

.stroke-pink-500 {
  stroke: #ec4899;
}

.stroke-pink-600 {
  stroke: #db2777;
}

.stroke-pink-700 {
  stroke: #be185d;
}

.stroke-pink-800 {
  stroke: #9d174d;
}

.stroke-pink-900 {
  stroke: #831843;
}

.stroke-pink-950 {
  stroke: #500724;
}

.stroke-purple-100 {
  stroke: #f3e8ff;
}

.stroke-purple-200 {
  stroke: #e9d5ff;
}

.stroke-purple-300 {
  stroke: #d8b4fe;
}

.stroke-purple-400 {
  stroke: #c084fc;
}

.stroke-purple-50 {
  stroke: #faf5ff;
}

.stroke-purple-500 {
  stroke: #a855f7;
}

.stroke-purple-600 {
  stroke: #9333ea;
}

.stroke-purple-700 {
  stroke: #7e22ce;
}

.stroke-purple-800 {
  stroke: #6b21a8;
}

.stroke-purple-900 {
  stroke: #581c87;
}

.stroke-purple-950 {
  stroke: #3b0764;
}

.stroke-red-100 {
  stroke: #fee2e2;
}

.stroke-red-200 {
  stroke: #fecaca;
}

.stroke-red-300 {
  stroke: #fca5a5;
}

.stroke-red-400 {
  stroke: #f87171;
}

.stroke-red-50 {
  stroke: #fef2f2;
}

.stroke-red-500 {
  stroke: #ef4444;
}

.stroke-red-600 {
  stroke: #dc2626;
}

.stroke-red-700 {
  stroke: #b91c1c;
}

.stroke-red-800 {
  stroke: #991b1b;
}

.stroke-red-900 {
  stroke: #7f1d1d;
}

.stroke-red-950 {
  stroke: #450a0a;
}

.stroke-rose-100 {
  stroke: #ffe4e6;
}

.stroke-rose-200 {
  stroke: #fecdd3;
}

.stroke-rose-300 {
  stroke: #fda4af;
}

.stroke-rose-400 {
  stroke: #fb7185;
}

.stroke-rose-50 {
  stroke: #fff1f2;
}

.stroke-rose-500 {
  stroke: #f43f5e;
}

.stroke-rose-600 {
  stroke: #e11d48;
}

.stroke-rose-700 {
  stroke: #be123c;
}

.stroke-rose-800 {
  stroke: #9f1239;
}

.stroke-rose-900 {
  stroke: #881337;
}

.stroke-rose-950 {
  stroke: #4c0519;
}

.stroke-sky-100 {
  stroke: #e0f2fe;
}

.stroke-sky-200 {
  stroke: #bae6fd;
}

.stroke-sky-300 {
  stroke: #7dd3fc;
}

.stroke-sky-400 {
  stroke: #38bdf8;
}

.stroke-sky-50 {
  stroke: #f0f9ff;
}

.stroke-sky-500 {
  stroke: #0ea5e9;
}

.stroke-sky-600 {
  stroke: #0284c7;
}

.stroke-sky-700 {
  stroke: #0369a1;
}

.stroke-sky-800 {
  stroke: #075985;
}

.stroke-sky-900 {
  stroke: #0c4a6e;
}

.stroke-sky-950 {
  stroke: #082f49;
}

.stroke-slate-100 {
  stroke: #f1f5f9;
}

.stroke-slate-200 {
  stroke: #e2e8f0;
}

.stroke-slate-300 {
  stroke: #cbd5e1;
}

.stroke-slate-400 {
  stroke: #94a3b8;
}

.stroke-slate-50 {
  stroke: #f8fafc;
}

.stroke-slate-500 {
  stroke: #64748b;
}

.stroke-slate-600 {
  stroke: #475569;
}

.stroke-slate-700 {
  stroke: #334155;
}

.stroke-slate-800 {
  stroke: #1e293b;
}

.stroke-slate-900 {
  stroke: #0f172a;
}

.stroke-slate-950 {
  stroke: #020617;
}

.stroke-stone-100 {
  stroke: #f5f5f4;
}

.stroke-stone-200 {
  stroke: #e7e5e4;
}

.stroke-stone-300 {
  stroke: #d6d3d1;
}

.stroke-stone-400 {
  stroke: #a8a29e;
}

.stroke-stone-50 {
  stroke: #fafaf9;
}

.stroke-stone-500 {
  stroke: #78716c;
}

.stroke-stone-600 {
  stroke: #57534e;
}

.stroke-stone-700 {
  stroke: #44403c;
}

.stroke-stone-800 {
  stroke: #292524;
}

.stroke-stone-900 {
  stroke: #1c1917;
}

.stroke-stone-950 {
  stroke: #0c0a09;
}

.stroke-teal-100 {
  stroke: #ccfbf1;
}

.stroke-teal-200 {
  stroke: #99f6e4;
}

.stroke-teal-300 {
  stroke: #5eead4;
}

.stroke-teal-400 {
  stroke: #2dd4bf;
}

.stroke-teal-50 {
  stroke: #f0fdfa;
}

.stroke-teal-500 {
  stroke: #14b8a6;
}

.stroke-teal-600 {
  stroke: #0d9488;
}

.stroke-teal-700 {
  stroke: #0f766e;
}

.stroke-teal-800 {
  stroke: #115e59;
}

.stroke-teal-900 {
  stroke: #134e4a;
}

.stroke-teal-950 {
  stroke: #042f2e;
}

.stroke-transparent {
  stroke: transparent;
}

.stroke-violet-100 {
  stroke: #ede9fe;
}

.stroke-violet-200 {
  stroke: #ddd6fe;
}

.stroke-violet-300 {
  stroke: #c4b5fd;
}

.stroke-violet-400 {
  stroke: #a78bfa;
}

.stroke-violet-50 {
  stroke: #f5f3ff;
}

.stroke-violet-500 {
  stroke: #8b5cf6;
}

.stroke-violet-600 {
  stroke: #7c3aed;
}

.stroke-violet-700 {
  stroke: #6d28d9;
}

.stroke-violet-800 {
  stroke: #5b21b6;
}

.stroke-violet-900 {
  stroke: #4c1d95;
}

.stroke-violet-950 {
  stroke: #2e1065;
}

.stroke-white {
  stroke: #fff;
}

.stroke-yellow-100 {
  stroke: #fef9c3;
}

.stroke-yellow-200 {
  stroke: #fef08a;
}

.stroke-yellow-300 {
  stroke: #fde047;
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-yellow-50 {
  stroke: #fefce8;
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.stroke-yellow-600 {
  stroke: #ca8a04;
}

.stroke-yellow-700 {
  stroke: #a16207;
}

.stroke-yellow-800 {
  stroke: #854d0e;
}

.stroke-yellow-900 {
  stroke: #713f12;
}

.stroke-yellow-950 {
  stroke: #422006;
}

.stroke-zinc-100 {
  stroke: #f4f4f5;
}

.stroke-zinc-200 {
  stroke: #e4e4e7;
}

.stroke-zinc-300 {
  stroke: #d4d4d8;
}

.stroke-zinc-400 {
  stroke: #a1a1aa;
}

.stroke-zinc-50 {
  stroke: #fafafa;
}

.stroke-zinc-500 {
  stroke: #71717a;
}

.stroke-zinc-600 {
  stroke: #52525b;
}

.stroke-zinc-700 {
  stroke: #3f3f46;
}

.stroke-zinc-800 {
  stroke: #27272a;
}

.stroke-zinc-900 {
  stroke: #18181b;
}

.stroke-zinc-950 {
  stroke: #09090b;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.object-none {
  -o-object-fit: none;
     object-fit: none;
}

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right 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-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-16 {
  padding: 4rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-28 {
  padding: 7rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-3\.5 {
  padding: 0.875rem;
}

.p-32 {
  padding: 8rem;
}

.p-36 {
  padding: 9rem;
}

.p-4 {
  padding: 1rem;
}

.p-40 {
  padding: 10rem;
}

.p-44 {
  padding: 11rem;
}

.p-48 {
  padding: 12rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-52 {
  padding: 13rem;
}

.p-56 {
  padding: 14rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-60 {
  padding: 15rem;
}

.p-64 {
  padding: 16rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-72 {
  padding: 18rem;
}

.p-8 {
  padding: 2rem;
}

.p-80 {
  padding: 20rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-96 {
  padding: 24rem;
}

.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-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-28 {
  padding-left: 7rem;
  padding-right: 7rem;
}

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

.px-3\.5 {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-36 {
  padding-left: 9rem;
  padding-right: 9rem;
}

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

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-44 {
  padding-left: 11rem;
  padding-right: 11rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

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

.px-52 {
  padding-left: 13rem;
  padding-right: 13rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

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

.px-60 {
  padding-left: 15rem;
  padding-right: 15rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-72 {
  padding-left: 18rem;
  padding-right: 18rem;
}

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

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-96 {
  padding-left: 24rem;
  padding-right: 24rem;
}

.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-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.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-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

.py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.py-44 {
  padding-top: 11rem;
  padding-bottom: 11rem;
}

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-52 {
  padding-top: 13rem;
  padding-bottom: 13rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

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

.py-60 {
  padding-top: 15rem;
  padding-bottom: 15rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-72 {
  padding-top: 18rem;
  padding-bottom: 18rem;
}

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

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-96 {
  padding-top: 24rem;
  padding-bottom: 24rem;
}

.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-11 {
  padding-bottom: 2.75rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-28 {
  padding-bottom: 7rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-3\.5 {
  padding-bottom: 0.875rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-36 {
  padding-bottom: 9rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-40 {
  padding-bottom: 10rem;
}

.pb-44 {
  padding-bottom: 11rem;
}

.pb-48 {
  padding-bottom: 12rem;
}

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

.pb-52 {
  padding-bottom: 13rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-60 {
  padding-bottom: 15rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pb-72 {
  padding-bottom: 18rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-80 {
  padding-bottom: 20rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-96 {
  padding-bottom: 24rem;
}

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

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pl-1\.5 {
  padding-left: 0.375rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pl-2\.5 {
  padding-left: 0.625rem;
}

.pl-20 {
  padding-left: 5rem;
}

.pl-24 {
  padding-left: 6rem;
}

.pl-28 {
  padding-left: 7rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-32 {
  padding-left: 8rem;
}

.pl-36 {
  padding-left: 9rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-44 {
  padding-left: 11rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pl-52 {
  padding-left: 13rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-60 {
  padding-left: 15rem;
}

.pl-64 {
  padding-left: 16rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pl-72 {
  padding-left: 18rem;
}

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

.pl-80 {
  padding-left: 20rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pl-96 {
  padding-left: 24rem;
}

.pr-0 {
  padding-right: 0px;
}

.pr-0\.5 {
  padding-right: 0.125rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pr-1\.5 {
  padding-right: 0.375rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-2\.5 {
  padding-right: 0.625rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-28 {
  padding-right: 7rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-3\.5 {
  padding-right: 0.875rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-36 {
  padding-right: 9rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-44 {
  padding-right: 11rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-52 {
  padding-right: 13rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-60 {
  padding-right: 15rem;
}

.pr-64 {
  padding-right: 16rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-72 {
  padding-right: 18rem;
}

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

.pr-80 {
  padding-right: 20rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pr-96 {
  padding-right: 24rem;
}

.pt-0 {
  padding-top: 0px;
}

.pt-0\.5 {
  padding-top: 0.125rem;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pt-1\.5 {
  padding-top: 0.375rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-2\.5 {
  padding-top: 0.625rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-28 {
  padding-top: 7rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pt-3\.5 {
  padding-top: 0.875rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-40 {
  padding-top: 10rem;
}

.pt-44 {
  padding-top: 11rem;
}

.pt-48 {
  padding-top: 12rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-52 {
  padding-top: 13rem;
}

.pt-56 {
  padding-top: 14rem;
}

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

.pt-60 {
  padding-top: 15rem;
}

.pt-64 {
  padding-top: 16rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pt-72 {
  padding-top: 18rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-80 {
  padding-top: 20rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pt-96 {
  padding-top: 24rem;
}

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

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

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

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

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

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

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

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

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

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

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

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

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

.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-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

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

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

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-9xl {
  font-size: 8rem;
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

.font-black {
  font-weight: 900;
}

.font-bold {
  font-weight: 700;
}

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

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

.normal-nums {
  font-variant-numeric: normal;
}

.ordinal {
  --tw-ordinal: ordinal;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.slashed-zero {
  --tw-slashed-zero: slashed-zero;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.lining-nums {
  --tw-numeric-figure: lining-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.oldstyle-nums {
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.proportional-nums {
  --tw-numeric-spacing: proportional-nums;
  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);
}

.diagonal-fractions {
  --tw-numeric-fraction: diagonal-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.stacked-fractions {
  --tw-numeric-fraction: stacked-fractions;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

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

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#0A3D3D\] {
  --tw-text-opacity: 1;
  color: rgb(10 61 61 / var(--tw-text-opacity, 1));
}

.text-\[\#166534\] {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-\[\#22C55E\] {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

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

.text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.text-amber-400\/60 {
  color: rgb(251 191 36 / 0.6);
}

.text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.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-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.text-current {
  color: currentColor;
}

.text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.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-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

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

.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-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}

.text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

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

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

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / 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-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

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

.text-indigo-300\/60 {
  color: rgb(165 180 252 / 0.6);
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.text-inherit {
  color: inherit;
}

.text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.text-midnight-indigo {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.text-midnight-neon {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.text-midnight-neon\/60 {
  color: rgb(147 51 234 / 0.6);
}

.text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

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

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

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

.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

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

.text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

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

.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}

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

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

.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

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

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

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

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

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

.text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / 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-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / 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-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

.text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

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

.text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}

.text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

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

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

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

.text-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.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-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

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

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

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

.no-underline {
  text-decoration-line: none;
}

.decoration-amber-100 {
  text-decoration-color: #fef3c7;
}

.decoration-amber-200 {
  text-decoration-color: #fde68a;
}

.decoration-amber-300 {
  text-decoration-color: #fcd34d;
}

.decoration-amber-400 {
  text-decoration-color: #fbbf24;
}

.decoration-amber-50 {
  text-decoration-color: #fffbeb;
}

.decoration-amber-500 {
  text-decoration-color: #f59e0b;
}

.decoration-amber-600 {
  text-decoration-color: #d97706;
}

.decoration-amber-700 {
  text-decoration-color: #b45309;
}

.decoration-amber-800 {
  text-decoration-color: #92400e;
}

.decoration-amber-900 {
  text-decoration-color: #78350f;
}

.decoration-amber-950 {
  text-decoration-color: #451a03;
}

.decoration-black {
  text-decoration-color: #000;
}

.decoration-blue-100 {
  text-decoration-color: #dbeafe;
}

.decoration-blue-200 {
  text-decoration-color: #bfdbfe;
}

.decoration-blue-300 {
  text-decoration-color: #93c5fd;
}

.decoration-blue-400 {
  text-decoration-color: #60a5fa;
}

.decoration-blue-50 {
  text-decoration-color: #eff6ff;
}

.decoration-blue-500 {
  text-decoration-color: #3b82f6;
}

.decoration-blue-600 {
  text-decoration-color: #2563eb;
}

.decoration-blue-700 {
  text-decoration-color: #1d4ed8;
}

.decoration-blue-800 {
  text-decoration-color: #1e40af;
}

.decoration-blue-900 {
  text-decoration-color: #1e3a8a;
}

.decoration-blue-950 {
  text-decoration-color: #172554;
}

.decoration-current {
  text-decoration-color: currentColor;
}

.decoration-cyan-100 {
  text-decoration-color: #cffafe;
}

.decoration-cyan-200 {
  text-decoration-color: #a5f3fc;
}

.decoration-cyan-300 {
  text-decoration-color: #67e8f9;
}

.decoration-cyan-400 {
  text-decoration-color: #22d3ee;
}

.decoration-cyan-50 {
  text-decoration-color: #ecfeff;
}

.decoration-cyan-500 {
  text-decoration-color: #06b6d4;
}

.decoration-cyan-600 {
  text-decoration-color: #0891b2;
}

.decoration-cyan-700 {
  text-decoration-color: #0e7490;
}

.decoration-cyan-800 {
  text-decoration-color: #155e75;
}

.decoration-cyan-900 {
  text-decoration-color: #164e63;
}

.decoration-cyan-950 {
  text-decoration-color: #083344;
}

.decoration-emerald-100 {
  text-decoration-color: #d1fae5;
}

.decoration-emerald-200 {
  text-decoration-color: #a7f3d0;
}

.decoration-emerald-300 {
  text-decoration-color: #6ee7b7;
}

.decoration-emerald-400 {
  text-decoration-color: #34d399;
}

.decoration-emerald-50 {
  text-decoration-color: #ecfdf5;
}

.decoration-emerald-500 {
  text-decoration-color: #10b981;
}

.decoration-emerald-600 {
  text-decoration-color: #059669;
}

.decoration-emerald-700 {
  text-decoration-color: #047857;
}

.decoration-emerald-800 {
  text-decoration-color: #065f46;
}

.decoration-emerald-900 {
  text-decoration-color: #064e3b;
}

.decoration-emerald-950 {
  text-decoration-color: #022c22;
}

.decoration-fuchsia-100 {
  text-decoration-color: #fae8ff;
}

.decoration-fuchsia-200 {
  text-decoration-color: #f5d0fe;
}

.decoration-fuchsia-300 {
  text-decoration-color: #f0abfc;
}

.decoration-fuchsia-400 {
  text-decoration-color: #e879f9;
}

.decoration-fuchsia-50 {
  text-decoration-color: #fdf4ff;
}

.decoration-fuchsia-500 {
  text-decoration-color: #d946ef;
}

.decoration-fuchsia-600 {
  text-decoration-color: #c026d3;
}

.decoration-fuchsia-700 {
  text-decoration-color: #a21caf;
}

.decoration-fuchsia-800 {
  text-decoration-color: #86198f;
}

.decoration-fuchsia-900 {
  text-decoration-color: #701a75;
}

.decoration-fuchsia-950 {
  text-decoration-color: #4a044e;
}

.decoration-gray-100 {
  text-decoration-color: #f3f4f6;
}

.decoration-gray-200 {
  text-decoration-color: #e5e7eb;
}

.decoration-gray-300 {
  text-decoration-color: #d1d5db;
}

.decoration-gray-400 {
  text-decoration-color: #9ca3af;
}

.decoration-gray-50 {
  text-decoration-color: #f9fafb;
}

.decoration-gray-500 {
  text-decoration-color: #6b7280;
}

.decoration-gray-600 {
  text-decoration-color: #4b5563;
}

.decoration-gray-700 {
  text-decoration-color: #374151;
}

.decoration-gray-800 {
  text-decoration-color: #1f2937;
}

.decoration-gray-900 {
  text-decoration-color: #111827;
}

.decoration-gray-950 {
  text-decoration-color: #030712;
}

.decoration-green-100 {
  text-decoration-color: #dcfce7;
}

.decoration-green-200 {
  text-decoration-color: #bbf7d0;
}

.decoration-green-300 {
  text-decoration-color: #86efac;
}

.decoration-green-400 {
  text-decoration-color: #4ade80;
}

.decoration-green-50 {
  text-decoration-color: #f0fdf4;
}

.decoration-green-500 {
  text-decoration-color: #22c55e;
}

.decoration-green-600 {
  text-decoration-color: #16a34a;
}

.decoration-green-700 {
  text-decoration-color: #15803d;
}

.decoration-green-800 {
  text-decoration-color: #166534;
}

.decoration-green-900 {
  text-decoration-color: #14532d;
}

.decoration-green-950 {
  text-decoration-color: #052e16;
}

.decoration-indigo-100 {
  text-decoration-color: #e0e7ff;
}

.decoration-indigo-200 {
  text-decoration-color: #c7d2fe;
}

.decoration-indigo-300 {
  text-decoration-color: #a5b4fc;
}

.decoration-indigo-400 {
  text-decoration-color: #818cf8;
}

.decoration-indigo-50 {
  text-decoration-color: #eef2ff;
}

.decoration-indigo-500 {
  text-decoration-color: #6366f1;
}

.decoration-indigo-600 {
  text-decoration-color: #4f46e5;
}

.decoration-indigo-700 {
  text-decoration-color: #4338ca;
}

.decoration-indigo-800 {
  text-decoration-color: #3730a3;
}

.decoration-indigo-900 {
  text-decoration-color: #312e81;
}

.decoration-indigo-950 {
  text-decoration-color: #1e1b4b;
}

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

.decoration-lime-100 {
  text-decoration-color: #ecfccb;
}

.decoration-lime-200 {
  text-decoration-color: #d9f99d;
}

.decoration-lime-300 {
  text-decoration-color: #bef264;
}

.decoration-lime-400 {
  text-decoration-color: #a3e635;
}

.decoration-lime-50 {
  text-decoration-color: #f7fee7;
}

.decoration-lime-500 {
  text-decoration-color: #84cc16;
}

.decoration-lime-600 {
  text-decoration-color: #65a30d;
}

.decoration-lime-700 {
  text-decoration-color: #4d7c0f;
}

.decoration-lime-800 {
  text-decoration-color: #3f6212;
}

.decoration-lime-900 {
  text-decoration-color: #365314;
}

.decoration-lime-950 {
  text-decoration-color: #1a2e05;
}

.decoration-neutral-100 {
  text-decoration-color: #f5f5f5;
}

.decoration-neutral-200 {
  text-decoration-color: #e5e5e5;
}

.decoration-neutral-300 {
  text-decoration-color: #d4d4d4;
}

.decoration-neutral-400 {
  text-decoration-color: #a3a3a3;
}

.decoration-neutral-50 {
  text-decoration-color: #fafafa;
}

.decoration-neutral-500 {
  text-decoration-color: #737373;
}

.decoration-neutral-600 {
  text-decoration-color: #525252;
}

.decoration-neutral-700 {
  text-decoration-color: #404040;
}

.decoration-neutral-800 {
  text-decoration-color: #262626;
}

.decoration-neutral-900 {
  text-decoration-color: #171717;
}

.decoration-neutral-950 {
  text-decoration-color: #0a0a0a;
}

.decoration-orange-100 {
  text-decoration-color: #ffedd5;
}

.decoration-orange-200 {
  text-decoration-color: #fed7aa;
}

.decoration-orange-300 {
  text-decoration-color: #fdba74;
}

.decoration-orange-400 {
  text-decoration-color: #fb923c;
}

.decoration-orange-50 {
  text-decoration-color: #fff7ed;
}

.decoration-orange-500 {
  text-decoration-color: #f97316;
}

.decoration-orange-600 {
  text-decoration-color: #ea580c;
}

.decoration-orange-700 {
  text-decoration-color: #c2410c;
}

.decoration-orange-800 {
  text-decoration-color: #9a3412;
}

.decoration-orange-900 {
  text-decoration-color: #7c2d12;
}

.decoration-orange-950 {
  text-decoration-color: #431407;
}

.decoration-pink-100 {
  text-decoration-color: #fce7f3;
}

.decoration-pink-200 {
  text-decoration-color: #fbcfe8;
}

.decoration-pink-300 {
  text-decoration-color: #f9a8d4;
}

.decoration-pink-400 {
  text-decoration-color: #f472b6;
}

.decoration-pink-50 {
  text-decoration-color: #fdf2f8;
}

.decoration-pink-500 {
  text-decoration-color: #ec4899;
}

.decoration-pink-600 {
  text-decoration-color: #db2777;
}

.decoration-pink-700 {
  text-decoration-color: #be185d;
}

.decoration-pink-800 {
  text-decoration-color: #9d174d;
}

.decoration-pink-900 {
  text-decoration-color: #831843;
}

.decoration-pink-950 {
  text-decoration-color: #500724;
}

.decoration-purple-100 {
  text-decoration-color: #f3e8ff;
}

.decoration-purple-200 {
  text-decoration-color: #e9d5ff;
}

.decoration-purple-300 {
  text-decoration-color: #d8b4fe;
}

.decoration-purple-400 {
  text-decoration-color: #c084fc;
}

.decoration-purple-50 {
  text-decoration-color: #faf5ff;
}

.decoration-purple-500 {
  text-decoration-color: #a855f7;
}

.decoration-purple-600 {
  text-decoration-color: #9333ea;
}

.decoration-purple-700 {
  text-decoration-color: #7e22ce;
}

.decoration-purple-800 {
  text-decoration-color: #6b21a8;
}

.decoration-purple-900 {
  text-decoration-color: #581c87;
}

.decoration-purple-950 {
  text-decoration-color: #3b0764;
}

.decoration-red-100 {
  text-decoration-color: #fee2e2;
}

.decoration-red-200 {
  text-decoration-color: #fecaca;
}

.decoration-red-300 {
  text-decoration-color: #fca5a5;
}

.decoration-red-400 {
  text-decoration-color: #f87171;
}

.decoration-red-50 {
  text-decoration-color: #fef2f2;
}

.decoration-red-500 {
  text-decoration-color: #ef4444;
}

.decoration-red-600 {
  text-decoration-color: #dc2626;
}

.decoration-red-700 {
  text-decoration-color: #b91c1c;
}

.decoration-red-800 {
  text-decoration-color: #991b1b;
}

.decoration-red-900 {
  text-decoration-color: #7f1d1d;
}

.decoration-red-950 {
  text-decoration-color: #450a0a;
}

.decoration-rose-100 {
  text-decoration-color: #ffe4e6;
}

.decoration-rose-200 {
  text-decoration-color: #fecdd3;
}

.decoration-rose-300 {
  text-decoration-color: #fda4af;
}

.decoration-rose-400 {
  text-decoration-color: #fb7185;
}

.decoration-rose-50 {
  text-decoration-color: #fff1f2;
}

.decoration-rose-500 {
  text-decoration-color: #f43f5e;
}

.decoration-rose-600 {
  text-decoration-color: #e11d48;
}

.decoration-rose-700 {
  text-decoration-color: #be123c;
}

.decoration-rose-800 {
  text-decoration-color: #9f1239;
}

.decoration-rose-900 {
  text-decoration-color: #881337;
}

.decoration-rose-950 {
  text-decoration-color: #4c0519;
}

.decoration-sky-100 {
  text-decoration-color: #e0f2fe;
}

.decoration-sky-200 {
  text-decoration-color: #bae6fd;
}

.decoration-sky-300 {
  text-decoration-color: #7dd3fc;
}

.decoration-sky-400 {
  text-decoration-color: #38bdf8;
}

.decoration-sky-50 {
  text-decoration-color: #f0f9ff;
}

.decoration-sky-500 {
  text-decoration-color: #0ea5e9;
}

.decoration-sky-600 {
  text-decoration-color: #0284c7;
}

.decoration-sky-700 {
  text-decoration-color: #0369a1;
}

.decoration-sky-800 {
  text-decoration-color: #075985;
}

.decoration-sky-900 {
  text-decoration-color: #0c4a6e;
}

.decoration-sky-950 {
  text-decoration-color: #082f49;
}

.decoration-slate-100 {
  text-decoration-color: #f1f5f9;
}

.decoration-slate-200 {
  text-decoration-color: #e2e8f0;
}

.decoration-slate-300 {
  text-decoration-color: #cbd5e1;
}

.decoration-slate-400 {
  text-decoration-color: #94a3b8;
}

.decoration-slate-50 {
  text-decoration-color: #f8fafc;
}

.decoration-slate-500 {
  text-decoration-color: #64748b;
}

.decoration-slate-600 {
  text-decoration-color: #475569;
}

.decoration-slate-700 {
  text-decoration-color: #334155;
}

.decoration-slate-800 {
  text-decoration-color: #1e293b;
}

.decoration-slate-900 {
  text-decoration-color: #0f172a;
}

.decoration-slate-950 {
  text-decoration-color: #020617;
}

.decoration-stone-100 {
  text-decoration-color: #f5f5f4;
}

.decoration-stone-200 {
  text-decoration-color: #e7e5e4;
}

.decoration-stone-300 {
  text-decoration-color: #d6d3d1;
}

.decoration-stone-400 {
  text-decoration-color: #a8a29e;
}

.decoration-stone-50 {
  text-decoration-color: #fafaf9;
}

.decoration-stone-500 {
  text-decoration-color: #78716c;
}

.decoration-stone-600 {
  text-decoration-color: #57534e;
}

.decoration-stone-700 {
  text-decoration-color: #44403c;
}

.decoration-stone-800 {
  text-decoration-color: #292524;
}

.decoration-stone-900 {
  text-decoration-color: #1c1917;
}

.decoration-stone-950 {
  text-decoration-color: #0c0a09;
}

.decoration-teal-100 {
  text-decoration-color: #ccfbf1;
}

.decoration-teal-200 {
  text-decoration-color: #99f6e4;
}

.decoration-teal-300 {
  text-decoration-color: #5eead4;
}

.decoration-teal-400 {
  text-decoration-color: #2dd4bf;
}

.decoration-teal-50 {
  text-decoration-color: #f0fdfa;
}

.decoration-teal-500 {
  text-decoration-color: #14b8a6;
}

.decoration-teal-600 {
  text-decoration-color: #0d9488;
}

.decoration-teal-700 {
  text-decoration-color: #0f766e;
}

.decoration-teal-800 {
  text-decoration-color: #115e59;
}

.decoration-teal-900 {
  text-decoration-color: #134e4a;
}

.decoration-teal-950 {
  text-decoration-color: #042f2e;
}

.decoration-transparent {
  text-decoration-color: transparent;
}

.decoration-violet-100 {
  text-decoration-color: #ede9fe;
}

.decoration-violet-200 {
  text-decoration-color: #ddd6fe;
}

.decoration-violet-300 {
  text-decoration-color: #c4b5fd;
}

.decoration-violet-400 {
  text-decoration-color: #a78bfa;
}

.decoration-violet-50 {
  text-decoration-color: #f5f3ff;
}

.decoration-violet-500 {
  text-decoration-color: #8b5cf6;
}

.decoration-violet-600 {
  text-decoration-color: #7c3aed;
}

.decoration-violet-700 {
  text-decoration-color: #6d28d9;
}

.decoration-violet-800 {
  text-decoration-color: #5b21b6;
}

.decoration-violet-900 {
  text-decoration-color: #4c1d95;
}

.decoration-violet-950 {
  text-decoration-color: #2e1065;
}

.decoration-white {
  text-decoration-color: #fff;
}

.decoration-yellow-100 {
  text-decoration-color: #fef9c3;
}

.decoration-yellow-200 {
  text-decoration-color: #fef08a;
}

.decoration-yellow-300 {
  text-decoration-color: #fde047;
}

.decoration-yellow-400 {
  text-decoration-color: #facc15;
}

.decoration-yellow-50 {
  text-decoration-color: #fefce8;
}

.decoration-yellow-500 {
  text-decoration-color: #eab308;
}

.decoration-yellow-600 {
  text-decoration-color: #ca8a04;
}

.decoration-yellow-700 {
  text-decoration-color: #a16207;
}

.decoration-yellow-800 {
  text-decoration-color: #854d0e;
}

.decoration-yellow-900 {
  text-decoration-color: #713f12;
}

.decoration-yellow-950 {
  text-decoration-color: #422006;
}

.decoration-zinc-100 {
  text-decoration-color: #f4f4f5;
}

.decoration-zinc-200 {
  text-decoration-color: #e4e4e7;
}

.decoration-zinc-300 {
  text-decoration-color: #d4d4d8;
}

.decoration-zinc-400 {
  text-decoration-color: #a1a1aa;
}

.decoration-zinc-50 {
  text-decoration-color: #fafafa;
}

.decoration-zinc-500 {
  text-decoration-color: #71717a;
}

.decoration-zinc-600 {
  text-decoration-color: #52525b;
}

.decoration-zinc-700 {
  text-decoration-color: #3f3f46;
}

.decoration-zinc-800 {
  text-decoration-color: #27272a;
}

.decoration-zinc-900 {
  text-decoration-color: #18181b;
}

.decoration-zinc-950 {
  text-decoration-color: #09090b;
}

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

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

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

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

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

.decoration-auto {
  text-decoration-thickness: auto;
}

.decoration-from-font {
  text-decoration-thickness: from-font;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

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

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

.placeholder-amber-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.placeholder-amber-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

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

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

.placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.placeholder-blue-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.placeholder-current::-moz-placeholder {
  color: currentColor;
}

.placeholder-current::placeholder {
  color: currentColor;
}

.placeholder-cyan-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

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

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

.placeholder-cyan-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.placeholder-cyan-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

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

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

.placeholder-emerald-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

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

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

.placeholder-emerald-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.placeholder-emerald-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.placeholder-fuchsia-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

.placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

.placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-gray-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

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

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

.placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.placeholder-green-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.placeholder-indigo-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.placeholder-inherit::-moz-placeholder {
  color: inherit;
}

.placeholder-inherit::placeholder {
  color: inherit;
}

.placeholder-lime-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.placeholder-lime-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.placeholder-neutral-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

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

.placeholder-orange-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.placeholder-orange-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.placeholder-pink-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

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

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

.placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

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

.placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.placeholder-purple-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

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

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

.placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

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

.placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

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

.placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

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

.placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.placeholder-red-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

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

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

.placeholder-rose-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.placeholder-rose-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.placeholder-sky-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.placeholder-slate-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.placeholder-stone-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.placeholder-teal-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-violet-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

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

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

.placeholder-violet-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.placeholder-violet-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

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

.placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

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

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

.placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.placeholder-zinc-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.caret-amber-100 {
  caret-color: #fef3c7;
}

.caret-amber-200 {
  caret-color: #fde68a;
}

.caret-amber-300 {
  caret-color: #fcd34d;
}

.caret-amber-400 {
  caret-color: #fbbf24;
}

.caret-amber-50 {
  caret-color: #fffbeb;
}

.caret-amber-500 {
  caret-color: #f59e0b;
}

.caret-amber-600 {
  caret-color: #d97706;
}

.caret-amber-700 {
  caret-color: #b45309;
}

.caret-amber-800 {
  caret-color: #92400e;
}

.caret-amber-900 {
  caret-color: #78350f;
}

.caret-amber-950 {
  caret-color: #451a03;
}

.caret-black {
  caret-color: #000;
}

.caret-blue-100 {
  caret-color: #dbeafe;
}

.caret-blue-200 {
  caret-color: #bfdbfe;
}

.caret-blue-300 {
  caret-color: #93c5fd;
}

.caret-blue-400 {
  caret-color: #60a5fa;
}

.caret-blue-50 {
  caret-color: #eff6ff;
}

.caret-blue-500 {
  caret-color: #3b82f6;
}

.caret-blue-600 {
  caret-color: #2563eb;
}

.caret-blue-700 {
  caret-color: #1d4ed8;
}

.caret-blue-800 {
  caret-color: #1e40af;
}

.caret-blue-900 {
  caret-color: #1e3a8a;
}

.caret-blue-950 {
  caret-color: #172554;
}

.caret-current {
  caret-color: currentColor;
}

.caret-cyan-100 {
  caret-color: #cffafe;
}

.caret-cyan-200 {
  caret-color: #a5f3fc;
}

.caret-cyan-300 {
  caret-color: #67e8f9;
}

.caret-cyan-400 {
  caret-color: #22d3ee;
}

.caret-cyan-50 {
  caret-color: #ecfeff;
}

.caret-cyan-500 {
  caret-color: #06b6d4;
}

.caret-cyan-600 {
  caret-color: #0891b2;
}

.caret-cyan-700 {
  caret-color: #0e7490;
}

.caret-cyan-800 {
  caret-color: #155e75;
}

.caret-cyan-900 {
  caret-color: #164e63;
}

.caret-cyan-950 {
  caret-color: #083344;
}

.caret-emerald-100 {
  caret-color: #d1fae5;
}

.caret-emerald-200 {
  caret-color: #a7f3d0;
}

.caret-emerald-300 {
  caret-color: #6ee7b7;
}

.caret-emerald-400 {
  caret-color: #34d399;
}

.caret-emerald-50 {
  caret-color: #ecfdf5;
}

.caret-emerald-500 {
  caret-color: #10b981;
}

.caret-emerald-600 {
  caret-color: #059669;
}

.caret-emerald-700 {
  caret-color: #047857;
}

.caret-emerald-800 {
  caret-color: #065f46;
}

.caret-emerald-900 {
  caret-color: #064e3b;
}

.caret-emerald-950 {
  caret-color: #022c22;
}

.caret-fuchsia-100 {
  caret-color: #fae8ff;
}

.caret-fuchsia-200 {
  caret-color: #f5d0fe;
}

.caret-fuchsia-300 {
  caret-color: #f0abfc;
}

.caret-fuchsia-400 {
  caret-color: #e879f9;
}

.caret-fuchsia-50 {
  caret-color: #fdf4ff;
}

.caret-fuchsia-500 {
  caret-color: #d946ef;
}

.caret-fuchsia-600 {
  caret-color: #c026d3;
}

.caret-fuchsia-700 {
  caret-color: #a21caf;
}

.caret-fuchsia-800 {
  caret-color: #86198f;
}

.caret-fuchsia-900 {
  caret-color: #701a75;
}

.caret-fuchsia-950 {
  caret-color: #4a044e;
}

.caret-gray-100 {
  caret-color: #f3f4f6;
}

.caret-gray-200 {
  caret-color: #e5e7eb;
}

.caret-gray-300 {
  caret-color: #d1d5db;
}

.caret-gray-400 {
  caret-color: #9ca3af;
}

.caret-gray-50 {
  caret-color: #f9fafb;
}

.caret-gray-500 {
  caret-color: #6b7280;
}

.caret-gray-600 {
  caret-color: #4b5563;
}

.caret-gray-700 {
  caret-color: #374151;
}

.caret-gray-800 {
  caret-color: #1f2937;
}

.caret-gray-900 {
  caret-color: #111827;
}

.caret-gray-950 {
  caret-color: #030712;
}

.caret-green-100 {
  caret-color: #dcfce7;
}

.caret-green-200 {
  caret-color: #bbf7d0;
}

.caret-green-300 {
  caret-color: #86efac;
}

.caret-green-400 {
  caret-color: #4ade80;
}

.caret-green-50 {
  caret-color: #f0fdf4;
}

.caret-green-500 {
  caret-color: #22c55e;
}

.caret-green-600 {
  caret-color: #16a34a;
}

.caret-green-700 {
  caret-color: #15803d;
}

.caret-green-800 {
  caret-color: #166534;
}

.caret-green-900 {
  caret-color: #14532d;
}

.caret-green-950 {
  caret-color: #052e16;
}

.caret-indigo-100 {
  caret-color: #e0e7ff;
}

.caret-indigo-200 {
  caret-color: #c7d2fe;
}

.caret-indigo-300 {
  caret-color: #a5b4fc;
}

.caret-indigo-400 {
  caret-color: #818cf8;
}

.caret-indigo-50 {
  caret-color: #eef2ff;
}

.caret-indigo-500 {
  caret-color: #6366f1;
}

.caret-indigo-600 {
  caret-color: #4f46e5;
}

.caret-indigo-700 {
  caret-color: #4338ca;
}

.caret-indigo-800 {
  caret-color: #3730a3;
}

.caret-indigo-900 {
  caret-color: #312e81;
}

.caret-indigo-950 {
  caret-color: #1e1b4b;
}

.caret-inherit {
  caret-color: inherit;
}

.caret-lime-100 {
  caret-color: #ecfccb;
}

.caret-lime-200 {
  caret-color: #d9f99d;
}

.caret-lime-300 {
  caret-color: #bef264;
}

.caret-lime-400 {
  caret-color: #a3e635;
}

.caret-lime-50 {
  caret-color: #f7fee7;
}

.caret-lime-500 {
  caret-color: #84cc16;
}

.caret-lime-600 {
  caret-color: #65a30d;
}

.caret-lime-700 {
  caret-color: #4d7c0f;
}

.caret-lime-800 {
  caret-color: #3f6212;
}

.caret-lime-900 {
  caret-color: #365314;
}

.caret-lime-950 {
  caret-color: #1a2e05;
}

.caret-neutral-100 {
  caret-color: #f5f5f5;
}

.caret-neutral-200 {
  caret-color: #e5e5e5;
}

.caret-neutral-300 {
  caret-color: #d4d4d4;
}

.caret-neutral-400 {
  caret-color: #a3a3a3;
}

.caret-neutral-50 {
  caret-color: #fafafa;
}

.caret-neutral-500 {
  caret-color: #737373;
}

.caret-neutral-600 {
  caret-color: #525252;
}

.caret-neutral-700 {
  caret-color: #404040;
}

.caret-neutral-800 {
  caret-color: #262626;
}

.caret-neutral-900 {
  caret-color: #171717;
}

.caret-neutral-950 {
  caret-color: #0a0a0a;
}

.caret-orange-100 {
  caret-color: #ffedd5;
}

.caret-orange-200 {
  caret-color: #fed7aa;
}

.caret-orange-300 {
  caret-color: #fdba74;
}

.caret-orange-400 {
  caret-color: #fb923c;
}

.caret-orange-50 {
  caret-color: #fff7ed;
}

.caret-orange-500 {
  caret-color: #f97316;
}

.caret-orange-600 {
  caret-color: #ea580c;
}

.caret-orange-700 {
  caret-color: #c2410c;
}

.caret-orange-800 {
  caret-color: #9a3412;
}

.caret-orange-900 {
  caret-color: #7c2d12;
}

.caret-orange-950 {
  caret-color: #431407;
}

.caret-pink-100 {
  caret-color: #fce7f3;
}

.caret-pink-200 {
  caret-color: #fbcfe8;
}

.caret-pink-300 {
  caret-color: #f9a8d4;
}

.caret-pink-400 {
  caret-color: #f472b6;
}

.caret-pink-50 {
  caret-color: #fdf2f8;
}

.caret-pink-500 {
  caret-color: #ec4899;
}

.caret-pink-600 {
  caret-color: #db2777;
}

.caret-pink-700 {
  caret-color: #be185d;
}

.caret-pink-800 {
  caret-color: #9d174d;
}

.caret-pink-900 {
  caret-color: #831843;
}

.caret-pink-950 {
  caret-color: #500724;
}

.caret-purple-100 {
  caret-color: #f3e8ff;
}

.caret-purple-200 {
  caret-color: #e9d5ff;
}

.caret-purple-300 {
  caret-color: #d8b4fe;
}

.caret-purple-400 {
  caret-color: #c084fc;
}

.caret-purple-50 {
  caret-color: #faf5ff;
}

.caret-purple-500 {
  caret-color: #a855f7;
}

.caret-purple-600 {
  caret-color: #9333ea;
}

.caret-purple-700 {
  caret-color: #7e22ce;
}

.caret-purple-800 {
  caret-color: #6b21a8;
}

.caret-purple-900 {
  caret-color: #581c87;
}

.caret-purple-950 {
  caret-color: #3b0764;
}

.caret-red-100 {
  caret-color: #fee2e2;
}

.caret-red-200 {
  caret-color: #fecaca;
}

.caret-red-300 {
  caret-color: #fca5a5;
}

.caret-red-400 {
  caret-color: #f87171;
}

.caret-red-50 {
  caret-color: #fef2f2;
}

.caret-red-500 {
  caret-color: #ef4444;
}

.caret-red-600 {
  caret-color: #dc2626;
}

.caret-red-700 {
  caret-color: #b91c1c;
}

.caret-red-800 {
  caret-color: #991b1b;
}

.caret-red-900 {
  caret-color: #7f1d1d;
}

.caret-red-950 {
  caret-color: #450a0a;
}

.caret-rose-100 {
  caret-color: #ffe4e6;
}

.caret-rose-200 {
  caret-color: #fecdd3;
}

.caret-rose-300 {
  caret-color: #fda4af;
}

.caret-rose-400 {
  caret-color: #fb7185;
}

.caret-rose-50 {
  caret-color: #fff1f2;
}

.caret-rose-500 {
  caret-color: #f43f5e;
}

.caret-rose-600 {
  caret-color: #e11d48;
}

.caret-rose-700 {
  caret-color: #be123c;
}

.caret-rose-800 {
  caret-color: #9f1239;
}

.caret-rose-900 {
  caret-color: #881337;
}

.caret-rose-950 {
  caret-color: #4c0519;
}

.caret-sky-100 {
  caret-color: #e0f2fe;
}

.caret-sky-200 {
  caret-color: #bae6fd;
}

.caret-sky-300 {
  caret-color: #7dd3fc;
}

.caret-sky-400 {
  caret-color: #38bdf8;
}

.caret-sky-50 {
  caret-color: #f0f9ff;
}

.caret-sky-500 {
  caret-color: #0ea5e9;
}

.caret-sky-600 {
  caret-color: #0284c7;
}

.caret-sky-700 {
  caret-color: #0369a1;
}

.caret-sky-800 {
  caret-color: #075985;
}

.caret-sky-900 {
  caret-color: #0c4a6e;
}

.caret-sky-950 {
  caret-color: #082f49;
}

.caret-slate-100 {
  caret-color: #f1f5f9;
}

.caret-slate-200 {
  caret-color: #e2e8f0;
}

.caret-slate-300 {
  caret-color: #cbd5e1;
}

.caret-slate-400 {
  caret-color: #94a3b8;
}

.caret-slate-50 {
  caret-color: #f8fafc;
}

.caret-slate-500 {
  caret-color: #64748b;
}

.caret-slate-600 {
  caret-color: #475569;
}

.caret-slate-700 {
  caret-color: #334155;
}

.caret-slate-800 {
  caret-color: #1e293b;
}

.caret-slate-900 {
  caret-color: #0f172a;
}

.caret-slate-950 {
  caret-color: #020617;
}

.caret-stone-100 {
  caret-color: #f5f5f4;
}

.caret-stone-200 {
  caret-color: #e7e5e4;
}

.caret-stone-300 {
  caret-color: #d6d3d1;
}

.caret-stone-400 {
  caret-color: #a8a29e;
}

.caret-stone-50 {
  caret-color: #fafaf9;
}

.caret-stone-500 {
  caret-color: #78716c;
}

.caret-stone-600 {
  caret-color: #57534e;
}

.caret-stone-700 {
  caret-color: #44403c;
}

.caret-stone-800 {
  caret-color: #292524;
}

.caret-stone-900 {
  caret-color: #1c1917;
}

.caret-stone-950 {
  caret-color: #0c0a09;
}

.caret-teal-100 {
  caret-color: #ccfbf1;
}

.caret-teal-200 {
  caret-color: #99f6e4;
}

.caret-teal-300 {
  caret-color: #5eead4;
}

.caret-teal-400 {
  caret-color: #2dd4bf;
}

.caret-teal-50 {
  caret-color: #f0fdfa;
}

.caret-teal-500 {
  caret-color: #14b8a6;
}

.caret-teal-600 {
  caret-color: #0d9488;
}

.caret-teal-700 {
  caret-color: #0f766e;
}

.caret-teal-800 {
  caret-color: #115e59;
}

.caret-teal-900 {
  caret-color: #134e4a;
}

.caret-teal-950 {
  caret-color: #042f2e;
}

.caret-transparent {
  caret-color: transparent;
}

.caret-violet-100 {
  caret-color: #ede9fe;
}

.caret-violet-200 {
  caret-color: #ddd6fe;
}

.caret-violet-300 {
  caret-color: #c4b5fd;
}

.caret-violet-400 {
  caret-color: #a78bfa;
}

.caret-violet-50 {
  caret-color: #f5f3ff;
}

.caret-violet-500 {
  caret-color: #8b5cf6;
}

.caret-violet-600 {
  caret-color: #7c3aed;
}

.caret-violet-700 {
  caret-color: #6d28d9;
}

.caret-violet-800 {
  caret-color: #5b21b6;
}

.caret-violet-900 {
  caret-color: #4c1d95;
}

.caret-violet-950 {
  caret-color: #2e1065;
}

.caret-white {
  caret-color: #fff;
}

.caret-yellow-100 {
  caret-color: #fef9c3;
}

.caret-yellow-200 {
  caret-color: #fef08a;
}

.caret-yellow-300 {
  caret-color: #fde047;
}

.caret-yellow-400 {
  caret-color: #facc15;
}

.caret-yellow-50 {
  caret-color: #fefce8;
}

.caret-yellow-500 {
  caret-color: #eab308;
}

.caret-yellow-600 {
  caret-color: #ca8a04;
}

.caret-yellow-700 {
  caret-color: #a16207;
}

.caret-yellow-800 {
  caret-color: #854d0e;
}

.caret-yellow-900 {
  caret-color: #713f12;
}

.caret-yellow-950 {
  caret-color: #422006;
}

.caret-zinc-100 {
  caret-color: #f4f4f5;
}

.caret-zinc-200 {
  caret-color: #e4e4e7;
}

.caret-zinc-300 {
  caret-color: #d4d4d8;
}

.caret-zinc-400 {
  caret-color: #a1a1aa;
}

.caret-zinc-50 {
  caret-color: #fafafa;
}

.caret-zinc-500 {
  caret-color: #71717a;
}

.caret-zinc-600 {
  caret-color: #52525b;
}

.caret-zinc-700 {
  caret-color: #3f3f46;
}

.caret-zinc-800 {
  caret-color: #27272a;
}

.caret-zinc-900 {
  caret-color: #18181b;
}

.caret-zinc-950 {
  caret-color: #09090b;
}

.accent-amber-100 {
  accent-color: #fef3c7;
}

.accent-amber-200 {
  accent-color: #fde68a;
}

.accent-amber-300 {
  accent-color: #fcd34d;
}

.accent-amber-400 {
  accent-color: #fbbf24;
}

.accent-amber-50 {
  accent-color: #fffbeb;
}

.accent-amber-500 {
  accent-color: #f59e0b;
}

.accent-amber-600 {
  accent-color: #d97706;
}

.accent-amber-700 {
  accent-color: #b45309;
}

.accent-amber-800 {
  accent-color: #92400e;
}

.accent-amber-900 {
  accent-color: #78350f;
}

.accent-amber-950 {
  accent-color: #451a03;
}

.accent-auto {
  accent-color: auto;
}

.accent-black {
  accent-color: #000;
}

.accent-blue-100 {
  accent-color: #dbeafe;
}

.accent-blue-200 {
  accent-color: #bfdbfe;
}

.accent-blue-300 {
  accent-color: #93c5fd;
}

.accent-blue-400 {
  accent-color: #60a5fa;
}

.accent-blue-50 {
  accent-color: #eff6ff;
}

.accent-blue-500 {
  accent-color: #3b82f6;
}

.accent-blue-600 {
  accent-color: #2563eb;
}

.accent-blue-700 {
  accent-color: #1d4ed8;
}

.accent-blue-800 {
  accent-color: #1e40af;
}

.accent-blue-900 {
  accent-color: #1e3a8a;
}

.accent-blue-950 {
  accent-color: #172554;
}

.accent-current {
  accent-color: currentColor;
}

.accent-cyan-100 {
  accent-color: #cffafe;
}

.accent-cyan-200 {
  accent-color: #a5f3fc;
}

.accent-cyan-300 {
  accent-color: #67e8f9;
}

.accent-cyan-400 {
  accent-color: #22d3ee;
}

.accent-cyan-50 {
  accent-color: #ecfeff;
}

.accent-cyan-500 {
  accent-color: #06b6d4;
}

.accent-cyan-600 {
  accent-color: #0891b2;
}

.accent-cyan-700 {
  accent-color: #0e7490;
}

.accent-cyan-800 {
  accent-color: #155e75;
}

.accent-cyan-900 {
  accent-color: #164e63;
}

.accent-cyan-950 {
  accent-color: #083344;
}

.accent-emerald-100 {
  accent-color: #d1fae5;
}

.accent-emerald-200 {
  accent-color: #a7f3d0;
}

.accent-emerald-300 {
  accent-color: #6ee7b7;
}

.accent-emerald-400 {
  accent-color: #34d399;
}

.accent-emerald-50 {
  accent-color: #ecfdf5;
}

.accent-emerald-500 {
  accent-color: #10b981;
}

.accent-emerald-600 {
  accent-color: #059669;
}

.accent-emerald-700 {
  accent-color: #047857;
}

.accent-emerald-800 {
  accent-color: #065f46;
}

.accent-emerald-900 {
  accent-color: #064e3b;
}

.accent-emerald-950 {
  accent-color: #022c22;
}

.accent-fuchsia-100 {
  accent-color: #fae8ff;
}

.accent-fuchsia-200 {
  accent-color: #f5d0fe;
}

.accent-fuchsia-300 {
  accent-color: #f0abfc;
}

.accent-fuchsia-400 {
  accent-color: #e879f9;
}

.accent-fuchsia-50 {
  accent-color: #fdf4ff;
}

.accent-fuchsia-500 {
  accent-color: #d946ef;
}

.accent-fuchsia-600 {
  accent-color: #c026d3;
}

.accent-fuchsia-700 {
  accent-color: #a21caf;
}

.accent-fuchsia-800 {
  accent-color: #86198f;
}

.accent-fuchsia-900 {
  accent-color: #701a75;
}

.accent-fuchsia-950 {
  accent-color: #4a044e;
}

.accent-gray-100 {
  accent-color: #f3f4f6;
}

.accent-gray-200 {
  accent-color: #e5e7eb;
}

.accent-gray-300 {
  accent-color: #d1d5db;
}

.accent-gray-400 {
  accent-color: #9ca3af;
}

.accent-gray-50 {
  accent-color: #f9fafb;
}

.accent-gray-500 {
  accent-color: #6b7280;
}

.accent-gray-600 {
  accent-color: #4b5563;
}

.accent-gray-700 {
  accent-color: #374151;
}

.accent-gray-800 {
  accent-color: #1f2937;
}

.accent-gray-900 {
  accent-color: #111827;
}

.accent-gray-950 {
  accent-color: #030712;
}

.accent-green-100 {
  accent-color: #dcfce7;
}

.accent-green-200 {
  accent-color: #bbf7d0;
}

.accent-green-300 {
  accent-color: #86efac;
}

.accent-green-400 {
  accent-color: #4ade80;
}

.accent-green-50 {
  accent-color: #f0fdf4;
}

.accent-green-500 {
  accent-color: #22c55e;
}

.accent-green-600 {
  accent-color: #16a34a;
}

.accent-green-700 {
  accent-color: #15803d;
}

.accent-green-800 {
  accent-color: #166534;
}

.accent-green-900 {
  accent-color: #14532d;
}

.accent-green-950 {
  accent-color: #052e16;
}

.accent-indigo-100 {
  accent-color: #e0e7ff;
}

.accent-indigo-200 {
  accent-color: #c7d2fe;
}

.accent-indigo-300 {
  accent-color: #a5b4fc;
}

.accent-indigo-400 {
  accent-color: #818cf8;
}

.accent-indigo-50 {
  accent-color: #eef2ff;
}

.accent-indigo-500 {
  accent-color: #6366f1;
}

.accent-indigo-600 {
  accent-color: #4f46e5;
}

.accent-indigo-700 {
  accent-color: #4338ca;
}

.accent-indigo-800 {
  accent-color: #3730a3;
}

.accent-indigo-900 {
  accent-color: #312e81;
}

.accent-indigo-950 {
  accent-color: #1e1b4b;
}

.accent-inherit {
  accent-color: inherit;
}

.accent-lime-100 {
  accent-color: #ecfccb;
}

.accent-lime-200 {
  accent-color: #d9f99d;
}

.accent-lime-300 {
  accent-color: #bef264;
}

.accent-lime-400 {
  accent-color: #a3e635;
}

.accent-lime-50 {
  accent-color: #f7fee7;
}

.accent-lime-500 {
  accent-color: #84cc16;
}

.accent-lime-600 {
  accent-color: #65a30d;
}

.accent-lime-700 {
  accent-color: #4d7c0f;
}

.accent-lime-800 {
  accent-color: #3f6212;
}

.accent-lime-900 {
  accent-color: #365314;
}

.accent-lime-950 {
  accent-color: #1a2e05;
}

.accent-neutral-100 {
  accent-color: #f5f5f5;
}

.accent-neutral-200 {
  accent-color: #e5e5e5;
}

.accent-neutral-300 {
  accent-color: #d4d4d4;
}

.accent-neutral-400 {
  accent-color: #a3a3a3;
}

.accent-neutral-50 {
  accent-color: #fafafa;
}

.accent-neutral-500 {
  accent-color: #737373;
}

.accent-neutral-600 {
  accent-color: #525252;
}

.accent-neutral-700 {
  accent-color: #404040;
}

.accent-neutral-800 {
  accent-color: #262626;
}

.accent-neutral-900 {
  accent-color: #171717;
}

.accent-neutral-950 {
  accent-color: #0a0a0a;
}

.accent-orange-100 {
  accent-color: #ffedd5;
}

.accent-orange-200 {
  accent-color: #fed7aa;
}

.accent-orange-300 {
  accent-color: #fdba74;
}

.accent-orange-400 {
  accent-color: #fb923c;
}

.accent-orange-50 {
  accent-color: #fff7ed;
}

.accent-orange-500 {
  accent-color: #f97316;
}

.accent-orange-600 {
  accent-color: #ea580c;
}

.accent-orange-700 {
  accent-color: #c2410c;
}

.accent-orange-800 {
  accent-color: #9a3412;
}

.accent-orange-900 {
  accent-color: #7c2d12;
}

.accent-orange-950 {
  accent-color: #431407;
}

.accent-pink-100 {
  accent-color: #fce7f3;
}

.accent-pink-200 {
  accent-color: #fbcfe8;
}

.accent-pink-300 {
  accent-color: #f9a8d4;
}

.accent-pink-400 {
  accent-color: #f472b6;
}

.accent-pink-50 {
  accent-color: #fdf2f8;
}

.accent-pink-500 {
  accent-color: #ec4899;
}

.accent-pink-600 {
  accent-color: #db2777;
}

.accent-pink-700 {
  accent-color: #be185d;
}

.accent-pink-800 {
  accent-color: #9d174d;
}

.accent-pink-900 {
  accent-color: #831843;
}

.accent-pink-950 {
  accent-color: #500724;
}

.accent-purple-100 {
  accent-color: #f3e8ff;
}

.accent-purple-200 {
  accent-color: #e9d5ff;
}

.accent-purple-300 {
  accent-color: #d8b4fe;
}

.accent-purple-400 {
  accent-color: #c084fc;
}

.accent-purple-50 {
  accent-color: #faf5ff;
}

.accent-purple-500 {
  accent-color: #a855f7;
}

.accent-purple-600 {
  accent-color: #9333ea;
}

.accent-purple-700 {
  accent-color: #7e22ce;
}

.accent-purple-800 {
  accent-color: #6b21a8;
}

.accent-purple-900 {
  accent-color: #581c87;
}

.accent-purple-950 {
  accent-color: #3b0764;
}

.accent-red-100 {
  accent-color: #fee2e2;
}

.accent-red-200 {
  accent-color: #fecaca;
}

.accent-red-300 {
  accent-color: #fca5a5;
}

.accent-red-400 {
  accent-color: #f87171;
}

.accent-red-50 {
  accent-color: #fef2f2;
}

.accent-red-500 {
  accent-color: #ef4444;
}

.accent-red-600 {
  accent-color: #dc2626;
}

.accent-red-700 {
  accent-color: #b91c1c;
}

.accent-red-800 {
  accent-color: #991b1b;
}

.accent-red-900 {
  accent-color: #7f1d1d;
}

.accent-red-950 {
  accent-color: #450a0a;
}

.accent-rose-100 {
  accent-color: #ffe4e6;
}

.accent-rose-200 {
  accent-color: #fecdd3;
}

.accent-rose-300 {
  accent-color: #fda4af;
}

.accent-rose-400 {
  accent-color: #fb7185;
}

.accent-rose-50 {
  accent-color: #fff1f2;
}

.accent-rose-500 {
  accent-color: #f43f5e;
}

.accent-rose-600 {
  accent-color: #e11d48;
}

.accent-rose-700 {
  accent-color: #be123c;
}

.accent-rose-800 {
  accent-color: #9f1239;
}

.accent-rose-900 {
  accent-color: #881337;
}

.accent-rose-950 {
  accent-color: #4c0519;
}

.accent-sky-100 {
  accent-color: #e0f2fe;
}

.accent-sky-200 {
  accent-color: #bae6fd;
}

.accent-sky-300 {
  accent-color: #7dd3fc;
}

.accent-sky-400 {
  accent-color: #38bdf8;
}

.accent-sky-50 {
  accent-color: #f0f9ff;
}

.accent-sky-500 {
  accent-color: #0ea5e9;
}

.accent-sky-600 {
  accent-color: #0284c7;
}

.accent-sky-700 {
  accent-color: #0369a1;
}

.accent-sky-800 {
  accent-color: #075985;
}

.accent-sky-900 {
  accent-color: #0c4a6e;
}

.accent-sky-950 {
  accent-color: #082f49;
}

.accent-slate-100 {
  accent-color: #f1f5f9;
}

.accent-slate-200 {
  accent-color: #e2e8f0;
}

.accent-slate-300 {
  accent-color: #cbd5e1;
}

.accent-slate-400 {
  accent-color: #94a3b8;
}

.accent-slate-50 {
  accent-color: #f8fafc;
}

.accent-slate-500 {
  accent-color: #64748b;
}

.accent-slate-600 {
  accent-color: #475569;
}

.accent-slate-700 {
  accent-color: #334155;
}

.accent-slate-800 {
  accent-color: #1e293b;
}

.accent-slate-900 {
  accent-color: #0f172a;
}

.accent-slate-950 {
  accent-color: #020617;
}

.accent-stone-100 {
  accent-color: #f5f5f4;
}

.accent-stone-200 {
  accent-color: #e7e5e4;
}

.accent-stone-300 {
  accent-color: #d6d3d1;
}

.accent-stone-400 {
  accent-color: #a8a29e;
}

.accent-stone-50 {
  accent-color: #fafaf9;
}

.accent-stone-500 {
  accent-color: #78716c;
}

.accent-stone-600 {
  accent-color: #57534e;
}

.accent-stone-700 {
  accent-color: #44403c;
}

.accent-stone-800 {
  accent-color: #292524;
}

.accent-stone-900 {
  accent-color: #1c1917;
}

.accent-stone-950 {
  accent-color: #0c0a09;
}

.accent-teal-100 {
  accent-color: #ccfbf1;
}

.accent-teal-200 {
  accent-color: #99f6e4;
}

.accent-teal-300 {
  accent-color: #5eead4;
}

.accent-teal-400 {
  accent-color: #2dd4bf;
}

.accent-teal-50 {
  accent-color: #f0fdfa;
}

.accent-teal-500 {
  accent-color: #14b8a6;
}

.accent-teal-600 {
  accent-color: #0d9488;
}

.accent-teal-700 {
  accent-color: #0f766e;
}

.accent-teal-800 {
  accent-color: #115e59;
}

.accent-teal-900 {
  accent-color: #134e4a;
}

.accent-teal-950 {
  accent-color: #042f2e;
}

.accent-transparent {
  accent-color: transparent;
}

.accent-violet-100 {
  accent-color: #ede9fe;
}

.accent-violet-200 {
  accent-color: #ddd6fe;
}

.accent-violet-300 {
  accent-color: #c4b5fd;
}

.accent-violet-400 {
  accent-color: #a78bfa;
}

.accent-violet-50 {
  accent-color: #f5f3ff;
}

.accent-violet-500 {
  accent-color: #8b5cf6;
}

.accent-violet-600 {
  accent-color: #7c3aed;
}

.accent-violet-700 {
  accent-color: #6d28d9;
}

.accent-violet-800 {
  accent-color: #5b21b6;
}

.accent-violet-900 {
  accent-color: #4c1d95;
}

.accent-violet-950 {
  accent-color: #2e1065;
}

.accent-white {
  accent-color: #fff;
}

.accent-yellow-100 {
  accent-color: #fef9c3;
}

.accent-yellow-200 {
  accent-color: #fef08a;
}

.accent-yellow-300 {
  accent-color: #fde047;
}

.accent-yellow-400 {
  accent-color: #facc15;
}

.accent-yellow-50 {
  accent-color: #fefce8;
}

.accent-yellow-500 {
  accent-color: #eab308;
}

.accent-yellow-600 {
  accent-color: #ca8a04;
}

.accent-yellow-700 {
  accent-color: #a16207;
}

.accent-yellow-800 {
  accent-color: #854d0e;
}

.accent-yellow-900 {
  accent-color: #713f12;
}

.accent-yellow-950 {
  accent-color: #422006;
}

.accent-zinc-100 {
  accent-color: #f4f4f5;
}

.accent-zinc-200 {
  accent-color: #e4e4e7;
}

.accent-zinc-300 {
  accent-color: #d4d4d8;
}

.accent-zinc-400 {
  accent-color: #a1a1aa;
}

.accent-zinc-50 {
  accent-color: #fafafa;
}

.accent-zinc-500 {
  accent-color: #71717a;
}

.accent-zinc-600 {
  accent-color: #52525b;
}

.accent-zinc-700 {
  accent-color: #3f3f46;
}

.accent-zinc-800 {
  accent-color: #27272a;
}

.accent-zinc-900 {
  accent-color: #18181b;
}

.accent-zinc-950 {
  accent-color: #09090b;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.mix-blend-plus-darker {
  mix-blend-mode: plus-darker;
}

.mix-blend-plus-lighter {
  mix-blend-mode: plus-lighter;
}

.\!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-\[-10px_20px_40px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  --tw-shadow: -10px 20px 40px rgba(0,0,0,0.4);
  --tw-shadow-colored: -10px 20px 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-\[-4px_0_8px_-4px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: -4px 0 8px -4px rgba(0,0,0,0.08);
  --tw-shadow-colored: -4px 0 8px -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_15px_rgba\(147\2c 51\2c 234\2c 0\.3\)\] {
  --tw-shadow: 0 0 15px rgba(147,51,234,0.3);
  --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_20px_rgba\(147\2c 51\2c 234\2c 0\.4\)\] {
  --tw-shadow: 0 0 20px rgba(147,51,234,0.4);
  --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\(147\2c 51\2c 234\2c 0\.5\)\] {
  --tw-shadow: 0 0 20px rgba(147,51,234,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_30px_rgba\(147\2c 51\2c 234\2c 0\.4\)\] {
  --tw-shadow: 0 0 30px rgba(147,51,234,0.4);
  --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_40px_rgba\(234\2c 179\2c 8\2c 0\.4\)\] {
  --tw-shadow: 0 0 40px rgba(234,179,8,0.4);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_0_50px_rgba\(147\2c 51\2c 234\2c 0\.2\)\] {
  --tw-shadow: 0 0 50px rgba(147,51,234,0.2);
  --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_50px_rgba\(147\2c 51\2c 234\2c 0\.3\)\] {
  --tw-shadow: 0 0 50px rgba(147,51,234,0.3);
  --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\(147\2c 51\2c 234\2c 0\.3\)\] {
  --tw-shadow: 0 0 60px rgba(147,51,234,0.3);
  --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\(234\2c 179\2c 8\2c 0\.3\)\] {
  --tw-shadow: 0 0 60px rgba(234,179,8,0.3);
  --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_80px_rgba\(234\2c 179\2c 8\2c 0\.15\)\] {
  --tw-shadow: 0 0 80px rgba(234,179,8,0.15);
  --tw-shadow-colored: 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_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_30px_60px_rgba\(0\2c 0\2c 0\2c 0\.6\)\] {
  --tw-shadow: 0 30px 60px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0 30px 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-\[10px_20px_40px_rgba\(0\2c 0\2c 0\2c 0\.4\)\] {
  --tw-shadow: 10px 20px 40px rgba(0,0,0,0.4);
  --tw-shadow-colored: 10px 20px 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-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-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  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-amber-500\/10 {
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/20 {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200 {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/20 {
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/10 {
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/20 {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/20 {
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/10 {
  --tw-shadow-color: rgb(17 24 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200 {
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/20 {
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/10 {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/20 {
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/30 {
  --tw-shadow-color: rgb(99 102 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/50 {
  --tw-shadow-color: rgb(99 102 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/20 {
  --tw-shadow-color: rgb(79 70 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/50 {
  --tw-shadow-color: rgb(49 46 129 / 0.5);
  --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-rose-500\/50 {
  --tw-shadow-color: rgb(244 63 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/20 {
  --tw-shadow-color: rgb(14 165 233 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.outline {
  outline-style: solid;
}

.outline-dashed {
  outline-style: dashed;
}

.outline-dotted {
  outline-style: dotted;
}

.outline-double {
  outline-style: double;
}

.outline-amber-100 {
  outline-color: #fef3c7;
}

.outline-amber-200 {
  outline-color: #fde68a;
}

.outline-amber-300 {
  outline-color: #fcd34d;
}

.outline-amber-400 {
  outline-color: #fbbf24;
}

.outline-amber-50 {
  outline-color: #fffbeb;
}

.outline-amber-500 {
  outline-color: #f59e0b;
}

.outline-amber-600 {
  outline-color: #d97706;
}

.outline-amber-700 {
  outline-color: #b45309;
}

.outline-amber-800 {
  outline-color: #92400e;
}

.outline-amber-900 {
  outline-color: #78350f;
}

.outline-amber-950 {
  outline-color: #451a03;
}

.outline-black {
  outline-color: #000;
}

.outline-blue-100 {
  outline-color: #dbeafe;
}

.outline-blue-200 {
  outline-color: #bfdbfe;
}

.outline-blue-300 {
  outline-color: #93c5fd;
}

.outline-blue-400 {
  outline-color: #60a5fa;
}

.outline-blue-50 {
  outline-color: #eff6ff;
}

.outline-blue-500 {
  outline-color: #3b82f6;
}

.outline-blue-600 {
  outline-color: #2563eb;
}

.outline-blue-700 {
  outline-color: #1d4ed8;
}

.outline-blue-800 {
  outline-color: #1e40af;
}

.outline-blue-900 {
  outline-color: #1e3a8a;
}

.outline-blue-950 {
  outline-color: #172554;
}

.outline-current {
  outline-color: currentColor;
}

.outline-cyan-100 {
  outline-color: #cffafe;
}

.outline-cyan-200 {
  outline-color: #a5f3fc;
}

.outline-cyan-300 {
  outline-color: #67e8f9;
}

.outline-cyan-400 {
  outline-color: #22d3ee;
}

.outline-cyan-50 {
  outline-color: #ecfeff;
}

.outline-cyan-500 {
  outline-color: #06b6d4;
}

.outline-cyan-600 {
  outline-color: #0891b2;
}

.outline-cyan-700 {
  outline-color: #0e7490;
}

.outline-cyan-800 {
  outline-color: #155e75;
}

.outline-cyan-900 {
  outline-color: #164e63;
}

.outline-cyan-950 {
  outline-color: #083344;
}

.outline-emerald-100 {
  outline-color: #d1fae5;
}

.outline-emerald-200 {
  outline-color: #a7f3d0;
}

.outline-emerald-300 {
  outline-color: #6ee7b7;
}

.outline-emerald-400 {
  outline-color: #34d399;
}

.outline-emerald-50 {
  outline-color: #ecfdf5;
}

.outline-emerald-500 {
  outline-color: #10b981;
}

.outline-emerald-600 {
  outline-color: #059669;
}

.outline-emerald-700 {
  outline-color: #047857;
}

.outline-emerald-800 {
  outline-color: #065f46;
}

.outline-emerald-900 {
  outline-color: #064e3b;
}

.outline-emerald-950 {
  outline-color: #022c22;
}

.outline-fuchsia-100 {
  outline-color: #fae8ff;
}

.outline-fuchsia-200 {
  outline-color: #f5d0fe;
}

.outline-fuchsia-300 {
  outline-color: #f0abfc;
}

.outline-fuchsia-400 {
  outline-color: #e879f9;
}

.outline-fuchsia-50 {
  outline-color: #fdf4ff;
}

.outline-fuchsia-500 {
  outline-color: #d946ef;
}

.outline-fuchsia-600 {
  outline-color: #c026d3;
}

.outline-fuchsia-700 {
  outline-color: #a21caf;
}

.outline-fuchsia-800 {
  outline-color: #86198f;
}

.outline-fuchsia-900 {
  outline-color: #701a75;
}

.outline-fuchsia-950 {
  outline-color: #4a044e;
}

.outline-gray-100 {
  outline-color: #f3f4f6;
}

.outline-gray-200 {
  outline-color: #e5e7eb;
}

.outline-gray-300 {
  outline-color: #d1d5db;
}

.outline-gray-400 {
  outline-color: #9ca3af;
}

.outline-gray-50 {
  outline-color: #f9fafb;
}

.outline-gray-500 {
  outline-color: #6b7280;
}

.outline-gray-600 {
  outline-color: #4b5563;
}

.outline-gray-700 {
  outline-color: #374151;
}

.outline-gray-800 {
  outline-color: #1f2937;
}

.outline-gray-900 {
  outline-color: #111827;
}

.outline-gray-950 {
  outline-color: #030712;
}

.outline-green-100 {
  outline-color: #dcfce7;
}

.outline-green-200 {
  outline-color: #bbf7d0;
}

.outline-green-300 {
  outline-color: #86efac;
}

.outline-green-400 {
  outline-color: #4ade80;
}

.outline-green-50 {
  outline-color: #f0fdf4;
}

.outline-green-500 {
  outline-color: #22c55e;
}

.outline-green-600 {
  outline-color: #16a34a;
}

.outline-green-700 {
  outline-color: #15803d;
}

.outline-green-800 {
  outline-color: #166534;
}

.outline-green-900 {
  outline-color: #14532d;
}

.outline-green-950 {
  outline-color: #052e16;
}

.outline-indigo-100 {
  outline-color: #e0e7ff;
}

.outline-indigo-200 {
  outline-color: #c7d2fe;
}

.outline-indigo-300 {
  outline-color: #a5b4fc;
}

.outline-indigo-400 {
  outline-color: #818cf8;
}

.outline-indigo-50 {
  outline-color: #eef2ff;
}

.outline-indigo-500 {
  outline-color: #6366f1;
}

.outline-indigo-600 {
  outline-color: #4f46e5;
}

.outline-indigo-700 {
  outline-color: #4338ca;
}

.outline-indigo-800 {
  outline-color: #3730a3;
}

.outline-indigo-900 {
  outline-color: #312e81;
}

.outline-indigo-950 {
  outline-color: #1e1b4b;
}

.outline-inherit {
  outline-color: inherit;
}

.outline-lime-100 {
  outline-color: #ecfccb;
}

.outline-lime-200 {
  outline-color: #d9f99d;
}

.outline-lime-300 {
  outline-color: #bef264;
}

.outline-lime-400 {
  outline-color: #a3e635;
}

.outline-lime-50 {
  outline-color: #f7fee7;
}

.outline-lime-500 {
  outline-color: #84cc16;
}

.outline-lime-600 {
  outline-color: #65a30d;
}

.outline-lime-700 {
  outline-color: #4d7c0f;
}

.outline-lime-800 {
  outline-color: #3f6212;
}

.outline-lime-900 {
  outline-color: #365314;
}

.outline-lime-950 {
  outline-color: #1a2e05;
}

.outline-neutral-100 {
  outline-color: #f5f5f5;
}

.outline-neutral-200 {
  outline-color: #e5e5e5;
}

.outline-neutral-300 {
  outline-color: #d4d4d4;
}

.outline-neutral-400 {
  outline-color: #a3a3a3;
}

.outline-neutral-50 {
  outline-color: #fafafa;
}

.outline-neutral-500 {
  outline-color: #737373;
}

.outline-neutral-600 {
  outline-color: #525252;
}

.outline-neutral-700 {
  outline-color: #404040;
}

.outline-neutral-800 {
  outline-color: #262626;
}

.outline-neutral-900 {
  outline-color: #171717;
}

.outline-neutral-950 {
  outline-color: #0a0a0a;
}

.outline-orange-100 {
  outline-color: #ffedd5;
}

.outline-orange-200 {
  outline-color: #fed7aa;
}

.outline-orange-300 {
  outline-color: #fdba74;
}

.outline-orange-400 {
  outline-color: #fb923c;
}

.outline-orange-50 {
  outline-color: #fff7ed;
}

.outline-orange-500 {
  outline-color: #f97316;
}

.outline-orange-600 {
  outline-color: #ea580c;
}

.outline-orange-700 {
  outline-color: #c2410c;
}

.outline-orange-800 {
  outline-color: #9a3412;
}

.outline-orange-900 {
  outline-color: #7c2d12;
}

.outline-orange-950 {
  outline-color: #431407;
}

.outline-pink-100 {
  outline-color: #fce7f3;
}

.outline-pink-200 {
  outline-color: #fbcfe8;
}

.outline-pink-300 {
  outline-color: #f9a8d4;
}

.outline-pink-400 {
  outline-color: #f472b6;
}

.outline-pink-50 {
  outline-color: #fdf2f8;
}

.outline-pink-500 {
  outline-color: #ec4899;
}

.outline-pink-600 {
  outline-color: #db2777;
}

.outline-pink-700 {
  outline-color: #be185d;
}

.outline-pink-800 {
  outline-color: #9d174d;
}

.outline-pink-900 {
  outline-color: #831843;
}

.outline-pink-950 {
  outline-color: #500724;
}

.outline-purple-100 {
  outline-color: #f3e8ff;
}

.outline-purple-200 {
  outline-color: #e9d5ff;
}

.outline-purple-300 {
  outline-color: #d8b4fe;
}

.outline-purple-400 {
  outline-color: #c084fc;
}

.outline-purple-50 {
  outline-color: #faf5ff;
}

.outline-purple-500 {
  outline-color: #a855f7;
}

.outline-purple-600 {
  outline-color: #9333ea;
}

.outline-purple-700 {
  outline-color: #7e22ce;
}

.outline-purple-800 {
  outline-color: #6b21a8;
}

.outline-purple-900 {
  outline-color: #581c87;
}

.outline-purple-950 {
  outline-color: #3b0764;
}

.outline-red-100 {
  outline-color: #fee2e2;
}

.outline-red-200 {
  outline-color: #fecaca;
}

.outline-red-300 {
  outline-color: #fca5a5;
}

.outline-red-400 {
  outline-color: #f87171;
}

.outline-red-50 {
  outline-color: #fef2f2;
}

.outline-red-500 {
  outline-color: #ef4444;
}

.outline-red-600 {
  outline-color: #dc2626;
}

.outline-red-700 {
  outline-color: #b91c1c;
}

.outline-red-800 {
  outline-color: #991b1b;
}

.outline-red-900 {
  outline-color: #7f1d1d;
}

.outline-red-950 {
  outline-color: #450a0a;
}

.outline-rose-100 {
  outline-color: #ffe4e6;
}

.outline-rose-200 {
  outline-color: #fecdd3;
}

.outline-rose-300 {
  outline-color: #fda4af;
}

.outline-rose-400 {
  outline-color: #fb7185;
}

.outline-rose-50 {
  outline-color: #fff1f2;
}

.outline-rose-500 {
  outline-color: #f43f5e;
}

.outline-rose-600 {
  outline-color: #e11d48;
}

.outline-rose-700 {
  outline-color: #be123c;
}

.outline-rose-800 {
  outline-color: #9f1239;
}

.outline-rose-900 {
  outline-color: #881337;
}

.outline-rose-950 {
  outline-color: #4c0519;
}

.outline-sky-100 {
  outline-color: #e0f2fe;
}

.outline-sky-200 {
  outline-color: #bae6fd;
}

.outline-sky-300 {
  outline-color: #7dd3fc;
}

.outline-sky-400 {
  outline-color: #38bdf8;
}

.outline-sky-50 {
  outline-color: #f0f9ff;
}

.outline-sky-500 {
  outline-color: #0ea5e9;
}

.outline-sky-600 {
  outline-color: #0284c7;
}

.outline-sky-700 {
  outline-color: #0369a1;
}

.outline-sky-800 {
  outline-color: #075985;
}

.outline-sky-900 {
  outline-color: #0c4a6e;
}

.outline-sky-950 {
  outline-color: #082f49;
}

.outline-slate-100 {
  outline-color: #f1f5f9;
}

.outline-slate-200 {
  outline-color: #e2e8f0;
}

.outline-slate-300 {
  outline-color: #cbd5e1;
}

.outline-slate-400 {
  outline-color: #94a3b8;
}

.outline-slate-50 {
  outline-color: #f8fafc;
}

.outline-slate-500 {
  outline-color: #64748b;
}

.outline-slate-600 {
  outline-color: #475569;
}

.outline-slate-700 {
  outline-color: #334155;
}

.outline-slate-800 {
  outline-color: #1e293b;
}

.outline-slate-900 {
  outline-color: #0f172a;
}

.outline-slate-950 {
  outline-color: #020617;
}

.outline-stone-100 {
  outline-color: #f5f5f4;
}

.outline-stone-200 {
  outline-color: #e7e5e4;
}

.outline-stone-300 {
  outline-color: #d6d3d1;
}

.outline-stone-400 {
  outline-color: #a8a29e;
}

.outline-stone-50 {
  outline-color: #fafaf9;
}

.outline-stone-500 {
  outline-color: #78716c;
}

.outline-stone-600 {
  outline-color: #57534e;
}

.outline-stone-700 {
  outline-color: #44403c;
}

.outline-stone-800 {
  outline-color: #292524;
}

.outline-stone-900 {
  outline-color: #1c1917;
}

.outline-stone-950 {
  outline-color: #0c0a09;
}

.outline-teal-100 {
  outline-color: #ccfbf1;
}

.outline-teal-200 {
  outline-color: #99f6e4;
}

.outline-teal-300 {
  outline-color: #5eead4;
}

.outline-teal-400 {
  outline-color: #2dd4bf;
}

.outline-teal-50 {
  outline-color: #f0fdfa;
}

.outline-teal-500 {
  outline-color: #14b8a6;
}

.outline-teal-600 {
  outline-color: #0d9488;
}

.outline-teal-700 {
  outline-color: #0f766e;
}

.outline-teal-800 {
  outline-color: #115e59;
}

.outline-teal-900 {
  outline-color: #134e4a;
}

.outline-teal-950 {
  outline-color: #042f2e;
}

.outline-transparent {
  outline-color: transparent;
}

.outline-violet-100 {
  outline-color: #ede9fe;
}

.outline-violet-200 {
  outline-color: #ddd6fe;
}

.outline-violet-300 {
  outline-color: #c4b5fd;
}

.outline-violet-400 {
  outline-color: #a78bfa;
}

.outline-violet-50 {
  outline-color: #f5f3ff;
}

.outline-violet-500 {
  outline-color: #8b5cf6;
}

.outline-violet-600 {
  outline-color: #7c3aed;
}

.outline-violet-700 {
  outline-color: #6d28d9;
}

.outline-violet-800 {
  outline-color: #5b21b6;
}

.outline-violet-900 {
  outline-color: #4c1d95;
}

.outline-violet-950 {
  outline-color: #2e1065;
}

.outline-white {
  outline-color: #fff;
}

.outline-yellow-100 {
  outline-color: #fef9c3;
}

.outline-yellow-200 {
  outline-color: #fef08a;
}

.outline-yellow-300 {
  outline-color: #fde047;
}

.outline-yellow-400 {
  outline-color: #facc15;
}

.outline-yellow-50 {
  outline-color: #fefce8;
}

.outline-yellow-500 {
  outline-color: #eab308;
}

.outline-yellow-600 {
  outline-color: #ca8a04;
}

.outline-yellow-700 {
  outline-color: #a16207;
}

.outline-yellow-800 {
  outline-color: #854d0e;
}

.outline-yellow-900 {
  outline-color: #713f12;
}

.outline-yellow-950 {
  outline-color: #422006;
}

.outline-zinc-100 {
  outline-color: #f4f4f5;
}

.outline-zinc-200 {
  outline-color: #e4e4e7;
}

.outline-zinc-300 {
  outline-color: #d4d4d8;
}

.outline-zinc-400 {
  outline-color: #a1a1aa;
}

.outline-zinc-50 {
  outline-color: #fafafa;
}

.outline-zinc-500 {
  outline-color: #71717a;
}

.outline-zinc-600 {
  outline-color: #52525b;
}

.outline-zinc-700 {
  outline-color: #3f3f46;
}

.outline-zinc-800 {
  outline-color: #27272a;
}

.outline-zinc-900 {
  outline-color: #18181b;
}

.outline-zinc-950 {
  outline-color: #09090b;
}

.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-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-4 {
  --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(4px + 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-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}

.ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.ring-amber-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}

.ring-amber-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.ring-amber-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.ring-amber-600\/20 {
  --tw-ring-color: rgb(217 119 6 / 0.2);
}

.ring-amber-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.ring-amber-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.ring-amber-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.ring-amber-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

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

.ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}

.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.ring-blue-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.ring-current {
  --tw-ring-color: currentColor;
}

.ring-cyan-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

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

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

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

.ring-cyan-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}

.ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.ring-cyan-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.ring-cyan-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.ring-cyan-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.ring-cyan-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

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

.ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

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

.ring-emerald-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}

.ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.ring-emerald-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.ring-emerald-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.ring-emerald-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.ring-emerald-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.ring-emerald-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.ring-fuchsia-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

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

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

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}

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

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

.ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.ring-gray-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

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

.ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1));
}

.ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.ring-green-600\/20 {
  --tw-ring-color: rgb(22 163 74 / 0.2);
}

.ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.ring-green-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}

.ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.ring-indigo-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.ring-inherit {
  --tw-ring-color: inherit;
}

.ring-lime-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.ring-lime-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.ring-lime-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.ring-lime-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}

.ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.ring-lime-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.ring-lime-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.ring-lime-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.ring-lime-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.ring-neutral-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.ring-neutral-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.ring-neutral-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.ring-neutral-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.ring-neutral-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.ring-neutral-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.ring-neutral-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.ring-neutral-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.ring-neutral-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.ring-neutral-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.ring-neutral-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}

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

.ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.ring-orange-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}

.ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.ring-pink-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

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

.ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1));
}

.ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

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

.ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.ring-purple-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

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

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

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

.ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}

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

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

.ring-red-600\/20 {
  --tw-ring-color: rgb(220 38 38 / 0.2);
}

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

.ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.ring-red-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

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

.ring-rose-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.ring-rose-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.ring-rose-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.ring-rose-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}

.ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.ring-rose-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.ring-rose-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.ring-rose-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.ring-rose-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.ring-rose-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.ring-sky-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.ring-sky-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.ring-sky-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.ring-sky-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.ring-sky-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}

.ring-sky-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.ring-sky-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.ring-sky-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.ring-sky-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.ring-sky-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.ring-sky-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.ring-slate-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.ring-slate-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.ring-slate-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}

.ring-slate-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.ring-slate-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.ring-slate-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.ring-slate-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.ring-slate-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.ring-slate-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.ring-stone-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.ring-stone-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.ring-stone-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.ring-stone-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.ring-stone-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}

.ring-stone-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.ring-stone-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.ring-stone-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.ring-stone-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.ring-stone-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.ring-stone-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.ring-teal-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}

.ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.ring-teal-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

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

.ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.ring-violet-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}

.ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.ring-violet-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.ring-violet-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.ring-violet-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.ring-violet-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

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

.ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

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

.ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.ring-yellow-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.ring-zinc-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.ring-zinc-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.ring-zinc-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.ring-zinc-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.ring-zinc-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.ring-zinc-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.ring-zinc-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.ring-zinc-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.ring-zinc-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.ring-zinc-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.ring-zinc-900\/5 {
  --tw-ring-color: rgb(24 24 27 / 0.05);
}

.ring-zinc-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-2xl {
  --tw-blur: blur(40px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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-\[120px\] {
  --tw-blur: blur(120px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-\[0_0_15px_rgba\(147\2c 51\2c 234\2c 0\.3\)\] {
  --tw-drop-shadow: drop-shadow(0 0 15px rgba(147,51,234,0.3));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px 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-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);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

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

.\!filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !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);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale {
  --tw-backdrop-grayscale: grayscale(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-invert {
  --tw-backdrop-invert: invert(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-sepia {
  --tw-backdrop-sepia: sepia(100%);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.\!transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

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

.will-change-auto {
  will-change: auto;
}

.will-change-contents {
  will-change: contents;
}

.will-change-scroll {
  will-change: scroll-position;
}

.will-change-transform {
  will-change: transform;
}

.contain-none {
  contain: none;
}

.contain-content {
  contain: content;
}

.contain-strict {
  contain: strict;
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-layout {
  --tw-contain-layout: layout;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-paint {
  --tw-contain-paint: paint;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-style {
  --tw-contain-style: style;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.forced-color-adjust-auto {
  forced-color-adjust: auto;
}

.forced-color-adjust-none {
  forced-color-adjust: none;
}

.\[-\:\|\\s\] {
  -: |\s;
}

.\[-\:\|\] {
  -: |;
}

.\[a-zA-Z0-9\:\._-\] {
  a-z-a--z0-9: . -;
}

.\[a-zA-Z_\:\@\] {
  a-z-a--z_: @;
}

.\[transform\:rotateY\(-8deg\)\] {
  transform: rotateY(-8deg);
}

.\[vite\:css\] {
  vite: css;
}

.\[vite\:html\] {
  vite: html;
}

.selection\:bg-midnight-purple *::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.selection\:bg-midnight-purple *::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

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

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

.selection\:bg-midnight-purple::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.selection\:bg-midnight-purple::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

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

.placeholder\:text-zinc-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.placeholder\:text-zinc-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

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

.after\:left-\[2px\]::after {
  content: var(--tw-content);
  left: 2px;
}

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

.after\:top-0\.5::after {
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:top-\[2px\]::after {
  content: var(--tw-content);
  top: 2px;
}

.after\:h-4::after {
  content: var(--tw-content);
  height: 1rem;
}

.after\:h-5::after {
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:h-6::after {
  content: var(--tw-content);
  height: 1.5rem;
}

.after\:w-4::after {
  content: var(--tw-content);
  width: 1rem;
}

.after\:w-5::after {
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:w-6::after {
  content: var(--tw-content);
  width: 1.5rem;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:border::after {
  content: var(--tw-content);
  border-width: 1px;
}

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

.after\:border-slate-300::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.after\:bg-white::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:transition-all::after {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

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

.hover\:-translate-y-1:hover {
  --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));
}

.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-110:hover {
  --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));
}

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

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

.hover\:divide-amber-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-divide-opacity, 1));
}

.hover\:divide-amber-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-divide-opacity, 1));
}

.hover\:divide-black:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity, 1));
}

.hover\:divide-blue-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-divide-opacity, 1));
}

.hover\:divide-current:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.hover\:divide-cyan-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-divide-opacity, 1));
}

.hover\:divide-cyan-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-divide-opacity, 1));
}

.hover\:divide-emerald-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-divide-opacity, 1));
}

.hover\:divide-fuchsia-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-divide-opacity, 1));
}

.hover\:divide-gray-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-divide-opacity, 1));
}

.hover\:divide-green-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-divide-opacity, 1));
}

.hover\:divide-indigo-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-divide-opacity, 1));
}

.hover\:divide-inherit:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: inherit;
}

.hover\:divide-lime-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-divide-opacity, 1));
}

.hover\:divide-lime-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-divide-opacity, 1));
}

.hover\:divide-neutral-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-divide-opacity, 1));
}

.hover\:divide-orange-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-divide-opacity, 1));
}

.hover\:divide-pink-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-divide-opacity, 1));
}

.hover\:divide-purple-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-divide-opacity, 1));
}

.hover\:divide-red-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-divide-opacity, 1));
}

.hover\:divide-rose-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-divide-opacity, 1));
}

.hover\:divide-sky-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-divide-opacity, 1));
}

.hover\:divide-slate-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-divide-opacity, 1));
}

.hover\:divide-stone-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-divide-opacity, 1));
}

.hover\:divide-teal-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-divide-opacity, 1));
}

.hover\:divide-transparent:hover > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.hover\:divide-violet-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-divide-opacity, 1));
}

.hover\:divide-violet-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-divide-opacity, 1));
}

.hover\:divide-white:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.hover\:divide-yellow-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-100:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-200:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-300:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-400:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-50:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-500:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-600:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-700:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-800:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-900:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity, 1));
}

.hover\:divide-zinc-950:hover > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-divide-opacity, 1));
}

.hover\:border-\[\#22C55E\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

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

.hover\:border-amber-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.hover\:border-amber-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.hover\:border-amber-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

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

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

.hover\:border-amber-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.hover\:border-amber-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.hover\:border-amber-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.hover\:border-amber-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.hover\:border-amber-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.hover\:border-amber-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.hover\:border-amber-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

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

.hover\:border-blue-300\/30:hover {
  border-color: rgb(147 197 253 / 0.3);
}

.hover\:border-blue-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-400\/20:hover {
  border-color: rgb(96 165 250 / 0.2);
}

.hover\:border-blue-400\/30:hover {
  border-color: rgb(96 165 250 / 0.3);
}

.hover\:border-blue-400\/50:hover {
  border-color: rgb(96 165 250 / 0.5);
}

.hover\:border-blue-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.hover\:border-blue-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-cyan-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

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

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

.hover\:border-cyan-300\/30:hover {
  border-color: rgb(103 232 249 / 0.3);
}

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

.hover\:border-cyan-400\/30:hover {
  border-color: rgb(34 211 238 / 0.3);
}

.hover\:border-cyan-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}

.hover\:border-cyan-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.hover\:border-cyan-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}

.hover\:border-cyan-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}

.hover\:border-cyan-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}

.hover\:border-cyan-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.hover\:border-cyan-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}

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

.hover\:border-emerald-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

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

.hover\:border-emerald-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.hover\:border-emerald-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-400\/30:hover {
  border-color: rgb(232 121 249 / 0.3);
}

.hover\:border-fuchsia-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}

.hover\:border-fuchsia-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

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

.hover\:border-gray-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

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

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

.hover\:border-gray-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.hover\:border-gray-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.hover\:border-green-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.hover\:border-green-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.hover\:border-green-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

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

.hover\:border-green-400\/30:hover {
  border-color: rgb(74 222 128 / 0.3);
}

.hover\:border-green-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.hover\:border-green-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.hover\:border-green-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.hover\:border-green-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.hover\:border-green-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.hover\:border-green-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.hover\:border-green-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

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

.hover\:border-indigo-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-400\/30:hover {
  border-color: rgb(129 140 248 / 0.3);
}

.hover\:border-indigo-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-500\/50:hover {
  border-color: rgb(99 102 241 / 0.5);
}

.hover\:border-indigo-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.hover\:border-inherit:hover {
  border-color: inherit;
}

.hover\:border-lime-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-400\/30:hover {
  border-color: rgb(163 230 53 / 0.3);
}

.hover\:border-lime-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}

.hover\:border-lime-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}

.hover\:border-midnight-indigo:hover {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.hover\:border-midnight-neon:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.hover\:border-midnight-neon\/20:hover {
  border-color: rgb(147 51 234 / 0.2);
}

.hover\:border-midnight-neon\/30:hover {
  border-color: rgb(147 51 234 / 0.3);
}

.hover\:border-midnight-neon\/50:hover {
  border-color: rgb(147 51 234 / 0.5);
}

.hover\:border-neutral-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

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

.hover\:border-neutral-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-400\/30:hover {
  border-color: rgb(251 146 60 / 0.3);
}

.hover\:border-orange-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}

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

.hover\:border-orange-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.hover\:border-orange-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-400\/30:hover {
  border-color: rgb(244 114 182 / 0.3);
}

.hover\:border-pink-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.hover\:border-pink-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

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

.hover\:border-purple-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-400\/30:hover {
  border-color: rgb(192 132 252 / 0.3);
}

.hover\:border-purple-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

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

.hover\:border-purple-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.hover\:border-purple-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.hover\:border-red-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

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

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

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

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

.hover\:border-red-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

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

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

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

.hover\:border-red-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.hover\:border-red-800\/50:hover {
  border-color: rgb(153 27 27 / 0.5);
}

.hover\:border-red-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.hover\:border-red-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

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

.hover\:border-rose-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}

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

.hover\:border-rose-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.hover\:border-rose-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-400\/30:hover {
  border-color: rgb(56 189 248 / 0.3);
}

.hover\:border-sky-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.hover\:border-sky-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-300\/30:hover {
  border-color: rgb(203 213 225 / 0.3);
}

.hover\:border-slate-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-400\/30:hover {
  border-color: rgb(148 163 184 / 0.3);
}

.hover\:border-slate-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.hover\:border-slate-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.hover\:border-stone-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-400\/30:hover {
  border-color: rgb(45 212 191 / 0.3);
}

.hover\:border-teal-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}

.hover\:border-teal-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-violet-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}

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

.hover\:border-violet-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.hover\:border-violet-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

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

.hover\:border-violet-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}

.hover\:border-violet-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.hover\:border-violet-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}

.hover\:border-violet-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}

.hover\:border-violet-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}

.hover\:border-violet-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}

.hover\:border-violet-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}

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

.hover\:border-yellow-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

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

.hover\:border-yellow-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-400\/30:hover {
  border-color: rgb(250 204 21 / 0.3);
}

.hover\:border-yellow-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.hover\:border-yellow-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.hover\:border-zinc-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

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

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

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

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

.hover\:bg-amber-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-amber-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-500\/10:hover {
  background-color: rgb(245 158 11 / 0.1);
}

.hover\:bg-amber-500\/20:hover {
  background-color: rgb(245 158 11 / 0.2);
}

.hover\:bg-amber-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-600\/30:hover {
  background-color: rgb(217 119 6 / 0.3);
}

.hover\:bg-amber-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.hover\:bg-amber-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-blue-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-blue-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-600\/50:hover {
  background-color: rgb(37 99 235 / 0.5);
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.hover\:bg-current:hover {
  background-color: currentColor;
}

.hover\:bg-cyan-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:bg-cyan-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-600\/50:hover {
  background-color: rgb(8 145 178 / 0.5);
}

.hover\:bg-cyan-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cyan-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-emerald-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-emerald-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-emerald-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-emerald-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:bg-fuchsia-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}

.hover\:bg-fuchsia-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-gray-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-green-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-50\/50:hover {
  background-color: rgb(240 253 244 / 0.5);
}

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-500\/30:hover {
  background-color: rgb(34 197 94 / 0.3);
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-600\/30:hover {
  background-color: rgb(22 163 74 / 0.3);
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500\/10:hover {
  background-color: rgb(99 102 241 / 0.1);
}

.hover\:bg-indigo-500\/20:hover {
  background-color: rgb(99 102 241 / 0.2);
}

.hover\:bg-indigo-500\/30:hover {
  background-color: rgb(99 102 241 / 0.3);
}

.hover\:bg-indigo-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-600\/30:hover {
  background-color: rgb(79 70 229 / 0.3);
}

.hover\:bg-indigo-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-lime-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.hover\:bg-lime-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.hover\:bg-midnight-indigo\/10:hover {
  background-color: rgb(99 102 241 / 0.1);
}

.hover\:bg-midnight-neon\/20:hover {
  background-color: rgb(147 51 234 / 0.2);
}

.hover\:bg-midnight-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-orange-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.hover\:bg-pink-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-purple-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.hover\:bg-purple-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

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

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

.hover\:bg-red-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 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\/20:hover {
  background-color: rgb(239 68 68 / 0.2);
}

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

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

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-900\/40:hover {
  background-color: rgb(127 29 29 / 0.4);
}

.hover\:bg-red-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-rose-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-rose-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-500\/10:hover {
  background-color: rgb(14 165 233 / 0.1);
}

.hover\:bg-sky-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.hover\:bg-sky-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-700\/30:hover {
  background-color: rgb(51 65 85 / 0.3);
}

.hover\:bg-slate-700\/50:hover {
  background-color: rgb(51 65 85 / 0.5);
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-900\/80:hover {
  background-color: rgb(15 23 42 / 0.8);
}

.hover\:bg-slate-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.hover\:bg-stone-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-violet-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-violet-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.hover\:bg-violet-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

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

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

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

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

.hover\:bg-yellow-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-yellow-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.hover\:bg-yellow-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-zinc-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.hover\:from-amber-100:hover {
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-200:hover {
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-300:hover {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-400:hover {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-50:hover {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-500:hover {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-600:hover {
  --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);
}

.hover\:from-amber-700:hover {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-800:hover {
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-900:hover {
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-amber-950:hover {
  --tw-gradient-from: #451a03 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);
}

.hover\:from-black:hover {
  --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);
}

.hover\:from-blue-100:hover {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-200:hover {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-300:hover {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-400:hover {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-50:hover {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-500:hover {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-600:hover {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-700:hover {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-800:hover {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-900:hover {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-blue-950:hover {
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-current:hover {
  --tw-gradient-from: currentColor 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);
}

.hover\:from-cyan-100:hover {
  --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-200:hover {
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-300:hover {
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-400:hover {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-50:hover {
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-500:hover {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-600:hover {
  --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);
}

.hover\:from-cyan-700:hover {
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-800:hover {
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-900:hover {
  --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-cyan-950:hover {
  --tw-gradient-from: #083344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 51 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-100:hover {
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-200:hover {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-300:hover {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-400:hover {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-50:hover {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.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-emerald-600:hover {
  --tw-gradient-from: #059669 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);
}

.hover\:from-emerald-700:hover {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-800:hover {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-900:hover {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-emerald-950:hover {
  --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-100:hover {
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-200:hover {
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-300:hover {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-400:hover {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-50:hover {
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-500:hover {
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-600:hover {
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-700:hover {
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-800:hover {
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-900:hover {
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-fuchsia-950:hover {
  --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-100:hover {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-200:hover {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-300:hover {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-400:hover {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-50:hover {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-500:hover {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-600:hover {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-700:hover {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-800:hover {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-900:hover {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-gray-950:hover {
  --tw-gradient-from: #030712 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-100:hover {
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-200:hover {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-300:hover {
  --tw-gradient-from: #86efac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-400:hover {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-50:hover {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-500:hover {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-600:hover {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-700:hover {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-800:hover {
  --tw-gradient-from: #166534 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-900:hover {
  --tw-gradient-from: #14532d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-green-950:hover {
  --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-100:hover {
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-200:hover {
  --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-300:hover {
  --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-400:hover {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-50:hover {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-500:hover {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-600:hover {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-700:hover {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-800:hover {
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-900:hover {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-indigo-950:hover {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.hover\:from-lime-100:hover {
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-200:hover {
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-300:hover {
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-400:hover {
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-50:hover {
  --tw-gradient-from: #f7fee7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-500:hover {
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-600:hover {
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-700:hover {
  --tw-gradient-from: #4d7c0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-800:hover {
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-900:hover {
  --tw-gradient-from: #365314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-lime-950:hover {
  --tw-gradient-from: #1a2e05 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 46 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100:hover {
  --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200:hover {
  --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300:hover {
  --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400:hover {
  --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50:hover {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500:hover {
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600:hover {
  --tw-gradient-from: #525252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700:hover {
  --tw-gradient-from: #404040 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800:hover {
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900:hover {
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950:hover {
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-100:hover {
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-200:hover {
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-300:hover {
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-400:hover {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-50:hover {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-500:hover {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-600:hover {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-700:hover {
  --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-800:hover {
  --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-900:hover {
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-orange-950:hover {
  --tw-gradient-from: #431407 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 20 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-100:hover {
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-200:hover {
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-300:hover {
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-400:hover {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-50:hover {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-500:hover {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-600:hover {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-700:hover {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-800:hover {
  --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-900:hover {
  --tw-gradient-from: #831843 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-pink-950:hover {
  --tw-gradient-from: #500724 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 7 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-100:hover {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-200:hover {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-300:hover {
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-400:hover {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-50:hover {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-500:hover {
  --tw-gradient-from: #a855f7 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);
}

.hover\:from-purple-600:hover {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-700:hover {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-800:hover {
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-900:hover {
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-purple-950:hover {
  --tw-gradient-from: #3b0764 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 7 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-100:hover {
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-200:hover {
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-300:hover {
  --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-400:hover {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-50:hover {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-500:hover {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-600:hover {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-700:hover {
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-800:hover {
  --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-900:hover {
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-red-950:hover {
  --tw-gradient-from: #450a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-100:hover {
  --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-200:hover {
  --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-300:hover {
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-400:hover {
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-50:hover {
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-500:hover {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-600:hover {
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-700:hover {
  --tw-gradient-from: #be123c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-800:hover {
  --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-900:hover {
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-rose-950:hover {
  --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 5 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-100:hover {
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-200:hover {
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-300:hover {
  --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-400:hover {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-50:hover {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-500:hover {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-600:hover {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-700:hover {
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-800:hover {
  --tw-gradient-from: #075985 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-900:hover {
  --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-sky-950:hover {
  --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 47 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-100:hover {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-200:hover {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-300:hover {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-400:hover {
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-50:hover {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-500:hover {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 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\:from-slate-700:hover {
  --tw-gradient-from: #334155 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);
}

.hover\:from-slate-800:hover {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-900:hover {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-slate-950:hover {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-100:hover {
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-200:hover {
  --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-300:hover {
  --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-400:hover {
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-50:hover {
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-500:hover {
  --tw-gradient-from: #78716c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-600:hover {
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-700:hover {
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-800:hover {
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-900:hover {
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-stone-950:hover {
  --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 10 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-100:hover {
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-200:hover {
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-300:hover {
  --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-400:hover {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-50:hover {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-500:hover {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-600:hover {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-700:hover {
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-800:hover {
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-900:hover {
  --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-teal-950:hover {
  --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 47 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.hover\:from-violet-100:hover {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-200:hover {
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-300:hover {
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-400:hover {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-50:hover {
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-500:hover {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-600:hover {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-700:hover {
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-800:hover {
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-900:hover {
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-violet-950:hover {
  --tw-gradient-from: #2e1065 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);
}

.hover\:from-white:hover {
  --tw-gradient-from: #fff 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);
}

.hover\:from-yellow-100:hover {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-200:hover {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-300:hover {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-400:hover {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-50:hover {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-500:hover {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-600:hover {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-700:hover {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-800:hover {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-900:hover {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-yellow-950:hover {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-100:hover {
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-200:hover {
  --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-300:hover {
  --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-400:hover {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-50:hover {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-500:hover {
  --tw-gradient-from: #71717a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-600:hover {
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-700:hover {
  --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-800:hover {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-900:hover {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-zinc-950:hover {
  --tw-gradient-from: #09090b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:via-amber-100:hover {
  --tw-gradient-to: rgb(254 243 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-200:hover {
  --tw-gradient-to: rgb(253 230 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-300:hover {
  --tw-gradient-to: rgb(252 211 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-400:hover {
  --tw-gradient-to: rgb(251 191 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-50:hover {
  --tw-gradient-to: rgb(255 251 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-500:hover {
  --tw-gradient-to: rgb(245 158 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-600:hover {
  --tw-gradient-to: rgb(217 119 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-700:hover {
  --tw-gradient-to: rgb(180 83 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b45309 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-800:hover {
  --tw-gradient-to: rgb(146 64 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #92400e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-900:hover {
  --tw-gradient-to: rgb(120 53 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78350f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-amber-950:hover {
  --tw-gradient-to: rgb(69 26 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #451a03 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-black:hover {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-100:hover {
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-200:hover {
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-300:hover {
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-400:hover {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-50:hover {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-500:hover {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-600:hover {
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-700:hover {
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-800:hover {
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-900:hover {
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-blue-950:hover {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-current:hover {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), currentColor var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-100:hover {
  --tw-gradient-to: rgb(207 250 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-200:hover {
  --tw-gradient-to: rgb(165 243 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-300:hover {
  --tw-gradient-to: rgb(103 232 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-400:hover {
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-50:hover {
  --tw-gradient-to: rgb(236 254 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-500:hover {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-600:hover {
  --tw-gradient-to: rgb(8 145 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-700:hover {
  --tw-gradient-to: rgb(14 116 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-800:hover {
  --tw-gradient-to: rgb(21 94 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #155e75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-900:hover {
  --tw-gradient-to: rgb(22 78 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #164e63 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-cyan-950:hover {
  --tw-gradient-to: rgb(8 51 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #083344 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-emerald-100:hover {
  --tw-gradient-to: rgb(209 250 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-emerald-200:hover {
  --tw-gradient-to: rgb(167 243 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-emerald-300:hover {
  --tw-gradient-to: rgb(110 231 183 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-emerald-400:hover {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-emerald-50:hover {
  --tw-gradient-to: rgb(236 253 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.hover\:via-emerald-600:hover {
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-emerald-700:hover {
  --tw-gradient-to: rgb(4 120 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #047857 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-emerald-800:hover {
  --tw-gradient-to: rgb(6 95 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #065f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-emerald-900:hover {
  --tw-gradient-to: rgb(6 78 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-emerald-950:hover {
  --tw-gradient-to: rgb(2 44 34 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #022c22 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-100:hover {
  --tw-gradient-to: rgb(250 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-200:hover {
  --tw-gradient-to: rgb(245 208 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-300:hover {
  --tw-gradient-to: rgb(240 171 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-400:hover {
  --tw-gradient-to: rgb(232 121 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-50:hover {
  --tw-gradient-to: rgb(253 244 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-500:hover {
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-600:hover {
  --tw-gradient-to: rgb(192 38 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-700:hover {
  --tw-gradient-to: rgb(162 28 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-800:hover {
  --tw-gradient-to: rgb(134 25 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86198f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-900:hover {
  --tw-gradient-to: rgb(112 26 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #701a75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-fuchsia-950:hover {
  --tw-gradient-to: rgb(74 4 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a044e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-100:hover {
  --tw-gradient-to: rgb(243 244 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-200:hover {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-300:hover {
  --tw-gradient-to: rgb(209 213 219 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-400:hover {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-50:hover {
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-500:hover {
  --tw-gradient-to: rgb(107 114 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-600:hover {
  --tw-gradient-to: rgb(75 85 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-700:hover {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-800:hover {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-900:hover {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-gray-950:hover {
  --tw-gradient-to: rgb(3 7 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #030712 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-100:hover {
  --tw-gradient-to: rgb(220 252 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-200:hover {
  --tw-gradient-to: rgb(187 247 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-300:hover {
  --tw-gradient-to: rgb(134 239 172 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86efac var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-400:hover {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-50:hover {
  --tw-gradient-to: rgb(240 253 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-500:hover {
  --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-600:hover {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-700:hover {
  --tw-gradient-to: rgb(21 128 61 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #15803d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-800:hover {
  --tw-gradient-to: rgb(22 101 52 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-900:hover {
  --tw-gradient-to: rgb(20 83 45 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14532d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-green-950:hover {
  --tw-gradient-to: rgb(5 46 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #052e16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-100:hover {
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-200:hover {
  --tw-gradient-to: rgb(199 210 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-300:hover {
  --tw-gradient-to: rgb(165 180 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-400:hover {
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-50:hover {
  --tw-gradient-to: rgb(238 242 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-500:hover {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-600:hover {
  --tw-gradient-to: rgb(79 70 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-700:hover {
  --tw-gradient-to: rgb(67 56 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-800:hover {
  --tw-gradient-to: rgb(55 48 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-900:hover {
  --tw-gradient-to: rgb(49 46 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #312e81 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-indigo-950:hover {
  --tw-gradient-to: rgb(30 27 75 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e1b4b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-inherit:hover {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), inherit var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-100:hover {
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-200:hover {
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-300:hover {
  --tw-gradient-to: rgb(190 242 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bef264 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-400:hover {
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-50:hover {
  --tw-gradient-to: rgb(247 254 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-500:hover {
  --tw-gradient-to: rgb(132 204 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-600:hover {
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-700:hover {
  --tw-gradient-to: rgb(77 124 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-800:hover {
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-900:hover {
  --tw-gradient-to: rgb(54 83 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #365314 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-lime-950:hover {
  --tw-gradient-to: rgb(26 46 5 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a2e05 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100:hover {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200:hover {
  --tw-gradient-to: rgb(229 229 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300:hover {
  --tw-gradient-to: rgb(212 212 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400:hover {
  --tw-gradient-to: rgb(163 163 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50:hover {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500:hover {
  --tw-gradient-to: rgb(115 115 115 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #737373 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600:hover {
  --tw-gradient-to: rgb(82 82 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #525252 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700:hover {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #404040 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800:hover {
  --tw-gradient-to: rgb(38 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #262626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900:hover {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #171717 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950:hover {
  --tw-gradient-to: rgb(10 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-100:hover {
  --tw-gradient-to: rgb(255 237 213 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-200:hover {
  --tw-gradient-to: rgb(254 215 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-300:hover {
  --tw-gradient-to: rgb(253 186 116 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-400:hover {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-50:hover {
  --tw-gradient-to: rgb(255 247 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-500:hover {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-600:hover {
  --tw-gradient-to: rgb(234 88 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-700:hover {
  --tw-gradient-to: rgb(194 65 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-800:hover {
  --tw-gradient-to: rgb(154 52 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-900:hover {
  --tw-gradient-to: rgb(124 45 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-orange-950:hover {
  --tw-gradient-to: rgb(67 20 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #431407 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-100:hover {
  --tw-gradient-to: rgb(252 231 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-200:hover {
  --tw-gradient-to: rgb(251 207 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-300:hover {
  --tw-gradient-to: rgb(249 168 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-400:hover {
  --tw-gradient-to: rgb(244 114 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-50:hover {
  --tw-gradient-to: rgb(253 242 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-500:hover {
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-600:hover {
  --tw-gradient-to: rgb(219 39 119 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-700:hover {
  --tw-gradient-to: rgb(190 24 93 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be185d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-800:hover {
  --tw-gradient-to: rgb(157 23 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-900:hover {
  --tw-gradient-to: rgb(131 24 67 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #831843 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-pink-950:hover {
  --tw-gradient-to: rgb(80 7 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #500724 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-100:hover {
  --tw-gradient-to: rgb(243 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-200:hover {
  --tw-gradient-to: rgb(233 213 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-300:hover {
  --tw-gradient-to: rgb(216 180 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-400:hover {
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-50:hover {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-500:hover {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-600:hover {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-700:hover {
  --tw-gradient-to: rgb(126 34 206 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-800:hover {
  --tw-gradient-to: rgb(107 33 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-900:hover {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-purple-950:hover {
  --tw-gradient-to: rgb(59 7 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b0764 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-100:hover {
  --tw-gradient-to: rgb(254 226 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-200:hover {
  --tw-gradient-to: rgb(254 202 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-300:hover {
  --tw-gradient-to: rgb(252 165 165 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-400:hover {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f87171 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-50:hover {
  --tw-gradient-to: rgb(254 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-500:hover {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-600:hover {
  --tw-gradient-to: rgb(220 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-700:hover {
  --tw-gradient-to: rgb(185 28 28 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-800:hover {
  --tw-gradient-to: rgb(153 27 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-900:hover {
  --tw-gradient-to: rgb(127 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-red-950:hover {
  --tw-gradient-to: rgb(69 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-100:hover {
  --tw-gradient-to: rgb(255 228 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-200:hover {
  --tw-gradient-to: rgb(254 205 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-300:hover {
  --tw-gradient-to: rgb(253 164 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-400:hover {
  --tw-gradient-to: rgb(251 113 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-50:hover {
  --tw-gradient-to: rgb(255 241 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-500:hover {
  --tw-gradient-to: rgb(244 63 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-600:hover {
  --tw-gradient-to: rgb(225 29 72 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-700:hover {
  --tw-gradient-to: rgb(190 18 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be123c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-800:hover {
  --tw-gradient-to: rgb(159 18 57 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-900:hover {
  --tw-gradient-to: rgb(136 19 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #881337 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-rose-950:hover {
  --tw-gradient-to: rgb(76 5 25 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c0519 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-100:hover {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-200:hover {
  --tw-gradient-to: rgb(186 230 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-300:hover {
  --tw-gradient-to: rgb(125 211 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-400:hover {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-50:hover {
  --tw-gradient-to: rgb(240 249 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-500:hover {
  --tw-gradient-to: rgb(14 165 233 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-600:hover {
  --tw-gradient-to: rgb(2 132 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-700:hover {
  --tw-gradient-to: rgb(3 105 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-800:hover {
  --tw-gradient-to: rgb(7 89 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #075985 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-900:hover {
  --tw-gradient-to: rgb(12 74 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-sky-950:hover {
  --tw-gradient-to: rgb(8 47 73 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #082f49 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-slate-100:hover {
  --tw-gradient-to: rgb(241 245 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-slate-200:hover {
  --tw-gradient-to: rgb(226 232 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-slate-300:hover {
  --tw-gradient-to: rgb(203 213 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-slate-400:hover {
  --tw-gradient-to: rgb(148 163 184 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-slate-50:hover {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-slate-500:hover {
  --tw-gradient-to: rgb(100 116 139 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #64748b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.hover\:via-slate-700:hover {
  --tw-gradient-to: rgb(51 65 85 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-slate-800:hover {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-slate-900:hover {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-slate-950:hover {
  --tw-gradient-to: rgb(2 6 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-100:hover {
  --tw-gradient-to: rgb(245 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-200:hover {
  --tw-gradient-to: rgb(231 229 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-300:hover {
  --tw-gradient-to: rgb(214 211 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-400:hover {
  --tw-gradient-to: rgb(168 162 158 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-50:hover {
  --tw-gradient-to: rgb(250 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-500:hover {
  --tw-gradient-to: rgb(120 113 108 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78716c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-600:hover {
  --tw-gradient-to: rgb(87 83 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #57534e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-700:hover {
  --tw-gradient-to: rgb(68 64 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #44403c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-800:hover {
  --tw-gradient-to: rgb(41 37 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #292524 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-900:hover {
  --tw-gradient-to: rgb(28 25 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-stone-950:hover {
  --tw-gradient-to: rgb(12 10 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c0a09 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-100:hover {
  --tw-gradient-to: rgb(204 251 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-200:hover {
  --tw-gradient-to: rgb(153 246 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-300:hover {
  --tw-gradient-to: rgb(94 234 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-400:hover {
  --tw-gradient-to: rgb(45 212 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-50:hover {
  --tw-gradient-to: rgb(240 253 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-500:hover {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-600:hover {
  --tw-gradient-to: rgb(13 148 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-700:hover {
  --tw-gradient-to: rgb(15 118 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-800:hover {
  --tw-gradient-to: rgb(17 94 89 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #115e59 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-900:hover {
  --tw-gradient-to: rgb(19 78 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-teal-950:hover {
  --tw-gradient-to: rgb(4 47 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #042f2e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-transparent:hover {
  --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);
}

.hover\:via-violet-100:hover {
  --tw-gradient-to: rgb(237 233 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-200:hover {
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-300:hover {
  --tw-gradient-to: rgb(196 181 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-400:hover {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-50:hover {
  --tw-gradient-to: rgb(245 243 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-500:hover {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-600:hover {
  --tw-gradient-to: rgb(124 58 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-700:hover {
  --tw-gradient-to: rgb(109 40 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-800:hover {
  --tw-gradient-to: rgb(91 33 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-900:hover {
  --tw-gradient-to: rgb(76 29 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-violet-950:hover {
  --tw-gradient-to: rgb(46 16 101 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1065 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-white:hover {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-100:hover {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-200:hover {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-300:hover {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-400:hover {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-50:hover {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-500:hover {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-600:hover {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-700:hover {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-800:hover {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-900:hover {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-yellow-950:hover {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-100:hover {
  --tw-gradient-to: rgb(244 244 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-200:hover {
  --tw-gradient-to: rgb(228 228 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-300:hover {
  --tw-gradient-to: rgb(212 212 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-400:hover {
  --tw-gradient-to: rgb(161 161 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-50:hover {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-500:hover {
  --tw-gradient-to: rgb(113 113 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #71717a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-600:hover {
  --tw-gradient-to: rgb(82 82 91 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #52525b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-700:hover {
  --tw-gradient-to: rgb(63 63 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-800:hover {
  --tw-gradient-to: rgb(39 39 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-900:hover {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-zinc-950:hover {
  --tw-gradient-to: rgb(9 9 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #09090b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:to-amber-100:hover {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.hover\:to-amber-200:hover {
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}

.hover\:to-amber-300:hover {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}

.hover\:to-amber-400:hover {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}

.hover\:to-amber-50:hover {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.hover\:to-amber-500:hover {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.hover\:to-amber-600:hover {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

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

.hover\:to-amber-800:hover {
  --tw-gradient-to: #92400e var(--tw-gradient-to-position);
}

.hover\:to-amber-900:hover {
  --tw-gradient-to: #78350f var(--tw-gradient-to-position);
}

.hover\:to-amber-950:hover {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
}

.hover\:to-black:hover {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.hover\:to-blue-100:hover {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.hover\:to-blue-200:hover {
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.hover\:to-blue-300:hover {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.hover\:to-blue-400:hover {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.hover\:to-blue-50:hover {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.hover\:to-blue-500:hover {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.hover\:to-blue-600:hover {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.hover\:to-blue-700:hover {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.hover\:to-blue-800:hover {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.hover\:to-blue-900:hover {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.hover\:to-blue-950:hover {
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
}

.hover\:to-current:hover {
  --tw-gradient-to: currentColor var(--tw-gradient-to-position);
}

.hover\:to-cyan-100:hover {
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
}

.hover\:to-cyan-200:hover {
  --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position);
}

.hover\:to-cyan-300:hover {
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}

.hover\:to-cyan-400:hover {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.hover\:to-cyan-50:hover {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}

.hover\:to-cyan-500:hover {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}

.hover\:to-cyan-600:hover {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.hover\:to-cyan-700:hover {
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.hover\:to-cyan-800:hover {
  --tw-gradient-to: #155e75 var(--tw-gradient-to-position);
}

.hover\:to-cyan-900:hover {
  --tw-gradient-to: #164e63 var(--tw-gradient-to-position);
}

.hover\:to-cyan-950:hover {
  --tw-gradient-to: #083344 var(--tw-gradient-to-position);
}

.hover\:to-emerald-100:hover {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.hover\:to-emerald-200:hover {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}

.hover\:to-emerald-300:hover {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}

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

.hover\:to-emerald-50:hover {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.hover\:to-emerald-500:hover {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.hover\:to-emerald-600:hover {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

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

.hover\:to-emerald-800:hover {
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}

.hover\:to-emerald-900:hover {
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}

.hover\:to-emerald-950:hover {
  --tw-gradient-to: #022c22 var(--tw-gradient-to-position);
}

.hover\:to-fuchsia-100:hover {
  --tw-gradient-to: #fae8ff var(--tw-gradient-to-position);
}

.hover\:to-fuchsia-200:hover {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}

.hover\:to-fuchsia-300:hover {
  --tw-gradient-to: #f0abfc var(--tw-gradient-to-position);
}

.hover\:to-fuchsia-400:hover {
  --tw-gradient-to: #e879f9 var(--tw-gradient-to-position);
}

.hover\:to-fuchsia-50:hover {
  --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position);
}

.hover\:to-fuchsia-500:hover {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}

.hover\:to-fuchsia-600:hover {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}

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

.hover\:to-fuchsia-800:hover {
  --tw-gradient-to: #86198f var(--tw-gradient-to-position);
}

.hover\:to-fuchsia-900:hover {
  --tw-gradient-to: #701a75 var(--tw-gradient-to-position);
}

.hover\:to-fuchsia-950:hover {
  --tw-gradient-to: #4a044e var(--tw-gradient-to-position);
}

.hover\:to-gray-100:hover {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.hover\:to-gray-200:hover {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.hover\:to-gray-300:hover {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.hover\:to-gray-400:hover {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}

.hover\:to-gray-50:hover {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.hover\:to-gray-500:hover {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.hover\:to-gray-600:hover {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

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

.hover\:to-gray-800:hover {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.hover\:to-gray-900:hover {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.hover\:to-gray-950:hover {
  --tw-gradient-to: #030712 var(--tw-gradient-to-position);
}

.hover\:to-green-100:hover {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.hover\:to-green-200:hover {
  --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position);
}

.hover\:to-green-300:hover {
  --tw-gradient-to: #86efac var(--tw-gradient-to-position);
}

.hover\:to-green-400:hover {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}

.hover\:to-green-50:hover {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}

.hover\:to-green-500:hover {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.hover\:to-green-600:hover {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.hover\:to-green-700:hover {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.hover\:to-green-800:hover {
  --tw-gradient-to: #166534 var(--tw-gradient-to-position);
}

.hover\:to-green-900:hover {
  --tw-gradient-to: #14532d var(--tw-gradient-to-position);
}

.hover\:to-green-950:hover {
  --tw-gradient-to: #052e16 var(--tw-gradient-to-position);
}

.hover\:to-indigo-100:hover {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.hover\:to-indigo-200:hover {
  --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position);
}

.hover\:to-indigo-300:hover {
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}

.hover\:to-indigo-400:hover {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.hover\:to-indigo-50:hover {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.hover\:to-indigo-500:hover {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.hover\:to-indigo-600:hover {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.hover\:to-indigo-700:hover {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.hover\:to-indigo-800:hover {
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
}

.hover\:to-indigo-900:hover {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}

.hover\:to-indigo-950:hover {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}

.hover\:to-inherit:hover {
  --tw-gradient-to: inherit var(--tw-gradient-to-position);
}

.hover\:to-lime-100:hover {
  --tw-gradient-to: #ecfccb var(--tw-gradient-to-position);
}

.hover\:to-lime-200:hover {
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position);
}

.hover\:to-lime-300:hover {
  --tw-gradient-to: #bef264 var(--tw-gradient-to-position);
}

.hover\:to-lime-400:hover {
  --tw-gradient-to: #a3e635 var(--tw-gradient-to-position);
}

.hover\:to-lime-50:hover {
  --tw-gradient-to: #f7fee7 var(--tw-gradient-to-position);
}

.hover\:to-lime-500:hover {
  --tw-gradient-to: #84cc16 var(--tw-gradient-to-position);
}

.hover\:to-lime-600:hover {
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position);
}

.hover\:to-lime-700:hover {
  --tw-gradient-to: #4d7c0f var(--tw-gradient-to-position);
}

.hover\:to-lime-800:hover {
  --tw-gradient-to: #3f6212 var(--tw-gradient-to-position);
}

.hover\:to-lime-900:hover {
  --tw-gradient-to: #365314 var(--tw-gradient-to-position);
}

.hover\:to-lime-950:hover {
  --tw-gradient-to: #1a2e05 var(--tw-gradient-to-position);
}

.hover\:to-neutral-100:hover {
  --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position);
}

.hover\:to-neutral-200:hover {
  --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position);
}

.hover\:to-neutral-300:hover {
  --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position);
}

.hover\:to-neutral-400:hover {
  --tw-gradient-to: #a3a3a3 var(--tw-gradient-to-position);
}

.hover\:to-neutral-50:hover {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.hover\:to-neutral-500:hover {
  --tw-gradient-to: #737373 var(--tw-gradient-to-position);
}

.hover\:to-neutral-600:hover {
  --tw-gradient-to: #525252 var(--tw-gradient-to-position);
}

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

.hover\:to-neutral-800:hover {
  --tw-gradient-to: #262626 var(--tw-gradient-to-position);
}

.hover\:to-neutral-900:hover {
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
}

.hover\:to-neutral-950:hover {
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}

.hover\:to-orange-100:hover {
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}

.hover\:to-orange-200:hover {
  --tw-gradient-to: #fed7aa var(--tw-gradient-to-position);
}

.hover\:to-orange-300:hover {
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
}

.hover\:to-orange-400:hover {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.hover\:to-orange-50:hover {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}

.hover\:to-orange-500:hover {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.hover\:to-orange-600:hover {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

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

.hover\:to-orange-800:hover {
  --tw-gradient-to: #9a3412 var(--tw-gradient-to-position);
}

.hover\:to-orange-900:hover {
  --tw-gradient-to: #7c2d12 var(--tw-gradient-to-position);
}

.hover\:to-orange-950:hover {
  --tw-gradient-to: #431407 var(--tw-gradient-to-position);
}

.hover\:to-pink-100:hover {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}

.hover\:to-pink-200:hover {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}

.hover\:to-pink-300:hover {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}

.hover\:to-pink-400:hover {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}

.hover\:to-pink-50:hover {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}

.hover\:to-pink-500:hover {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.hover\:to-pink-600:hover {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

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

.hover\:to-pink-800:hover {
  --tw-gradient-to: #9d174d var(--tw-gradient-to-position);
}

.hover\:to-pink-900:hover {
  --tw-gradient-to: #831843 var(--tw-gradient-to-position);
}

.hover\:to-pink-950:hover {
  --tw-gradient-to: #500724 var(--tw-gradient-to-position);
}

.hover\:to-purple-100:hover {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.hover\:to-purple-200:hover {
  --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}

.hover\:to-purple-300:hover {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}

.hover\:to-purple-400:hover {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}

.hover\:to-purple-50:hover {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.hover\:to-purple-500:hover {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.hover\:to-purple-600:hover {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.hover\:to-purple-700:hover {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.hover\:to-purple-800:hover {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.hover\:to-purple-900:hover {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}

.hover\:to-purple-950:hover {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}

.hover\:to-red-100:hover {
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.hover\:to-red-200:hover {
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}

.hover\:to-red-300:hover {
  --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position);
}

.hover\:to-red-400:hover {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}

.hover\:to-red-50:hover {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.hover\:to-red-500:hover {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.hover\:to-red-600:hover {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

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

.hover\:to-red-800:hover {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}

.hover\:to-red-900:hover {
  --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

.hover\:to-red-950:hover {
  --tw-gradient-to: #450a0a var(--tw-gradient-to-position);
}

.hover\:to-rose-100:hover {
  --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position);
}

.hover\:to-rose-200:hover {
  --tw-gradient-to: #fecdd3 var(--tw-gradient-to-position);
}

.hover\:to-rose-300:hover {
  --tw-gradient-to: #fda4af var(--tw-gradient-to-position);
}

.hover\:to-rose-400:hover {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}

.hover\:to-rose-50:hover {
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}

.hover\:to-rose-500:hover {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.hover\:to-rose-600:hover {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

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

.hover\:to-rose-800:hover {
  --tw-gradient-to: #9f1239 var(--tw-gradient-to-position);
}

.hover\:to-rose-900:hover {
  --tw-gradient-to: #881337 var(--tw-gradient-to-position);
}

.hover\:to-rose-950:hover {
  --tw-gradient-to: #4c0519 var(--tw-gradient-to-position);
}

.hover\:to-sky-100:hover {
  --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position);
}

.hover\:to-sky-200:hover {
  --tw-gradient-to: #bae6fd var(--tw-gradient-to-position);
}

.hover\:to-sky-300:hover {
  --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position);
}

.hover\:to-sky-400:hover {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}

.hover\:to-sky-50:hover {
  --tw-gradient-to: #f0f9ff var(--tw-gradient-to-position);
}

.hover\:to-sky-500:hover {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}

.hover\:to-sky-600:hover {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}

.hover\:to-sky-700:hover {
  --tw-gradient-to: #0369a1 var(--tw-gradient-to-position);
}

.hover\:to-sky-800:hover {
  --tw-gradient-to: #075985 var(--tw-gradient-to-position);
}

.hover\:to-sky-900:hover {
  --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position);
}

.hover\:to-sky-950:hover {
  --tw-gradient-to: #082f49 var(--tw-gradient-to-position);
}

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

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

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

.hover\:to-slate-400:hover {
  --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position);
}

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

.hover\:to-slate-500:hover {
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}

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

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

.hover\:to-slate-800:hover {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.hover\:to-slate-900:hover {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

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

.hover\:to-stone-100:hover {
  --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position);
}

.hover\:to-stone-200:hover {
  --tw-gradient-to: #e7e5e4 var(--tw-gradient-to-position);
}

.hover\:to-stone-300:hover {
  --tw-gradient-to: #d6d3d1 var(--tw-gradient-to-position);
}

.hover\:to-stone-400:hover {
  --tw-gradient-to: #a8a29e var(--tw-gradient-to-position);
}

.hover\:to-stone-50:hover {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.hover\:to-stone-500:hover {
  --tw-gradient-to: #78716c var(--tw-gradient-to-position);
}

.hover\:to-stone-600:hover {
  --tw-gradient-to: #57534e var(--tw-gradient-to-position);
}

.hover\:to-stone-700:hover {
  --tw-gradient-to: #44403c var(--tw-gradient-to-position);
}

.hover\:to-stone-800:hover {
  --tw-gradient-to: #292524 var(--tw-gradient-to-position);
}

.hover\:to-stone-900:hover {
  --tw-gradient-to: #1c1917 var(--tw-gradient-to-position);
}

.hover\:to-stone-950:hover {
  --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position);
}

.hover\:to-teal-100:hover {
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}

.hover\:to-teal-200:hover {
  --tw-gradient-to: #99f6e4 var(--tw-gradient-to-position);
}

.hover\:to-teal-300:hover {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}

.hover\:to-teal-400:hover {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}

.hover\:to-teal-50:hover {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}

.hover\:to-teal-500:hover {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.hover\:to-teal-600:hover {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.hover\:to-teal-700:hover {
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}

.hover\:to-teal-800:hover {
  --tw-gradient-to: #115e59 var(--tw-gradient-to-position);
}

.hover\:to-teal-900:hover {
  --tw-gradient-to: #134e4a var(--tw-gradient-to-position);
}

.hover\:to-teal-950:hover {
  --tw-gradient-to: #042f2e var(--tw-gradient-to-position);
}

.hover\:to-transparent:hover {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.hover\:to-violet-100:hover {
  --tw-gradient-to: #ede9fe var(--tw-gradient-to-position);
}

.hover\:to-violet-200:hover {
  --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position);
}

.hover\:to-violet-300:hover {
  --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position);
}

.hover\:to-violet-400:hover {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

.hover\:to-violet-50:hover {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}

.hover\:to-violet-500:hover {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

.hover\:to-violet-600:hover {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}

.hover\:to-violet-700:hover {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}

.hover\:to-violet-800:hover {
  --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
}

.hover\:to-violet-900:hover {
  --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position);
}

.hover\:to-violet-950:hover {
  --tw-gradient-to: #2e1065 var(--tw-gradient-to-position);
}

.hover\:to-white:hover {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.hover\:to-yellow-100:hover {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.hover\:to-yellow-200:hover {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.hover\:to-yellow-300:hover {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.hover\:to-yellow-400:hover {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.hover\:to-yellow-50:hover {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.hover\:to-yellow-500:hover {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.hover\:to-yellow-600:hover {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

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

.hover\:to-yellow-800:hover {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.hover\:to-yellow-900:hover {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.hover\:to-yellow-950:hover {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.hover\:to-zinc-100:hover {
  --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position);
}

.hover\:to-zinc-200:hover {
  --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position);
}

.hover\:to-zinc-300:hover {
  --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position);
}

.hover\:to-zinc-400:hover {
  --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position);
}

.hover\:to-zinc-50:hover {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.hover\:to-zinc-500:hover {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}

.hover\:to-zinc-600:hover {
  --tw-gradient-to: #52525b var(--tw-gradient-to-position);
}

.hover\:to-zinc-700:hover {
  --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position);
}

.hover\:to-zinc-800:hover {
  --tw-gradient-to: #27272a var(--tw-gradient-to-position);
}

.hover\:to-zinc-900:hover {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.hover\:to-zinc-950:hover {
  --tw-gradient-to: #09090b var(--tw-gradient-to-position);
}

.hover\:fill-amber-100:hover {
  fill: #fef3c7;
}

.hover\:fill-amber-200:hover {
  fill: #fde68a;
}

.hover\:fill-amber-300:hover {
  fill: #fcd34d;
}

.hover\:fill-amber-400:hover {
  fill: #fbbf24;
}

.hover\:fill-amber-50:hover {
  fill: #fffbeb;
}

.hover\:fill-amber-500:hover {
  fill: #f59e0b;
}

.hover\:fill-amber-600:hover {
  fill: #d97706;
}

.hover\:fill-amber-700:hover {
  fill: #b45309;
}

.hover\:fill-amber-800:hover {
  fill: #92400e;
}

.hover\:fill-amber-900:hover {
  fill: #78350f;
}

.hover\:fill-amber-950:hover {
  fill: #451a03;
}

.hover\:fill-black:hover {
  fill: #000;
}

.hover\:fill-blue-100:hover {
  fill: #dbeafe;
}

.hover\:fill-blue-200:hover {
  fill: #bfdbfe;
}

.hover\:fill-blue-300:hover {
  fill: #93c5fd;
}

.hover\:fill-blue-400:hover {
  fill: #60a5fa;
}

.hover\:fill-blue-50:hover {
  fill: #eff6ff;
}

.hover\:fill-blue-500:hover {
  fill: #3b82f6;
}

.hover\:fill-blue-600:hover {
  fill: #2563eb;
}

.hover\:fill-blue-700:hover {
  fill: #1d4ed8;
}

.hover\:fill-blue-800:hover {
  fill: #1e40af;
}

.hover\:fill-blue-900:hover {
  fill: #1e3a8a;
}

.hover\:fill-blue-950:hover {
  fill: #172554;
}

.hover\:fill-current:hover {
  fill: currentColor;
}

.hover\:fill-cyan-100:hover {
  fill: #cffafe;
}

.hover\:fill-cyan-200:hover {
  fill: #a5f3fc;
}

.hover\:fill-cyan-300:hover {
  fill: #67e8f9;
}

.hover\:fill-cyan-400:hover {
  fill: #22d3ee;
}

.hover\:fill-cyan-50:hover {
  fill: #ecfeff;
}

.hover\:fill-cyan-500:hover {
  fill: #06b6d4;
}

.hover\:fill-cyan-600:hover {
  fill: #0891b2;
}

.hover\:fill-cyan-700:hover {
  fill: #0e7490;
}

.hover\:fill-cyan-800:hover {
  fill: #155e75;
}

.hover\:fill-cyan-900:hover {
  fill: #164e63;
}

.hover\:fill-cyan-950:hover {
  fill: #083344;
}

.hover\:fill-emerald-100:hover {
  fill: #d1fae5;
}

.hover\:fill-emerald-200:hover {
  fill: #a7f3d0;
}

.hover\:fill-emerald-300:hover {
  fill: #6ee7b7;
}

.hover\:fill-emerald-400:hover {
  fill: #34d399;
}

.hover\:fill-emerald-50:hover {
  fill: #ecfdf5;
}

.hover\:fill-emerald-500:hover {
  fill: #10b981;
}

.hover\:fill-emerald-600:hover {
  fill: #059669;
}

.hover\:fill-emerald-700:hover {
  fill: #047857;
}

.hover\:fill-emerald-800:hover {
  fill: #065f46;
}

.hover\:fill-emerald-900:hover {
  fill: #064e3b;
}

.hover\:fill-emerald-950:hover {
  fill: #022c22;
}

.hover\:fill-fuchsia-100:hover {
  fill: #fae8ff;
}

.hover\:fill-fuchsia-200:hover {
  fill: #f5d0fe;
}

.hover\:fill-fuchsia-300:hover {
  fill: #f0abfc;
}

.hover\:fill-fuchsia-400:hover {
  fill: #e879f9;
}

.hover\:fill-fuchsia-50:hover {
  fill: #fdf4ff;
}

.hover\:fill-fuchsia-500:hover {
  fill: #d946ef;
}

.hover\:fill-fuchsia-600:hover {
  fill: #c026d3;
}

.hover\:fill-fuchsia-700:hover {
  fill: #a21caf;
}

.hover\:fill-fuchsia-800:hover {
  fill: #86198f;
}

.hover\:fill-fuchsia-900:hover {
  fill: #701a75;
}

.hover\:fill-fuchsia-950:hover {
  fill: #4a044e;
}

.hover\:fill-gray-100:hover {
  fill: #f3f4f6;
}

.hover\:fill-gray-200:hover {
  fill: #e5e7eb;
}

.hover\:fill-gray-300:hover {
  fill: #d1d5db;
}

.hover\:fill-gray-400:hover {
  fill: #9ca3af;
}

.hover\:fill-gray-50:hover {
  fill: #f9fafb;
}

.hover\:fill-gray-500:hover {
  fill: #6b7280;
}

.hover\:fill-gray-600:hover {
  fill: #4b5563;
}

.hover\:fill-gray-700:hover {
  fill: #374151;
}

.hover\:fill-gray-800:hover {
  fill: #1f2937;
}

.hover\:fill-gray-900:hover {
  fill: #111827;
}

.hover\:fill-gray-950:hover {
  fill: #030712;
}

.hover\:fill-green-100:hover {
  fill: #dcfce7;
}

.hover\:fill-green-200:hover {
  fill: #bbf7d0;
}

.hover\:fill-green-300:hover {
  fill: #86efac;
}

.hover\:fill-green-400:hover {
  fill: #4ade80;
}

.hover\:fill-green-50:hover {
  fill: #f0fdf4;
}

.hover\:fill-green-500:hover {
  fill: #22c55e;
}

.hover\:fill-green-600:hover {
  fill: #16a34a;
}

.hover\:fill-green-700:hover {
  fill: #15803d;
}

.hover\:fill-green-800:hover {
  fill: #166534;
}

.hover\:fill-green-900:hover {
  fill: #14532d;
}

.hover\:fill-green-950:hover {
  fill: #052e16;
}

.hover\:fill-indigo-100:hover {
  fill: #e0e7ff;
}

.hover\:fill-indigo-200:hover {
  fill: #c7d2fe;
}

.hover\:fill-indigo-300:hover {
  fill: #a5b4fc;
}

.hover\:fill-indigo-400:hover {
  fill: #818cf8;
}

.hover\:fill-indigo-50:hover {
  fill: #eef2ff;
}

.hover\:fill-indigo-500:hover {
  fill: #6366f1;
}

.hover\:fill-indigo-600:hover {
  fill: #4f46e5;
}

.hover\:fill-indigo-700:hover {
  fill: #4338ca;
}

.hover\:fill-indigo-800:hover {
  fill: #3730a3;
}

.hover\:fill-indigo-900:hover {
  fill: #312e81;
}

.hover\:fill-indigo-950:hover {
  fill: #1e1b4b;
}

.hover\:fill-inherit:hover {
  fill: inherit;
}

.hover\:fill-lime-100:hover {
  fill: #ecfccb;
}

.hover\:fill-lime-200:hover {
  fill: #d9f99d;
}

.hover\:fill-lime-300:hover {
  fill: #bef264;
}

.hover\:fill-lime-400:hover {
  fill: #a3e635;
}

.hover\:fill-lime-50:hover {
  fill: #f7fee7;
}

.hover\:fill-lime-500:hover {
  fill: #84cc16;
}

.hover\:fill-lime-600:hover {
  fill: #65a30d;
}

.hover\:fill-lime-700:hover {
  fill: #4d7c0f;
}

.hover\:fill-lime-800:hover {
  fill: #3f6212;
}

.hover\:fill-lime-900:hover {
  fill: #365314;
}

.hover\:fill-lime-950:hover {
  fill: #1a2e05;
}

.hover\:fill-neutral-100:hover {
  fill: #f5f5f5;
}

.hover\:fill-neutral-200:hover {
  fill: #e5e5e5;
}

.hover\:fill-neutral-300:hover {
  fill: #d4d4d4;
}

.hover\:fill-neutral-400:hover {
  fill: #a3a3a3;
}

.hover\:fill-neutral-50:hover {
  fill: #fafafa;
}

.hover\:fill-neutral-500:hover {
  fill: #737373;
}

.hover\:fill-neutral-600:hover {
  fill: #525252;
}

.hover\:fill-neutral-700:hover {
  fill: #404040;
}

.hover\:fill-neutral-800:hover {
  fill: #262626;
}

.hover\:fill-neutral-900:hover {
  fill: #171717;
}

.hover\:fill-neutral-950:hover {
  fill: #0a0a0a;
}

.hover\:fill-orange-100:hover {
  fill: #ffedd5;
}

.hover\:fill-orange-200:hover {
  fill: #fed7aa;
}

.hover\:fill-orange-300:hover {
  fill: #fdba74;
}

.hover\:fill-orange-400:hover {
  fill: #fb923c;
}

.hover\:fill-orange-50:hover {
  fill: #fff7ed;
}

.hover\:fill-orange-500:hover {
  fill: #f97316;
}

.hover\:fill-orange-600:hover {
  fill: #ea580c;
}

.hover\:fill-orange-700:hover {
  fill: #c2410c;
}

.hover\:fill-orange-800:hover {
  fill: #9a3412;
}

.hover\:fill-orange-900:hover {
  fill: #7c2d12;
}

.hover\:fill-orange-950:hover {
  fill: #431407;
}

.hover\:fill-pink-100:hover {
  fill: #fce7f3;
}

.hover\:fill-pink-200:hover {
  fill: #fbcfe8;
}

.hover\:fill-pink-300:hover {
  fill: #f9a8d4;
}

.hover\:fill-pink-400:hover {
  fill: #f472b6;
}

.hover\:fill-pink-50:hover {
  fill: #fdf2f8;
}

.hover\:fill-pink-500:hover {
  fill: #ec4899;
}

.hover\:fill-pink-600:hover {
  fill: #db2777;
}

.hover\:fill-pink-700:hover {
  fill: #be185d;
}

.hover\:fill-pink-800:hover {
  fill: #9d174d;
}

.hover\:fill-pink-900:hover {
  fill: #831843;
}

.hover\:fill-pink-950:hover {
  fill: #500724;
}

.hover\:fill-purple-100:hover {
  fill: #f3e8ff;
}

.hover\:fill-purple-200:hover {
  fill: #e9d5ff;
}

.hover\:fill-purple-300:hover {
  fill: #d8b4fe;
}

.hover\:fill-purple-400:hover {
  fill: #c084fc;
}

.hover\:fill-purple-50:hover {
  fill: #faf5ff;
}

.hover\:fill-purple-500:hover {
  fill: #a855f7;
}

.hover\:fill-purple-600:hover {
  fill: #9333ea;
}

.hover\:fill-purple-700:hover {
  fill: #7e22ce;
}

.hover\:fill-purple-800:hover {
  fill: #6b21a8;
}

.hover\:fill-purple-900:hover {
  fill: #581c87;
}

.hover\:fill-purple-950:hover {
  fill: #3b0764;
}

.hover\:fill-red-100:hover {
  fill: #fee2e2;
}

.hover\:fill-red-200:hover {
  fill: #fecaca;
}

.hover\:fill-red-300:hover {
  fill: #fca5a5;
}

.hover\:fill-red-400:hover {
  fill: #f87171;
}

.hover\:fill-red-50:hover {
  fill: #fef2f2;
}

.hover\:fill-red-500:hover {
  fill: #ef4444;
}

.hover\:fill-red-600:hover {
  fill: #dc2626;
}

.hover\:fill-red-700:hover {
  fill: #b91c1c;
}

.hover\:fill-red-800:hover {
  fill: #991b1b;
}

.hover\:fill-red-900:hover {
  fill: #7f1d1d;
}

.hover\:fill-red-950:hover {
  fill: #450a0a;
}

.hover\:fill-rose-100:hover {
  fill: #ffe4e6;
}

.hover\:fill-rose-200:hover {
  fill: #fecdd3;
}

.hover\:fill-rose-300:hover {
  fill: #fda4af;
}

.hover\:fill-rose-400:hover {
  fill: #fb7185;
}

.hover\:fill-rose-50:hover {
  fill: #fff1f2;
}

.hover\:fill-rose-500:hover {
  fill: #f43f5e;
}

.hover\:fill-rose-600:hover {
  fill: #e11d48;
}

.hover\:fill-rose-700:hover {
  fill: #be123c;
}

.hover\:fill-rose-800:hover {
  fill: #9f1239;
}

.hover\:fill-rose-900:hover {
  fill: #881337;
}

.hover\:fill-rose-950:hover {
  fill: #4c0519;
}

.hover\:fill-sky-100:hover {
  fill: #e0f2fe;
}

.hover\:fill-sky-200:hover {
  fill: #bae6fd;
}

.hover\:fill-sky-300:hover {
  fill: #7dd3fc;
}

.hover\:fill-sky-400:hover {
  fill: #38bdf8;
}

.hover\:fill-sky-50:hover {
  fill: #f0f9ff;
}

.hover\:fill-sky-500:hover {
  fill: #0ea5e9;
}

.hover\:fill-sky-600:hover {
  fill: #0284c7;
}

.hover\:fill-sky-700:hover {
  fill: #0369a1;
}

.hover\:fill-sky-800:hover {
  fill: #075985;
}

.hover\:fill-sky-900:hover {
  fill: #0c4a6e;
}

.hover\:fill-sky-950:hover {
  fill: #082f49;
}

.hover\:fill-slate-100:hover {
  fill: #f1f5f9;
}

.hover\:fill-slate-200:hover {
  fill: #e2e8f0;
}

.hover\:fill-slate-300:hover {
  fill: #cbd5e1;
}

.hover\:fill-slate-400:hover {
  fill: #94a3b8;
}

.hover\:fill-slate-50:hover {
  fill: #f8fafc;
}

.hover\:fill-slate-500:hover {
  fill: #64748b;
}

.hover\:fill-slate-600:hover {
  fill: #475569;
}

.hover\:fill-slate-700:hover {
  fill: #334155;
}

.hover\:fill-slate-800:hover {
  fill: #1e293b;
}

.hover\:fill-slate-900:hover {
  fill: #0f172a;
}

.hover\:fill-slate-950:hover {
  fill: #020617;
}

.hover\:fill-stone-100:hover {
  fill: #f5f5f4;
}

.hover\:fill-stone-200:hover {
  fill: #e7e5e4;
}

.hover\:fill-stone-300:hover {
  fill: #d6d3d1;
}

.hover\:fill-stone-400:hover {
  fill: #a8a29e;
}

.hover\:fill-stone-50:hover {
  fill: #fafaf9;
}

.hover\:fill-stone-500:hover {
  fill: #78716c;
}

.hover\:fill-stone-600:hover {
  fill: #57534e;
}

.hover\:fill-stone-700:hover {
  fill: #44403c;
}

.hover\:fill-stone-800:hover {
  fill: #292524;
}

.hover\:fill-stone-900:hover {
  fill: #1c1917;
}

.hover\:fill-stone-950:hover {
  fill: #0c0a09;
}

.hover\:fill-teal-100:hover {
  fill: #ccfbf1;
}

.hover\:fill-teal-200:hover {
  fill: #99f6e4;
}

.hover\:fill-teal-300:hover {
  fill: #5eead4;
}

.hover\:fill-teal-400:hover {
  fill: #2dd4bf;
}

.hover\:fill-teal-50:hover {
  fill: #f0fdfa;
}

.hover\:fill-teal-500:hover {
  fill: #14b8a6;
}

.hover\:fill-teal-600:hover {
  fill: #0d9488;
}

.hover\:fill-teal-700:hover {
  fill: #0f766e;
}

.hover\:fill-teal-800:hover {
  fill: #115e59;
}

.hover\:fill-teal-900:hover {
  fill: #134e4a;
}

.hover\:fill-teal-950:hover {
  fill: #042f2e;
}

.hover\:fill-transparent:hover {
  fill: transparent;
}

.hover\:fill-violet-100:hover {
  fill: #ede9fe;
}

.hover\:fill-violet-200:hover {
  fill: #ddd6fe;
}

.hover\:fill-violet-300:hover {
  fill: #c4b5fd;
}

.hover\:fill-violet-400:hover {
  fill: #a78bfa;
}

.hover\:fill-violet-50:hover {
  fill: #f5f3ff;
}

.hover\:fill-violet-500:hover {
  fill: #8b5cf6;
}

.hover\:fill-violet-600:hover {
  fill: #7c3aed;
}

.hover\:fill-violet-700:hover {
  fill: #6d28d9;
}

.hover\:fill-violet-800:hover {
  fill: #5b21b6;
}

.hover\:fill-violet-900:hover {
  fill: #4c1d95;
}

.hover\:fill-violet-950:hover {
  fill: #2e1065;
}

.hover\:fill-white:hover {
  fill: #fff;
}

.hover\:fill-yellow-100:hover {
  fill: #fef9c3;
}

.hover\:fill-yellow-200:hover {
  fill: #fef08a;
}

.hover\:fill-yellow-300:hover {
  fill: #fde047;
}

.hover\:fill-yellow-400:hover {
  fill: #facc15;
}

.hover\:fill-yellow-50:hover {
  fill: #fefce8;
}

.hover\:fill-yellow-500:hover {
  fill: #eab308;
}

.hover\:fill-yellow-600:hover {
  fill: #ca8a04;
}

.hover\:fill-yellow-700:hover {
  fill: #a16207;
}

.hover\:fill-yellow-800:hover {
  fill: #854d0e;
}

.hover\:fill-yellow-900:hover {
  fill: #713f12;
}

.hover\:fill-yellow-950:hover {
  fill: #422006;
}

.hover\:fill-zinc-100:hover {
  fill: #f4f4f5;
}

.hover\:fill-zinc-200:hover {
  fill: #e4e4e7;
}

.hover\:fill-zinc-300:hover {
  fill: #d4d4d8;
}

.hover\:fill-zinc-400:hover {
  fill: #a1a1aa;
}

.hover\:fill-zinc-50:hover {
  fill: #fafafa;
}

.hover\:fill-zinc-500:hover {
  fill: #71717a;
}

.hover\:fill-zinc-600:hover {
  fill: #52525b;
}

.hover\:fill-zinc-700:hover {
  fill: #3f3f46;
}

.hover\:fill-zinc-800:hover {
  fill: #27272a;
}

.hover\:fill-zinc-900:hover {
  fill: #18181b;
}

.hover\:fill-zinc-950:hover {
  fill: #09090b;
}

.hover\:stroke-amber-100:hover {
  stroke: #fef3c7;
}

.hover\:stroke-amber-200:hover {
  stroke: #fde68a;
}

.hover\:stroke-amber-300:hover {
  stroke: #fcd34d;
}

.hover\:stroke-amber-400:hover {
  stroke: #fbbf24;
}

.hover\:stroke-amber-50:hover {
  stroke: #fffbeb;
}

.hover\:stroke-amber-500:hover {
  stroke: #f59e0b;
}

.hover\:stroke-amber-600:hover {
  stroke: #d97706;
}

.hover\:stroke-amber-700:hover {
  stroke: #b45309;
}

.hover\:stroke-amber-800:hover {
  stroke: #92400e;
}

.hover\:stroke-amber-900:hover {
  stroke: #78350f;
}

.hover\:stroke-amber-950:hover {
  stroke: #451a03;
}

.hover\:stroke-black:hover {
  stroke: #000;
}

.hover\:stroke-blue-100:hover {
  stroke: #dbeafe;
}

.hover\:stroke-blue-200:hover {
  stroke: #bfdbfe;
}

.hover\:stroke-blue-300:hover {
  stroke: #93c5fd;
}

.hover\:stroke-blue-400:hover {
  stroke: #60a5fa;
}

.hover\:stroke-blue-50:hover {
  stroke: #eff6ff;
}

.hover\:stroke-blue-500:hover {
  stroke: #3b82f6;
}

.hover\:stroke-blue-600:hover {
  stroke: #2563eb;
}

.hover\:stroke-blue-700:hover {
  stroke: #1d4ed8;
}

.hover\:stroke-blue-800:hover {
  stroke: #1e40af;
}

.hover\:stroke-blue-900:hover {
  stroke: #1e3a8a;
}

.hover\:stroke-blue-950:hover {
  stroke: #172554;
}

.hover\:stroke-current:hover {
  stroke: currentColor;
}

.hover\:stroke-cyan-100:hover {
  stroke: #cffafe;
}

.hover\:stroke-cyan-200:hover {
  stroke: #a5f3fc;
}

.hover\:stroke-cyan-300:hover {
  stroke: #67e8f9;
}

.hover\:stroke-cyan-400:hover {
  stroke: #22d3ee;
}

.hover\:stroke-cyan-50:hover {
  stroke: #ecfeff;
}

.hover\:stroke-cyan-500:hover {
  stroke: #06b6d4;
}

.hover\:stroke-cyan-600:hover {
  stroke: #0891b2;
}

.hover\:stroke-cyan-700:hover {
  stroke: #0e7490;
}

.hover\:stroke-cyan-800:hover {
  stroke: #155e75;
}

.hover\:stroke-cyan-900:hover {
  stroke: #164e63;
}

.hover\:stroke-cyan-950:hover {
  stroke: #083344;
}

.hover\:stroke-emerald-100:hover {
  stroke: #d1fae5;
}

.hover\:stroke-emerald-200:hover {
  stroke: #a7f3d0;
}

.hover\:stroke-emerald-300:hover {
  stroke: #6ee7b7;
}

.hover\:stroke-emerald-400:hover {
  stroke: #34d399;
}

.hover\:stroke-emerald-50:hover {
  stroke: #ecfdf5;
}

.hover\:stroke-emerald-500:hover {
  stroke: #10b981;
}

.hover\:stroke-emerald-600:hover {
  stroke: #059669;
}

.hover\:stroke-emerald-700:hover {
  stroke: #047857;
}

.hover\:stroke-emerald-800:hover {
  stroke: #065f46;
}

.hover\:stroke-emerald-900:hover {
  stroke: #064e3b;
}

.hover\:stroke-emerald-950:hover {
  stroke: #022c22;
}

.hover\:stroke-fuchsia-100:hover {
  stroke: #fae8ff;
}

.hover\:stroke-fuchsia-200:hover {
  stroke: #f5d0fe;
}

.hover\:stroke-fuchsia-300:hover {
  stroke: #f0abfc;
}

.hover\:stroke-fuchsia-400:hover {
  stroke: #e879f9;
}

.hover\:stroke-fuchsia-50:hover {
  stroke: #fdf4ff;
}

.hover\:stroke-fuchsia-500:hover {
  stroke: #d946ef;
}

.hover\:stroke-fuchsia-600:hover {
  stroke: #c026d3;
}

.hover\:stroke-fuchsia-700:hover {
  stroke: #a21caf;
}

.hover\:stroke-fuchsia-800:hover {
  stroke: #86198f;
}

.hover\:stroke-fuchsia-900:hover {
  stroke: #701a75;
}

.hover\:stroke-fuchsia-950:hover {
  stroke: #4a044e;
}

.hover\:stroke-gray-100:hover {
  stroke: #f3f4f6;
}

.hover\:stroke-gray-200:hover {
  stroke: #e5e7eb;
}

.hover\:stroke-gray-300:hover {
  stroke: #d1d5db;
}

.hover\:stroke-gray-400:hover {
  stroke: #9ca3af;
}

.hover\:stroke-gray-50:hover {
  stroke: #f9fafb;
}

.hover\:stroke-gray-500:hover {
  stroke: #6b7280;
}

.hover\:stroke-gray-600:hover {
  stroke: #4b5563;
}

.hover\:stroke-gray-700:hover {
  stroke: #374151;
}

.hover\:stroke-gray-800:hover {
  stroke: #1f2937;
}

.hover\:stroke-gray-900:hover {
  stroke: #111827;
}

.hover\:stroke-gray-950:hover {
  stroke: #030712;
}

.hover\:stroke-green-100:hover {
  stroke: #dcfce7;
}

.hover\:stroke-green-200:hover {
  stroke: #bbf7d0;
}

.hover\:stroke-green-300:hover {
  stroke: #86efac;
}

.hover\:stroke-green-400:hover {
  stroke: #4ade80;
}

.hover\:stroke-green-50:hover {
  stroke: #f0fdf4;
}

.hover\:stroke-green-500:hover {
  stroke: #22c55e;
}

.hover\:stroke-green-600:hover {
  stroke: #16a34a;
}

.hover\:stroke-green-700:hover {
  stroke: #15803d;
}

.hover\:stroke-green-800:hover {
  stroke: #166534;
}

.hover\:stroke-green-900:hover {
  stroke: #14532d;
}

.hover\:stroke-green-950:hover {
  stroke: #052e16;
}

.hover\:stroke-indigo-100:hover {
  stroke: #e0e7ff;
}

.hover\:stroke-indigo-200:hover {
  stroke: #c7d2fe;
}

.hover\:stroke-indigo-300:hover {
  stroke: #a5b4fc;
}

.hover\:stroke-indigo-400:hover {
  stroke: #818cf8;
}

.hover\:stroke-indigo-50:hover {
  stroke: #eef2ff;
}

.hover\:stroke-indigo-500:hover {
  stroke: #6366f1;
}

.hover\:stroke-indigo-600:hover {
  stroke: #4f46e5;
}

.hover\:stroke-indigo-700:hover {
  stroke: #4338ca;
}

.hover\:stroke-indigo-800:hover {
  stroke: #3730a3;
}

.hover\:stroke-indigo-900:hover {
  stroke: #312e81;
}

.hover\:stroke-indigo-950:hover {
  stroke: #1e1b4b;
}

.hover\:stroke-inherit:hover {
  stroke: inherit;
}

.hover\:stroke-lime-100:hover {
  stroke: #ecfccb;
}

.hover\:stroke-lime-200:hover {
  stroke: #d9f99d;
}

.hover\:stroke-lime-300:hover {
  stroke: #bef264;
}

.hover\:stroke-lime-400:hover {
  stroke: #a3e635;
}

.hover\:stroke-lime-50:hover {
  stroke: #f7fee7;
}

.hover\:stroke-lime-500:hover {
  stroke: #84cc16;
}

.hover\:stroke-lime-600:hover {
  stroke: #65a30d;
}

.hover\:stroke-lime-700:hover {
  stroke: #4d7c0f;
}

.hover\:stroke-lime-800:hover {
  stroke: #3f6212;
}

.hover\:stroke-lime-900:hover {
  stroke: #365314;
}

.hover\:stroke-lime-950:hover {
  stroke: #1a2e05;
}

.hover\:stroke-neutral-100:hover {
  stroke: #f5f5f5;
}

.hover\:stroke-neutral-200:hover {
  stroke: #e5e5e5;
}

.hover\:stroke-neutral-300:hover {
  stroke: #d4d4d4;
}

.hover\:stroke-neutral-400:hover {
  stroke: #a3a3a3;
}

.hover\:stroke-neutral-50:hover {
  stroke: #fafafa;
}

.hover\:stroke-neutral-500:hover {
  stroke: #737373;
}

.hover\:stroke-neutral-600:hover {
  stroke: #525252;
}

.hover\:stroke-neutral-700:hover {
  stroke: #404040;
}

.hover\:stroke-neutral-800:hover {
  stroke: #262626;
}

.hover\:stroke-neutral-900:hover {
  stroke: #171717;
}

.hover\:stroke-neutral-950:hover {
  stroke: #0a0a0a;
}

.hover\:stroke-orange-100:hover {
  stroke: #ffedd5;
}

.hover\:stroke-orange-200:hover {
  stroke: #fed7aa;
}

.hover\:stroke-orange-300:hover {
  stroke: #fdba74;
}

.hover\:stroke-orange-400:hover {
  stroke: #fb923c;
}

.hover\:stroke-orange-50:hover {
  stroke: #fff7ed;
}

.hover\:stroke-orange-500:hover {
  stroke: #f97316;
}

.hover\:stroke-orange-600:hover {
  stroke: #ea580c;
}

.hover\:stroke-orange-700:hover {
  stroke: #c2410c;
}

.hover\:stroke-orange-800:hover {
  stroke: #9a3412;
}

.hover\:stroke-orange-900:hover {
  stroke: #7c2d12;
}

.hover\:stroke-orange-950:hover {
  stroke: #431407;
}

.hover\:stroke-pink-100:hover {
  stroke: #fce7f3;
}

.hover\:stroke-pink-200:hover {
  stroke: #fbcfe8;
}

.hover\:stroke-pink-300:hover {
  stroke: #f9a8d4;
}

.hover\:stroke-pink-400:hover {
  stroke: #f472b6;
}

.hover\:stroke-pink-50:hover {
  stroke: #fdf2f8;
}

.hover\:stroke-pink-500:hover {
  stroke: #ec4899;
}

.hover\:stroke-pink-600:hover {
  stroke: #db2777;
}

.hover\:stroke-pink-700:hover {
  stroke: #be185d;
}

.hover\:stroke-pink-800:hover {
  stroke: #9d174d;
}

.hover\:stroke-pink-900:hover {
  stroke: #831843;
}

.hover\:stroke-pink-950:hover {
  stroke: #500724;
}

.hover\:stroke-purple-100:hover {
  stroke: #f3e8ff;
}

.hover\:stroke-purple-200:hover {
  stroke: #e9d5ff;
}

.hover\:stroke-purple-300:hover {
  stroke: #d8b4fe;
}

.hover\:stroke-purple-400:hover {
  stroke: #c084fc;
}

.hover\:stroke-purple-50:hover {
  stroke: #faf5ff;
}

.hover\:stroke-purple-500:hover {
  stroke: #a855f7;
}

.hover\:stroke-purple-600:hover {
  stroke: #9333ea;
}

.hover\:stroke-purple-700:hover {
  stroke: #7e22ce;
}

.hover\:stroke-purple-800:hover {
  stroke: #6b21a8;
}

.hover\:stroke-purple-900:hover {
  stroke: #581c87;
}

.hover\:stroke-purple-950:hover {
  stroke: #3b0764;
}

.hover\:stroke-red-100:hover {
  stroke: #fee2e2;
}

.hover\:stroke-red-200:hover {
  stroke: #fecaca;
}

.hover\:stroke-red-300:hover {
  stroke: #fca5a5;
}

.hover\:stroke-red-400:hover {
  stroke: #f87171;
}

.hover\:stroke-red-50:hover {
  stroke: #fef2f2;
}

.hover\:stroke-red-500:hover {
  stroke: #ef4444;
}

.hover\:stroke-red-600:hover {
  stroke: #dc2626;
}

.hover\:stroke-red-700:hover {
  stroke: #b91c1c;
}

.hover\:stroke-red-800:hover {
  stroke: #991b1b;
}

.hover\:stroke-red-900:hover {
  stroke: #7f1d1d;
}

.hover\:stroke-red-950:hover {
  stroke: #450a0a;
}

.hover\:stroke-rose-100:hover {
  stroke: #ffe4e6;
}

.hover\:stroke-rose-200:hover {
  stroke: #fecdd3;
}

.hover\:stroke-rose-300:hover {
  stroke: #fda4af;
}

.hover\:stroke-rose-400:hover {
  stroke: #fb7185;
}

.hover\:stroke-rose-50:hover {
  stroke: #fff1f2;
}

.hover\:stroke-rose-500:hover {
  stroke: #f43f5e;
}

.hover\:stroke-rose-600:hover {
  stroke: #e11d48;
}

.hover\:stroke-rose-700:hover {
  stroke: #be123c;
}

.hover\:stroke-rose-800:hover {
  stroke: #9f1239;
}

.hover\:stroke-rose-900:hover {
  stroke: #881337;
}

.hover\:stroke-rose-950:hover {
  stroke: #4c0519;
}

.hover\:stroke-sky-100:hover {
  stroke: #e0f2fe;
}

.hover\:stroke-sky-200:hover {
  stroke: #bae6fd;
}

.hover\:stroke-sky-300:hover {
  stroke: #7dd3fc;
}

.hover\:stroke-sky-400:hover {
  stroke: #38bdf8;
}

.hover\:stroke-sky-50:hover {
  stroke: #f0f9ff;
}

.hover\:stroke-sky-500:hover {
  stroke: #0ea5e9;
}

.hover\:stroke-sky-600:hover {
  stroke: #0284c7;
}

.hover\:stroke-sky-700:hover {
  stroke: #0369a1;
}

.hover\:stroke-sky-800:hover {
  stroke: #075985;
}

.hover\:stroke-sky-900:hover {
  stroke: #0c4a6e;
}

.hover\:stroke-sky-950:hover {
  stroke: #082f49;
}

.hover\:stroke-slate-100:hover {
  stroke: #f1f5f9;
}

.hover\:stroke-slate-200:hover {
  stroke: #e2e8f0;
}

.hover\:stroke-slate-300:hover {
  stroke: #cbd5e1;
}

.hover\:stroke-slate-400:hover {
  stroke: #94a3b8;
}

.hover\:stroke-slate-50:hover {
  stroke: #f8fafc;
}

.hover\:stroke-slate-500:hover {
  stroke: #64748b;
}

.hover\:stroke-slate-600:hover {
  stroke: #475569;
}

.hover\:stroke-slate-700:hover {
  stroke: #334155;
}

.hover\:stroke-slate-800:hover {
  stroke: #1e293b;
}

.hover\:stroke-slate-900:hover {
  stroke: #0f172a;
}

.hover\:stroke-slate-950:hover {
  stroke: #020617;
}

.hover\:stroke-stone-100:hover {
  stroke: #f5f5f4;
}

.hover\:stroke-stone-200:hover {
  stroke: #e7e5e4;
}

.hover\:stroke-stone-300:hover {
  stroke: #d6d3d1;
}

.hover\:stroke-stone-400:hover {
  stroke: #a8a29e;
}

.hover\:stroke-stone-50:hover {
  stroke: #fafaf9;
}

.hover\:stroke-stone-500:hover {
  stroke: #78716c;
}

.hover\:stroke-stone-600:hover {
  stroke: #57534e;
}

.hover\:stroke-stone-700:hover {
  stroke: #44403c;
}

.hover\:stroke-stone-800:hover {
  stroke: #292524;
}

.hover\:stroke-stone-900:hover {
  stroke: #1c1917;
}

.hover\:stroke-stone-950:hover {
  stroke: #0c0a09;
}

.hover\:stroke-teal-100:hover {
  stroke: #ccfbf1;
}

.hover\:stroke-teal-200:hover {
  stroke: #99f6e4;
}

.hover\:stroke-teal-300:hover {
  stroke: #5eead4;
}

.hover\:stroke-teal-400:hover {
  stroke: #2dd4bf;
}

.hover\:stroke-teal-50:hover {
  stroke: #f0fdfa;
}

.hover\:stroke-teal-500:hover {
  stroke: #14b8a6;
}

.hover\:stroke-teal-600:hover {
  stroke: #0d9488;
}

.hover\:stroke-teal-700:hover {
  stroke: #0f766e;
}

.hover\:stroke-teal-800:hover {
  stroke: #115e59;
}

.hover\:stroke-teal-900:hover {
  stroke: #134e4a;
}

.hover\:stroke-teal-950:hover {
  stroke: #042f2e;
}

.hover\:stroke-transparent:hover {
  stroke: transparent;
}

.hover\:stroke-violet-100:hover {
  stroke: #ede9fe;
}

.hover\:stroke-violet-200:hover {
  stroke: #ddd6fe;
}

.hover\:stroke-violet-300:hover {
  stroke: #c4b5fd;
}

.hover\:stroke-violet-400:hover {
  stroke: #a78bfa;
}

.hover\:stroke-violet-50:hover {
  stroke: #f5f3ff;
}

.hover\:stroke-violet-500:hover {
  stroke: #8b5cf6;
}

.hover\:stroke-violet-600:hover {
  stroke: #7c3aed;
}

.hover\:stroke-violet-700:hover {
  stroke: #6d28d9;
}

.hover\:stroke-violet-800:hover {
  stroke: #5b21b6;
}

.hover\:stroke-violet-900:hover {
  stroke: #4c1d95;
}

.hover\:stroke-violet-950:hover {
  stroke: #2e1065;
}

.hover\:stroke-white:hover {
  stroke: #fff;
}

.hover\:stroke-yellow-100:hover {
  stroke: #fef9c3;
}

.hover\:stroke-yellow-200:hover {
  stroke: #fef08a;
}

.hover\:stroke-yellow-300:hover {
  stroke: #fde047;
}

.hover\:stroke-yellow-400:hover {
  stroke: #facc15;
}

.hover\:stroke-yellow-50:hover {
  stroke: #fefce8;
}

.hover\:stroke-yellow-500:hover {
  stroke: #eab308;
}

.hover\:stroke-yellow-600:hover {
  stroke: #ca8a04;
}

.hover\:stroke-yellow-700:hover {
  stroke: #a16207;
}

.hover\:stroke-yellow-800:hover {
  stroke: #854d0e;
}

.hover\:stroke-yellow-900:hover {
  stroke: #713f12;
}

.hover\:stroke-yellow-950:hover {
  stroke: #422006;
}

.hover\:stroke-zinc-100:hover {
  stroke: #f4f4f5;
}

.hover\:stroke-zinc-200:hover {
  stroke: #e4e4e7;
}

.hover\:stroke-zinc-300:hover {
  stroke: #d4d4d8;
}

.hover\:stroke-zinc-400:hover {
  stroke: #a1a1aa;
}

.hover\:stroke-zinc-50:hover {
  stroke: #fafafa;
}

.hover\:stroke-zinc-500:hover {
  stroke: #71717a;
}

.hover\:stroke-zinc-600:hover {
  stroke: #52525b;
}

.hover\:stroke-zinc-700:hover {
  stroke: #3f3f46;
}

.hover\:stroke-zinc-800:hover {
  stroke: #27272a;
}

.hover\:stroke-zinc-900:hover {
  stroke: #18181b;
}

.hover\:stroke-zinc-950:hover {
  stroke: #09090b;
}

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

.hover\:text-amber-200:hover {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

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

.hover\:text-amber-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

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

.hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-600:hover {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-700:hover {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-800:hover {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-900:hover {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.hover\:text-amber-950:hover {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

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

.hover\:text-blue-100:hover {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-200:hover {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / 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-blue-400:hover {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

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

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-700:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-900:hover {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.hover\:text-blue-950:hover {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.hover\:text-current:hover {
  color: currentColor;
}

.hover\:text-cyan-100:hover {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / 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-50:hover {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-500:hover {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-600:hover {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-700:hover {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-800:hover {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-900:hover {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.hover\:text-cyan-950:hover {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

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

.hover\:text-emerald-200:hover {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-300:hover {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / 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-emerald-50:hover {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-500:hover {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-600:hover {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-800:hover {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-900:hover {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.hover\:text-emerald-950:hover {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:text-fuchsia-400:hover {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

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

.hover\:text-fuchsia-500:hover {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-600:hover {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-700:hover {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-800:hover {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-900:hover {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.hover\:text-fuchsia-950:hover {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-950:hover {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.hover\:text-green-100:hover {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.hover\:text-green-200:hover {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.hover\:text-green-300:hover {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

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

.hover\:text-green-50:hover {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.hover\:text-green-500:hover {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.hover\:text-green-800:hover {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.hover\:text-green-900:hover {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.hover\:text-green-950:hover {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

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

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

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

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

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

.hover\:text-indigo-500:hover {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-600:hover {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-700:hover {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-800:hover {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-900:hover {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-950:hover {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.hover\:text-inherit:hover {
  color: inherit;
}

.hover\:text-lime-100:hover {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-200:hover {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-300:hover {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-400:hover {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-50:hover {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-500:hover {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-600:hover {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-700:hover {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-800:hover {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-900:hover {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.hover\:text-lime-950:hover {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.hover\:text-midnight-neon:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:text-neutral-50:hover {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-500:hover {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-950:hover {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-orange-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-400:hover {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-orange-600:hover {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-700:hover {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-800:hover {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-900:hover {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.hover\:text-orange-950:hover {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-100:hover {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-200:hover {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-300:hover {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-400:hover {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-50:hover {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-500:hover {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-600:hover {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-800:hover {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-900:hover {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.hover\:text-pink-950:hover {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-purple-300:hover {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-400:hover {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

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

.hover\:text-purple-500:hover {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-600:hover {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

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

.hover\:text-purple-800:hover {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-900:hover {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.hover\:text-purple-950:hover {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.hover\:text-red-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / 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-red-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.hover\:text-red-900:hover {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.hover\:text-red-950:hover {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / 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-rose-200:hover {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-300:hover {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-rose-500:hover {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-600:hover {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-700:hover {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-800:hover {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-900:hover {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.hover\:text-rose-950:hover {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-100:hover {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-200:hover {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

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

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

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

.hover\:text-sky-500:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-600:hover {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-700:hover {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-800:hover {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-900:hover {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.hover\:text-sky-950:hover {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-100:hover {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-200:hover {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-300:hover {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-400:hover {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-50:hover {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-500:hover {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-600:hover {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-700:hover {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-800:hover {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-900:hover {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.hover\:text-slate-950:hover {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-100:hover {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-200:hover {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-300:hover {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-400:hover {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-50:hover {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-500:hover {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-600:hover {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-700:hover {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-800:hover {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-900:hover {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.hover\:text-stone-950:hover {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-100:hover {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-200:hover {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-300:hover {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-400:hover {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-50:hover {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-500:hover {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-600:hover {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-700:hover {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-800:hover {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-900:hover {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.hover\:text-teal-950:hover {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-violet-100:hover {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / 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-violet-300:hover {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-400:hover {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

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

.hover\:text-violet-500:hover {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-600:hover {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-700:hover {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-800:hover {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-900:hover {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.hover\:text-violet-950:hover {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / 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-yellow-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

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

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

.hover\:text-yellow-400:hover {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-50:hover {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-600:hover {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-700:hover {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-800:hover {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-900:hover {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.hover\:text-yellow-950:hover {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-100:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-200:hover {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-300:hover {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-400:hover {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-50:hover {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-500:hover {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-600:hover {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-700:hover {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-800:hover {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-900:hover {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.hover\:text-zinc-950:hover {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

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

.hover\:decoration-amber-100:hover {
  text-decoration-color: #fef3c7;
}

.hover\:decoration-amber-200:hover {
  text-decoration-color: #fde68a;
}

.hover\:decoration-amber-300:hover {
  text-decoration-color: #fcd34d;
}

.hover\:decoration-amber-400:hover {
  text-decoration-color: #fbbf24;
}

.hover\:decoration-amber-50:hover {
  text-decoration-color: #fffbeb;
}

.hover\:decoration-amber-500:hover {
  text-decoration-color: #f59e0b;
}

.hover\:decoration-amber-600:hover {
  text-decoration-color: #d97706;
}

.hover\:decoration-amber-700:hover {
  text-decoration-color: #b45309;
}

.hover\:decoration-amber-800:hover {
  text-decoration-color: #92400e;
}

.hover\:decoration-amber-900:hover {
  text-decoration-color: #78350f;
}

.hover\:decoration-amber-950:hover {
  text-decoration-color: #451a03;
}

.hover\:decoration-black:hover {
  text-decoration-color: #000;
}

.hover\:decoration-blue-100:hover {
  text-decoration-color: #dbeafe;
}

.hover\:decoration-blue-200:hover {
  text-decoration-color: #bfdbfe;
}

.hover\:decoration-blue-300:hover {
  text-decoration-color: #93c5fd;
}

.hover\:decoration-blue-400:hover {
  text-decoration-color: #60a5fa;
}

.hover\:decoration-blue-50:hover {
  text-decoration-color: #eff6ff;
}

.hover\:decoration-blue-500:hover {
  text-decoration-color: #3b82f6;
}

.hover\:decoration-blue-600:hover {
  text-decoration-color: #2563eb;
}

.hover\:decoration-blue-700:hover {
  text-decoration-color: #1d4ed8;
}

.hover\:decoration-blue-800:hover {
  text-decoration-color: #1e40af;
}

.hover\:decoration-blue-900:hover {
  text-decoration-color: #1e3a8a;
}

.hover\:decoration-blue-950:hover {
  text-decoration-color: #172554;
}

.hover\:decoration-current:hover {
  text-decoration-color: currentColor;
}

.hover\:decoration-cyan-100:hover {
  text-decoration-color: #cffafe;
}

.hover\:decoration-cyan-200:hover {
  text-decoration-color: #a5f3fc;
}

.hover\:decoration-cyan-300:hover {
  text-decoration-color: #67e8f9;
}

.hover\:decoration-cyan-400:hover {
  text-decoration-color: #22d3ee;
}

.hover\:decoration-cyan-50:hover {
  text-decoration-color: #ecfeff;
}

.hover\:decoration-cyan-500:hover {
  text-decoration-color: #06b6d4;
}

.hover\:decoration-cyan-600:hover {
  text-decoration-color: #0891b2;
}

.hover\:decoration-cyan-700:hover {
  text-decoration-color: #0e7490;
}

.hover\:decoration-cyan-800:hover {
  text-decoration-color: #155e75;
}

.hover\:decoration-cyan-900:hover {
  text-decoration-color: #164e63;
}

.hover\:decoration-cyan-950:hover {
  text-decoration-color: #083344;
}

.hover\:decoration-emerald-100:hover {
  text-decoration-color: #d1fae5;
}

.hover\:decoration-emerald-200:hover {
  text-decoration-color: #a7f3d0;
}

.hover\:decoration-emerald-300:hover {
  text-decoration-color: #6ee7b7;
}

.hover\:decoration-emerald-400:hover {
  text-decoration-color: #34d399;
}

.hover\:decoration-emerald-50:hover {
  text-decoration-color: #ecfdf5;
}

.hover\:decoration-emerald-500:hover {
  text-decoration-color: #10b981;
}

.hover\:decoration-emerald-600:hover {
  text-decoration-color: #059669;
}

.hover\:decoration-emerald-700:hover {
  text-decoration-color: #047857;
}

.hover\:decoration-emerald-800:hover {
  text-decoration-color: #065f46;
}

.hover\:decoration-emerald-900:hover {
  text-decoration-color: #064e3b;
}

.hover\:decoration-emerald-950:hover {
  text-decoration-color: #022c22;
}

.hover\:decoration-fuchsia-100:hover {
  text-decoration-color: #fae8ff;
}

.hover\:decoration-fuchsia-200:hover {
  text-decoration-color: #f5d0fe;
}

.hover\:decoration-fuchsia-300:hover {
  text-decoration-color: #f0abfc;
}

.hover\:decoration-fuchsia-400:hover {
  text-decoration-color: #e879f9;
}

.hover\:decoration-fuchsia-50:hover {
  text-decoration-color: #fdf4ff;
}

.hover\:decoration-fuchsia-500:hover {
  text-decoration-color: #d946ef;
}

.hover\:decoration-fuchsia-600:hover {
  text-decoration-color: #c026d3;
}

.hover\:decoration-fuchsia-700:hover {
  text-decoration-color: #a21caf;
}

.hover\:decoration-fuchsia-800:hover {
  text-decoration-color: #86198f;
}

.hover\:decoration-fuchsia-900:hover {
  text-decoration-color: #701a75;
}

.hover\:decoration-fuchsia-950:hover {
  text-decoration-color: #4a044e;
}

.hover\:decoration-gray-100:hover {
  text-decoration-color: #f3f4f6;
}

.hover\:decoration-gray-200:hover {
  text-decoration-color: #e5e7eb;
}

.hover\:decoration-gray-300:hover {
  text-decoration-color: #d1d5db;
}

.hover\:decoration-gray-400:hover {
  text-decoration-color: #9ca3af;
}

.hover\:decoration-gray-50:hover {
  text-decoration-color: #f9fafb;
}

.hover\:decoration-gray-500:hover {
  text-decoration-color: #6b7280;
}

.hover\:decoration-gray-600:hover {
  text-decoration-color: #4b5563;
}

.hover\:decoration-gray-700:hover {
  text-decoration-color: #374151;
}

.hover\:decoration-gray-800:hover {
  text-decoration-color: #1f2937;
}

.hover\:decoration-gray-900:hover {
  text-decoration-color: #111827;
}

.hover\:decoration-gray-950:hover {
  text-decoration-color: #030712;
}

.hover\:decoration-green-100:hover {
  text-decoration-color: #dcfce7;
}

.hover\:decoration-green-200:hover {
  text-decoration-color: #bbf7d0;
}

.hover\:decoration-green-300:hover {
  text-decoration-color: #86efac;
}

.hover\:decoration-green-400:hover {
  text-decoration-color: #4ade80;
}

.hover\:decoration-green-50:hover {
  text-decoration-color: #f0fdf4;
}

.hover\:decoration-green-500:hover {
  text-decoration-color: #22c55e;
}

.hover\:decoration-green-600:hover {
  text-decoration-color: #16a34a;
}

.hover\:decoration-green-700:hover {
  text-decoration-color: #15803d;
}

.hover\:decoration-green-800:hover {
  text-decoration-color: #166534;
}

.hover\:decoration-green-900:hover {
  text-decoration-color: #14532d;
}

.hover\:decoration-green-950:hover {
  text-decoration-color: #052e16;
}

.hover\:decoration-indigo-100:hover {
  text-decoration-color: #e0e7ff;
}

.hover\:decoration-indigo-200:hover {
  text-decoration-color: #c7d2fe;
}

.hover\:decoration-indigo-300:hover {
  text-decoration-color: #a5b4fc;
}

.hover\:decoration-indigo-400:hover {
  text-decoration-color: #818cf8;
}

.hover\:decoration-indigo-50:hover {
  text-decoration-color: #eef2ff;
}

.hover\:decoration-indigo-500:hover {
  text-decoration-color: #6366f1;
}

.hover\:decoration-indigo-600:hover {
  text-decoration-color: #4f46e5;
}

.hover\:decoration-indigo-700:hover {
  text-decoration-color: #4338ca;
}

.hover\:decoration-indigo-800:hover {
  text-decoration-color: #3730a3;
}

.hover\:decoration-indigo-900:hover {
  text-decoration-color: #312e81;
}

.hover\:decoration-indigo-950:hover {
  text-decoration-color: #1e1b4b;
}

.hover\:decoration-inherit:hover {
  text-decoration-color: inherit;
}

.hover\:decoration-lime-100:hover {
  text-decoration-color: #ecfccb;
}

.hover\:decoration-lime-200:hover {
  text-decoration-color: #d9f99d;
}

.hover\:decoration-lime-300:hover {
  text-decoration-color: #bef264;
}

.hover\:decoration-lime-400:hover {
  text-decoration-color: #a3e635;
}

.hover\:decoration-lime-50:hover {
  text-decoration-color: #f7fee7;
}

.hover\:decoration-lime-500:hover {
  text-decoration-color: #84cc16;
}

.hover\:decoration-lime-600:hover {
  text-decoration-color: #65a30d;
}

.hover\:decoration-lime-700:hover {
  text-decoration-color: #4d7c0f;
}

.hover\:decoration-lime-800:hover {
  text-decoration-color: #3f6212;
}

.hover\:decoration-lime-900:hover {
  text-decoration-color: #365314;
}

.hover\:decoration-lime-950:hover {
  text-decoration-color: #1a2e05;
}

.hover\:decoration-neutral-100:hover {
  text-decoration-color: #f5f5f5;
}

.hover\:decoration-neutral-200:hover {
  text-decoration-color: #e5e5e5;
}

.hover\:decoration-neutral-300:hover {
  text-decoration-color: #d4d4d4;
}

.hover\:decoration-neutral-400:hover {
  text-decoration-color: #a3a3a3;
}

.hover\:decoration-neutral-50:hover {
  text-decoration-color: #fafafa;
}

.hover\:decoration-neutral-500:hover {
  text-decoration-color: #737373;
}

.hover\:decoration-neutral-600:hover {
  text-decoration-color: #525252;
}

.hover\:decoration-neutral-700:hover {
  text-decoration-color: #404040;
}

.hover\:decoration-neutral-800:hover {
  text-decoration-color: #262626;
}

.hover\:decoration-neutral-900:hover {
  text-decoration-color: #171717;
}

.hover\:decoration-neutral-950:hover {
  text-decoration-color: #0a0a0a;
}

.hover\:decoration-orange-100:hover {
  text-decoration-color: #ffedd5;
}

.hover\:decoration-orange-200:hover {
  text-decoration-color: #fed7aa;
}

.hover\:decoration-orange-300:hover {
  text-decoration-color: #fdba74;
}

.hover\:decoration-orange-400:hover {
  text-decoration-color: #fb923c;
}

.hover\:decoration-orange-50:hover {
  text-decoration-color: #fff7ed;
}

.hover\:decoration-orange-500:hover {
  text-decoration-color: #f97316;
}

.hover\:decoration-orange-600:hover {
  text-decoration-color: #ea580c;
}

.hover\:decoration-orange-700:hover {
  text-decoration-color: #c2410c;
}

.hover\:decoration-orange-800:hover {
  text-decoration-color: #9a3412;
}

.hover\:decoration-orange-900:hover {
  text-decoration-color: #7c2d12;
}

.hover\:decoration-orange-950:hover {
  text-decoration-color: #431407;
}

.hover\:decoration-pink-100:hover {
  text-decoration-color: #fce7f3;
}

.hover\:decoration-pink-200:hover {
  text-decoration-color: #fbcfe8;
}

.hover\:decoration-pink-300:hover {
  text-decoration-color: #f9a8d4;
}

.hover\:decoration-pink-400:hover {
  text-decoration-color: #f472b6;
}

.hover\:decoration-pink-50:hover {
  text-decoration-color: #fdf2f8;
}

.hover\:decoration-pink-500:hover {
  text-decoration-color: #ec4899;
}

.hover\:decoration-pink-600:hover {
  text-decoration-color: #db2777;
}

.hover\:decoration-pink-700:hover {
  text-decoration-color: #be185d;
}

.hover\:decoration-pink-800:hover {
  text-decoration-color: #9d174d;
}

.hover\:decoration-pink-900:hover {
  text-decoration-color: #831843;
}

.hover\:decoration-pink-950:hover {
  text-decoration-color: #500724;
}

.hover\:decoration-purple-100:hover {
  text-decoration-color: #f3e8ff;
}

.hover\:decoration-purple-200:hover {
  text-decoration-color: #e9d5ff;
}

.hover\:decoration-purple-300:hover {
  text-decoration-color: #d8b4fe;
}

.hover\:decoration-purple-400:hover {
  text-decoration-color: #c084fc;
}

.hover\:decoration-purple-50:hover {
  text-decoration-color: #faf5ff;
}

.hover\:decoration-purple-500:hover {
  text-decoration-color: #a855f7;
}

.hover\:decoration-purple-600:hover {
  text-decoration-color: #9333ea;
}

.hover\:decoration-purple-700:hover {
  text-decoration-color: #7e22ce;
}

.hover\:decoration-purple-800:hover {
  text-decoration-color: #6b21a8;
}

.hover\:decoration-purple-900:hover {
  text-decoration-color: #581c87;
}

.hover\:decoration-purple-950:hover {
  text-decoration-color: #3b0764;
}

.hover\:decoration-red-100:hover {
  text-decoration-color: #fee2e2;
}

.hover\:decoration-red-200:hover {
  text-decoration-color: #fecaca;
}

.hover\:decoration-red-300:hover {
  text-decoration-color: #fca5a5;
}

.hover\:decoration-red-400:hover {
  text-decoration-color: #f87171;
}

.hover\:decoration-red-50:hover {
  text-decoration-color: #fef2f2;
}

.hover\:decoration-red-500:hover {
  text-decoration-color: #ef4444;
}

.hover\:decoration-red-600:hover {
  text-decoration-color: #dc2626;
}

.hover\:decoration-red-700:hover {
  text-decoration-color: #b91c1c;
}

.hover\:decoration-red-800:hover {
  text-decoration-color: #991b1b;
}

.hover\:decoration-red-900:hover {
  text-decoration-color: #7f1d1d;
}

.hover\:decoration-red-950:hover {
  text-decoration-color: #450a0a;
}

.hover\:decoration-rose-100:hover {
  text-decoration-color: #ffe4e6;
}

.hover\:decoration-rose-200:hover {
  text-decoration-color: #fecdd3;
}

.hover\:decoration-rose-300:hover {
  text-decoration-color: #fda4af;
}

.hover\:decoration-rose-400:hover {
  text-decoration-color: #fb7185;
}

.hover\:decoration-rose-50:hover {
  text-decoration-color: #fff1f2;
}

.hover\:decoration-rose-500:hover {
  text-decoration-color: #f43f5e;
}

.hover\:decoration-rose-600:hover {
  text-decoration-color: #e11d48;
}

.hover\:decoration-rose-700:hover {
  text-decoration-color: #be123c;
}

.hover\:decoration-rose-800:hover {
  text-decoration-color: #9f1239;
}

.hover\:decoration-rose-900:hover {
  text-decoration-color: #881337;
}

.hover\:decoration-rose-950:hover {
  text-decoration-color: #4c0519;
}

.hover\:decoration-sky-100:hover {
  text-decoration-color: #e0f2fe;
}

.hover\:decoration-sky-200:hover {
  text-decoration-color: #bae6fd;
}

.hover\:decoration-sky-300:hover {
  text-decoration-color: #7dd3fc;
}

.hover\:decoration-sky-400:hover {
  text-decoration-color: #38bdf8;
}

.hover\:decoration-sky-50:hover {
  text-decoration-color: #f0f9ff;
}

.hover\:decoration-sky-500:hover {
  text-decoration-color: #0ea5e9;
}

.hover\:decoration-sky-600:hover {
  text-decoration-color: #0284c7;
}

.hover\:decoration-sky-700:hover {
  text-decoration-color: #0369a1;
}

.hover\:decoration-sky-800:hover {
  text-decoration-color: #075985;
}

.hover\:decoration-sky-900:hover {
  text-decoration-color: #0c4a6e;
}

.hover\:decoration-sky-950:hover {
  text-decoration-color: #082f49;
}

.hover\:decoration-slate-100:hover {
  text-decoration-color: #f1f5f9;
}

.hover\:decoration-slate-200:hover {
  text-decoration-color: #e2e8f0;
}

.hover\:decoration-slate-300:hover {
  text-decoration-color: #cbd5e1;
}

.hover\:decoration-slate-400:hover {
  text-decoration-color: #94a3b8;
}

.hover\:decoration-slate-50:hover {
  text-decoration-color: #f8fafc;
}

.hover\:decoration-slate-500:hover {
  text-decoration-color: #64748b;
}

.hover\:decoration-slate-600:hover {
  text-decoration-color: #475569;
}

.hover\:decoration-slate-700:hover {
  text-decoration-color: #334155;
}

.hover\:decoration-slate-800:hover {
  text-decoration-color: #1e293b;
}

.hover\:decoration-slate-900:hover {
  text-decoration-color: #0f172a;
}

.hover\:decoration-slate-950:hover {
  text-decoration-color: #020617;
}

.hover\:decoration-stone-100:hover {
  text-decoration-color: #f5f5f4;
}

.hover\:decoration-stone-200:hover {
  text-decoration-color: #e7e5e4;
}

.hover\:decoration-stone-300:hover {
  text-decoration-color: #d6d3d1;
}

.hover\:decoration-stone-400:hover {
  text-decoration-color: #a8a29e;
}

.hover\:decoration-stone-50:hover {
  text-decoration-color: #fafaf9;
}

.hover\:decoration-stone-500:hover {
  text-decoration-color: #78716c;
}

.hover\:decoration-stone-600:hover {
  text-decoration-color: #57534e;
}

.hover\:decoration-stone-700:hover {
  text-decoration-color: #44403c;
}

.hover\:decoration-stone-800:hover {
  text-decoration-color: #292524;
}

.hover\:decoration-stone-900:hover {
  text-decoration-color: #1c1917;
}

.hover\:decoration-stone-950:hover {
  text-decoration-color: #0c0a09;
}

.hover\:decoration-teal-100:hover {
  text-decoration-color: #ccfbf1;
}

.hover\:decoration-teal-200:hover {
  text-decoration-color: #99f6e4;
}

.hover\:decoration-teal-300:hover {
  text-decoration-color: #5eead4;
}

.hover\:decoration-teal-400:hover {
  text-decoration-color: #2dd4bf;
}

.hover\:decoration-teal-50:hover {
  text-decoration-color: #f0fdfa;
}

.hover\:decoration-teal-500:hover {
  text-decoration-color: #14b8a6;
}

.hover\:decoration-teal-600:hover {
  text-decoration-color: #0d9488;
}

.hover\:decoration-teal-700:hover {
  text-decoration-color: #0f766e;
}

.hover\:decoration-teal-800:hover {
  text-decoration-color: #115e59;
}

.hover\:decoration-teal-900:hover {
  text-decoration-color: #134e4a;
}

.hover\:decoration-teal-950:hover {
  text-decoration-color: #042f2e;
}

.hover\:decoration-transparent:hover {
  text-decoration-color: transparent;
}

.hover\:decoration-violet-100:hover {
  text-decoration-color: #ede9fe;
}

.hover\:decoration-violet-200:hover {
  text-decoration-color: #ddd6fe;
}

.hover\:decoration-violet-300:hover {
  text-decoration-color: #c4b5fd;
}

.hover\:decoration-violet-400:hover {
  text-decoration-color: #a78bfa;
}

.hover\:decoration-violet-50:hover {
  text-decoration-color: #f5f3ff;
}

.hover\:decoration-violet-500:hover {
  text-decoration-color: #8b5cf6;
}

.hover\:decoration-violet-600:hover {
  text-decoration-color: #7c3aed;
}

.hover\:decoration-violet-700:hover {
  text-decoration-color: #6d28d9;
}

.hover\:decoration-violet-800:hover {
  text-decoration-color: #5b21b6;
}

.hover\:decoration-violet-900:hover {
  text-decoration-color: #4c1d95;
}

.hover\:decoration-violet-950:hover {
  text-decoration-color: #2e1065;
}

.hover\:decoration-white:hover {
  text-decoration-color: #fff;
}

.hover\:decoration-yellow-100:hover {
  text-decoration-color: #fef9c3;
}

.hover\:decoration-yellow-200:hover {
  text-decoration-color: #fef08a;
}

.hover\:decoration-yellow-300:hover {
  text-decoration-color: #fde047;
}

.hover\:decoration-yellow-400:hover {
  text-decoration-color: #facc15;
}

.hover\:decoration-yellow-50:hover {
  text-decoration-color: #fefce8;
}

.hover\:decoration-yellow-500:hover {
  text-decoration-color: #eab308;
}

.hover\:decoration-yellow-600:hover {
  text-decoration-color: #ca8a04;
}

.hover\:decoration-yellow-700:hover {
  text-decoration-color: #a16207;
}

.hover\:decoration-yellow-800:hover {
  text-decoration-color: #854d0e;
}

.hover\:decoration-yellow-900:hover {
  text-decoration-color: #713f12;
}

.hover\:decoration-yellow-950:hover {
  text-decoration-color: #422006;
}

.hover\:decoration-zinc-100:hover {
  text-decoration-color: #f4f4f5;
}

.hover\:decoration-zinc-200:hover {
  text-decoration-color: #e4e4e7;
}

.hover\:decoration-zinc-300:hover {
  text-decoration-color: #d4d4d8;
}

.hover\:decoration-zinc-400:hover {
  text-decoration-color: #a1a1aa;
}

.hover\:decoration-zinc-50:hover {
  text-decoration-color: #fafafa;
}

.hover\:decoration-zinc-500:hover {
  text-decoration-color: #71717a;
}

.hover\:decoration-zinc-600:hover {
  text-decoration-color: #52525b;
}

.hover\:decoration-zinc-700:hover {
  text-decoration-color: #3f3f46;
}

.hover\:decoration-zinc-800:hover {
  text-decoration-color: #27272a;
}

.hover\:decoration-zinc-900:hover {
  text-decoration-color: #18181b;
}

.hover\:decoration-zinc-950:hover {
  text-decoration-color: #09090b;
}

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

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

.hover\:placeholder-amber-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-amber-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-black:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-black:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-blue-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-blue-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-current:hover::-moz-placeholder {
  color: currentColor;
}

.hover\:placeholder-current:hover::placeholder {
  color: currentColor;
}

.hover\:placeholder-cyan-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

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

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

.hover\:placeholder-cyan-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-cyan-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-emerald-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-emerald-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-emerald-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-fuchsia-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

.hover\:placeholder-gray-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

.hover\:placeholder-gray-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-gray-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-green-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-green-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

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

.hover\:placeholder-indigo-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-indigo-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-inherit:hover::-moz-placeholder {
  color: inherit;
}

.hover\:placeholder-inherit:hover::placeholder {
  color: inherit;
}

.hover\:placeholder-lime-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-lime-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-neutral-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-orange-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-orange-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-pink-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-purple-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-purple-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-purple-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-red-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-red-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

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

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

.hover\:placeholder-red-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-red-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

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

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

.hover\:placeholder-red-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-red-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-red-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-red-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-red-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-red-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-rose-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-rose-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-sky-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-slate-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-stone-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-teal-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-transparent:hover::-moz-placeholder {
  color: transparent;
}

.hover\:placeholder-transparent:hover::placeholder {
  color: transparent;
}

.hover\:placeholder-violet-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-violet-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-violet-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-yellow-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

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

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

.hover\:placeholder-yellow-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-yellow-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-100:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-100:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-200:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-200:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-300:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-300:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-400:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-400:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-50:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-50:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-500:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-500:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-600:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-600:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-700:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-700:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-800:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-800:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-900:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-900:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-950:hover::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.hover\:placeholder-zinc-950:hover::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.hover\:caret-amber-100:hover {
  caret-color: #fef3c7;
}

.hover\:caret-amber-200:hover {
  caret-color: #fde68a;
}

.hover\:caret-amber-300:hover {
  caret-color: #fcd34d;
}

.hover\:caret-amber-400:hover {
  caret-color: #fbbf24;
}

.hover\:caret-amber-50:hover {
  caret-color: #fffbeb;
}

.hover\:caret-amber-500:hover {
  caret-color: #f59e0b;
}

.hover\:caret-amber-600:hover {
  caret-color: #d97706;
}

.hover\:caret-amber-700:hover {
  caret-color: #b45309;
}

.hover\:caret-amber-800:hover {
  caret-color: #92400e;
}

.hover\:caret-amber-900:hover {
  caret-color: #78350f;
}

.hover\:caret-amber-950:hover {
  caret-color: #451a03;
}

.hover\:caret-black:hover {
  caret-color: #000;
}

.hover\:caret-blue-100:hover {
  caret-color: #dbeafe;
}

.hover\:caret-blue-200:hover {
  caret-color: #bfdbfe;
}

.hover\:caret-blue-300:hover {
  caret-color: #93c5fd;
}

.hover\:caret-blue-400:hover {
  caret-color: #60a5fa;
}

.hover\:caret-blue-50:hover {
  caret-color: #eff6ff;
}

.hover\:caret-blue-500:hover {
  caret-color: #3b82f6;
}

.hover\:caret-blue-600:hover {
  caret-color: #2563eb;
}

.hover\:caret-blue-700:hover {
  caret-color: #1d4ed8;
}

.hover\:caret-blue-800:hover {
  caret-color: #1e40af;
}

.hover\:caret-blue-900:hover {
  caret-color: #1e3a8a;
}

.hover\:caret-blue-950:hover {
  caret-color: #172554;
}

.hover\:caret-current:hover {
  caret-color: currentColor;
}

.hover\:caret-cyan-100:hover {
  caret-color: #cffafe;
}

.hover\:caret-cyan-200:hover {
  caret-color: #a5f3fc;
}

.hover\:caret-cyan-300:hover {
  caret-color: #67e8f9;
}

.hover\:caret-cyan-400:hover {
  caret-color: #22d3ee;
}

.hover\:caret-cyan-50:hover {
  caret-color: #ecfeff;
}

.hover\:caret-cyan-500:hover {
  caret-color: #06b6d4;
}

.hover\:caret-cyan-600:hover {
  caret-color: #0891b2;
}

.hover\:caret-cyan-700:hover {
  caret-color: #0e7490;
}

.hover\:caret-cyan-800:hover {
  caret-color: #155e75;
}

.hover\:caret-cyan-900:hover {
  caret-color: #164e63;
}

.hover\:caret-cyan-950:hover {
  caret-color: #083344;
}

.hover\:caret-emerald-100:hover {
  caret-color: #d1fae5;
}

.hover\:caret-emerald-200:hover {
  caret-color: #a7f3d0;
}

.hover\:caret-emerald-300:hover {
  caret-color: #6ee7b7;
}

.hover\:caret-emerald-400:hover {
  caret-color: #34d399;
}

.hover\:caret-emerald-50:hover {
  caret-color: #ecfdf5;
}

.hover\:caret-emerald-500:hover {
  caret-color: #10b981;
}

.hover\:caret-emerald-600:hover {
  caret-color: #059669;
}

.hover\:caret-emerald-700:hover {
  caret-color: #047857;
}

.hover\:caret-emerald-800:hover {
  caret-color: #065f46;
}

.hover\:caret-emerald-900:hover {
  caret-color: #064e3b;
}

.hover\:caret-emerald-950:hover {
  caret-color: #022c22;
}

.hover\:caret-fuchsia-100:hover {
  caret-color: #fae8ff;
}

.hover\:caret-fuchsia-200:hover {
  caret-color: #f5d0fe;
}

.hover\:caret-fuchsia-300:hover {
  caret-color: #f0abfc;
}

.hover\:caret-fuchsia-400:hover {
  caret-color: #e879f9;
}

.hover\:caret-fuchsia-50:hover {
  caret-color: #fdf4ff;
}

.hover\:caret-fuchsia-500:hover {
  caret-color: #d946ef;
}

.hover\:caret-fuchsia-600:hover {
  caret-color: #c026d3;
}

.hover\:caret-fuchsia-700:hover {
  caret-color: #a21caf;
}

.hover\:caret-fuchsia-800:hover {
  caret-color: #86198f;
}

.hover\:caret-fuchsia-900:hover {
  caret-color: #701a75;
}

.hover\:caret-fuchsia-950:hover {
  caret-color: #4a044e;
}

.hover\:caret-gray-100:hover {
  caret-color: #f3f4f6;
}

.hover\:caret-gray-200:hover {
  caret-color: #e5e7eb;
}

.hover\:caret-gray-300:hover {
  caret-color: #d1d5db;
}

.hover\:caret-gray-400:hover {
  caret-color: #9ca3af;
}

.hover\:caret-gray-50:hover {
  caret-color: #f9fafb;
}

.hover\:caret-gray-500:hover {
  caret-color: #6b7280;
}

.hover\:caret-gray-600:hover {
  caret-color: #4b5563;
}

.hover\:caret-gray-700:hover {
  caret-color: #374151;
}

.hover\:caret-gray-800:hover {
  caret-color: #1f2937;
}

.hover\:caret-gray-900:hover {
  caret-color: #111827;
}

.hover\:caret-gray-950:hover {
  caret-color: #030712;
}

.hover\:caret-green-100:hover {
  caret-color: #dcfce7;
}

.hover\:caret-green-200:hover {
  caret-color: #bbf7d0;
}

.hover\:caret-green-300:hover {
  caret-color: #86efac;
}

.hover\:caret-green-400:hover {
  caret-color: #4ade80;
}

.hover\:caret-green-50:hover {
  caret-color: #f0fdf4;
}

.hover\:caret-green-500:hover {
  caret-color: #22c55e;
}

.hover\:caret-green-600:hover {
  caret-color: #16a34a;
}

.hover\:caret-green-700:hover {
  caret-color: #15803d;
}

.hover\:caret-green-800:hover {
  caret-color: #166534;
}

.hover\:caret-green-900:hover {
  caret-color: #14532d;
}

.hover\:caret-green-950:hover {
  caret-color: #052e16;
}

.hover\:caret-indigo-100:hover {
  caret-color: #e0e7ff;
}

.hover\:caret-indigo-200:hover {
  caret-color: #c7d2fe;
}

.hover\:caret-indigo-300:hover {
  caret-color: #a5b4fc;
}

.hover\:caret-indigo-400:hover {
  caret-color: #818cf8;
}

.hover\:caret-indigo-50:hover {
  caret-color: #eef2ff;
}

.hover\:caret-indigo-500:hover {
  caret-color: #6366f1;
}

.hover\:caret-indigo-600:hover {
  caret-color: #4f46e5;
}

.hover\:caret-indigo-700:hover {
  caret-color: #4338ca;
}

.hover\:caret-indigo-800:hover {
  caret-color: #3730a3;
}

.hover\:caret-indigo-900:hover {
  caret-color: #312e81;
}

.hover\:caret-indigo-950:hover {
  caret-color: #1e1b4b;
}

.hover\:caret-inherit:hover {
  caret-color: inherit;
}

.hover\:caret-lime-100:hover {
  caret-color: #ecfccb;
}

.hover\:caret-lime-200:hover {
  caret-color: #d9f99d;
}

.hover\:caret-lime-300:hover {
  caret-color: #bef264;
}

.hover\:caret-lime-400:hover {
  caret-color: #a3e635;
}

.hover\:caret-lime-50:hover {
  caret-color: #f7fee7;
}

.hover\:caret-lime-500:hover {
  caret-color: #84cc16;
}

.hover\:caret-lime-600:hover {
  caret-color: #65a30d;
}

.hover\:caret-lime-700:hover {
  caret-color: #4d7c0f;
}

.hover\:caret-lime-800:hover {
  caret-color: #3f6212;
}

.hover\:caret-lime-900:hover {
  caret-color: #365314;
}

.hover\:caret-lime-950:hover {
  caret-color: #1a2e05;
}

.hover\:caret-neutral-100:hover {
  caret-color: #f5f5f5;
}

.hover\:caret-neutral-200:hover {
  caret-color: #e5e5e5;
}

.hover\:caret-neutral-300:hover {
  caret-color: #d4d4d4;
}

.hover\:caret-neutral-400:hover {
  caret-color: #a3a3a3;
}

.hover\:caret-neutral-50:hover {
  caret-color: #fafafa;
}

.hover\:caret-neutral-500:hover {
  caret-color: #737373;
}

.hover\:caret-neutral-600:hover {
  caret-color: #525252;
}

.hover\:caret-neutral-700:hover {
  caret-color: #404040;
}

.hover\:caret-neutral-800:hover {
  caret-color: #262626;
}

.hover\:caret-neutral-900:hover {
  caret-color: #171717;
}

.hover\:caret-neutral-950:hover {
  caret-color: #0a0a0a;
}

.hover\:caret-orange-100:hover {
  caret-color: #ffedd5;
}

.hover\:caret-orange-200:hover {
  caret-color: #fed7aa;
}

.hover\:caret-orange-300:hover {
  caret-color: #fdba74;
}

.hover\:caret-orange-400:hover {
  caret-color: #fb923c;
}

.hover\:caret-orange-50:hover {
  caret-color: #fff7ed;
}

.hover\:caret-orange-500:hover {
  caret-color: #f97316;
}

.hover\:caret-orange-600:hover {
  caret-color: #ea580c;
}

.hover\:caret-orange-700:hover {
  caret-color: #c2410c;
}

.hover\:caret-orange-800:hover {
  caret-color: #9a3412;
}

.hover\:caret-orange-900:hover {
  caret-color: #7c2d12;
}

.hover\:caret-orange-950:hover {
  caret-color: #431407;
}

.hover\:caret-pink-100:hover {
  caret-color: #fce7f3;
}

.hover\:caret-pink-200:hover {
  caret-color: #fbcfe8;
}

.hover\:caret-pink-300:hover {
  caret-color: #f9a8d4;
}

.hover\:caret-pink-400:hover {
  caret-color: #f472b6;
}

.hover\:caret-pink-50:hover {
  caret-color: #fdf2f8;
}

.hover\:caret-pink-500:hover {
  caret-color: #ec4899;
}

.hover\:caret-pink-600:hover {
  caret-color: #db2777;
}

.hover\:caret-pink-700:hover {
  caret-color: #be185d;
}

.hover\:caret-pink-800:hover {
  caret-color: #9d174d;
}

.hover\:caret-pink-900:hover {
  caret-color: #831843;
}

.hover\:caret-pink-950:hover {
  caret-color: #500724;
}

.hover\:caret-purple-100:hover {
  caret-color: #f3e8ff;
}

.hover\:caret-purple-200:hover {
  caret-color: #e9d5ff;
}

.hover\:caret-purple-300:hover {
  caret-color: #d8b4fe;
}

.hover\:caret-purple-400:hover {
  caret-color: #c084fc;
}

.hover\:caret-purple-50:hover {
  caret-color: #faf5ff;
}

.hover\:caret-purple-500:hover {
  caret-color: #a855f7;
}

.hover\:caret-purple-600:hover {
  caret-color: #9333ea;
}

.hover\:caret-purple-700:hover {
  caret-color: #7e22ce;
}

.hover\:caret-purple-800:hover {
  caret-color: #6b21a8;
}

.hover\:caret-purple-900:hover {
  caret-color: #581c87;
}

.hover\:caret-purple-950:hover {
  caret-color: #3b0764;
}

.hover\:caret-red-100:hover {
  caret-color: #fee2e2;
}

.hover\:caret-red-200:hover {
  caret-color: #fecaca;
}

.hover\:caret-red-300:hover {
  caret-color: #fca5a5;
}

.hover\:caret-red-400:hover {
  caret-color: #f87171;
}

.hover\:caret-red-50:hover {
  caret-color: #fef2f2;
}

.hover\:caret-red-500:hover {
  caret-color: #ef4444;
}

.hover\:caret-red-600:hover {
  caret-color: #dc2626;
}

.hover\:caret-red-700:hover {
  caret-color: #b91c1c;
}

.hover\:caret-red-800:hover {
  caret-color: #991b1b;
}

.hover\:caret-red-900:hover {
  caret-color: #7f1d1d;
}

.hover\:caret-red-950:hover {
  caret-color: #450a0a;
}

.hover\:caret-rose-100:hover {
  caret-color: #ffe4e6;
}

.hover\:caret-rose-200:hover {
  caret-color: #fecdd3;
}

.hover\:caret-rose-300:hover {
  caret-color: #fda4af;
}

.hover\:caret-rose-400:hover {
  caret-color: #fb7185;
}

.hover\:caret-rose-50:hover {
  caret-color: #fff1f2;
}

.hover\:caret-rose-500:hover {
  caret-color: #f43f5e;
}

.hover\:caret-rose-600:hover {
  caret-color: #e11d48;
}

.hover\:caret-rose-700:hover {
  caret-color: #be123c;
}

.hover\:caret-rose-800:hover {
  caret-color: #9f1239;
}

.hover\:caret-rose-900:hover {
  caret-color: #881337;
}

.hover\:caret-rose-950:hover {
  caret-color: #4c0519;
}

.hover\:caret-sky-100:hover {
  caret-color: #e0f2fe;
}

.hover\:caret-sky-200:hover {
  caret-color: #bae6fd;
}

.hover\:caret-sky-300:hover {
  caret-color: #7dd3fc;
}

.hover\:caret-sky-400:hover {
  caret-color: #38bdf8;
}

.hover\:caret-sky-50:hover {
  caret-color: #f0f9ff;
}

.hover\:caret-sky-500:hover {
  caret-color: #0ea5e9;
}

.hover\:caret-sky-600:hover {
  caret-color: #0284c7;
}

.hover\:caret-sky-700:hover {
  caret-color: #0369a1;
}

.hover\:caret-sky-800:hover {
  caret-color: #075985;
}

.hover\:caret-sky-900:hover {
  caret-color: #0c4a6e;
}

.hover\:caret-sky-950:hover {
  caret-color: #082f49;
}

.hover\:caret-slate-100:hover {
  caret-color: #f1f5f9;
}

.hover\:caret-slate-200:hover {
  caret-color: #e2e8f0;
}

.hover\:caret-slate-300:hover {
  caret-color: #cbd5e1;
}

.hover\:caret-slate-400:hover {
  caret-color: #94a3b8;
}

.hover\:caret-slate-50:hover {
  caret-color: #f8fafc;
}

.hover\:caret-slate-500:hover {
  caret-color: #64748b;
}

.hover\:caret-slate-600:hover {
  caret-color: #475569;
}

.hover\:caret-slate-700:hover {
  caret-color: #334155;
}

.hover\:caret-slate-800:hover {
  caret-color: #1e293b;
}

.hover\:caret-slate-900:hover {
  caret-color: #0f172a;
}

.hover\:caret-slate-950:hover {
  caret-color: #020617;
}

.hover\:caret-stone-100:hover {
  caret-color: #f5f5f4;
}

.hover\:caret-stone-200:hover {
  caret-color: #e7e5e4;
}

.hover\:caret-stone-300:hover {
  caret-color: #d6d3d1;
}

.hover\:caret-stone-400:hover {
  caret-color: #a8a29e;
}

.hover\:caret-stone-50:hover {
  caret-color: #fafaf9;
}

.hover\:caret-stone-500:hover {
  caret-color: #78716c;
}

.hover\:caret-stone-600:hover {
  caret-color: #57534e;
}

.hover\:caret-stone-700:hover {
  caret-color: #44403c;
}

.hover\:caret-stone-800:hover {
  caret-color: #292524;
}

.hover\:caret-stone-900:hover {
  caret-color: #1c1917;
}

.hover\:caret-stone-950:hover {
  caret-color: #0c0a09;
}

.hover\:caret-teal-100:hover {
  caret-color: #ccfbf1;
}

.hover\:caret-teal-200:hover {
  caret-color: #99f6e4;
}

.hover\:caret-teal-300:hover {
  caret-color: #5eead4;
}

.hover\:caret-teal-400:hover {
  caret-color: #2dd4bf;
}

.hover\:caret-teal-50:hover {
  caret-color: #f0fdfa;
}

.hover\:caret-teal-500:hover {
  caret-color: #14b8a6;
}

.hover\:caret-teal-600:hover {
  caret-color: #0d9488;
}

.hover\:caret-teal-700:hover {
  caret-color: #0f766e;
}

.hover\:caret-teal-800:hover {
  caret-color: #115e59;
}

.hover\:caret-teal-900:hover {
  caret-color: #134e4a;
}

.hover\:caret-teal-950:hover {
  caret-color: #042f2e;
}

.hover\:caret-transparent:hover {
  caret-color: transparent;
}

.hover\:caret-violet-100:hover {
  caret-color: #ede9fe;
}

.hover\:caret-violet-200:hover {
  caret-color: #ddd6fe;
}

.hover\:caret-violet-300:hover {
  caret-color: #c4b5fd;
}

.hover\:caret-violet-400:hover {
  caret-color: #a78bfa;
}

.hover\:caret-violet-50:hover {
  caret-color: #f5f3ff;
}

.hover\:caret-violet-500:hover {
  caret-color: #8b5cf6;
}

.hover\:caret-violet-600:hover {
  caret-color: #7c3aed;
}

.hover\:caret-violet-700:hover {
  caret-color: #6d28d9;
}

.hover\:caret-violet-800:hover {
  caret-color: #5b21b6;
}

.hover\:caret-violet-900:hover {
  caret-color: #4c1d95;
}

.hover\:caret-violet-950:hover {
  caret-color: #2e1065;
}

.hover\:caret-white:hover {
  caret-color: #fff;
}

.hover\:caret-yellow-100:hover {
  caret-color: #fef9c3;
}

.hover\:caret-yellow-200:hover {
  caret-color: #fef08a;
}

.hover\:caret-yellow-300:hover {
  caret-color: #fde047;
}

.hover\:caret-yellow-400:hover {
  caret-color: #facc15;
}

.hover\:caret-yellow-50:hover {
  caret-color: #fefce8;
}

.hover\:caret-yellow-500:hover {
  caret-color: #eab308;
}

.hover\:caret-yellow-600:hover {
  caret-color: #ca8a04;
}

.hover\:caret-yellow-700:hover {
  caret-color: #a16207;
}

.hover\:caret-yellow-800:hover {
  caret-color: #854d0e;
}

.hover\:caret-yellow-900:hover {
  caret-color: #713f12;
}

.hover\:caret-yellow-950:hover {
  caret-color: #422006;
}

.hover\:caret-zinc-100:hover {
  caret-color: #f4f4f5;
}

.hover\:caret-zinc-200:hover {
  caret-color: #e4e4e7;
}

.hover\:caret-zinc-300:hover {
  caret-color: #d4d4d8;
}

.hover\:caret-zinc-400:hover {
  caret-color: #a1a1aa;
}

.hover\:caret-zinc-50:hover {
  caret-color: #fafafa;
}

.hover\:caret-zinc-500:hover {
  caret-color: #71717a;
}

.hover\:caret-zinc-600:hover {
  caret-color: #52525b;
}

.hover\:caret-zinc-700:hover {
  caret-color: #3f3f46;
}

.hover\:caret-zinc-800:hover {
  caret-color: #27272a;
}

.hover\:caret-zinc-900:hover {
  caret-color: #18181b;
}

.hover\:caret-zinc-950:hover {
  caret-color: #09090b;
}

.hover\:accent-amber-100:hover {
  accent-color: #fef3c7;
}

.hover\:accent-amber-200:hover {
  accent-color: #fde68a;
}

.hover\:accent-amber-300:hover {
  accent-color: #fcd34d;
}

.hover\:accent-amber-400:hover {
  accent-color: #fbbf24;
}

.hover\:accent-amber-50:hover {
  accent-color: #fffbeb;
}

.hover\:accent-amber-500:hover {
  accent-color: #f59e0b;
}

.hover\:accent-amber-600:hover {
  accent-color: #d97706;
}

.hover\:accent-amber-700:hover {
  accent-color: #b45309;
}

.hover\:accent-amber-800:hover {
  accent-color: #92400e;
}

.hover\:accent-amber-900:hover {
  accent-color: #78350f;
}

.hover\:accent-amber-950:hover {
  accent-color: #451a03;
}

.hover\:accent-black:hover {
  accent-color: #000;
}

.hover\:accent-blue-100:hover {
  accent-color: #dbeafe;
}

.hover\:accent-blue-200:hover {
  accent-color: #bfdbfe;
}

.hover\:accent-blue-300:hover {
  accent-color: #93c5fd;
}

.hover\:accent-blue-400:hover {
  accent-color: #60a5fa;
}

.hover\:accent-blue-50:hover {
  accent-color: #eff6ff;
}

.hover\:accent-blue-500:hover {
  accent-color: #3b82f6;
}

.hover\:accent-blue-600:hover {
  accent-color: #2563eb;
}

.hover\:accent-blue-700:hover {
  accent-color: #1d4ed8;
}

.hover\:accent-blue-800:hover {
  accent-color: #1e40af;
}

.hover\:accent-blue-900:hover {
  accent-color: #1e3a8a;
}

.hover\:accent-blue-950:hover {
  accent-color: #172554;
}

.hover\:accent-current:hover {
  accent-color: currentColor;
}

.hover\:accent-cyan-100:hover {
  accent-color: #cffafe;
}

.hover\:accent-cyan-200:hover {
  accent-color: #a5f3fc;
}

.hover\:accent-cyan-300:hover {
  accent-color: #67e8f9;
}

.hover\:accent-cyan-400:hover {
  accent-color: #22d3ee;
}

.hover\:accent-cyan-50:hover {
  accent-color: #ecfeff;
}

.hover\:accent-cyan-500:hover {
  accent-color: #06b6d4;
}

.hover\:accent-cyan-600:hover {
  accent-color: #0891b2;
}

.hover\:accent-cyan-700:hover {
  accent-color: #0e7490;
}

.hover\:accent-cyan-800:hover {
  accent-color: #155e75;
}

.hover\:accent-cyan-900:hover {
  accent-color: #164e63;
}

.hover\:accent-cyan-950:hover {
  accent-color: #083344;
}

.hover\:accent-emerald-100:hover {
  accent-color: #d1fae5;
}

.hover\:accent-emerald-200:hover {
  accent-color: #a7f3d0;
}

.hover\:accent-emerald-300:hover {
  accent-color: #6ee7b7;
}

.hover\:accent-emerald-400:hover {
  accent-color: #34d399;
}

.hover\:accent-emerald-50:hover {
  accent-color: #ecfdf5;
}

.hover\:accent-emerald-500:hover {
  accent-color: #10b981;
}

.hover\:accent-emerald-600:hover {
  accent-color: #059669;
}

.hover\:accent-emerald-700:hover {
  accent-color: #047857;
}

.hover\:accent-emerald-800:hover {
  accent-color: #065f46;
}

.hover\:accent-emerald-900:hover {
  accent-color: #064e3b;
}

.hover\:accent-emerald-950:hover {
  accent-color: #022c22;
}

.hover\:accent-fuchsia-100:hover {
  accent-color: #fae8ff;
}

.hover\:accent-fuchsia-200:hover {
  accent-color: #f5d0fe;
}

.hover\:accent-fuchsia-300:hover {
  accent-color: #f0abfc;
}

.hover\:accent-fuchsia-400:hover {
  accent-color: #e879f9;
}

.hover\:accent-fuchsia-50:hover {
  accent-color: #fdf4ff;
}

.hover\:accent-fuchsia-500:hover {
  accent-color: #d946ef;
}

.hover\:accent-fuchsia-600:hover {
  accent-color: #c026d3;
}

.hover\:accent-fuchsia-700:hover {
  accent-color: #a21caf;
}

.hover\:accent-fuchsia-800:hover {
  accent-color: #86198f;
}

.hover\:accent-fuchsia-900:hover {
  accent-color: #701a75;
}

.hover\:accent-fuchsia-950:hover {
  accent-color: #4a044e;
}

.hover\:accent-gray-100:hover {
  accent-color: #f3f4f6;
}

.hover\:accent-gray-200:hover {
  accent-color: #e5e7eb;
}

.hover\:accent-gray-300:hover {
  accent-color: #d1d5db;
}

.hover\:accent-gray-400:hover {
  accent-color: #9ca3af;
}

.hover\:accent-gray-50:hover {
  accent-color: #f9fafb;
}

.hover\:accent-gray-500:hover {
  accent-color: #6b7280;
}

.hover\:accent-gray-600:hover {
  accent-color: #4b5563;
}

.hover\:accent-gray-700:hover {
  accent-color: #374151;
}

.hover\:accent-gray-800:hover {
  accent-color: #1f2937;
}

.hover\:accent-gray-900:hover {
  accent-color: #111827;
}

.hover\:accent-gray-950:hover {
  accent-color: #030712;
}

.hover\:accent-green-100:hover {
  accent-color: #dcfce7;
}

.hover\:accent-green-200:hover {
  accent-color: #bbf7d0;
}

.hover\:accent-green-300:hover {
  accent-color: #86efac;
}

.hover\:accent-green-400:hover {
  accent-color: #4ade80;
}

.hover\:accent-green-50:hover {
  accent-color: #f0fdf4;
}

.hover\:accent-green-500:hover {
  accent-color: #22c55e;
}

.hover\:accent-green-600:hover {
  accent-color: #16a34a;
}

.hover\:accent-green-700:hover {
  accent-color: #15803d;
}

.hover\:accent-green-800:hover {
  accent-color: #166534;
}

.hover\:accent-green-900:hover {
  accent-color: #14532d;
}

.hover\:accent-green-950:hover {
  accent-color: #052e16;
}

.hover\:accent-indigo-100:hover {
  accent-color: #e0e7ff;
}

.hover\:accent-indigo-200:hover {
  accent-color: #c7d2fe;
}

.hover\:accent-indigo-300:hover {
  accent-color: #a5b4fc;
}

.hover\:accent-indigo-400:hover {
  accent-color: #818cf8;
}

.hover\:accent-indigo-50:hover {
  accent-color: #eef2ff;
}

.hover\:accent-indigo-500:hover {
  accent-color: #6366f1;
}

.hover\:accent-indigo-600:hover {
  accent-color: #4f46e5;
}

.hover\:accent-indigo-700:hover {
  accent-color: #4338ca;
}

.hover\:accent-indigo-800:hover {
  accent-color: #3730a3;
}

.hover\:accent-indigo-900:hover {
  accent-color: #312e81;
}

.hover\:accent-indigo-950:hover {
  accent-color: #1e1b4b;
}

.hover\:accent-inherit:hover {
  accent-color: inherit;
}

.hover\:accent-lime-100:hover {
  accent-color: #ecfccb;
}

.hover\:accent-lime-200:hover {
  accent-color: #d9f99d;
}

.hover\:accent-lime-300:hover {
  accent-color: #bef264;
}

.hover\:accent-lime-400:hover {
  accent-color: #a3e635;
}

.hover\:accent-lime-50:hover {
  accent-color: #f7fee7;
}

.hover\:accent-lime-500:hover {
  accent-color: #84cc16;
}

.hover\:accent-lime-600:hover {
  accent-color: #65a30d;
}

.hover\:accent-lime-700:hover {
  accent-color: #4d7c0f;
}

.hover\:accent-lime-800:hover {
  accent-color: #3f6212;
}

.hover\:accent-lime-900:hover {
  accent-color: #365314;
}

.hover\:accent-lime-950:hover {
  accent-color: #1a2e05;
}

.hover\:accent-neutral-100:hover {
  accent-color: #f5f5f5;
}

.hover\:accent-neutral-200:hover {
  accent-color: #e5e5e5;
}

.hover\:accent-neutral-300:hover {
  accent-color: #d4d4d4;
}

.hover\:accent-neutral-400:hover {
  accent-color: #a3a3a3;
}

.hover\:accent-neutral-50:hover {
  accent-color: #fafafa;
}

.hover\:accent-neutral-500:hover {
  accent-color: #737373;
}

.hover\:accent-neutral-600:hover {
  accent-color: #525252;
}

.hover\:accent-neutral-700:hover {
  accent-color: #404040;
}

.hover\:accent-neutral-800:hover {
  accent-color: #262626;
}

.hover\:accent-neutral-900:hover {
  accent-color: #171717;
}

.hover\:accent-neutral-950:hover {
  accent-color: #0a0a0a;
}

.hover\:accent-orange-100:hover {
  accent-color: #ffedd5;
}

.hover\:accent-orange-200:hover {
  accent-color: #fed7aa;
}

.hover\:accent-orange-300:hover {
  accent-color: #fdba74;
}

.hover\:accent-orange-400:hover {
  accent-color: #fb923c;
}

.hover\:accent-orange-50:hover {
  accent-color: #fff7ed;
}

.hover\:accent-orange-500:hover {
  accent-color: #f97316;
}

.hover\:accent-orange-600:hover {
  accent-color: #ea580c;
}

.hover\:accent-orange-700:hover {
  accent-color: #c2410c;
}

.hover\:accent-orange-800:hover {
  accent-color: #9a3412;
}

.hover\:accent-orange-900:hover {
  accent-color: #7c2d12;
}

.hover\:accent-orange-950:hover {
  accent-color: #431407;
}

.hover\:accent-pink-100:hover {
  accent-color: #fce7f3;
}

.hover\:accent-pink-200:hover {
  accent-color: #fbcfe8;
}

.hover\:accent-pink-300:hover {
  accent-color: #f9a8d4;
}

.hover\:accent-pink-400:hover {
  accent-color: #f472b6;
}

.hover\:accent-pink-50:hover {
  accent-color: #fdf2f8;
}

.hover\:accent-pink-500:hover {
  accent-color: #ec4899;
}

.hover\:accent-pink-600:hover {
  accent-color: #db2777;
}

.hover\:accent-pink-700:hover {
  accent-color: #be185d;
}

.hover\:accent-pink-800:hover {
  accent-color: #9d174d;
}

.hover\:accent-pink-900:hover {
  accent-color: #831843;
}

.hover\:accent-pink-950:hover {
  accent-color: #500724;
}

.hover\:accent-purple-100:hover {
  accent-color: #f3e8ff;
}

.hover\:accent-purple-200:hover {
  accent-color: #e9d5ff;
}

.hover\:accent-purple-300:hover {
  accent-color: #d8b4fe;
}

.hover\:accent-purple-400:hover {
  accent-color: #c084fc;
}

.hover\:accent-purple-50:hover {
  accent-color: #faf5ff;
}

.hover\:accent-purple-500:hover {
  accent-color: #a855f7;
}

.hover\:accent-purple-600:hover {
  accent-color: #9333ea;
}

.hover\:accent-purple-700:hover {
  accent-color: #7e22ce;
}

.hover\:accent-purple-800:hover {
  accent-color: #6b21a8;
}

.hover\:accent-purple-900:hover {
  accent-color: #581c87;
}

.hover\:accent-purple-950:hover {
  accent-color: #3b0764;
}

.hover\:accent-red-100:hover {
  accent-color: #fee2e2;
}

.hover\:accent-red-200:hover {
  accent-color: #fecaca;
}

.hover\:accent-red-300:hover {
  accent-color: #fca5a5;
}

.hover\:accent-red-400:hover {
  accent-color: #f87171;
}

.hover\:accent-red-50:hover {
  accent-color: #fef2f2;
}

.hover\:accent-red-500:hover {
  accent-color: #ef4444;
}

.hover\:accent-red-600:hover {
  accent-color: #dc2626;
}

.hover\:accent-red-700:hover {
  accent-color: #b91c1c;
}

.hover\:accent-red-800:hover {
  accent-color: #991b1b;
}

.hover\:accent-red-900:hover {
  accent-color: #7f1d1d;
}

.hover\:accent-red-950:hover {
  accent-color: #450a0a;
}

.hover\:accent-rose-100:hover {
  accent-color: #ffe4e6;
}

.hover\:accent-rose-200:hover {
  accent-color: #fecdd3;
}

.hover\:accent-rose-300:hover {
  accent-color: #fda4af;
}

.hover\:accent-rose-400:hover {
  accent-color: #fb7185;
}

.hover\:accent-rose-50:hover {
  accent-color: #fff1f2;
}

.hover\:accent-rose-500:hover {
  accent-color: #f43f5e;
}

.hover\:accent-rose-600:hover {
  accent-color: #e11d48;
}

.hover\:accent-rose-700:hover {
  accent-color: #be123c;
}

.hover\:accent-rose-800:hover {
  accent-color: #9f1239;
}

.hover\:accent-rose-900:hover {
  accent-color: #881337;
}

.hover\:accent-rose-950:hover {
  accent-color: #4c0519;
}

.hover\:accent-sky-100:hover {
  accent-color: #e0f2fe;
}

.hover\:accent-sky-200:hover {
  accent-color: #bae6fd;
}

.hover\:accent-sky-300:hover {
  accent-color: #7dd3fc;
}

.hover\:accent-sky-400:hover {
  accent-color: #38bdf8;
}

.hover\:accent-sky-50:hover {
  accent-color: #f0f9ff;
}

.hover\:accent-sky-500:hover {
  accent-color: #0ea5e9;
}

.hover\:accent-sky-600:hover {
  accent-color: #0284c7;
}

.hover\:accent-sky-700:hover {
  accent-color: #0369a1;
}

.hover\:accent-sky-800:hover {
  accent-color: #075985;
}

.hover\:accent-sky-900:hover {
  accent-color: #0c4a6e;
}

.hover\:accent-sky-950:hover {
  accent-color: #082f49;
}

.hover\:accent-slate-100:hover {
  accent-color: #f1f5f9;
}

.hover\:accent-slate-200:hover {
  accent-color: #e2e8f0;
}

.hover\:accent-slate-300:hover {
  accent-color: #cbd5e1;
}

.hover\:accent-slate-400:hover {
  accent-color: #94a3b8;
}

.hover\:accent-slate-50:hover {
  accent-color: #f8fafc;
}

.hover\:accent-slate-500:hover {
  accent-color: #64748b;
}

.hover\:accent-slate-600:hover {
  accent-color: #475569;
}

.hover\:accent-slate-700:hover {
  accent-color: #334155;
}

.hover\:accent-slate-800:hover {
  accent-color: #1e293b;
}

.hover\:accent-slate-900:hover {
  accent-color: #0f172a;
}

.hover\:accent-slate-950:hover {
  accent-color: #020617;
}

.hover\:accent-stone-100:hover {
  accent-color: #f5f5f4;
}

.hover\:accent-stone-200:hover {
  accent-color: #e7e5e4;
}

.hover\:accent-stone-300:hover {
  accent-color: #d6d3d1;
}

.hover\:accent-stone-400:hover {
  accent-color: #a8a29e;
}

.hover\:accent-stone-50:hover {
  accent-color: #fafaf9;
}

.hover\:accent-stone-500:hover {
  accent-color: #78716c;
}

.hover\:accent-stone-600:hover {
  accent-color: #57534e;
}

.hover\:accent-stone-700:hover {
  accent-color: #44403c;
}

.hover\:accent-stone-800:hover {
  accent-color: #292524;
}

.hover\:accent-stone-900:hover {
  accent-color: #1c1917;
}

.hover\:accent-stone-950:hover {
  accent-color: #0c0a09;
}

.hover\:accent-teal-100:hover {
  accent-color: #ccfbf1;
}

.hover\:accent-teal-200:hover {
  accent-color: #99f6e4;
}

.hover\:accent-teal-300:hover {
  accent-color: #5eead4;
}

.hover\:accent-teal-400:hover {
  accent-color: #2dd4bf;
}

.hover\:accent-teal-50:hover {
  accent-color: #f0fdfa;
}

.hover\:accent-teal-500:hover {
  accent-color: #14b8a6;
}

.hover\:accent-teal-600:hover {
  accent-color: #0d9488;
}

.hover\:accent-teal-700:hover {
  accent-color: #0f766e;
}

.hover\:accent-teal-800:hover {
  accent-color: #115e59;
}

.hover\:accent-teal-900:hover {
  accent-color: #134e4a;
}

.hover\:accent-teal-950:hover {
  accent-color: #042f2e;
}

.hover\:accent-transparent:hover {
  accent-color: transparent;
}

.hover\:accent-violet-100:hover {
  accent-color: #ede9fe;
}

.hover\:accent-violet-200:hover {
  accent-color: #ddd6fe;
}

.hover\:accent-violet-300:hover {
  accent-color: #c4b5fd;
}

.hover\:accent-violet-400:hover {
  accent-color: #a78bfa;
}

.hover\:accent-violet-50:hover {
  accent-color: #f5f3ff;
}

.hover\:accent-violet-500:hover {
  accent-color: #8b5cf6;
}

.hover\:accent-violet-600:hover {
  accent-color: #7c3aed;
}

.hover\:accent-violet-700:hover {
  accent-color: #6d28d9;
}

.hover\:accent-violet-800:hover {
  accent-color: #5b21b6;
}

.hover\:accent-violet-900:hover {
  accent-color: #4c1d95;
}

.hover\:accent-violet-950:hover {
  accent-color: #2e1065;
}

.hover\:accent-white:hover {
  accent-color: #fff;
}

.hover\:accent-yellow-100:hover {
  accent-color: #fef9c3;
}

.hover\:accent-yellow-200:hover {
  accent-color: #fef08a;
}

.hover\:accent-yellow-300:hover {
  accent-color: #fde047;
}

.hover\:accent-yellow-400:hover {
  accent-color: #facc15;
}

.hover\:accent-yellow-50:hover {
  accent-color: #fefce8;
}

.hover\:accent-yellow-500:hover {
  accent-color: #eab308;
}

.hover\:accent-yellow-600:hover {
  accent-color: #ca8a04;
}

.hover\:accent-yellow-700:hover {
  accent-color: #a16207;
}

.hover\:accent-yellow-800:hover {
  accent-color: #854d0e;
}

.hover\:accent-yellow-900:hover {
  accent-color: #713f12;
}

.hover\:accent-yellow-950:hover {
  accent-color: #422006;
}

.hover\:accent-zinc-100:hover {
  accent-color: #f4f4f5;
}

.hover\:accent-zinc-200:hover {
  accent-color: #e4e4e7;
}

.hover\:accent-zinc-300:hover {
  accent-color: #d4d4d8;
}

.hover\:accent-zinc-400:hover {
  accent-color: #a1a1aa;
}

.hover\:accent-zinc-50:hover {
  accent-color: #fafafa;
}

.hover\:accent-zinc-500:hover {
  accent-color: #71717a;
}

.hover\:accent-zinc-600:hover {
  accent-color: #52525b;
}

.hover\:accent-zinc-700:hover {
  accent-color: #3f3f46;
}

.hover\:accent-zinc-800:hover {
  accent-color: #27272a;
}

.hover\:accent-zinc-900:hover {
  accent-color: #18181b;
}

.hover\:accent-zinc-950:hover {
  accent-color: #09090b;
}

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

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

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

.hover\:shadow-2xl:hover {
  --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);
}

.hover\:shadow-\[0_0_30px_rgba\(147\2c 51\2c 234\2c 0\.6\)\]:hover {
  --tw-shadow: 0 0 30px rgba(147,51,234,0.6);
  --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);
}

.hover\:shadow-\[0_0_40px_rgba\(147\2c 51\2c 234\2c 0\.8\)\]:hover {
  --tw-shadow: 0 0 40px rgba(147,51,234,0.8);
  --tw-shadow-colored: 0 0 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-\[0_0_50px_rgba\(147\2c 51\2c 234\2c 0\.6\)\]:hover {
  --tw-shadow: 0 0 50px rgba(147,51,234,0.6);
  --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);
}

.hover\:shadow-\[0_0_60px_rgba\(234\2c 179\2c 8\2c 0\.6\)\]:hover {
  --tw-shadow: 0 0 60px rgba(234,179,8,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);
}

.hover\:shadow-lg:hover {
  --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);
}

.hover\:shadow-md:hover {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover {
  --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);
}

.hover\:shadow-blue-500\/25:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/25:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:outline-amber-100:hover {
  outline-color: #fef3c7;
}

.hover\:outline-amber-200:hover {
  outline-color: #fde68a;
}

.hover\:outline-amber-300:hover {
  outline-color: #fcd34d;
}

.hover\:outline-amber-400:hover {
  outline-color: #fbbf24;
}

.hover\:outline-amber-50:hover {
  outline-color: #fffbeb;
}

.hover\:outline-amber-500:hover {
  outline-color: #f59e0b;
}

.hover\:outline-amber-600:hover {
  outline-color: #d97706;
}

.hover\:outline-amber-700:hover {
  outline-color: #b45309;
}

.hover\:outline-amber-800:hover {
  outline-color: #92400e;
}

.hover\:outline-amber-900:hover {
  outline-color: #78350f;
}

.hover\:outline-amber-950:hover {
  outline-color: #451a03;
}

.hover\:outline-black:hover {
  outline-color: #000;
}

.hover\:outline-blue-100:hover {
  outline-color: #dbeafe;
}

.hover\:outline-blue-200:hover {
  outline-color: #bfdbfe;
}

.hover\:outline-blue-300:hover {
  outline-color: #93c5fd;
}

.hover\:outline-blue-400:hover {
  outline-color: #60a5fa;
}

.hover\:outline-blue-50:hover {
  outline-color: #eff6ff;
}

.hover\:outline-blue-500:hover {
  outline-color: #3b82f6;
}

.hover\:outline-blue-600:hover {
  outline-color: #2563eb;
}

.hover\:outline-blue-700:hover {
  outline-color: #1d4ed8;
}

.hover\:outline-blue-800:hover {
  outline-color: #1e40af;
}

.hover\:outline-blue-900:hover {
  outline-color: #1e3a8a;
}

.hover\:outline-blue-950:hover {
  outline-color: #172554;
}

.hover\:outline-current:hover {
  outline-color: currentColor;
}

.hover\:outline-cyan-100:hover {
  outline-color: #cffafe;
}

.hover\:outline-cyan-200:hover {
  outline-color: #a5f3fc;
}

.hover\:outline-cyan-300:hover {
  outline-color: #67e8f9;
}

.hover\:outline-cyan-400:hover {
  outline-color: #22d3ee;
}

.hover\:outline-cyan-50:hover {
  outline-color: #ecfeff;
}

.hover\:outline-cyan-500:hover {
  outline-color: #06b6d4;
}

.hover\:outline-cyan-600:hover {
  outline-color: #0891b2;
}

.hover\:outline-cyan-700:hover {
  outline-color: #0e7490;
}

.hover\:outline-cyan-800:hover {
  outline-color: #155e75;
}

.hover\:outline-cyan-900:hover {
  outline-color: #164e63;
}

.hover\:outline-cyan-950:hover {
  outline-color: #083344;
}

.hover\:outline-emerald-100:hover {
  outline-color: #d1fae5;
}

.hover\:outline-emerald-200:hover {
  outline-color: #a7f3d0;
}

.hover\:outline-emerald-300:hover {
  outline-color: #6ee7b7;
}

.hover\:outline-emerald-400:hover {
  outline-color: #34d399;
}

.hover\:outline-emerald-50:hover {
  outline-color: #ecfdf5;
}

.hover\:outline-emerald-500:hover {
  outline-color: #10b981;
}

.hover\:outline-emerald-600:hover {
  outline-color: #059669;
}

.hover\:outline-emerald-700:hover {
  outline-color: #047857;
}

.hover\:outline-emerald-800:hover {
  outline-color: #065f46;
}

.hover\:outline-emerald-900:hover {
  outline-color: #064e3b;
}

.hover\:outline-emerald-950:hover {
  outline-color: #022c22;
}

.hover\:outline-fuchsia-100:hover {
  outline-color: #fae8ff;
}

.hover\:outline-fuchsia-200:hover {
  outline-color: #f5d0fe;
}

.hover\:outline-fuchsia-300:hover {
  outline-color: #f0abfc;
}

.hover\:outline-fuchsia-400:hover {
  outline-color: #e879f9;
}

.hover\:outline-fuchsia-50:hover {
  outline-color: #fdf4ff;
}

.hover\:outline-fuchsia-500:hover {
  outline-color: #d946ef;
}

.hover\:outline-fuchsia-600:hover {
  outline-color: #c026d3;
}

.hover\:outline-fuchsia-700:hover {
  outline-color: #a21caf;
}

.hover\:outline-fuchsia-800:hover {
  outline-color: #86198f;
}

.hover\:outline-fuchsia-900:hover {
  outline-color: #701a75;
}

.hover\:outline-fuchsia-950:hover {
  outline-color: #4a044e;
}

.hover\:outline-gray-100:hover {
  outline-color: #f3f4f6;
}

.hover\:outline-gray-200:hover {
  outline-color: #e5e7eb;
}

.hover\:outline-gray-300:hover {
  outline-color: #d1d5db;
}

.hover\:outline-gray-400:hover {
  outline-color: #9ca3af;
}

.hover\:outline-gray-50:hover {
  outline-color: #f9fafb;
}

.hover\:outline-gray-500:hover {
  outline-color: #6b7280;
}

.hover\:outline-gray-600:hover {
  outline-color: #4b5563;
}

.hover\:outline-gray-700:hover {
  outline-color: #374151;
}

.hover\:outline-gray-800:hover {
  outline-color: #1f2937;
}

.hover\:outline-gray-900:hover {
  outline-color: #111827;
}

.hover\:outline-gray-950:hover {
  outline-color: #030712;
}

.hover\:outline-green-100:hover {
  outline-color: #dcfce7;
}

.hover\:outline-green-200:hover {
  outline-color: #bbf7d0;
}

.hover\:outline-green-300:hover {
  outline-color: #86efac;
}

.hover\:outline-green-400:hover {
  outline-color: #4ade80;
}

.hover\:outline-green-50:hover {
  outline-color: #f0fdf4;
}

.hover\:outline-green-500:hover {
  outline-color: #22c55e;
}

.hover\:outline-green-600:hover {
  outline-color: #16a34a;
}

.hover\:outline-green-700:hover {
  outline-color: #15803d;
}

.hover\:outline-green-800:hover {
  outline-color: #166534;
}

.hover\:outline-green-900:hover {
  outline-color: #14532d;
}

.hover\:outline-green-950:hover {
  outline-color: #052e16;
}

.hover\:outline-indigo-100:hover {
  outline-color: #e0e7ff;
}

.hover\:outline-indigo-200:hover {
  outline-color: #c7d2fe;
}

.hover\:outline-indigo-300:hover {
  outline-color: #a5b4fc;
}

.hover\:outline-indigo-400:hover {
  outline-color: #818cf8;
}

.hover\:outline-indigo-50:hover {
  outline-color: #eef2ff;
}

.hover\:outline-indigo-500:hover {
  outline-color: #6366f1;
}

.hover\:outline-indigo-600:hover {
  outline-color: #4f46e5;
}

.hover\:outline-indigo-700:hover {
  outline-color: #4338ca;
}

.hover\:outline-indigo-800:hover {
  outline-color: #3730a3;
}

.hover\:outline-indigo-900:hover {
  outline-color: #312e81;
}

.hover\:outline-indigo-950:hover {
  outline-color: #1e1b4b;
}

.hover\:outline-inherit:hover {
  outline-color: inherit;
}

.hover\:outline-lime-100:hover {
  outline-color: #ecfccb;
}

.hover\:outline-lime-200:hover {
  outline-color: #d9f99d;
}

.hover\:outline-lime-300:hover {
  outline-color: #bef264;
}

.hover\:outline-lime-400:hover {
  outline-color: #a3e635;
}

.hover\:outline-lime-50:hover {
  outline-color: #f7fee7;
}

.hover\:outline-lime-500:hover {
  outline-color: #84cc16;
}

.hover\:outline-lime-600:hover {
  outline-color: #65a30d;
}

.hover\:outline-lime-700:hover {
  outline-color: #4d7c0f;
}

.hover\:outline-lime-800:hover {
  outline-color: #3f6212;
}

.hover\:outline-lime-900:hover {
  outline-color: #365314;
}

.hover\:outline-lime-950:hover {
  outline-color: #1a2e05;
}

.hover\:outline-neutral-100:hover {
  outline-color: #f5f5f5;
}

.hover\:outline-neutral-200:hover {
  outline-color: #e5e5e5;
}

.hover\:outline-neutral-300:hover {
  outline-color: #d4d4d4;
}

.hover\:outline-neutral-400:hover {
  outline-color: #a3a3a3;
}

.hover\:outline-neutral-50:hover {
  outline-color: #fafafa;
}

.hover\:outline-neutral-500:hover {
  outline-color: #737373;
}

.hover\:outline-neutral-600:hover {
  outline-color: #525252;
}

.hover\:outline-neutral-700:hover {
  outline-color: #404040;
}

.hover\:outline-neutral-800:hover {
  outline-color: #262626;
}

.hover\:outline-neutral-900:hover {
  outline-color: #171717;
}

.hover\:outline-neutral-950:hover {
  outline-color: #0a0a0a;
}

.hover\:outline-orange-100:hover {
  outline-color: #ffedd5;
}

.hover\:outline-orange-200:hover {
  outline-color: #fed7aa;
}

.hover\:outline-orange-300:hover {
  outline-color: #fdba74;
}

.hover\:outline-orange-400:hover {
  outline-color: #fb923c;
}

.hover\:outline-orange-50:hover {
  outline-color: #fff7ed;
}

.hover\:outline-orange-500:hover {
  outline-color: #f97316;
}

.hover\:outline-orange-600:hover {
  outline-color: #ea580c;
}

.hover\:outline-orange-700:hover {
  outline-color: #c2410c;
}

.hover\:outline-orange-800:hover {
  outline-color: #9a3412;
}

.hover\:outline-orange-900:hover {
  outline-color: #7c2d12;
}

.hover\:outline-orange-950:hover {
  outline-color: #431407;
}

.hover\:outline-pink-100:hover {
  outline-color: #fce7f3;
}

.hover\:outline-pink-200:hover {
  outline-color: #fbcfe8;
}

.hover\:outline-pink-300:hover {
  outline-color: #f9a8d4;
}

.hover\:outline-pink-400:hover {
  outline-color: #f472b6;
}

.hover\:outline-pink-50:hover {
  outline-color: #fdf2f8;
}

.hover\:outline-pink-500:hover {
  outline-color: #ec4899;
}

.hover\:outline-pink-600:hover {
  outline-color: #db2777;
}

.hover\:outline-pink-700:hover {
  outline-color: #be185d;
}

.hover\:outline-pink-800:hover {
  outline-color: #9d174d;
}

.hover\:outline-pink-900:hover {
  outline-color: #831843;
}

.hover\:outline-pink-950:hover {
  outline-color: #500724;
}

.hover\:outline-purple-100:hover {
  outline-color: #f3e8ff;
}

.hover\:outline-purple-200:hover {
  outline-color: #e9d5ff;
}

.hover\:outline-purple-300:hover {
  outline-color: #d8b4fe;
}

.hover\:outline-purple-400:hover {
  outline-color: #c084fc;
}

.hover\:outline-purple-50:hover {
  outline-color: #faf5ff;
}

.hover\:outline-purple-500:hover {
  outline-color: #a855f7;
}

.hover\:outline-purple-600:hover {
  outline-color: #9333ea;
}

.hover\:outline-purple-700:hover {
  outline-color: #7e22ce;
}

.hover\:outline-purple-800:hover {
  outline-color: #6b21a8;
}

.hover\:outline-purple-900:hover {
  outline-color: #581c87;
}

.hover\:outline-purple-950:hover {
  outline-color: #3b0764;
}

.hover\:outline-red-100:hover {
  outline-color: #fee2e2;
}

.hover\:outline-red-200:hover {
  outline-color: #fecaca;
}

.hover\:outline-red-300:hover {
  outline-color: #fca5a5;
}

.hover\:outline-red-400:hover {
  outline-color: #f87171;
}

.hover\:outline-red-50:hover {
  outline-color: #fef2f2;
}

.hover\:outline-red-500:hover {
  outline-color: #ef4444;
}

.hover\:outline-red-600:hover {
  outline-color: #dc2626;
}

.hover\:outline-red-700:hover {
  outline-color: #b91c1c;
}

.hover\:outline-red-800:hover {
  outline-color: #991b1b;
}

.hover\:outline-red-900:hover {
  outline-color: #7f1d1d;
}

.hover\:outline-red-950:hover {
  outline-color: #450a0a;
}

.hover\:outline-rose-100:hover {
  outline-color: #ffe4e6;
}

.hover\:outline-rose-200:hover {
  outline-color: #fecdd3;
}

.hover\:outline-rose-300:hover {
  outline-color: #fda4af;
}

.hover\:outline-rose-400:hover {
  outline-color: #fb7185;
}

.hover\:outline-rose-50:hover {
  outline-color: #fff1f2;
}

.hover\:outline-rose-500:hover {
  outline-color: #f43f5e;
}

.hover\:outline-rose-600:hover {
  outline-color: #e11d48;
}

.hover\:outline-rose-700:hover {
  outline-color: #be123c;
}

.hover\:outline-rose-800:hover {
  outline-color: #9f1239;
}

.hover\:outline-rose-900:hover {
  outline-color: #881337;
}

.hover\:outline-rose-950:hover {
  outline-color: #4c0519;
}

.hover\:outline-sky-100:hover {
  outline-color: #e0f2fe;
}

.hover\:outline-sky-200:hover {
  outline-color: #bae6fd;
}

.hover\:outline-sky-300:hover {
  outline-color: #7dd3fc;
}

.hover\:outline-sky-400:hover {
  outline-color: #38bdf8;
}

.hover\:outline-sky-50:hover {
  outline-color: #f0f9ff;
}

.hover\:outline-sky-500:hover {
  outline-color: #0ea5e9;
}

.hover\:outline-sky-600:hover {
  outline-color: #0284c7;
}

.hover\:outline-sky-700:hover {
  outline-color: #0369a1;
}

.hover\:outline-sky-800:hover {
  outline-color: #075985;
}

.hover\:outline-sky-900:hover {
  outline-color: #0c4a6e;
}

.hover\:outline-sky-950:hover {
  outline-color: #082f49;
}

.hover\:outline-slate-100:hover {
  outline-color: #f1f5f9;
}

.hover\:outline-slate-200:hover {
  outline-color: #e2e8f0;
}

.hover\:outline-slate-300:hover {
  outline-color: #cbd5e1;
}

.hover\:outline-slate-400:hover {
  outline-color: #94a3b8;
}

.hover\:outline-slate-50:hover {
  outline-color: #f8fafc;
}

.hover\:outline-slate-500:hover {
  outline-color: #64748b;
}

.hover\:outline-slate-600:hover {
  outline-color: #475569;
}

.hover\:outline-slate-700:hover {
  outline-color: #334155;
}

.hover\:outline-slate-800:hover {
  outline-color: #1e293b;
}

.hover\:outline-slate-900:hover {
  outline-color: #0f172a;
}

.hover\:outline-slate-950:hover {
  outline-color: #020617;
}

.hover\:outline-stone-100:hover {
  outline-color: #f5f5f4;
}

.hover\:outline-stone-200:hover {
  outline-color: #e7e5e4;
}

.hover\:outline-stone-300:hover {
  outline-color: #d6d3d1;
}

.hover\:outline-stone-400:hover {
  outline-color: #a8a29e;
}

.hover\:outline-stone-50:hover {
  outline-color: #fafaf9;
}

.hover\:outline-stone-500:hover {
  outline-color: #78716c;
}

.hover\:outline-stone-600:hover {
  outline-color: #57534e;
}

.hover\:outline-stone-700:hover {
  outline-color: #44403c;
}

.hover\:outline-stone-800:hover {
  outline-color: #292524;
}

.hover\:outline-stone-900:hover {
  outline-color: #1c1917;
}

.hover\:outline-stone-950:hover {
  outline-color: #0c0a09;
}

.hover\:outline-teal-100:hover {
  outline-color: #ccfbf1;
}

.hover\:outline-teal-200:hover {
  outline-color: #99f6e4;
}

.hover\:outline-teal-300:hover {
  outline-color: #5eead4;
}

.hover\:outline-teal-400:hover {
  outline-color: #2dd4bf;
}

.hover\:outline-teal-50:hover {
  outline-color: #f0fdfa;
}

.hover\:outline-teal-500:hover {
  outline-color: #14b8a6;
}

.hover\:outline-teal-600:hover {
  outline-color: #0d9488;
}

.hover\:outline-teal-700:hover {
  outline-color: #0f766e;
}

.hover\:outline-teal-800:hover {
  outline-color: #115e59;
}

.hover\:outline-teal-900:hover {
  outline-color: #134e4a;
}

.hover\:outline-teal-950:hover {
  outline-color: #042f2e;
}

.hover\:outline-transparent:hover {
  outline-color: transparent;
}

.hover\:outline-violet-100:hover {
  outline-color: #ede9fe;
}

.hover\:outline-violet-200:hover {
  outline-color: #ddd6fe;
}

.hover\:outline-violet-300:hover {
  outline-color: #c4b5fd;
}

.hover\:outline-violet-400:hover {
  outline-color: #a78bfa;
}

.hover\:outline-violet-50:hover {
  outline-color: #f5f3ff;
}

.hover\:outline-violet-500:hover {
  outline-color: #8b5cf6;
}

.hover\:outline-violet-600:hover {
  outline-color: #7c3aed;
}

.hover\:outline-violet-700:hover {
  outline-color: #6d28d9;
}

.hover\:outline-violet-800:hover {
  outline-color: #5b21b6;
}

.hover\:outline-violet-900:hover {
  outline-color: #4c1d95;
}

.hover\:outline-violet-950:hover {
  outline-color: #2e1065;
}

.hover\:outline-white:hover {
  outline-color: #fff;
}

.hover\:outline-yellow-100:hover {
  outline-color: #fef9c3;
}

.hover\:outline-yellow-200:hover {
  outline-color: #fef08a;
}

.hover\:outline-yellow-300:hover {
  outline-color: #fde047;
}

.hover\:outline-yellow-400:hover {
  outline-color: #facc15;
}

.hover\:outline-yellow-50:hover {
  outline-color: #fefce8;
}

.hover\:outline-yellow-500:hover {
  outline-color: #eab308;
}

.hover\:outline-yellow-600:hover {
  outline-color: #ca8a04;
}

.hover\:outline-yellow-700:hover {
  outline-color: #a16207;
}

.hover\:outline-yellow-800:hover {
  outline-color: #854d0e;
}

.hover\:outline-yellow-900:hover {
  outline-color: #713f12;
}

.hover\:outline-yellow-950:hover {
  outline-color: #422006;
}

.hover\:outline-zinc-100:hover {
  outline-color: #f4f4f5;
}

.hover\:outline-zinc-200:hover {
  outline-color: #e4e4e7;
}

.hover\:outline-zinc-300:hover {
  outline-color: #d4d4d8;
}

.hover\:outline-zinc-400:hover {
  outline-color: #a1a1aa;
}

.hover\:outline-zinc-50:hover {
  outline-color: #fafafa;
}

.hover\:outline-zinc-500:hover {
  outline-color: #71717a;
}

.hover\:outline-zinc-600:hover {
  outline-color: #52525b;
}

.hover\:outline-zinc-700:hover {
  outline-color: #3f3f46;
}

.hover\:outline-zinc-800:hover {
  outline-color: #27272a;
}

.hover\:outline-zinc-900:hover {
  outline-color: #18181b;
}

.hover\:outline-zinc-950:hover {
  outline-color: #09090b;
}

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

.hover\:ring-amber-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.hover\:ring-amber-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.hover\:ring-amber-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.hover\:ring-amber-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}

.hover\:ring-amber-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.hover\:ring-amber-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.hover\:ring-amber-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.hover\:ring-amber-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.hover\:ring-amber-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.hover\:ring-amber-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

.hover\:ring-black:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.hover\:ring-blue-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.hover\:ring-blue-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-blue-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.hover\:ring-blue-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-blue-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.hover\:ring-blue-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.hover\:ring-blue-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.hover\:ring-blue-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.hover\:ring-blue-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.hover\:ring-blue-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.hover\:ring-current:hover {
  --tw-ring-color: currentColor;
}

.hover\:ring-cyan-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

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

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

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

.hover\:ring-cyan-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-cyan-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.hover\:ring-cyan-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.hover\:ring-cyan-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.hover\:ring-cyan-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.hover\:ring-cyan-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.hover\:ring-cyan-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-emerald-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.hover\:ring-emerald-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-emerald-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}

.hover\:ring-emerald-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.hover\:ring-emerald-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.hover\:ring-emerald-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.hover\:ring-emerald-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.hover\:ring-emerald-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.hover\:ring-emerald-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.hover\:ring-fuchsia-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.hover\:ring-gray-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.hover\:ring-gray-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

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

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

.hover\:ring-gray-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}

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

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

.hover\:ring-gray-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.hover\:ring-gray-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.hover\:ring-gray-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.hover\:ring-gray-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.hover\:ring-green-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.hover\:ring-green-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.hover\:ring-green-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-green-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1));
}

.hover\:ring-green-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.hover\:ring-green-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.hover\:ring-green-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.hover\:ring-green-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.hover\:ring-green-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.hover\:ring-green-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.hover\:ring-indigo-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-indigo-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-indigo-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.hover\:ring-indigo-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-indigo-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.hover\:ring-indigo-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.hover\:ring-indigo-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.hover\:ring-indigo-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.hover\:ring-indigo-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.hover\:ring-indigo-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.hover\:ring-inherit:hover {
  --tw-ring-color: inherit;
}

.hover\:ring-lime-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.hover\:ring-lime-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.hover\:ring-orange-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.hover\:ring-orange-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.hover\:ring-orange-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.hover\:ring-orange-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.hover\:ring-orange-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-orange-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.hover\:ring-orange-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.hover\:ring-orange-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.hover\:ring-orange-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.hover\:ring-orange-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.hover\:ring-pink-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.hover\:ring-purple-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-purple-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.hover\:ring-purple-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.hover\:ring-purple-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-purple-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.hover\:ring-purple-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-purple-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.hover\:ring-purple-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.hover\:ring-purple-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.hover\:ring-red-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

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

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

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

.hover\:ring-red-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}

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

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

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

.hover\:ring-red-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.hover\:ring-red-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.hover\:ring-red-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-rose-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.hover\:ring-rose-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.hover\:ring-rose-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.hover\:ring-rose-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}

.hover\:ring-rose-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.hover\:ring-rose-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.hover\:ring-rose-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.hover\:ring-rose-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.hover\:ring-rose-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.hover\:ring-rose-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.hover\:ring-sky-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.hover\:ring-slate-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.hover\:ring-stone-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.hover\:ring-teal-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.hover\:ring-transparent:hover {
  --tw-ring-color: transparent;
}

.hover\:ring-violet-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-violet-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.hover\:ring-violet-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.hover\:ring-violet-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-violet-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.hover\:ring-violet-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.hover\:ring-violet-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.hover\:ring-violet-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.hover\:ring-violet-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.hover\:ring-violet-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-yellow-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.hover\:ring-yellow-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

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

.hover\:ring-yellow-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.hover\:ring-yellow-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.hover\:ring-yellow-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.hover\:ring-yellow-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.hover\:ring-yellow-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.hover\:ring-yellow-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.hover\:ring-yellow-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.hover\:ring-yellow-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.hover\:ring-zinc-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.focus\:divide-amber-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-divide-opacity, 1));
}

.focus\:divide-amber-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-divide-opacity, 1));
}

.focus\:divide-black:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity, 1));
}

.focus\:divide-blue-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-divide-opacity, 1));
}

.focus\:divide-current:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.focus\:divide-cyan-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-divide-opacity, 1));
}

.focus\:divide-cyan-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-divide-opacity, 1));
}

.focus\:divide-emerald-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-divide-opacity, 1));
}

.focus\:divide-fuchsia-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-divide-opacity, 1));
}

.focus\:divide-gray-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-divide-opacity, 1));
}

.focus\:divide-green-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-divide-opacity, 1));
}

.focus\:divide-indigo-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-divide-opacity, 1));
}

.focus\:divide-inherit:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: inherit;
}

.focus\:divide-lime-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-divide-opacity, 1));
}

.focus\:divide-lime-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-divide-opacity, 1));
}

.focus\:divide-neutral-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-divide-opacity, 1));
}

.focus\:divide-orange-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-divide-opacity, 1));
}

.focus\:divide-pink-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-divide-opacity, 1));
}

.focus\:divide-purple-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-divide-opacity, 1));
}

.focus\:divide-red-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-divide-opacity, 1));
}

.focus\:divide-rose-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-divide-opacity, 1));
}

.focus\:divide-sky-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-divide-opacity, 1));
}

.focus\:divide-slate-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-divide-opacity, 1));
}

.focus\:divide-stone-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-divide-opacity, 1));
}

.focus\:divide-teal-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-divide-opacity, 1));
}

.focus\:divide-transparent:focus > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.focus\:divide-violet-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-divide-opacity, 1));
}

.focus\:divide-violet-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-divide-opacity, 1));
}

.focus\:divide-white:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.focus\:divide-yellow-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-100:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-200:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-300:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-400:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-50:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-500:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-600:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-700:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-800:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-900:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity, 1));
}

.focus\:divide-zinc-950:focus > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-divide-opacity, 1));
}

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

.focus\:border-amber-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.focus\:border-amber-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.focus\:border-amber-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.focus\:border-amber-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.focus\:border-amber-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.focus\:border-amber-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.focus\:border-amber-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.focus\:border-amber-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.focus\:border-amber-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.focus\:border-amber-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

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

.focus\:border-blue-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.focus\:border-blue-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.focus\:border-current:focus {
  border-color: currentColor;
}

.focus\:border-cyan-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

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

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

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

.focus\:border-cyan-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}

.focus\:border-cyan-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.focus\:border-cyan-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}

.focus\:border-cyan-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}

.focus\:border-cyan-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}

.focus\:border-cyan-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.focus\:border-cyan-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}

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

.focus\:border-emerald-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

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

.focus\:border-emerald-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.focus\:border-emerald-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}

.focus\:border-fuchsia-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

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

.focus\:border-gray-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

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

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

.focus\:border-gray-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.focus\:border-gray-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.focus\:border-green-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.focus\:border-green-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.focus\:border-green-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

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

.focus\:border-green-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.focus\:border-green-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.focus\:border-green-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.focus\:border-green-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.focus\:border-green-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.focus\:border-green-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.focus\:border-green-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.focus\:border-indigo-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.focus\:border-inherit:focus {
  border-color: inherit;
}

.focus\:border-lime-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}

.focus\:border-lime-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}

.focus\:border-midnight-neon:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}

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

.focus\:border-orange-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.focus\:border-orange-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.focus\:border-pink-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

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

.focus\:border-purple-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

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

.focus\:border-purple-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.focus\:border-purple-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.focus\:border-red-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

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

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

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

.focus\:border-red-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

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

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

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

.focus\:border-red-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.focus\:border-red-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.focus\:border-red-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

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

.focus\:border-rose-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.focus\:border-rose-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.focus\:border-sky-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.focus\:border-slate-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.focus\:border-stone-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}

.focus\:border-teal-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-violet-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}

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

.focus\:border-violet-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.focus\:border-violet-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

.focus\:border-violet-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}

.focus\:border-violet-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.focus\:border-violet-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}

.focus\:border-violet-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}

.focus\:border-violet-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}

.focus\:border-violet-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}

.focus\:border-violet-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}

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

.focus\:border-yellow-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

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

.focus\:border-yellow-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.focus\:border-yellow-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.focus\:border-zinc-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

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

.focus\:bg-amber-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.focus\:bg-amber-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.focus\:bg-amber-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.focus\:bg-amber-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-amber-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.focus\:bg-amber-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.focus\:bg-amber-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.focus\:bg-amber-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.focus\:bg-amber-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.focus\:bg-amber-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-blue-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.focus\:bg-blue-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.focus\:bg-current:focus {
  background-color: currentColor;
}

.focus\:bg-cyan-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

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

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

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

.focus\:bg-cyan-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-cyan-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.focus\:bg-cyan-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.focus\:bg-cyan-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.focus\:bg-cyan-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.focus\:bg-cyan-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.focus\:bg-cyan-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-emerald-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.focus\:bg-emerald-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-emerald-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.focus\:bg-emerald-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.focus\:bg-emerald-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.focus\:bg-emerald-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.focus\:bg-emerald-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.focus\:bg-emerald-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.focus\:bg-emerald-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}

.focus\:bg-fuchsia-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

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

.focus\:bg-gray-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

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

.focus\:bg-gray-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.focus\:bg-gray-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-green-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.focus\:bg-green-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.focus\:bg-indigo-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.focus\:bg-inherit:focus {
  background-color: inherit;
}

.focus\:bg-lime-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.focus\:bg-lime-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.focus\:bg-orange-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.focus\:bg-orange-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.focus\:bg-orange-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.focus\:bg-orange-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.focus\:bg-orange-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-orange-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.focus\:bg-orange-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.focus\:bg-orange-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.focus\:bg-orange-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.focus\:bg-orange-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.focus\:bg-pink-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-purple-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-purple-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.focus\:bg-purple-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

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

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

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

.focus\:bg-red-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

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

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

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

.focus\:bg-red-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.focus\:bg-red-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-rose-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rose-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rose-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rose-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rose-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rose-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rose-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rose-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rose-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.focus\:bg-rose-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.focus\:bg-sky-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.focus\:bg-slate-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.focus\:bg-stone-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}

.focus\:bg-teal-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-violet-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-violet-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.focus\:bg-violet-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.focus\:bg-violet-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-violet-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.focus\:bg-violet-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.focus\:bg-violet-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.focus\:bg-violet-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.focus\:bg-violet-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.focus\:bg-violet-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-yellow-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

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

.focus\:bg-yellow-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.focus\:bg-yellow-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.focus\:bg-zinc-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.focus\:from-amber-100:focus {
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-amber-200:focus {
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-amber-300:focus {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-amber-400:focus {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-amber-50:focus {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-amber-500:focus {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-amber-600:focus {
  --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);
}

.focus\:from-amber-700:focus {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-amber-800:focus {
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-amber-900:focus {
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-amber-950:focus {
  --tw-gradient-from: #451a03 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);
}

.focus\:from-black:focus {
  --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);
}

.focus\:from-blue-100:focus {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-200:focus {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-300:focus {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-400:focus {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-50:focus {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-500:focus {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-600:focus {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-700:focus {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-800:focus {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-900:focus {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-blue-950:focus {
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-current:focus {
  --tw-gradient-from: currentColor 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);
}

.focus\:from-cyan-100:focus {
  --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-cyan-200:focus {
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-cyan-300:focus {
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-cyan-400:focus {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-cyan-50:focus {
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-cyan-500:focus {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-cyan-600:focus {
  --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);
}

.focus\:from-cyan-700:focus {
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-cyan-800:focus {
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-cyan-900:focus {
  --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-cyan-950:focus {
  --tw-gradient-from: #083344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 51 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-emerald-100:focus {
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-emerald-200:focus {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-emerald-300:focus {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-emerald-400:focus {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-emerald-50:focus {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-emerald-500:focus {
  --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);
}

.focus\:from-emerald-600:focus {
  --tw-gradient-from: #059669 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);
}

.focus\:from-emerald-700:focus {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-emerald-800:focus {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-emerald-900:focus {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-emerald-950:focus {
  --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-100:focus {
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-200:focus {
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-300:focus {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-400:focus {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-50:focus {
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-500:focus {
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-600:focus {
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-700:focus {
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-800:focus {
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-900:focus {
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-fuchsia-950:focus {
  --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-100:focus {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-200:focus {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-300:focus {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-400:focus {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-50:focus {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-500:focus {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-600:focus {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-700:focus {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-800:focus {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-900:focus {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-gray-950:focus {
  --tw-gradient-from: #030712 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-100:focus {
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-200:focus {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-300:focus {
  --tw-gradient-from: #86efac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-400:focus {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-50:focus {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-500:focus {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-600:focus {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-700:focus {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-800:focus {
  --tw-gradient-from: #166534 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-900:focus {
  --tw-gradient-from: #14532d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-green-950:focus {
  --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-100:focus {
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-200:focus {
  --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-300:focus {
  --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-400:focus {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-50:focus {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-500:focus {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-600:focus {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-700:focus {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-800:focus {
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-900:focus {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-indigo-950:focus {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.focus\:from-lime-100:focus {
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-200:focus {
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-300:focus {
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-400:focus {
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-50:focus {
  --tw-gradient-from: #f7fee7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-500:focus {
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-600:focus {
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-700:focus {
  --tw-gradient-from: #4d7c0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-800:focus {
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-900:focus {
  --tw-gradient-from: #365314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-lime-950:focus {
  --tw-gradient-from: #1a2e05 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 46 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100:focus {
  --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200:focus {
  --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300:focus {
  --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400:focus {
  --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50:focus {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500:focus {
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600:focus {
  --tw-gradient-from: #525252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700:focus {
  --tw-gradient-from: #404040 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800:focus {
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900:focus {
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950:focus {
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-100:focus {
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-200:focus {
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-300:focus {
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-400:focus {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-50:focus {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-500:focus {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-600:focus {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-700:focus {
  --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-800:focus {
  --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-900:focus {
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-orange-950:focus {
  --tw-gradient-from: #431407 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 20 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-100:focus {
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-200:focus {
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-300:focus {
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-400:focus {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-50:focus {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-500:focus {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-600:focus {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-700:focus {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-800:focus {
  --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-900:focus {
  --tw-gradient-from: #831843 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-pink-950:focus {
  --tw-gradient-from: #500724 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 7 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-100:focus {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-200:focus {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-300:focus {
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-400:focus {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-50:focus {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-500:focus {
  --tw-gradient-from: #a855f7 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);
}

.focus\:from-purple-600:focus {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-700:focus {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-800:focus {
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-900:focus {
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-purple-950:focus {
  --tw-gradient-from: #3b0764 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 7 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-100:focus {
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-200:focus {
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-300:focus {
  --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-400:focus {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-50:focus {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-500:focus {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-600:focus {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-700:focus {
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-800:focus {
  --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-900:focus {
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-red-950:focus {
  --tw-gradient-from: #450a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-100:focus {
  --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-200:focus {
  --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-300:focus {
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-400:focus {
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-50:focus {
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-500:focus {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-600:focus {
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-700:focus {
  --tw-gradient-from: #be123c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-800:focus {
  --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-900:focus {
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-rose-950:focus {
  --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 5 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-100:focus {
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-200:focus {
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-300:focus {
  --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-400:focus {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-50:focus {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-500:focus {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-600:focus {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-700:focus {
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-800:focus {
  --tw-gradient-from: #075985 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-900:focus {
  --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-sky-950:focus {
  --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 47 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-slate-100:focus {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-slate-200:focus {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-slate-300:focus {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-slate-400:focus {
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-slate-50:focus {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-slate-500:focus {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-slate-600:focus {
  --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);
}

.focus\:from-slate-700:focus {
  --tw-gradient-from: #334155 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);
}

.focus\:from-slate-800:focus {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-slate-900:focus {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-slate-950:focus {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-100:focus {
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-200:focus {
  --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-300:focus {
  --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-400:focus {
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-50:focus {
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-500:focus {
  --tw-gradient-from: #78716c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-600:focus {
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-700:focus {
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-800:focus {
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-900:focus {
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-stone-950:focus {
  --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 10 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-100:focus {
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-200:focus {
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-300:focus {
  --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-400:focus {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-50:focus {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-500:focus {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-600:focus {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-700:focus {
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-800:focus {
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-900:focus {
  --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-teal-950:focus {
  --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 47 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.focus\:from-violet-100:focus {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-200:focus {
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-300:focus {
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-400:focus {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-50:focus {
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-500:focus {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-600:focus {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-700:focus {
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-800:focus {
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-900:focus {
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-violet-950:focus {
  --tw-gradient-from: #2e1065 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);
}

.focus\:from-white:focus {
  --tw-gradient-from: #fff 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);
}

.focus\:from-yellow-100:focus {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-200:focus {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-300:focus {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-400:focus {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-50:focus {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-500:focus {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-600:focus {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-700:focus {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-800:focus {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-900:focus {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-yellow-950:focus {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-100:focus {
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-200:focus {
  --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-300:focus {
  --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-400:focus {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-50:focus {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-500:focus {
  --tw-gradient-from: #71717a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-600:focus {
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-700:focus {
  --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-800:focus {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-900:focus {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-zinc-950:focus {
  --tw-gradient-from: #09090b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:via-amber-100:focus {
  --tw-gradient-to: rgb(254 243 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-200:focus {
  --tw-gradient-to: rgb(253 230 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-300:focus {
  --tw-gradient-to: rgb(252 211 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-400:focus {
  --tw-gradient-to: rgb(251 191 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-50:focus {
  --tw-gradient-to: rgb(255 251 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-500:focus {
  --tw-gradient-to: rgb(245 158 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-600:focus {
  --tw-gradient-to: rgb(217 119 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-700:focus {
  --tw-gradient-to: rgb(180 83 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b45309 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-800:focus {
  --tw-gradient-to: rgb(146 64 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #92400e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-900:focus {
  --tw-gradient-to: rgb(120 53 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78350f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-amber-950:focus {
  --tw-gradient-to: rgb(69 26 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #451a03 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-black:focus {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-100:focus {
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-200:focus {
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-300:focus {
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-400:focus {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-50:focus {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-500:focus {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-600:focus {
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-700:focus {
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-800:focus {
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-900:focus {
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-blue-950:focus {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-current:focus {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), currentColor var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-100:focus {
  --tw-gradient-to: rgb(207 250 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-200:focus {
  --tw-gradient-to: rgb(165 243 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-300:focus {
  --tw-gradient-to: rgb(103 232 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-400:focus {
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-50:focus {
  --tw-gradient-to: rgb(236 254 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-500:focus {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-600:focus {
  --tw-gradient-to: rgb(8 145 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-700:focus {
  --tw-gradient-to: rgb(14 116 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-800:focus {
  --tw-gradient-to: rgb(21 94 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #155e75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-900:focus {
  --tw-gradient-to: rgb(22 78 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #164e63 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-cyan-950:focus {
  --tw-gradient-to: rgb(8 51 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #083344 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-emerald-100:focus {
  --tw-gradient-to: rgb(209 250 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-emerald-200:focus {
  --tw-gradient-to: rgb(167 243 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-emerald-300:focus {
  --tw-gradient-to: rgb(110 231 183 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-emerald-400:focus {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-emerald-50:focus {
  --tw-gradient-to: rgb(236 253 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.focus\:via-emerald-600:focus {
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-emerald-700:focus {
  --tw-gradient-to: rgb(4 120 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #047857 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-emerald-800:focus {
  --tw-gradient-to: rgb(6 95 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #065f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-emerald-900:focus {
  --tw-gradient-to: rgb(6 78 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-emerald-950:focus {
  --tw-gradient-to: rgb(2 44 34 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #022c22 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-100:focus {
  --tw-gradient-to: rgb(250 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-200:focus {
  --tw-gradient-to: rgb(245 208 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-300:focus {
  --tw-gradient-to: rgb(240 171 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-400:focus {
  --tw-gradient-to: rgb(232 121 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-50:focus {
  --tw-gradient-to: rgb(253 244 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-500:focus {
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-600:focus {
  --tw-gradient-to: rgb(192 38 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-700:focus {
  --tw-gradient-to: rgb(162 28 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-800:focus {
  --tw-gradient-to: rgb(134 25 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86198f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-900:focus {
  --tw-gradient-to: rgb(112 26 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #701a75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-fuchsia-950:focus {
  --tw-gradient-to: rgb(74 4 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a044e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-100:focus {
  --tw-gradient-to: rgb(243 244 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-200:focus {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-300:focus {
  --tw-gradient-to: rgb(209 213 219 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-400:focus {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-50:focus {
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-500:focus {
  --tw-gradient-to: rgb(107 114 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-600:focus {
  --tw-gradient-to: rgb(75 85 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-700:focus {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-800:focus {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-900:focus {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-gray-950:focus {
  --tw-gradient-to: rgb(3 7 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #030712 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-100:focus {
  --tw-gradient-to: rgb(220 252 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-200:focus {
  --tw-gradient-to: rgb(187 247 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-300:focus {
  --tw-gradient-to: rgb(134 239 172 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86efac var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-400:focus {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-50:focus {
  --tw-gradient-to: rgb(240 253 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-500:focus {
  --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-600:focus {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-700:focus {
  --tw-gradient-to: rgb(21 128 61 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #15803d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-800:focus {
  --tw-gradient-to: rgb(22 101 52 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-900:focus {
  --tw-gradient-to: rgb(20 83 45 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14532d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-green-950:focus {
  --tw-gradient-to: rgb(5 46 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #052e16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-100:focus {
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-200:focus {
  --tw-gradient-to: rgb(199 210 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-300:focus {
  --tw-gradient-to: rgb(165 180 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-400:focus {
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-50:focus {
  --tw-gradient-to: rgb(238 242 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-500:focus {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-600:focus {
  --tw-gradient-to: rgb(79 70 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-700:focus {
  --tw-gradient-to: rgb(67 56 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-800:focus {
  --tw-gradient-to: rgb(55 48 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-900:focus {
  --tw-gradient-to: rgb(49 46 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #312e81 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-indigo-950:focus {
  --tw-gradient-to: rgb(30 27 75 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e1b4b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-inherit:focus {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), inherit var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-100:focus {
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-200:focus {
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-300:focus {
  --tw-gradient-to: rgb(190 242 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bef264 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-400:focus {
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-50:focus {
  --tw-gradient-to: rgb(247 254 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-500:focus {
  --tw-gradient-to: rgb(132 204 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-600:focus {
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-700:focus {
  --tw-gradient-to: rgb(77 124 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-800:focus {
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-900:focus {
  --tw-gradient-to: rgb(54 83 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #365314 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-lime-950:focus {
  --tw-gradient-to: rgb(26 46 5 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a2e05 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100:focus {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200:focus {
  --tw-gradient-to: rgb(229 229 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300:focus {
  --tw-gradient-to: rgb(212 212 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400:focus {
  --tw-gradient-to: rgb(163 163 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50:focus {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500:focus {
  --tw-gradient-to: rgb(115 115 115 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #737373 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600:focus {
  --tw-gradient-to: rgb(82 82 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #525252 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700:focus {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #404040 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800:focus {
  --tw-gradient-to: rgb(38 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #262626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900:focus {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #171717 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950:focus {
  --tw-gradient-to: rgb(10 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-100:focus {
  --tw-gradient-to: rgb(255 237 213 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-200:focus {
  --tw-gradient-to: rgb(254 215 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-300:focus {
  --tw-gradient-to: rgb(253 186 116 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-400:focus {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-50:focus {
  --tw-gradient-to: rgb(255 247 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-500:focus {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-600:focus {
  --tw-gradient-to: rgb(234 88 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-700:focus {
  --tw-gradient-to: rgb(194 65 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-800:focus {
  --tw-gradient-to: rgb(154 52 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-900:focus {
  --tw-gradient-to: rgb(124 45 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-orange-950:focus {
  --tw-gradient-to: rgb(67 20 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #431407 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-100:focus {
  --tw-gradient-to: rgb(252 231 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-200:focus {
  --tw-gradient-to: rgb(251 207 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-300:focus {
  --tw-gradient-to: rgb(249 168 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-400:focus {
  --tw-gradient-to: rgb(244 114 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-50:focus {
  --tw-gradient-to: rgb(253 242 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-500:focus {
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-600:focus {
  --tw-gradient-to: rgb(219 39 119 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-700:focus {
  --tw-gradient-to: rgb(190 24 93 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be185d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-800:focus {
  --tw-gradient-to: rgb(157 23 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-900:focus {
  --tw-gradient-to: rgb(131 24 67 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #831843 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-pink-950:focus {
  --tw-gradient-to: rgb(80 7 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #500724 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-100:focus {
  --tw-gradient-to: rgb(243 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-200:focus {
  --tw-gradient-to: rgb(233 213 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-300:focus {
  --tw-gradient-to: rgb(216 180 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-400:focus {
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-50:focus {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-500:focus {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-600:focus {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-700:focus {
  --tw-gradient-to: rgb(126 34 206 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-800:focus {
  --tw-gradient-to: rgb(107 33 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-900:focus {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-purple-950:focus {
  --tw-gradient-to: rgb(59 7 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b0764 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-100:focus {
  --tw-gradient-to: rgb(254 226 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-200:focus {
  --tw-gradient-to: rgb(254 202 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-300:focus {
  --tw-gradient-to: rgb(252 165 165 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-400:focus {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f87171 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-50:focus {
  --tw-gradient-to: rgb(254 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-500:focus {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-600:focus {
  --tw-gradient-to: rgb(220 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-700:focus {
  --tw-gradient-to: rgb(185 28 28 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-800:focus {
  --tw-gradient-to: rgb(153 27 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-900:focus {
  --tw-gradient-to: rgb(127 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-red-950:focus {
  --tw-gradient-to: rgb(69 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-100:focus {
  --tw-gradient-to: rgb(255 228 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-200:focus {
  --tw-gradient-to: rgb(254 205 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-300:focus {
  --tw-gradient-to: rgb(253 164 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-400:focus {
  --tw-gradient-to: rgb(251 113 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-50:focus {
  --tw-gradient-to: rgb(255 241 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-500:focus {
  --tw-gradient-to: rgb(244 63 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-600:focus {
  --tw-gradient-to: rgb(225 29 72 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-700:focus {
  --tw-gradient-to: rgb(190 18 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be123c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-800:focus {
  --tw-gradient-to: rgb(159 18 57 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-900:focus {
  --tw-gradient-to: rgb(136 19 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #881337 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-rose-950:focus {
  --tw-gradient-to: rgb(76 5 25 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c0519 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-100:focus {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-200:focus {
  --tw-gradient-to: rgb(186 230 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-300:focus {
  --tw-gradient-to: rgb(125 211 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-400:focus {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-50:focus {
  --tw-gradient-to: rgb(240 249 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-500:focus {
  --tw-gradient-to: rgb(14 165 233 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-600:focus {
  --tw-gradient-to: rgb(2 132 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-700:focus {
  --tw-gradient-to: rgb(3 105 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-800:focus {
  --tw-gradient-to: rgb(7 89 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #075985 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-900:focus {
  --tw-gradient-to: rgb(12 74 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-sky-950:focus {
  --tw-gradient-to: rgb(8 47 73 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #082f49 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-slate-100:focus {
  --tw-gradient-to: rgb(241 245 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-slate-200:focus {
  --tw-gradient-to: rgb(226 232 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-slate-300:focus {
  --tw-gradient-to: rgb(203 213 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-slate-400:focus {
  --tw-gradient-to: rgb(148 163 184 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-slate-50:focus {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-slate-500:focus {
  --tw-gradient-to: rgb(100 116 139 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #64748b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

.focus\:via-slate-700:focus {
  --tw-gradient-to: rgb(51 65 85 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-slate-800:focus {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-slate-900:focus {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-slate-950:focus {
  --tw-gradient-to: rgb(2 6 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-100:focus {
  --tw-gradient-to: rgb(245 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-200:focus {
  --tw-gradient-to: rgb(231 229 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-300:focus {
  --tw-gradient-to: rgb(214 211 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-400:focus {
  --tw-gradient-to: rgb(168 162 158 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-50:focus {
  --tw-gradient-to: rgb(250 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-500:focus {
  --tw-gradient-to: rgb(120 113 108 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78716c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-600:focus {
  --tw-gradient-to: rgb(87 83 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #57534e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-700:focus {
  --tw-gradient-to: rgb(68 64 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #44403c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-800:focus {
  --tw-gradient-to: rgb(41 37 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #292524 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-900:focus {
  --tw-gradient-to: rgb(28 25 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-stone-950:focus {
  --tw-gradient-to: rgb(12 10 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c0a09 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-100:focus {
  --tw-gradient-to: rgb(204 251 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-200:focus {
  --tw-gradient-to: rgb(153 246 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-300:focus {
  --tw-gradient-to: rgb(94 234 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-400:focus {
  --tw-gradient-to: rgb(45 212 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-50:focus {
  --tw-gradient-to: rgb(240 253 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-500:focus {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-600:focus {
  --tw-gradient-to: rgb(13 148 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-700:focus {
  --tw-gradient-to: rgb(15 118 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-800:focus {
  --tw-gradient-to: rgb(17 94 89 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #115e59 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-900:focus {
  --tw-gradient-to: rgb(19 78 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-teal-950:focus {
  --tw-gradient-to: rgb(4 47 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #042f2e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-transparent:focus {
  --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);
}

.focus\:via-violet-100:focus {
  --tw-gradient-to: rgb(237 233 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-200:focus {
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-300:focus {
  --tw-gradient-to: rgb(196 181 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-400:focus {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-50:focus {
  --tw-gradient-to: rgb(245 243 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-500:focus {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-600:focus {
  --tw-gradient-to: rgb(124 58 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-700:focus {
  --tw-gradient-to: rgb(109 40 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-800:focus {
  --tw-gradient-to: rgb(91 33 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-900:focus {
  --tw-gradient-to: rgb(76 29 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-violet-950:focus {
  --tw-gradient-to: rgb(46 16 101 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1065 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-white:focus {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-100:focus {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-200:focus {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-300:focus {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-400:focus {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-50:focus {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-500:focus {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-600:focus {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-700:focus {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-800:focus {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-900:focus {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-yellow-950:focus {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-100:focus {
  --tw-gradient-to: rgb(244 244 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-200:focus {
  --tw-gradient-to: rgb(228 228 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-300:focus {
  --tw-gradient-to: rgb(212 212 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-400:focus {
  --tw-gradient-to: rgb(161 161 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-50:focus {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-500:focus {
  --tw-gradient-to: rgb(113 113 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #71717a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-600:focus {
  --tw-gradient-to: rgb(82 82 91 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #52525b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-700:focus {
  --tw-gradient-to: rgb(63 63 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-800:focus {
  --tw-gradient-to: rgb(39 39 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-900:focus {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-zinc-950:focus {
  --tw-gradient-to: rgb(9 9 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #09090b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:to-amber-100:focus {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.focus\:to-amber-200:focus {
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}

.focus\:to-amber-300:focus {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}

.focus\:to-amber-400:focus {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}

.focus\:to-amber-50:focus {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.focus\:to-amber-500:focus {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.focus\:to-amber-600:focus {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.focus\:to-amber-700:focus {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.focus\:to-amber-800:focus {
  --tw-gradient-to: #92400e var(--tw-gradient-to-position);
}

.focus\:to-amber-900:focus {
  --tw-gradient-to: #78350f var(--tw-gradient-to-position);
}

.focus\:to-amber-950:focus {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
}

.focus\:to-black:focus {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.focus\:to-blue-100:focus {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.focus\:to-blue-200:focus {
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.focus\:to-blue-300:focus {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.focus\:to-blue-400:focus {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.focus\:to-blue-50:focus {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.focus\:to-blue-500:focus {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.focus\:to-blue-600:focus {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.focus\:to-blue-700:focus {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.focus\:to-blue-800:focus {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.focus\:to-blue-900:focus {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.focus\:to-blue-950:focus {
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
}

.focus\:to-current:focus {
  --tw-gradient-to: currentColor var(--tw-gradient-to-position);
}

.focus\:to-cyan-100:focus {
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
}

.focus\:to-cyan-200:focus {
  --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position);
}

.focus\:to-cyan-300:focus {
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}

.focus\:to-cyan-400:focus {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.focus\:to-cyan-50:focus {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}

.focus\:to-cyan-500:focus {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}

.focus\:to-cyan-600:focus {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.focus\:to-cyan-700:focus {
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.focus\:to-cyan-800:focus {
  --tw-gradient-to: #155e75 var(--tw-gradient-to-position);
}

.focus\:to-cyan-900:focus {
  --tw-gradient-to: #164e63 var(--tw-gradient-to-position);
}

.focus\:to-cyan-950:focus {
  --tw-gradient-to: #083344 var(--tw-gradient-to-position);
}

.focus\:to-emerald-100:focus {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.focus\:to-emerald-200:focus {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}

.focus\:to-emerald-300:focus {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}

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

.focus\:to-emerald-50:focus {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.focus\:to-emerald-500:focus {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.focus\:to-emerald-600:focus {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.focus\:to-emerald-700:focus {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.focus\:to-emerald-800:focus {
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}

.focus\:to-emerald-900:focus {
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}

.focus\:to-emerald-950:focus {
  --tw-gradient-to: #022c22 var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-100:focus {
  --tw-gradient-to: #fae8ff var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-200:focus {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-300:focus {
  --tw-gradient-to: #f0abfc var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-400:focus {
  --tw-gradient-to: #e879f9 var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-50:focus {
  --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-500:focus {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-600:focus {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-700:focus {
  --tw-gradient-to: #a21caf var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-800:focus {
  --tw-gradient-to: #86198f var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-900:focus {
  --tw-gradient-to: #701a75 var(--tw-gradient-to-position);
}

.focus\:to-fuchsia-950:focus {
  --tw-gradient-to: #4a044e var(--tw-gradient-to-position);
}

.focus\:to-gray-100:focus {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.focus\:to-gray-200:focus {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.focus\:to-gray-300:focus {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.focus\:to-gray-400:focus {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}

.focus\:to-gray-50:focus {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.focus\:to-gray-500:focus {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.focus\:to-gray-600:focus {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

.focus\:to-gray-700:focus {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.focus\:to-gray-800:focus {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.focus\:to-gray-900:focus {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.focus\:to-gray-950:focus {
  --tw-gradient-to: #030712 var(--tw-gradient-to-position);
}

.focus\:to-green-100:focus {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.focus\:to-green-200:focus {
  --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position);
}

.focus\:to-green-300:focus {
  --tw-gradient-to: #86efac var(--tw-gradient-to-position);
}

.focus\:to-green-400:focus {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}

.focus\:to-green-50:focus {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}

.focus\:to-green-500:focus {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.focus\:to-green-600:focus {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.focus\:to-green-700:focus {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.focus\:to-green-800:focus {
  --tw-gradient-to: #166534 var(--tw-gradient-to-position);
}

.focus\:to-green-900:focus {
  --tw-gradient-to: #14532d var(--tw-gradient-to-position);
}

.focus\:to-green-950:focus {
  --tw-gradient-to: #052e16 var(--tw-gradient-to-position);
}

.focus\:to-indigo-100:focus {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.focus\:to-indigo-200:focus {
  --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position);
}

.focus\:to-indigo-300:focus {
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}

.focus\:to-indigo-400:focus {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.focus\:to-indigo-50:focus {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.focus\:to-indigo-500:focus {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.focus\:to-indigo-600:focus {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.focus\:to-indigo-700:focus {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.focus\:to-indigo-800:focus {
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
}

.focus\:to-indigo-900:focus {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}

.focus\:to-indigo-950:focus {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}

.focus\:to-inherit:focus {
  --tw-gradient-to: inherit var(--tw-gradient-to-position);
}

.focus\:to-lime-100:focus {
  --tw-gradient-to: #ecfccb var(--tw-gradient-to-position);
}

.focus\:to-lime-200:focus {
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position);
}

.focus\:to-lime-300:focus {
  --tw-gradient-to: #bef264 var(--tw-gradient-to-position);
}

.focus\:to-lime-400:focus {
  --tw-gradient-to: #a3e635 var(--tw-gradient-to-position);
}

.focus\:to-lime-50:focus {
  --tw-gradient-to: #f7fee7 var(--tw-gradient-to-position);
}

.focus\:to-lime-500:focus {
  --tw-gradient-to: #84cc16 var(--tw-gradient-to-position);
}

.focus\:to-lime-600:focus {
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position);
}

.focus\:to-lime-700:focus {
  --tw-gradient-to: #4d7c0f var(--tw-gradient-to-position);
}

.focus\:to-lime-800:focus {
  --tw-gradient-to: #3f6212 var(--tw-gradient-to-position);
}

.focus\:to-lime-900:focus {
  --tw-gradient-to: #365314 var(--tw-gradient-to-position);
}

.focus\:to-lime-950:focus {
  --tw-gradient-to: #1a2e05 var(--tw-gradient-to-position);
}

.focus\:to-neutral-100:focus {
  --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position);
}

.focus\:to-neutral-200:focus {
  --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position);
}

.focus\:to-neutral-300:focus {
  --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position);
}

.focus\:to-neutral-400:focus {
  --tw-gradient-to: #a3a3a3 var(--tw-gradient-to-position);
}

.focus\:to-neutral-50:focus {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.focus\:to-neutral-500:focus {
  --tw-gradient-to: #737373 var(--tw-gradient-to-position);
}

.focus\:to-neutral-600:focus {
  --tw-gradient-to: #525252 var(--tw-gradient-to-position);
}

.focus\:to-neutral-700:focus {
  --tw-gradient-to: #404040 var(--tw-gradient-to-position);
}

.focus\:to-neutral-800:focus {
  --tw-gradient-to: #262626 var(--tw-gradient-to-position);
}

.focus\:to-neutral-900:focus {
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
}

.focus\:to-neutral-950:focus {
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}

.focus\:to-orange-100:focus {
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}

.focus\:to-orange-200:focus {
  --tw-gradient-to: #fed7aa var(--tw-gradient-to-position);
}

.focus\:to-orange-300:focus {
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
}

.focus\:to-orange-400:focus {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.focus\:to-orange-50:focus {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}

.focus\:to-orange-500:focus {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.focus\:to-orange-600:focus {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.focus\:to-orange-700:focus {
  --tw-gradient-to: #c2410c var(--tw-gradient-to-position);
}

.focus\:to-orange-800:focus {
  --tw-gradient-to: #9a3412 var(--tw-gradient-to-position);
}

.focus\:to-orange-900:focus {
  --tw-gradient-to: #7c2d12 var(--tw-gradient-to-position);
}

.focus\:to-orange-950:focus {
  --tw-gradient-to: #431407 var(--tw-gradient-to-position);
}

.focus\:to-pink-100:focus {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}

.focus\:to-pink-200:focus {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}

.focus\:to-pink-300:focus {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}

.focus\:to-pink-400:focus {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}

.focus\:to-pink-50:focus {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}

.focus\:to-pink-500:focus {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.focus\:to-pink-600:focus {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.focus\:to-pink-700:focus {
  --tw-gradient-to: #be185d var(--tw-gradient-to-position);
}

.focus\:to-pink-800:focus {
  --tw-gradient-to: #9d174d var(--tw-gradient-to-position);
}

.focus\:to-pink-900:focus {
  --tw-gradient-to: #831843 var(--tw-gradient-to-position);
}

.focus\:to-pink-950:focus {
  --tw-gradient-to: #500724 var(--tw-gradient-to-position);
}

.focus\:to-purple-100:focus {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.focus\:to-purple-200:focus {
  --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}

.focus\:to-purple-300:focus {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}

.focus\:to-purple-400:focus {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}

.focus\:to-purple-50:focus {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.focus\:to-purple-500:focus {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.focus\:to-purple-600:focus {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.focus\:to-purple-700:focus {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.focus\:to-purple-800:focus {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.focus\:to-purple-900:focus {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}

.focus\:to-purple-950:focus {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}

.focus\:to-red-100:focus {
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.focus\:to-red-200:focus {
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}

.focus\:to-red-300:focus {
  --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position);
}

.focus\:to-red-400:focus {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}

.focus\:to-red-50:focus {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.focus\:to-red-500:focus {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.focus\:to-red-600:focus {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.focus\:to-red-700:focus {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.focus\:to-red-800:focus {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}

.focus\:to-red-900:focus {
  --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

.focus\:to-red-950:focus {
  --tw-gradient-to: #450a0a var(--tw-gradient-to-position);
}

.focus\:to-rose-100:focus {
  --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position);
}

.focus\:to-rose-200:focus {
  --tw-gradient-to: #fecdd3 var(--tw-gradient-to-position);
}

.focus\:to-rose-300:focus {
  --tw-gradient-to: #fda4af var(--tw-gradient-to-position);
}

.focus\:to-rose-400:focus {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}

.focus\:to-rose-50:focus {
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}

.focus\:to-rose-500:focus {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.focus\:to-rose-600:focus {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

.focus\:to-rose-700:focus {
  --tw-gradient-to: #be123c var(--tw-gradient-to-position);
}

.focus\:to-rose-800:focus {
  --tw-gradient-to: #9f1239 var(--tw-gradient-to-position);
}

.focus\:to-rose-900:focus {
  --tw-gradient-to: #881337 var(--tw-gradient-to-position);
}

.focus\:to-rose-950:focus {
  --tw-gradient-to: #4c0519 var(--tw-gradient-to-position);
}

.focus\:to-sky-100:focus {
  --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position);
}

.focus\:to-sky-200:focus {
  --tw-gradient-to: #bae6fd var(--tw-gradient-to-position);
}

.focus\:to-sky-300:focus {
  --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position);
}

.focus\:to-sky-400:focus {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}

.focus\:to-sky-50:focus {
  --tw-gradient-to: #f0f9ff var(--tw-gradient-to-position);
}

.focus\:to-sky-500:focus {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}

.focus\:to-sky-600:focus {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}

.focus\:to-sky-700:focus {
  --tw-gradient-to: #0369a1 var(--tw-gradient-to-position);
}

.focus\:to-sky-800:focus {
  --tw-gradient-to: #075985 var(--tw-gradient-to-position);
}

.focus\:to-sky-900:focus {
  --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position);
}

.focus\:to-sky-950:focus {
  --tw-gradient-to: #082f49 var(--tw-gradient-to-position);
}

.focus\:to-slate-100:focus {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}

.focus\:to-slate-200:focus {
  --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);
}

.focus\:to-slate-300:focus {
  --tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position);
}

.focus\:to-slate-400:focus {
  --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position);
}

.focus\:to-slate-50:focus {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}

.focus\:to-slate-500:focus {
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}

.focus\:to-slate-600:focus {
  --tw-gradient-to: #475569 var(--tw-gradient-to-position);
}

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

.focus\:to-slate-800:focus {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.focus\:to-slate-900:focus {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.focus\:to-slate-950:focus {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}

.focus\:to-stone-100:focus {
  --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position);
}

.focus\:to-stone-200:focus {
  --tw-gradient-to: #e7e5e4 var(--tw-gradient-to-position);
}

.focus\:to-stone-300:focus {
  --tw-gradient-to: #d6d3d1 var(--tw-gradient-to-position);
}

.focus\:to-stone-400:focus {
  --tw-gradient-to: #a8a29e var(--tw-gradient-to-position);
}

.focus\:to-stone-50:focus {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.focus\:to-stone-500:focus {
  --tw-gradient-to: #78716c var(--tw-gradient-to-position);
}

.focus\:to-stone-600:focus {
  --tw-gradient-to: #57534e var(--tw-gradient-to-position);
}

.focus\:to-stone-700:focus {
  --tw-gradient-to: #44403c var(--tw-gradient-to-position);
}

.focus\:to-stone-800:focus {
  --tw-gradient-to: #292524 var(--tw-gradient-to-position);
}

.focus\:to-stone-900:focus {
  --tw-gradient-to: #1c1917 var(--tw-gradient-to-position);
}

.focus\:to-stone-950:focus {
  --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position);
}

.focus\:to-teal-100:focus {
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}

.focus\:to-teal-200:focus {
  --tw-gradient-to: #99f6e4 var(--tw-gradient-to-position);
}

.focus\:to-teal-300:focus {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}

.focus\:to-teal-400:focus {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}

.focus\:to-teal-50:focus {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}

.focus\:to-teal-500:focus {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.focus\:to-teal-600:focus {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.focus\:to-teal-700:focus {
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}

.focus\:to-teal-800:focus {
  --tw-gradient-to: #115e59 var(--tw-gradient-to-position);
}

.focus\:to-teal-900:focus {
  --tw-gradient-to: #134e4a var(--tw-gradient-to-position);
}

.focus\:to-teal-950:focus {
  --tw-gradient-to: #042f2e var(--tw-gradient-to-position);
}

.focus\:to-transparent:focus {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.focus\:to-violet-100:focus {
  --tw-gradient-to: #ede9fe var(--tw-gradient-to-position);
}

.focus\:to-violet-200:focus {
  --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position);
}

.focus\:to-violet-300:focus {
  --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position);
}

.focus\:to-violet-400:focus {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

.focus\:to-violet-50:focus {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}

.focus\:to-violet-500:focus {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

.focus\:to-violet-600:focus {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}

.focus\:to-violet-700:focus {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}

.focus\:to-violet-800:focus {
  --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
}

.focus\:to-violet-900:focus {
  --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position);
}

.focus\:to-violet-950:focus {
  --tw-gradient-to: #2e1065 var(--tw-gradient-to-position);
}

.focus\:to-white:focus {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.focus\:to-yellow-100:focus {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.focus\:to-yellow-200:focus {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.focus\:to-yellow-300:focus {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.focus\:to-yellow-400:focus {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.focus\:to-yellow-50:focus {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.focus\:to-yellow-500:focus {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.focus\:to-yellow-600:focus {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.focus\:to-yellow-700:focus {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.focus\:to-yellow-800:focus {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.focus\:to-yellow-900:focus {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.focus\:to-yellow-950:focus {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.focus\:to-zinc-100:focus {
  --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position);
}

.focus\:to-zinc-200:focus {
  --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position);
}

.focus\:to-zinc-300:focus {
  --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position);
}

.focus\:to-zinc-400:focus {
  --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position);
}

.focus\:to-zinc-50:focus {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.focus\:to-zinc-500:focus {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}

.focus\:to-zinc-600:focus {
  --tw-gradient-to: #52525b var(--tw-gradient-to-position);
}

.focus\:to-zinc-700:focus {
  --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position);
}

.focus\:to-zinc-800:focus {
  --tw-gradient-to: #27272a var(--tw-gradient-to-position);
}

.focus\:to-zinc-900:focus {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.focus\:to-zinc-950:focus {
  --tw-gradient-to: #09090b var(--tw-gradient-to-position);
}

.focus\:fill-amber-100:focus {
  fill: #fef3c7;
}

.focus\:fill-amber-200:focus {
  fill: #fde68a;
}

.focus\:fill-amber-300:focus {
  fill: #fcd34d;
}

.focus\:fill-amber-400:focus {
  fill: #fbbf24;
}

.focus\:fill-amber-50:focus {
  fill: #fffbeb;
}

.focus\:fill-amber-500:focus {
  fill: #f59e0b;
}

.focus\:fill-amber-600:focus {
  fill: #d97706;
}

.focus\:fill-amber-700:focus {
  fill: #b45309;
}

.focus\:fill-amber-800:focus {
  fill: #92400e;
}

.focus\:fill-amber-900:focus {
  fill: #78350f;
}

.focus\:fill-amber-950:focus {
  fill: #451a03;
}

.focus\:fill-black:focus {
  fill: #000;
}

.focus\:fill-blue-100:focus {
  fill: #dbeafe;
}

.focus\:fill-blue-200:focus {
  fill: #bfdbfe;
}

.focus\:fill-blue-300:focus {
  fill: #93c5fd;
}

.focus\:fill-blue-400:focus {
  fill: #60a5fa;
}

.focus\:fill-blue-50:focus {
  fill: #eff6ff;
}

.focus\:fill-blue-500:focus {
  fill: #3b82f6;
}

.focus\:fill-blue-600:focus {
  fill: #2563eb;
}

.focus\:fill-blue-700:focus {
  fill: #1d4ed8;
}

.focus\:fill-blue-800:focus {
  fill: #1e40af;
}

.focus\:fill-blue-900:focus {
  fill: #1e3a8a;
}

.focus\:fill-blue-950:focus {
  fill: #172554;
}

.focus\:fill-current:focus {
  fill: currentColor;
}

.focus\:fill-cyan-100:focus {
  fill: #cffafe;
}

.focus\:fill-cyan-200:focus {
  fill: #a5f3fc;
}

.focus\:fill-cyan-300:focus {
  fill: #67e8f9;
}

.focus\:fill-cyan-400:focus {
  fill: #22d3ee;
}

.focus\:fill-cyan-50:focus {
  fill: #ecfeff;
}

.focus\:fill-cyan-500:focus {
  fill: #06b6d4;
}

.focus\:fill-cyan-600:focus {
  fill: #0891b2;
}

.focus\:fill-cyan-700:focus {
  fill: #0e7490;
}

.focus\:fill-cyan-800:focus {
  fill: #155e75;
}

.focus\:fill-cyan-900:focus {
  fill: #164e63;
}

.focus\:fill-cyan-950:focus {
  fill: #083344;
}

.focus\:fill-emerald-100:focus {
  fill: #d1fae5;
}

.focus\:fill-emerald-200:focus {
  fill: #a7f3d0;
}

.focus\:fill-emerald-300:focus {
  fill: #6ee7b7;
}

.focus\:fill-emerald-400:focus {
  fill: #34d399;
}

.focus\:fill-emerald-50:focus {
  fill: #ecfdf5;
}

.focus\:fill-emerald-500:focus {
  fill: #10b981;
}

.focus\:fill-emerald-600:focus {
  fill: #059669;
}

.focus\:fill-emerald-700:focus {
  fill: #047857;
}

.focus\:fill-emerald-800:focus {
  fill: #065f46;
}

.focus\:fill-emerald-900:focus {
  fill: #064e3b;
}

.focus\:fill-emerald-950:focus {
  fill: #022c22;
}

.focus\:fill-fuchsia-100:focus {
  fill: #fae8ff;
}

.focus\:fill-fuchsia-200:focus {
  fill: #f5d0fe;
}

.focus\:fill-fuchsia-300:focus {
  fill: #f0abfc;
}

.focus\:fill-fuchsia-400:focus {
  fill: #e879f9;
}

.focus\:fill-fuchsia-50:focus {
  fill: #fdf4ff;
}

.focus\:fill-fuchsia-500:focus {
  fill: #d946ef;
}

.focus\:fill-fuchsia-600:focus {
  fill: #c026d3;
}

.focus\:fill-fuchsia-700:focus {
  fill: #a21caf;
}

.focus\:fill-fuchsia-800:focus {
  fill: #86198f;
}

.focus\:fill-fuchsia-900:focus {
  fill: #701a75;
}

.focus\:fill-fuchsia-950:focus {
  fill: #4a044e;
}

.focus\:fill-gray-100:focus {
  fill: #f3f4f6;
}

.focus\:fill-gray-200:focus {
  fill: #e5e7eb;
}

.focus\:fill-gray-300:focus {
  fill: #d1d5db;
}

.focus\:fill-gray-400:focus {
  fill: #9ca3af;
}

.focus\:fill-gray-50:focus {
  fill: #f9fafb;
}

.focus\:fill-gray-500:focus {
  fill: #6b7280;
}

.focus\:fill-gray-600:focus {
  fill: #4b5563;
}

.focus\:fill-gray-700:focus {
  fill: #374151;
}

.focus\:fill-gray-800:focus {
  fill: #1f2937;
}

.focus\:fill-gray-900:focus {
  fill: #111827;
}

.focus\:fill-gray-950:focus {
  fill: #030712;
}

.focus\:fill-green-100:focus {
  fill: #dcfce7;
}

.focus\:fill-green-200:focus {
  fill: #bbf7d0;
}

.focus\:fill-green-300:focus {
  fill: #86efac;
}

.focus\:fill-green-400:focus {
  fill: #4ade80;
}

.focus\:fill-green-50:focus {
  fill: #f0fdf4;
}

.focus\:fill-green-500:focus {
  fill: #22c55e;
}

.focus\:fill-green-600:focus {
  fill: #16a34a;
}

.focus\:fill-green-700:focus {
  fill: #15803d;
}

.focus\:fill-green-800:focus {
  fill: #166534;
}

.focus\:fill-green-900:focus {
  fill: #14532d;
}

.focus\:fill-green-950:focus {
  fill: #052e16;
}

.focus\:fill-indigo-100:focus {
  fill: #e0e7ff;
}

.focus\:fill-indigo-200:focus {
  fill: #c7d2fe;
}

.focus\:fill-indigo-300:focus {
  fill: #a5b4fc;
}

.focus\:fill-indigo-400:focus {
  fill: #818cf8;
}

.focus\:fill-indigo-50:focus {
  fill: #eef2ff;
}

.focus\:fill-indigo-500:focus {
  fill: #6366f1;
}

.focus\:fill-indigo-600:focus {
  fill: #4f46e5;
}

.focus\:fill-indigo-700:focus {
  fill: #4338ca;
}

.focus\:fill-indigo-800:focus {
  fill: #3730a3;
}

.focus\:fill-indigo-900:focus {
  fill: #312e81;
}

.focus\:fill-indigo-950:focus {
  fill: #1e1b4b;
}

.focus\:fill-inherit:focus {
  fill: inherit;
}

.focus\:fill-lime-100:focus {
  fill: #ecfccb;
}

.focus\:fill-lime-200:focus {
  fill: #d9f99d;
}

.focus\:fill-lime-300:focus {
  fill: #bef264;
}

.focus\:fill-lime-400:focus {
  fill: #a3e635;
}

.focus\:fill-lime-50:focus {
  fill: #f7fee7;
}

.focus\:fill-lime-500:focus {
  fill: #84cc16;
}

.focus\:fill-lime-600:focus {
  fill: #65a30d;
}

.focus\:fill-lime-700:focus {
  fill: #4d7c0f;
}

.focus\:fill-lime-800:focus {
  fill: #3f6212;
}

.focus\:fill-lime-900:focus {
  fill: #365314;
}

.focus\:fill-lime-950:focus {
  fill: #1a2e05;
}

.focus\:fill-neutral-100:focus {
  fill: #f5f5f5;
}

.focus\:fill-neutral-200:focus {
  fill: #e5e5e5;
}

.focus\:fill-neutral-300:focus {
  fill: #d4d4d4;
}

.focus\:fill-neutral-400:focus {
  fill: #a3a3a3;
}

.focus\:fill-neutral-50:focus {
  fill: #fafafa;
}

.focus\:fill-neutral-500:focus {
  fill: #737373;
}

.focus\:fill-neutral-600:focus {
  fill: #525252;
}

.focus\:fill-neutral-700:focus {
  fill: #404040;
}

.focus\:fill-neutral-800:focus {
  fill: #262626;
}

.focus\:fill-neutral-900:focus {
  fill: #171717;
}

.focus\:fill-neutral-950:focus {
  fill: #0a0a0a;
}

.focus\:fill-orange-100:focus {
  fill: #ffedd5;
}

.focus\:fill-orange-200:focus {
  fill: #fed7aa;
}

.focus\:fill-orange-300:focus {
  fill: #fdba74;
}

.focus\:fill-orange-400:focus {
  fill: #fb923c;
}

.focus\:fill-orange-50:focus {
  fill: #fff7ed;
}

.focus\:fill-orange-500:focus {
  fill: #f97316;
}

.focus\:fill-orange-600:focus {
  fill: #ea580c;
}

.focus\:fill-orange-700:focus {
  fill: #c2410c;
}

.focus\:fill-orange-800:focus {
  fill: #9a3412;
}

.focus\:fill-orange-900:focus {
  fill: #7c2d12;
}

.focus\:fill-orange-950:focus {
  fill: #431407;
}

.focus\:fill-pink-100:focus {
  fill: #fce7f3;
}

.focus\:fill-pink-200:focus {
  fill: #fbcfe8;
}

.focus\:fill-pink-300:focus {
  fill: #f9a8d4;
}

.focus\:fill-pink-400:focus {
  fill: #f472b6;
}

.focus\:fill-pink-50:focus {
  fill: #fdf2f8;
}

.focus\:fill-pink-500:focus {
  fill: #ec4899;
}

.focus\:fill-pink-600:focus {
  fill: #db2777;
}

.focus\:fill-pink-700:focus {
  fill: #be185d;
}

.focus\:fill-pink-800:focus {
  fill: #9d174d;
}

.focus\:fill-pink-900:focus {
  fill: #831843;
}

.focus\:fill-pink-950:focus {
  fill: #500724;
}

.focus\:fill-purple-100:focus {
  fill: #f3e8ff;
}

.focus\:fill-purple-200:focus {
  fill: #e9d5ff;
}

.focus\:fill-purple-300:focus {
  fill: #d8b4fe;
}

.focus\:fill-purple-400:focus {
  fill: #c084fc;
}

.focus\:fill-purple-50:focus {
  fill: #faf5ff;
}

.focus\:fill-purple-500:focus {
  fill: #a855f7;
}

.focus\:fill-purple-600:focus {
  fill: #9333ea;
}

.focus\:fill-purple-700:focus {
  fill: #7e22ce;
}

.focus\:fill-purple-800:focus {
  fill: #6b21a8;
}

.focus\:fill-purple-900:focus {
  fill: #581c87;
}

.focus\:fill-purple-950:focus {
  fill: #3b0764;
}

.focus\:fill-red-100:focus {
  fill: #fee2e2;
}

.focus\:fill-red-200:focus {
  fill: #fecaca;
}

.focus\:fill-red-300:focus {
  fill: #fca5a5;
}

.focus\:fill-red-400:focus {
  fill: #f87171;
}

.focus\:fill-red-50:focus {
  fill: #fef2f2;
}

.focus\:fill-red-500:focus {
  fill: #ef4444;
}

.focus\:fill-red-600:focus {
  fill: #dc2626;
}

.focus\:fill-red-700:focus {
  fill: #b91c1c;
}

.focus\:fill-red-800:focus {
  fill: #991b1b;
}

.focus\:fill-red-900:focus {
  fill: #7f1d1d;
}

.focus\:fill-red-950:focus {
  fill: #450a0a;
}

.focus\:fill-rose-100:focus {
  fill: #ffe4e6;
}

.focus\:fill-rose-200:focus {
  fill: #fecdd3;
}

.focus\:fill-rose-300:focus {
  fill: #fda4af;
}

.focus\:fill-rose-400:focus {
  fill: #fb7185;
}

.focus\:fill-rose-50:focus {
  fill: #fff1f2;
}

.focus\:fill-rose-500:focus {
  fill: #f43f5e;
}

.focus\:fill-rose-600:focus {
  fill: #e11d48;
}

.focus\:fill-rose-700:focus {
  fill: #be123c;
}

.focus\:fill-rose-800:focus {
  fill: #9f1239;
}

.focus\:fill-rose-900:focus {
  fill: #881337;
}

.focus\:fill-rose-950:focus {
  fill: #4c0519;
}

.focus\:fill-sky-100:focus {
  fill: #e0f2fe;
}

.focus\:fill-sky-200:focus {
  fill: #bae6fd;
}

.focus\:fill-sky-300:focus {
  fill: #7dd3fc;
}

.focus\:fill-sky-400:focus {
  fill: #38bdf8;
}

.focus\:fill-sky-50:focus {
  fill: #f0f9ff;
}

.focus\:fill-sky-500:focus {
  fill: #0ea5e9;
}

.focus\:fill-sky-600:focus {
  fill: #0284c7;
}

.focus\:fill-sky-700:focus {
  fill: #0369a1;
}

.focus\:fill-sky-800:focus {
  fill: #075985;
}

.focus\:fill-sky-900:focus {
  fill: #0c4a6e;
}

.focus\:fill-sky-950:focus {
  fill: #082f49;
}

.focus\:fill-slate-100:focus {
  fill: #f1f5f9;
}

.focus\:fill-slate-200:focus {
  fill: #e2e8f0;
}

.focus\:fill-slate-300:focus {
  fill: #cbd5e1;
}

.focus\:fill-slate-400:focus {
  fill: #94a3b8;
}

.focus\:fill-slate-50:focus {
  fill: #f8fafc;
}

.focus\:fill-slate-500:focus {
  fill: #64748b;
}

.focus\:fill-slate-600:focus {
  fill: #475569;
}

.focus\:fill-slate-700:focus {
  fill: #334155;
}

.focus\:fill-slate-800:focus {
  fill: #1e293b;
}

.focus\:fill-slate-900:focus {
  fill: #0f172a;
}

.focus\:fill-slate-950:focus {
  fill: #020617;
}

.focus\:fill-stone-100:focus {
  fill: #f5f5f4;
}

.focus\:fill-stone-200:focus {
  fill: #e7e5e4;
}

.focus\:fill-stone-300:focus {
  fill: #d6d3d1;
}

.focus\:fill-stone-400:focus {
  fill: #a8a29e;
}

.focus\:fill-stone-50:focus {
  fill: #fafaf9;
}

.focus\:fill-stone-500:focus {
  fill: #78716c;
}

.focus\:fill-stone-600:focus {
  fill: #57534e;
}

.focus\:fill-stone-700:focus {
  fill: #44403c;
}

.focus\:fill-stone-800:focus {
  fill: #292524;
}

.focus\:fill-stone-900:focus {
  fill: #1c1917;
}

.focus\:fill-stone-950:focus {
  fill: #0c0a09;
}

.focus\:fill-teal-100:focus {
  fill: #ccfbf1;
}

.focus\:fill-teal-200:focus {
  fill: #99f6e4;
}

.focus\:fill-teal-300:focus {
  fill: #5eead4;
}

.focus\:fill-teal-400:focus {
  fill: #2dd4bf;
}

.focus\:fill-teal-50:focus {
  fill: #f0fdfa;
}

.focus\:fill-teal-500:focus {
  fill: #14b8a6;
}

.focus\:fill-teal-600:focus {
  fill: #0d9488;
}

.focus\:fill-teal-700:focus {
  fill: #0f766e;
}

.focus\:fill-teal-800:focus {
  fill: #115e59;
}

.focus\:fill-teal-900:focus {
  fill: #134e4a;
}

.focus\:fill-teal-950:focus {
  fill: #042f2e;
}

.focus\:fill-transparent:focus {
  fill: transparent;
}

.focus\:fill-violet-100:focus {
  fill: #ede9fe;
}

.focus\:fill-violet-200:focus {
  fill: #ddd6fe;
}

.focus\:fill-violet-300:focus {
  fill: #c4b5fd;
}

.focus\:fill-violet-400:focus {
  fill: #a78bfa;
}

.focus\:fill-violet-50:focus {
  fill: #f5f3ff;
}

.focus\:fill-violet-500:focus {
  fill: #8b5cf6;
}

.focus\:fill-violet-600:focus {
  fill: #7c3aed;
}

.focus\:fill-violet-700:focus {
  fill: #6d28d9;
}

.focus\:fill-violet-800:focus {
  fill: #5b21b6;
}

.focus\:fill-violet-900:focus {
  fill: #4c1d95;
}

.focus\:fill-violet-950:focus {
  fill: #2e1065;
}

.focus\:fill-white:focus {
  fill: #fff;
}

.focus\:fill-yellow-100:focus {
  fill: #fef9c3;
}

.focus\:fill-yellow-200:focus {
  fill: #fef08a;
}

.focus\:fill-yellow-300:focus {
  fill: #fde047;
}

.focus\:fill-yellow-400:focus {
  fill: #facc15;
}

.focus\:fill-yellow-50:focus {
  fill: #fefce8;
}

.focus\:fill-yellow-500:focus {
  fill: #eab308;
}

.focus\:fill-yellow-600:focus {
  fill: #ca8a04;
}

.focus\:fill-yellow-700:focus {
  fill: #a16207;
}

.focus\:fill-yellow-800:focus {
  fill: #854d0e;
}

.focus\:fill-yellow-900:focus {
  fill: #713f12;
}

.focus\:fill-yellow-950:focus {
  fill: #422006;
}

.focus\:fill-zinc-100:focus {
  fill: #f4f4f5;
}

.focus\:fill-zinc-200:focus {
  fill: #e4e4e7;
}

.focus\:fill-zinc-300:focus {
  fill: #d4d4d8;
}

.focus\:fill-zinc-400:focus {
  fill: #a1a1aa;
}

.focus\:fill-zinc-50:focus {
  fill: #fafafa;
}

.focus\:fill-zinc-500:focus {
  fill: #71717a;
}

.focus\:fill-zinc-600:focus {
  fill: #52525b;
}

.focus\:fill-zinc-700:focus {
  fill: #3f3f46;
}

.focus\:fill-zinc-800:focus {
  fill: #27272a;
}

.focus\:fill-zinc-900:focus {
  fill: #18181b;
}

.focus\:fill-zinc-950:focus {
  fill: #09090b;
}

.focus\:stroke-amber-100:focus {
  stroke: #fef3c7;
}

.focus\:stroke-amber-200:focus {
  stroke: #fde68a;
}

.focus\:stroke-amber-300:focus {
  stroke: #fcd34d;
}

.focus\:stroke-amber-400:focus {
  stroke: #fbbf24;
}

.focus\:stroke-amber-50:focus {
  stroke: #fffbeb;
}

.focus\:stroke-amber-500:focus {
  stroke: #f59e0b;
}

.focus\:stroke-amber-600:focus {
  stroke: #d97706;
}

.focus\:stroke-amber-700:focus {
  stroke: #b45309;
}

.focus\:stroke-amber-800:focus {
  stroke: #92400e;
}

.focus\:stroke-amber-900:focus {
  stroke: #78350f;
}

.focus\:stroke-amber-950:focus {
  stroke: #451a03;
}

.focus\:stroke-black:focus {
  stroke: #000;
}

.focus\:stroke-blue-100:focus {
  stroke: #dbeafe;
}

.focus\:stroke-blue-200:focus {
  stroke: #bfdbfe;
}

.focus\:stroke-blue-300:focus {
  stroke: #93c5fd;
}

.focus\:stroke-blue-400:focus {
  stroke: #60a5fa;
}

.focus\:stroke-blue-50:focus {
  stroke: #eff6ff;
}

.focus\:stroke-blue-500:focus {
  stroke: #3b82f6;
}

.focus\:stroke-blue-600:focus {
  stroke: #2563eb;
}

.focus\:stroke-blue-700:focus {
  stroke: #1d4ed8;
}

.focus\:stroke-blue-800:focus {
  stroke: #1e40af;
}

.focus\:stroke-blue-900:focus {
  stroke: #1e3a8a;
}

.focus\:stroke-blue-950:focus {
  stroke: #172554;
}

.focus\:stroke-current:focus {
  stroke: currentColor;
}

.focus\:stroke-cyan-100:focus {
  stroke: #cffafe;
}

.focus\:stroke-cyan-200:focus {
  stroke: #a5f3fc;
}

.focus\:stroke-cyan-300:focus {
  stroke: #67e8f9;
}

.focus\:stroke-cyan-400:focus {
  stroke: #22d3ee;
}

.focus\:stroke-cyan-50:focus {
  stroke: #ecfeff;
}

.focus\:stroke-cyan-500:focus {
  stroke: #06b6d4;
}

.focus\:stroke-cyan-600:focus {
  stroke: #0891b2;
}

.focus\:stroke-cyan-700:focus {
  stroke: #0e7490;
}

.focus\:stroke-cyan-800:focus {
  stroke: #155e75;
}

.focus\:stroke-cyan-900:focus {
  stroke: #164e63;
}

.focus\:stroke-cyan-950:focus {
  stroke: #083344;
}

.focus\:stroke-emerald-100:focus {
  stroke: #d1fae5;
}

.focus\:stroke-emerald-200:focus {
  stroke: #a7f3d0;
}

.focus\:stroke-emerald-300:focus {
  stroke: #6ee7b7;
}

.focus\:stroke-emerald-400:focus {
  stroke: #34d399;
}

.focus\:stroke-emerald-50:focus {
  stroke: #ecfdf5;
}

.focus\:stroke-emerald-500:focus {
  stroke: #10b981;
}

.focus\:stroke-emerald-600:focus {
  stroke: #059669;
}

.focus\:stroke-emerald-700:focus {
  stroke: #047857;
}

.focus\:stroke-emerald-800:focus {
  stroke: #065f46;
}

.focus\:stroke-emerald-900:focus {
  stroke: #064e3b;
}

.focus\:stroke-emerald-950:focus {
  stroke: #022c22;
}

.focus\:stroke-fuchsia-100:focus {
  stroke: #fae8ff;
}

.focus\:stroke-fuchsia-200:focus {
  stroke: #f5d0fe;
}

.focus\:stroke-fuchsia-300:focus {
  stroke: #f0abfc;
}

.focus\:stroke-fuchsia-400:focus {
  stroke: #e879f9;
}

.focus\:stroke-fuchsia-50:focus {
  stroke: #fdf4ff;
}

.focus\:stroke-fuchsia-500:focus {
  stroke: #d946ef;
}

.focus\:stroke-fuchsia-600:focus {
  stroke: #c026d3;
}

.focus\:stroke-fuchsia-700:focus {
  stroke: #a21caf;
}

.focus\:stroke-fuchsia-800:focus {
  stroke: #86198f;
}

.focus\:stroke-fuchsia-900:focus {
  stroke: #701a75;
}

.focus\:stroke-fuchsia-950:focus {
  stroke: #4a044e;
}

.focus\:stroke-gray-100:focus {
  stroke: #f3f4f6;
}

.focus\:stroke-gray-200:focus {
  stroke: #e5e7eb;
}

.focus\:stroke-gray-300:focus {
  stroke: #d1d5db;
}

.focus\:stroke-gray-400:focus {
  stroke: #9ca3af;
}

.focus\:stroke-gray-50:focus {
  stroke: #f9fafb;
}

.focus\:stroke-gray-500:focus {
  stroke: #6b7280;
}

.focus\:stroke-gray-600:focus {
  stroke: #4b5563;
}

.focus\:stroke-gray-700:focus {
  stroke: #374151;
}

.focus\:stroke-gray-800:focus {
  stroke: #1f2937;
}

.focus\:stroke-gray-900:focus {
  stroke: #111827;
}

.focus\:stroke-gray-950:focus {
  stroke: #030712;
}

.focus\:stroke-green-100:focus {
  stroke: #dcfce7;
}

.focus\:stroke-green-200:focus {
  stroke: #bbf7d0;
}

.focus\:stroke-green-300:focus {
  stroke: #86efac;
}

.focus\:stroke-green-400:focus {
  stroke: #4ade80;
}

.focus\:stroke-green-50:focus {
  stroke: #f0fdf4;
}

.focus\:stroke-green-500:focus {
  stroke: #22c55e;
}

.focus\:stroke-green-600:focus {
  stroke: #16a34a;
}

.focus\:stroke-green-700:focus {
  stroke: #15803d;
}

.focus\:stroke-green-800:focus {
  stroke: #166534;
}

.focus\:stroke-green-900:focus {
  stroke: #14532d;
}

.focus\:stroke-green-950:focus {
  stroke: #052e16;
}

.focus\:stroke-indigo-100:focus {
  stroke: #e0e7ff;
}

.focus\:stroke-indigo-200:focus {
  stroke: #c7d2fe;
}

.focus\:stroke-indigo-300:focus {
  stroke: #a5b4fc;
}

.focus\:stroke-indigo-400:focus {
  stroke: #818cf8;
}

.focus\:stroke-indigo-50:focus {
  stroke: #eef2ff;
}

.focus\:stroke-indigo-500:focus {
  stroke: #6366f1;
}

.focus\:stroke-indigo-600:focus {
  stroke: #4f46e5;
}

.focus\:stroke-indigo-700:focus {
  stroke: #4338ca;
}

.focus\:stroke-indigo-800:focus {
  stroke: #3730a3;
}

.focus\:stroke-indigo-900:focus {
  stroke: #312e81;
}

.focus\:stroke-indigo-950:focus {
  stroke: #1e1b4b;
}

.focus\:stroke-inherit:focus {
  stroke: inherit;
}

.focus\:stroke-lime-100:focus {
  stroke: #ecfccb;
}

.focus\:stroke-lime-200:focus {
  stroke: #d9f99d;
}

.focus\:stroke-lime-300:focus {
  stroke: #bef264;
}

.focus\:stroke-lime-400:focus {
  stroke: #a3e635;
}

.focus\:stroke-lime-50:focus {
  stroke: #f7fee7;
}

.focus\:stroke-lime-500:focus {
  stroke: #84cc16;
}

.focus\:stroke-lime-600:focus {
  stroke: #65a30d;
}

.focus\:stroke-lime-700:focus {
  stroke: #4d7c0f;
}

.focus\:stroke-lime-800:focus {
  stroke: #3f6212;
}

.focus\:stroke-lime-900:focus {
  stroke: #365314;
}

.focus\:stroke-lime-950:focus {
  stroke: #1a2e05;
}

.focus\:stroke-neutral-100:focus {
  stroke: #f5f5f5;
}

.focus\:stroke-neutral-200:focus {
  stroke: #e5e5e5;
}

.focus\:stroke-neutral-300:focus {
  stroke: #d4d4d4;
}

.focus\:stroke-neutral-400:focus {
  stroke: #a3a3a3;
}

.focus\:stroke-neutral-50:focus {
  stroke: #fafafa;
}

.focus\:stroke-neutral-500:focus {
  stroke: #737373;
}

.focus\:stroke-neutral-600:focus {
  stroke: #525252;
}

.focus\:stroke-neutral-700:focus {
  stroke: #404040;
}

.focus\:stroke-neutral-800:focus {
  stroke: #262626;
}

.focus\:stroke-neutral-900:focus {
  stroke: #171717;
}

.focus\:stroke-neutral-950:focus {
  stroke: #0a0a0a;
}

.focus\:stroke-orange-100:focus {
  stroke: #ffedd5;
}

.focus\:stroke-orange-200:focus {
  stroke: #fed7aa;
}

.focus\:stroke-orange-300:focus {
  stroke: #fdba74;
}

.focus\:stroke-orange-400:focus {
  stroke: #fb923c;
}

.focus\:stroke-orange-50:focus {
  stroke: #fff7ed;
}

.focus\:stroke-orange-500:focus {
  stroke: #f97316;
}

.focus\:stroke-orange-600:focus {
  stroke: #ea580c;
}

.focus\:stroke-orange-700:focus {
  stroke: #c2410c;
}

.focus\:stroke-orange-800:focus {
  stroke: #9a3412;
}

.focus\:stroke-orange-900:focus {
  stroke: #7c2d12;
}

.focus\:stroke-orange-950:focus {
  stroke: #431407;
}

.focus\:stroke-pink-100:focus {
  stroke: #fce7f3;
}

.focus\:stroke-pink-200:focus {
  stroke: #fbcfe8;
}

.focus\:stroke-pink-300:focus {
  stroke: #f9a8d4;
}

.focus\:stroke-pink-400:focus {
  stroke: #f472b6;
}

.focus\:stroke-pink-50:focus {
  stroke: #fdf2f8;
}

.focus\:stroke-pink-500:focus {
  stroke: #ec4899;
}

.focus\:stroke-pink-600:focus {
  stroke: #db2777;
}

.focus\:stroke-pink-700:focus {
  stroke: #be185d;
}

.focus\:stroke-pink-800:focus {
  stroke: #9d174d;
}

.focus\:stroke-pink-900:focus {
  stroke: #831843;
}

.focus\:stroke-pink-950:focus {
  stroke: #500724;
}

.focus\:stroke-purple-100:focus {
  stroke: #f3e8ff;
}

.focus\:stroke-purple-200:focus {
  stroke: #e9d5ff;
}

.focus\:stroke-purple-300:focus {
  stroke: #d8b4fe;
}

.focus\:stroke-purple-400:focus {
  stroke: #c084fc;
}

.focus\:stroke-purple-50:focus {
  stroke: #faf5ff;
}

.focus\:stroke-purple-500:focus {
  stroke: #a855f7;
}

.focus\:stroke-purple-600:focus {
  stroke: #9333ea;
}

.focus\:stroke-purple-700:focus {
  stroke: #7e22ce;
}

.focus\:stroke-purple-800:focus {
  stroke: #6b21a8;
}

.focus\:stroke-purple-900:focus {
  stroke: #581c87;
}

.focus\:stroke-purple-950:focus {
  stroke: #3b0764;
}

.focus\:stroke-red-100:focus {
  stroke: #fee2e2;
}

.focus\:stroke-red-200:focus {
  stroke: #fecaca;
}

.focus\:stroke-red-300:focus {
  stroke: #fca5a5;
}

.focus\:stroke-red-400:focus {
  stroke: #f87171;
}

.focus\:stroke-red-50:focus {
  stroke: #fef2f2;
}

.focus\:stroke-red-500:focus {
  stroke: #ef4444;
}

.focus\:stroke-red-600:focus {
  stroke: #dc2626;
}

.focus\:stroke-red-700:focus {
  stroke: #b91c1c;
}

.focus\:stroke-red-800:focus {
  stroke: #991b1b;
}

.focus\:stroke-red-900:focus {
  stroke: #7f1d1d;
}

.focus\:stroke-red-950:focus {
  stroke: #450a0a;
}

.focus\:stroke-rose-100:focus {
  stroke: #ffe4e6;
}

.focus\:stroke-rose-200:focus {
  stroke: #fecdd3;
}

.focus\:stroke-rose-300:focus {
  stroke: #fda4af;
}

.focus\:stroke-rose-400:focus {
  stroke: #fb7185;
}

.focus\:stroke-rose-50:focus {
  stroke: #fff1f2;
}

.focus\:stroke-rose-500:focus {
  stroke: #f43f5e;
}

.focus\:stroke-rose-600:focus {
  stroke: #e11d48;
}

.focus\:stroke-rose-700:focus {
  stroke: #be123c;
}

.focus\:stroke-rose-800:focus {
  stroke: #9f1239;
}

.focus\:stroke-rose-900:focus {
  stroke: #881337;
}

.focus\:stroke-rose-950:focus {
  stroke: #4c0519;
}

.focus\:stroke-sky-100:focus {
  stroke: #e0f2fe;
}

.focus\:stroke-sky-200:focus {
  stroke: #bae6fd;
}

.focus\:stroke-sky-300:focus {
  stroke: #7dd3fc;
}

.focus\:stroke-sky-400:focus {
  stroke: #38bdf8;
}

.focus\:stroke-sky-50:focus {
  stroke: #f0f9ff;
}

.focus\:stroke-sky-500:focus {
  stroke: #0ea5e9;
}

.focus\:stroke-sky-600:focus {
  stroke: #0284c7;
}

.focus\:stroke-sky-700:focus {
  stroke: #0369a1;
}

.focus\:stroke-sky-800:focus {
  stroke: #075985;
}

.focus\:stroke-sky-900:focus {
  stroke: #0c4a6e;
}

.focus\:stroke-sky-950:focus {
  stroke: #082f49;
}

.focus\:stroke-slate-100:focus {
  stroke: #f1f5f9;
}

.focus\:stroke-slate-200:focus {
  stroke: #e2e8f0;
}

.focus\:stroke-slate-300:focus {
  stroke: #cbd5e1;
}

.focus\:stroke-slate-400:focus {
  stroke: #94a3b8;
}

.focus\:stroke-slate-50:focus {
  stroke: #f8fafc;
}

.focus\:stroke-slate-500:focus {
  stroke: #64748b;
}

.focus\:stroke-slate-600:focus {
  stroke: #475569;
}

.focus\:stroke-slate-700:focus {
  stroke: #334155;
}

.focus\:stroke-slate-800:focus {
  stroke: #1e293b;
}

.focus\:stroke-slate-900:focus {
  stroke: #0f172a;
}

.focus\:stroke-slate-950:focus {
  stroke: #020617;
}

.focus\:stroke-stone-100:focus {
  stroke: #f5f5f4;
}

.focus\:stroke-stone-200:focus {
  stroke: #e7e5e4;
}

.focus\:stroke-stone-300:focus {
  stroke: #d6d3d1;
}

.focus\:stroke-stone-400:focus {
  stroke: #a8a29e;
}

.focus\:stroke-stone-50:focus {
  stroke: #fafaf9;
}

.focus\:stroke-stone-500:focus {
  stroke: #78716c;
}

.focus\:stroke-stone-600:focus {
  stroke: #57534e;
}

.focus\:stroke-stone-700:focus {
  stroke: #44403c;
}

.focus\:stroke-stone-800:focus {
  stroke: #292524;
}

.focus\:stroke-stone-900:focus {
  stroke: #1c1917;
}

.focus\:stroke-stone-950:focus {
  stroke: #0c0a09;
}

.focus\:stroke-teal-100:focus {
  stroke: #ccfbf1;
}

.focus\:stroke-teal-200:focus {
  stroke: #99f6e4;
}

.focus\:stroke-teal-300:focus {
  stroke: #5eead4;
}

.focus\:stroke-teal-400:focus {
  stroke: #2dd4bf;
}

.focus\:stroke-teal-50:focus {
  stroke: #f0fdfa;
}

.focus\:stroke-teal-500:focus {
  stroke: #14b8a6;
}

.focus\:stroke-teal-600:focus {
  stroke: #0d9488;
}

.focus\:stroke-teal-700:focus {
  stroke: #0f766e;
}

.focus\:stroke-teal-800:focus {
  stroke: #115e59;
}

.focus\:stroke-teal-900:focus {
  stroke: #134e4a;
}

.focus\:stroke-teal-950:focus {
  stroke: #042f2e;
}

.focus\:stroke-transparent:focus {
  stroke: transparent;
}

.focus\:stroke-violet-100:focus {
  stroke: #ede9fe;
}

.focus\:stroke-violet-200:focus {
  stroke: #ddd6fe;
}

.focus\:stroke-violet-300:focus {
  stroke: #c4b5fd;
}

.focus\:stroke-violet-400:focus {
  stroke: #a78bfa;
}

.focus\:stroke-violet-50:focus {
  stroke: #f5f3ff;
}

.focus\:stroke-violet-500:focus {
  stroke: #8b5cf6;
}

.focus\:stroke-violet-600:focus {
  stroke: #7c3aed;
}

.focus\:stroke-violet-700:focus {
  stroke: #6d28d9;
}

.focus\:stroke-violet-800:focus {
  stroke: #5b21b6;
}

.focus\:stroke-violet-900:focus {
  stroke: #4c1d95;
}

.focus\:stroke-violet-950:focus {
  stroke: #2e1065;
}

.focus\:stroke-white:focus {
  stroke: #fff;
}

.focus\:stroke-yellow-100:focus {
  stroke: #fef9c3;
}

.focus\:stroke-yellow-200:focus {
  stroke: #fef08a;
}

.focus\:stroke-yellow-300:focus {
  stroke: #fde047;
}

.focus\:stroke-yellow-400:focus {
  stroke: #facc15;
}

.focus\:stroke-yellow-50:focus {
  stroke: #fefce8;
}

.focus\:stroke-yellow-500:focus {
  stroke: #eab308;
}

.focus\:stroke-yellow-600:focus {
  stroke: #ca8a04;
}

.focus\:stroke-yellow-700:focus {
  stroke: #a16207;
}

.focus\:stroke-yellow-800:focus {
  stroke: #854d0e;
}

.focus\:stroke-yellow-900:focus {
  stroke: #713f12;
}

.focus\:stroke-yellow-950:focus {
  stroke: #422006;
}

.focus\:stroke-zinc-100:focus {
  stroke: #f4f4f5;
}

.focus\:stroke-zinc-200:focus {
  stroke: #e4e4e7;
}

.focus\:stroke-zinc-300:focus {
  stroke: #d4d4d8;
}

.focus\:stroke-zinc-400:focus {
  stroke: #a1a1aa;
}

.focus\:stroke-zinc-50:focus {
  stroke: #fafafa;
}

.focus\:stroke-zinc-500:focus {
  stroke: #71717a;
}

.focus\:stroke-zinc-600:focus {
  stroke: #52525b;
}

.focus\:stroke-zinc-700:focus {
  stroke: #3f3f46;
}

.focus\:stroke-zinc-800:focus {
  stroke: #27272a;
}

.focus\:stroke-zinc-900:focus {
  stroke: #18181b;
}

.focus\:stroke-zinc-950:focus {
  stroke: #09090b;
}

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

.focus\:text-amber-200:focus {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.focus\:text-amber-300:focus {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.focus\:text-amber-400:focus {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.focus\:text-amber-50:focus {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.focus\:text-amber-500:focus {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.focus\:text-amber-600:focus {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.focus\:text-amber-700:focus {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.focus\:text-amber-800:focus {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.focus\:text-amber-900:focus {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.focus\:text-amber-950:focus {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-100:focus {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-200:focus {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

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

.focus\:text-blue-400:focus {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-50:focus {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-500:focus {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-600:focus {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-700:focus {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-900:focus {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.focus\:text-blue-950:focus {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.focus\:text-current:focus {
  color: currentColor;
}

.focus\:text-cyan-100:focus {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

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

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

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

.focus\:text-cyan-50:focus {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.focus\:text-cyan-500:focus {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.focus\:text-cyan-600:focus {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.focus\:text-cyan-700:focus {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.focus\:text-cyan-800:focus {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.focus\:text-cyan-900:focus {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.focus\:text-cyan-950:focus {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

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

.focus\:text-emerald-200:focus {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.focus\:text-emerald-300:focus {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

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

.focus\:text-emerald-50:focus {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.focus\:text-emerald-500:focus {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.focus\:text-emerald-600:focus {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.focus\:text-emerald-700:focus {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.focus\:text-emerald-800:focus {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.focus\:text-emerald-900:focus {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.focus\:text-emerald-950:focus {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-100:focus {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-200:focus {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-300:focus {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-400:focus {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-50:focus {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-500:focus {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-600:focus {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-700:focus {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-800:focus {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-900:focus {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.focus\:text-fuchsia-950:focus {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-100:focus {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-200:focus {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

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

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

.focus\:text-gray-50:focus {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

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

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

.focus\:text-gray-700:focus {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-800:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-900:focus {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.focus\:text-gray-950:focus {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.focus\:text-green-100:focus {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.focus\:text-green-200:focus {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.focus\:text-green-300:focus {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

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

.focus\:text-green-50:focus {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.focus\:text-green-500:focus {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.focus\:text-green-600:focus {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.focus\:text-green-700:focus {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.focus\:text-green-800:focus {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.focus\:text-green-900:focus {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.focus\:text-green-950:focus {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-100:focus {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-200:focus {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

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

.focus\:text-indigo-400:focus {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-50:focus {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-500:focus {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-600:focus {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-700:focus {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-800:focus {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-900:focus {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.focus\:text-indigo-950:focus {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.focus\:text-inherit:focus {
  color: inherit;
}

.focus\:text-lime-100:focus {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-200:focus {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-300:focus {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-400:focus {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-50:focus {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-500:focus {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-600:focus {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-700:focus {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-800:focus {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-900:focus {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.focus\:text-lime-950:focus {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-100:focus {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-200:focus {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-300:focus {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-400:focus {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-50:focus {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-500:focus {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-600:focus {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-700:focus {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-800:focus {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-900:focus {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-950:focus {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.focus\:text-orange-100:focus {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.focus\:text-orange-200:focus {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.focus\:text-orange-300:focus {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.focus\:text-orange-400:focus {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.focus\:text-orange-50:focus {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

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

.focus\:text-orange-600:focus {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.focus\:text-orange-700:focus {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.focus\:text-orange-800:focus {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.focus\:text-orange-900:focus {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.focus\:text-orange-950:focus {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-100:focus {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-200:focus {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-300:focus {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-400:focus {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-50:focus {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-500:focus {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-600:focus {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-700:focus {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-800:focus {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-900:focus {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.focus\:text-pink-950:focus {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-100:focus {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

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

.focus\:text-purple-300:focus {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-400:focus {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-50:focus {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-500:focus {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-600:focus {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

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

.focus\:text-purple-800:focus {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-900:focus {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.focus\:text-purple-950:focus {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.focus\:text-red-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

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

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

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

.focus\:text-red-50:focus {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

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

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

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

.focus\:text-red-800:focus {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.focus\:text-red-900:focus {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.focus\:text-red-950:focus {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

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

.focus\:text-rose-200:focus {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.focus\:text-rose-300:focus {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.focus\:text-rose-400:focus {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.focus\:text-rose-50:focus {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.focus\:text-rose-500:focus {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.focus\:text-rose-600:focus {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.focus\:text-rose-700:focus {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.focus\:text-rose-800:focus {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.focus\:text-rose-900:focus {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.focus\:text-rose-950:focus {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-100:focus {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-200:focus {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-300:focus {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-400:focus {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-50:focus {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-500:focus {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-600:focus {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-700:focus {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-800:focus {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-900:focus {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.focus\:text-sky-950:focus {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-100:focus {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-200:focus {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-300:focus {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-400:focus {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-50:focus {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-500:focus {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-600:focus {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-700:focus {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-800:focus {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-900:focus {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.focus\:text-slate-950:focus {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-100:focus {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-200:focus {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-300:focus {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-400:focus {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-50:focus {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-500:focus {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-600:focus {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-700:focus {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-800:focus {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-900:focus {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.focus\:text-stone-950:focus {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-100:focus {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-200:focus {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-300:focus {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-400:focus {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-50:focus {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-500:focus {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-600:focus {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-700:focus {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-800:focus {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-900:focus {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.focus\:text-teal-950:focus {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-violet-100:focus {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

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

.focus\:text-violet-300:focus {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.focus\:text-violet-400:focus {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.focus\:text-violet-50:focus {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}

.focus\:text-violet-500:focus {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.focus\:text-violet-600:focus {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.focus\:text-violet-700:focus {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.focus\:text-violet-800:focus {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.focus\:text-violet-900:focus {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.focus\:text-violet-950:focus {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

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

.focus\:text-yellow-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-200:focus {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

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

.focus\:text-yellow-400:focus {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-50:focus {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-500:focus {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-600:focus {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-700:focus {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-800:focus {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-900:focus {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.focus\:text-yellow-950:focus {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-100:focus {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-200:focus {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-300:focus {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-400:focus {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-50:focus {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-500:focus {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-600:focus {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-700:focus {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-800:focus {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-900:focus {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.focus\:text-zinc-950:focus {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.focus\:decoration-amber-100:focus {
  text-decoration-color: #fef3c7;
}

.focus\:decoration-amber-200:focus {
  text-decoration-color: #fde68a;
}

.focus\:decoration-amber-300:focus {
  text-decoration-color: #fcd34d;
}

.focus\:decoration-amber-400:focus {
  text-decoration-color: #fbbf24;
}

.focus\:decoration-amber-50:focus {
  text-decoration-color: #fffbeb;
}

.focus\:decoration-amber-500:focus {
  text-decoration-color: #f59e0b;
}

.focus\:decoration-amber-600:focus {
  text-decoration-color: #d97706;
}

.focus\:decoration-amber-700:focus {
  text-decoration-color: #b45309;
}

.focus\:decoration-amber-800:focus {
  text-decoration-color: #92400e;
}

.focus\:decoration-amber-900:focus {
  text-decoration-color: #78350f;
}

.focus\:decoration-amber-950:focus {
  text-decoration-color: #451a03;
}

.focus\:decoration-black:focus {
  text-decoration-color: #000;
}

.focus\:decoration-blue-100:focus {
  text-decoration-color: #dbeafe;
}

.focus\:decoration-blue-200:focus {
  text-decoration-color: #bfdbfe;
}

.focus\:decoration-blue-300:focus {
  text-decoration-color: #93c5fd;
}

.focus\:decoration-blue-400:focus {
  text-decoration-color: #60a5fa;
}

.focus\:decoration-blue-50:focus {
  text-decoration-color: #eff6ff;
}

.focus\:decoration-blue-500:focus {
  text-decoration-color: #3b82f6;
}

.focus\:decoration-blue-600:focus {
  text-decoration-color: #2563eb;
}

.focus\:decoration-blue-700:focus {
  text-decoration-color: #1d4ed8;
}

.focus\:decoration-blue-800:focus {
  text-decoration-color: #1e40af;
}

.focus\:decoration-blue-900:focus {
  text-decoration-color: #1e3a8a;
}

.focus\:decoration-blue-950:focus {
  text-decoration-color: #172554;
}

.focus\:decoration-current:focus {
  text-decoration-color: currentColor;
}

.focus\:decoration-cyan-100:focus {
  text-decoration-color: #cffafe;
}

.focus\:decoration-cyan-200:focus {
  text-decoration-color: #a5f3fc;
}

.focus\:decoration-cyan-300:focus {
  text-decoration-color: #67e8f9;
}

.focus\:decoration-cyan-400:focus {
  text-decoration-color: #22d3ee;
}

.focus\:decoration-cyan-50:focus {
  text-decoration-color: #ecfeff;
}

.focus\:decoration-cyan-500:focus {
  text-decoration-color: #06b6d4;
}

.focus\:decoration-cyan-600:focus {
  text-decoration-color: #0891b2;
}

.focus\:decoration-cyan-700:focus {
  text-decoration-color: #0e7490;
}

.focus\:decoration-cyan-800:focus {
  text-decoration-color: #155e75;
}

.focus\:decoration-cyan-900:focus {
  text-decoration-color: #164e63;
}

.focus\:decoration-cyan-950:focus {
  text-decoration-color: #083344;
}

.focus\:decoration-emerald-100:focus {
  text-decoration-color: #d1fae5;
}

.focus\:decoration-emerald-200:focus {
  text-decoration-color: #a7f3d0;
}

.focus\:decoration-emerald-300:focus {
  text-decoration-color: #6ee7b7;
}

.focus\:decoration-emerald-400:focus {
  text-decoration-color: #34d399;
}

.focus\:decoration-emerald-50:focus {
  text-decoration-color: #ecfdf5;
}

.focus\:decoration-emerald-500:focus {
  text-decoration-color: #10b981;
}

.focus\:decoration-emerald-600:focus {
  text-decoration-color: #059669;
}

.focus\:decoration-emerald-700:focus {
  text-decoration-color: #047857;
}

.focus\:decoration-emerald-800:focus {
  text-decoration-color: #065f46;
}

.focus\:decoration-emerald-900:focus {
  text-decoration-color: #064e3b;
}

.focus\:decoration-emerald-950:focus {
  text-decoration-color: #022c22;
}

.focus\:decoration-fuchsia-100:focus {
  text-decoration-color: #fae8ff;
}

.focus\:decoration-fuchsia-200:focus {
  text-decoration-color: #f5d0fe;
}

.focus\:decoration-fuchsia-300:focus {
  text-decoration-color: #f0abfc;
}

.focus\:decoration-fuchsia-400:focus {
  text-decoration-color: #e879f9;
}

.focus\:decoration-fuchsia-50:focus {
  text-decoration-color: #fdf4ff;
}

.focus\:decoration-fuchsia-500:focus {
  text-decoration-color: #d946ef;
}

.focus\:decoration-fuchsia-600:focus {
  text-decoration-color: #c026d3;
}

.focus\:decoration-fuchsia-700:focus {
  text-decoration-color: #a21caf;
}

.focus\:decoration-fuchsia-800:focus {
  text-decoration-color: #86198f;
}

.focus\:decoration-fuchsia-900:focus {
  text-decoration-color: #701a75;
}

.focus\:decoration-fuchsia-950:focus {
  text-decoration-color: #4a044e;
}

.focus\:decoration-gray-100:focus {
  text-decoration-color: #f3f4f6;
}

.focus\:decoration-gray-200:focus {
  text-decoration-color: #e5e7eb;
}

.focus\:decoration-gray-300:focus {
  text-decoration-color: #d1d5db;
}

.focus\:decoration-gray-400:focus {
  text-decoration-color: #9ca3af;
}

.focus\:decoration-gray-50:focus {
  text-decoration-color: #f9fafb;
}

.focus\:decoration-gray-500:focus {
  text-decoration-color: #6b7280;
}

.focus\:decoration-gray-600:focus {
  text-decoration-color: #4b5563;
}

.focus\:decoration-gray-700:focus {
  text-decoration-color: #374151;
}

.focus\:decoration-gray-800:focus {
  text-decoration-color: #1f2937;
}

.focus\:decoration-gray-900:focus {
  text-decoration-color: #111827;
}

.focus\:decoration-gray-950:focus {
  text-decoration-color: #030712;
}

.focus\:decoration-green-100:focus {
  text-decoration-color: #dcfce7;
}

.focus\:decoration-green-200:focus {
  text-decoration-color: #bbf7d0;
}

.focus\:decoration-green-300:focus {
  text-decoration-color: #86efac;
}

.focus\:decoration-green-400:focus {
  text-decoration-color: #4ade80;
}

.focus\:decoration-green-50:focus {
  text-decoration-color: #f0fdf4;
}

.focus\:decoration-green-500:focus {
  text-decoration-color: #22c55e;
}

.focus\:decoration-green-600:focus {
  text-decoration-color: #16a34a;
}

.focus\:decoration-green-700:focus {
  text-decoration-color: #15803d;
}

.focus\:decoration-green-800:focus {
  text-decoration-color: #166534;
}

.focus\:decoration-green-900:focus {
  text-decoration-color: #14532d;
}

.focus\:decoration-green-950:focus {
  text-decoration-color: #052e16;
}

.focus\:decoration-indigo-100:focus {
  text-decoration-color: #e0e7ff;
}

.focus\:decoration-indigo-200:focus {
  text-decoration-color: #c7d2fe;
}

.focus\:decoration-indigo-300:focus {
  text-decoration-color: #a5b4fc;
}

.focus\:decoration-indigo-400:focus {
  text-decoration-color: #818cf8;
}

.focus\:decoration-indigo-50:focus {
  text-decoration-color: #eef2ff;
}

.focus\:decoration-indigo-500:focus {
  text-decoration-color: #6366f1;
}

.focus\:decoration-indigo-600:focus {
  text-decoration-color: #4f46e5;
}

.focus\:decoration-indigo-700:focus {
  text-decoration-color: #4338ca;
}

.focus\:decoration-indigo-800:focus {
  text-decoration-color: #3730a3;
}

.focus\:decoration-indigo-900:focus {
  text-decoration-color: #312e81;
}

.focus\:decoration-indigo-950:focus {
  text-decoration-color: #1e1b4b;
}

.focus\:decoration-inherit:focus {
  text-decoration-color: inherit;
}

.focus\:decoration-lime-100:focus {
  text-decoration-color: #ecfccb;
}

.focus\:decoration-lime-200:focus {
  text-decoration-color: #d9f99d;
}

.focus\:decoration-lime-300:focus {
  text-decoration-color: #bef264;
}

.focus\:decoration-lime-400:focus {
  text-decoration-color: #a3e635;
}

.focus\:decoration-lime-50:focus {
  text-decoration-color: #f7fee7;
}

.focus\:decoration-lime-500:focus {
  text-decoration-color: #84cc16;
}

.focus\:decoration-lime-600:focus {
  text-decoration-color: #65a30d;
}

.focus\:decoration-lime-700:focus {
  text-decoration-color: #4d7c0f;
}

.focus\:decoration-lime-800:focus {
  text-decoration-color: #3f6212;
}

.focus\:decoration-lime-900:focus {
  text-decoration-color: #365314;
}

.focus\:decoration-lime-950:focus {
  text-decoration-color: #1a2e05;
}

.focus\:decoration-neutral-100:focus {
  text-decoration-color: #f5f5f5;
}

.focus\:decoration-neutral-200:focus {
  text-decoration-color: #e5e5e5;
}

.focus\:decoration-neutral-300:focus {
  text-decoration-color: #d4d4d4;
}

.focus\:decoration-neutral-400:focus {
  text-decoration-color: #a3a3a3;
}

.focus\:decoration-neutral-50:focus {
  text-decoration-color: #fafafa;
}

.focus\:decoration-neutral-500:focus {
  text-decoration-color: #737373;
}

.focus\:decoration-neutral-600:focus {
  text-decoration-color: #525252;
}

.focus\:decoration-neutral-700:focus {
  text-decoration-color: #404040;
}

.focus\:decoration-neutral-800:focus {
  text-decoration-color: #262626;
}

.focus\:decoration-neutral-900:focus {
  text-decoration-color: #171717;
}

.focus\:decoration-neutral-950:focus {
  text-decoration-color: #0a0a0a;
}

.focus\:decoration-orange-100:focus {
  text-decoration-color: #ffedd5;
}

.focus\:decoration-orange-200:focus {
  text-decoration-color: #fed7aa;
}

.focus\:decoration-orange-300:focus {
  text-decoration-color: #fdba74;
}

.focus\:decoration-orange-400:focus {
  text-decoration-color: #fb923c;
}

.focus\:decoration-orange-50:focus {
  text-decoration-color: #fff7ed;
}

.focus\:decoration-orange-500:focus {
  text-decoration-color: #f97316;
}

.focus\:decoration-orange-600:focus {
  text-decoration-color: #ea580c;
}

.focus\:decoration-orange-700:focus {
  text-decoration-color: #c2410c;
}

.focus\:decoration-orange-800:focus {
  text-decoration-color: #9a3412;
}

.focus\:decoration-orange-900:focus {
  text-decoration-color: #7c2d12;
}

.focus\:decoration-orange-950:focus {
  text-decoration-color: #431407;
}

.focus\:decoration-pink-100:focus {
  text-decoration-color: #fce7f3;
}

.focus\:decoration-pink-200:focus {
  text-decoration-color: #fbcfe8;
}

.focus\:decoration-pink-300:focus {
  text-decoration-color: #f9a8d4;
}

.focus\:decoration-pink-400:focus {
  text-decoration-color: #f472b6;
}

.focus\:decoration-pink-50:focus {
  text-decoration-color: #fdf2f8;
}

.focus\:decoration-pink-500:focus {
  text-decoration-color: #ec4899;
}

.focus\:decoration-pink-600:focus {
  text-decoration-color: #db2777;
}

.focus\:decoration-pink-700:focus {
  text-decoration-color: #be185d;
}

.focus\:decoration-pink-800:focus {
  text-decoration-color: #9d174d;
}

.focus\:decoration-pink-900:focus {
  text-decoration-color: #831843;
}

.focus\:decoration-pink-950:focus {
  text-decoration-color: #500724;
}

.focus\:decoration-purple-100:focus {
  text-decoration-color: #f3e8ff;
}

.focus\:decoration-purple-200:focus {
  text-decoration-color: #e9d5ff;
}

.focus\:decoration-purple-300:focus {
  text-decoration-color: #d8b4fe;
}

.focus\:decoration-purple-400:focus {
  text-decoration-color: #c084fc;
}

.focus\:decoration-purple-50:focus {
  text-decoration-color: #faf5ff;
}

.focus\:decoration-purple-500:focus {
  text-decoration-color: #a855f7;
}

.focus\:decoration-purple-600:focus {
  text-decoration-color: #9333ea;
}

.focus\:decoration-purple-700:focus {
  text-decoration-color: #7e22ce;
}

.focus\:decoration-purple-800:focus {
  text-decoration-color: #6b21a8;
}

.focus\:decoration-purple-900:focus {
  text-decoration-color: #581c87;
}

.focus\:decoration-purple-950:focus {
  text-decoration-color: #3b0764;
}

.focus\:decoration-red-100:focus {
  text-decoration-color: #fee2e2;
}

.focus\:decoration-red-200:focus {
  text-decoration-color: #fecaca;
}

.focus\:decoration-red-300:focus {
  text-decoration-color: #fca5a5;
}

.focus\:decoration-red-400:focus {
  text-decoration-color: #f87171;
}

.focus\:decoration-red-50:focus {
  text-decoration-color: #fef2f2;
}

.focus\:decoration-red-500:focus {
  text-decoration-color: #ef4444;
}

.focus\:decoration-red-600:focus {
  text-decoration-color: #dc2626;
}

.focus\:decoration-red-700:focus {
  text-decoration-color: #b91c1c;
}

.focus\:decoration-red-800:focus {
  text-decoration-color: #991b1b;
}

.focus\:decoration-red-900:focus {
  text-decoration-color: #7f1d1d;
}

.focus\:decoration-red-950:focus {
  text-decoration-color: #450a0a;
}

.focus\:decoration-rose-100:focus {
  text-decoration-color: #ffe4e6;
}

.focus\:decoration-rose-200:focus {
  text-decoration-color: #fecdd3;
}

.focus\:decoration-rose-300:focus {
  text-decoration-color: #fda4af;
}

.focus\:decoration-rose-400:focus {
  text-decoration-color: #fb7185;
}

.focus\:decoration-rose-50:focus {
  text-decoration-color: #fff1f2;
}

.focus\:decoration-rose-500:focus {
  text-decoration-color: #f43f5e;
}

.focus\:decoration-rose-600:focus {
  text-decoration-color: #e11d48;
}

.focus\:decoration-rose-700:focus {
  text-decoration-color: #be123c;
}

.focus\:decoration-rose-800:focus {
  text-decoration-color: #9f1239;
}

.focus\:decoration-rose-900:focus {
  text-decoration-color: #881337;
}

.focus\:decoration-rose-950:focus {
  text-decoration-color: #4c0519;
}

.focus\:decoration-sky-100:focus {
  text-decoration-color: #e0f2fe;
}

.focus\:decoration-sky-200:focus {
  text-decoration-color: #bae6fd;
}

.focus\:decoration-sky-300:focus {
  text-decoration-color: #7dd3fc;
}

.focus\:decoration-sky-400:focus {
  text-decoration-color: #38bdf8;
}

.focus\:decoration-sky-50:focus {
  text-decoration-color: #f0f9ff;
}

.focus\:decoration-sky-500:focus {
  text-decoration-color: #0ea5e9;
}

.focus\:decoration-sky-600:focus {
  text-decoration-color: #0284c7;
}

.focus\:decoration-sky-700:focus {
  text-decoration-color: #0369a1;
}

.focus\:decoration-sky-800:focus {
  text-decoration-color: #075985;
}

.focus\:decoration-sky-900:focus {
  text-decoration-color: #0c4a6e;
}

.focus\:decoration-sky-950:focus {
  text-decoration-color: #082f49;
}

.focus\:decoration-slate-100:focus {
  text-decoration-color: #f1f5f9;
}

.focus\:decoration-slate-200:focus {
  text-decoration-color: #e2e8f0;
}

.focus\:decoration-slate-300:focus {
  text-decoration-color: #cbd5e1;
}

.focus\:decoration-slate-400:focus {
  text-decoration-color: #94a3b8;
}

.focus\:decoration-slate-50:focus {
  text-decoration-color: #f8fafc;
}

.focus\:decoration-slate-500:focus {
  text-decoration-color: #64748b;
}

.focus\:decoration-slate-600:focus {
  text-decoration-color: #475569;
}

.focus\:decoration-slate-700:focus {
  text-decoration-color: #334155;
}

.focus\:decoration-slate-800:focus {
  text-decoration-color: #1e293b;
}

.focus\:decoration-slate-900:focus {
  text-decoration-color: #0f172a;
}

.focus\:decoration-slate-950:focus {
  text-decoration-color: #020617;
}

.focus\:decoration-stone-100:focus {
  text-decoration-color: #f5f5f4;
}

.focus\:decoration-stone-200:focus {
  text-decoration-color: #e7e5e4;
}

.focus\:decoration-stone-300:focus {
  text-decoration-color: #d6d3d1;
}

.focus\:decoration-stone-400:focus {
  text-decoration-color: #a8a29e;
}

.focus\:decoration-stone-50:focus {
  text-decoration-color: #fafaf9;
}

.focus\:decoration-stone-500:focus {
  text-decoration-color: #78716c;
}

.focus\:decoration-stone-600:focus {
  text-decoration-color: #57534e;
}

.focus\:decoration-stone-700:focus {
  text-decoration-color: #44403c;
}

.focus\:decoration-stone-800:focus {
  text-decoration-color: #292524;
}

.focus\:decoration-stone-900:focus {
  text-decoration-color: #1c1917;
}

.focus\:decoration-stone-950:focus {
  text-decoration-color: #0c0a09;
}

.focus\:decoration-teal-100:focus {
  text-decoration-color: #ccfbf1;
}

.focus\:decoration-teal-200:focus {
  text-decoration-color: #99f6e4;
}

.focus\:decoration-teal-300:focus {
  text-decoration-color: #5eead4;
}

.focus\:decoration-teal-400:focus {
  text-decoration-color: #2dd4bf;
}

.focus\:decoration-teal-50:focus {
  text-decoration-color: #f0fdfa;
}

.focus\:decoration-teal-500:focus {
  text-decoration-color: #14b8a6;
}

.focus\:decoration-teal-600:focus {
  text-decoration-color: #0d9488;
}

.focus\:decoration-teal-700:focus {
  text-decoration-color: #0f766e;
}

.focus\:decoration-teal-800:focus {
  text-decoration-color: #115e59;
}

.focus\:decoration-teal-900:focus {
  text-decoration-color: #134e4a;
}

.focus\:decoration-teal-950:focus {
  text-decoration-color: #042f2e;
}

.focus\:decoration-transparent:focus {
  text-decoration-color: transparent;
}

.focus\:decoration-violet-100:focus {
  text-decoration-color: #ede9fe;
}

.focus\:decoration-violet-200:focus {
  text-decoration-color: #ddd6fe;
}

.focus\:decoration-violet-300:focus {
  text-decoration-color: #c4b5fd;
}

.focus\:decoration-violet-400:focus {
  text-decoration-color: #a78bfa;
}

.focus\:decoration-violet-50:focus {
  text-decoration-color: #f5f3ff;
}

.focus\:decoration-violet-500:focus {
  text-decoration-color: #8b5cf6;
}

.focus\:decoration-violet-600:focus {
  text-decoration-color: #7c3aed;
}

.focus\:decoration-violet-700:focus {
  text-decoration-color: #6d28d9;
}

.focus\:decoration-violet-800:focus {
  text-decoration-color: #5b21b6;
}

.focus\:decoration-violet-900:focus {
  text-decoration-color: #4c1d95;
}

.focus\:decoration-violet-950:focus {
  text-decoration-color: #2e1065;
}

.focus\:decoration-white:focus {
  text-decoration-color: #fff;
}

.focus\:decoration-yellow-100:focus {
  text-decoration-color: #fef9c3;
}

.focus\:decoration-yellow-200:focus {
  text-decoration-color: #fef08a;
}

.focus\:decoration-yellow-300:focus {
  text-decoration-color: #fde047;
}

.focus\:decoration-yellow-400:focus {
  text-decoration-color: #facc15;
}

.focus\:decoration-yellow-50:focus {
  text-decoration-color: #fefce8;
}

.focus\:decoration-yellow-500:focus {
  text-decoration-color: #eab308;
}

.focus\:decoration-yellow-600:focus {
  text-decoration-color: #ca8a04;
}

.focus\:decoration-yellow-700:focus {
  text-decoration-color: #a16207;
}

.focus\:decoration-yellow-800:focus {
  text-decoration-color: #854d0e;
}

.focus\:decoration-yellow-900:focus {
  text-decoration-color: #713f12;
}

.focus\:decoration-yellow-950:focus {
  text-decoration-color: #422006;
}

.focus\:decoration-zinc-100:focus {
  text-decoration-color: #f4f4f5;
}

.focus\:decoration-zinc-200:focus {
  text-decoration-color: #e4e4e7;
}

.focus\:decoration-zinc-300:focus {
  text-decoration-color: #d4d4d8;
}

.focus\:decoration-zinc-400:focus {
  text-decoration-color: #a1a1aa;
}

.focus\:decoration-zinc-50:focus {
  text-decoration-color: #fafafa;
}

.focus\:decoration-zinc-500:focus {
  text-decoration-color: #71717a;
}

.focus\:decoration-zinc-600:focus {
  text-decoration-color: #52525b;
}

.focus\:decoration-zinc-700:focus {
  text-decoration-color: #3f3f46;
}

.focus\:decoration-zinc-800:focus {
  text-decoration-color: #27272a;
}

.focus\:decoration-zinc-900:focus {
  text-decoration-color: #18181b;
}

.focus\:decoration-zinc-950:focus {
  text-decoration-color: #09090b;
}

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

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

.focus\:placeholder-amber-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-amber-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-black:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-black:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

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

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

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-blue-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-current:focus::-moz-placeholder {
  color: currentColor;
}

.focus\:placeholder-current:focus::placeholder {
  color: currentColor;
}

.focus\:placeholder-cyan-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

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

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

.focus\:placeholder-cyan-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-cyan-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

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

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

.focus\:placeholder-emerald-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

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

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

.focus\:placeholder-emerald-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-emerald-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-fuchsia-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

.focus\:placeholder-gray-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-gray-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

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

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

.focus\:placeholder-green-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-green-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-indigo-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-inherit:focus::-moz-placeholder {
  color: inherit;
}

.focus\:placeholder-inherit:focus::placeholder {
  color: inherit;
}

.focus\:placeholder-lime-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-lime-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-neutral-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

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

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-orange-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-pink-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

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

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

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

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

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-purple-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-red-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

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

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

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

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

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

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

.focus\:placeholder-red-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-red-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

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

.focus\:placeholder-red-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

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

.focus\:placeholder-red-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

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

.focus\:placeholder-red-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-red-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-red-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-red-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-red-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

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

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

.focus\:placeholder-rose-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-rose-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-sky-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-slate-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-stone-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-teal-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-violet-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

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

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

.focus\:placeholder-violet-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-violet-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

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

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

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

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

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

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-yellow-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-100:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-100:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-200:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-200:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-300:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-300:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-400:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-400:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-50:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-50:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-500:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-500:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-600:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-600:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-700:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-700:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-800:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-800:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-900:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-900:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-950:focus::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.focus\:placeholder-zinc-950:focus::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.focus\:caret-amber-100:focus {
  caret-color: #fef3c7;
}

.focus\:caret-amber-200:focus {
  caret-color: #fde68a;
}

.focus\:caret-amber-300:focus {
  caret-color: #fcd34d;
}

.focus\:caret-amber-400:focus {
  caret-color: #fbbf24;
}

.focus\:caret-amber-50:focus {
  caret-color: #fffbeb;
}

.focus\:caret-amber-500:focus {
  caret-color: #f59e0b;
}

.focus\:caret-amber-600:focus {
  caret-color: #d97706;
}

.focus\:caret-amber-700:focus {
  caret-color: #b45309;
}

.focus\:caret-amber-800:focus {
  caret-color: #92400e;
}

.focus\:caret-amber-900:focus {
  caret-color: #78350f;
}

.focus\:caret-amber-950:focus {
  caret-color: #451a03;
}

.focus\:caret-black:focus {
  caret-color: #000;
}

.focus\:caret-blue-100:focus {
  caret-color: #dbeafe;
}

.focus\:caret-blue-200:focus {
  caret-color: #bfdbfe;
}

.focus\:caret-blue-300:focus {
  caret-color: #93c5fd;
}

.focus\:caret-blue-400:focus {
  caret-color: #60a5fa;
}

.focus\:caret-blue-50:focus {
  caret-color: #eff6ff;
}

.focus\:caret-blue-500:focus {
  caret-color: #3b82f6;
}

.focus\:caret-blue-600:focus {
  caret-color: #2563eb;
}

.focus\:caret-blue-700:focus {
  caret-color: #1d4ed8;
}

.focus\:caret-blue-800:focus {
  caret-color: #1e40af;
}

.focus\:caret-blue-900:focus {
  caret-color: #1e3a8a;
}

.focus\:caret-blue-950:focus {
  caret-color: #172554;
}

.focus\:caret-current:focus {
  caret-color: currentColor;
}

.focus\:caret-cyan-100:focus {
  caret-color: #cffafe;
}

.focus\:caret-cyan-200:focus {
  caret-color: #a5f3fc;
}

.focus\:caret-cyan-300:focus {
  caret-color: #67e8f9;
}

.focus\:caret-cyan-400:focus {
  caret-color: #22d3ee;
}

.focus\:caret-cyan-50:focus {
  caret-color: #ecfeff;
}

.focus\:caret-cyan-500:focus {
  caret-color: #06b6d4;
}

.focus\:caret-cyan-600:focus {
  caret-color: #0891b2;
}

.focus\:caret-cyan-700:focus {
  caret-color: #0e7490;
}

.focus\:caret-cyan-800:focus {
  caret-color: #155e75;
}

.focus\:caret-cyan-900:focus {
  caret-color: #164e63;
}

.focus\:caret-cyan-950:focus {
  caret-color: #083344;
}

.focus\:caret-emerald-100:focus {
  caret-color: #d1fae5;
}

.focus\:caret-emerald-200:focus {
  caret-color: #a7f3d0;
}

.focus\:caret-emerald-300:focus {
  caret-color: #6ee7b7;
}

.focus\:caret-emerald-400:focus {
  caret-color: #34d399;
}

.focus\:caret-emerald-50:focus {
  caret-color: #ecfdf5;
}

.focus\:caret-emerald-500:focus {
  caret-color: #10b981;
}

.focus\:caret-emerald-600:focus {
  caret-color: #059669;
}

.focus\:caret-emerald-700:focus {
  caret-color: #047857;
}

.focus\:caret-emerald-800:focus {
  caret-color: #065f46;
}

.focus\:caret-emerald-900:focus {
  caret-color: #064e3b;
}

.focus\:caret-emerald-950:focus {
  caret-color: #022c22;
}

.focus\:caret-fuchsia-100:focus {
  caret-color: #fae8ff;
}

.focus\:caret-fuchsia-200:focus {
  caret-color: #f5d0fe;
}

.focus\:caret-fuchsia-300:focus {
  caret-color: #f0abfc;
}

.focus\:caret-fuchsia-400:focus {
  caret-color: #e879f9;
}

.focus\:caret-fuchsia-50:focus {
  caret-color: #fdf4ff;
}

.focus\:caret-fuchsia-500:focus {
  caret-color: #d946ef;
}

.focus\:caret-fuchsia-600:focus {
  caret-color: #c026d3;
}

.focus\:caret-fuchsia-700:focus {
  caret-color: #a21caf;
}

.focus\:caret-fuchsia-800:focus {
  caret-color: #86198f;
}

.focus\:caret-fuchsia-900:focus {
  caret-color: #701a75;
}

.focus\:caret-fuchsia-950:focus {
  caret-color: #4a044e;
}

.focus\:caret-gray-100:focus {
  caret-color: #f3f4f6;
}

.focus\:caret-gray-200:focus {
  caret-color: #e5e7eb;
}

.focus\:caret-gray-300:focus {
  caret-color: #d1d5db;
}

.focus\:caret-gray-400:focus {
  caret-color: #9ca3af;
}

.focus\:caret-gray-50:focus {
  caret-color: #f9fafb;
}

.focus\:caret-gray-500:focus {
  caret-color: #6b7280;
}

.focus\:caret-gray-600:focus {
  caret-color: #4b5563;
}

.focus\:caret-gray-700:focus {
  caret-color: #374151;
}

.focus\:caret-gray-800:focus {
  caret-color: #1f2937;
}

.focus\:caret-gray-900:focus {
  caret-color: #111827;
}

.focus\:caret-gray-950:focus {
  caret-color: #030712;
}

.focus\:caret-green-100:focus {
  caret-color: #dcfce7;
}

.focus\:caret-green-200:focus {
  caret-color: #bbf7d0;
}

.focus\:caret-green-300:focus {
  caret-color: #86efac;
}

.focus\:caret-green-400:focus {
  caret-color: #4ade80;
}

.focus\:caret-green-50:focus {
  caret-color: #f0fdf4;
}

.focus\:caret-green-500:focus {
  caret-color: #22c55e;
}

.focus\:caret-green-600:focus {
  caret-color: #16a34a;
}

.focus\:caret-green-700:focus {
  caret-color: #15803d;
}

.focus\:caret-green-800:focus {
  caret-color: #166534;
}

.focus\:caret-green-900:focus {
  caret-color: #14532d;
}

.focus\:caret-green-950:focus {
  caret-color: #052e16;
}

.focus\:caret-indigo-100:focus {
  caret-color: #e0e7ff;
}

.focus\:caret-indigo-200:focus {
  caret-color: #c7d2fe;
}

.focus\:caret-indigo-300:focus {
  caret-color: #a5b4fc;
}

.focus\:caret-indigo-400:focus {
  caret-color: #818cf8;
}

.focus\:caret-indigo-50:focus {
  caret-color: #eef2ff;
}

.focus\:caret-indigo-500:focus {
  caret-color: #6366f1;
}

.focus\:caret-indigo-600:focus {
  caret-color: #4f46e5;
}

.focus\:caret-indigo-700:focus {
  caret-color: #4338ca;
}

.focus\:caret-indigo-800:focus {
  caret-color: #3730a3;
}

.focus\:caret-indigo-900:focus {
  caret-color: #312e81;
}

.focus\:caret-indigo-950:focus {
  caret-color: #1e1b4b;
}

.focus\:caret-inherit:focus {
  caret-color: inherit;
}

.focus\:caret-lime-100:focus {
  caret-color: #ecfccb;
}

.focus\:caret-lime-200:focus {
  caret-color: #d9f99d;
}

.focus\:caret-lime-300:focus {
  caret-color: #bef264;
}

.focus\:caret-lime-400:focus {
  caret-color: #a3e635;
}

.focus\:caret-lime-50:focus {
  caret-color: #f7fee7;
}

.focus\:caret-lime-500:focus {
  caret-color: #84cc16;
}

.focus\:caret-lime-600:focus {
  caret-color: #65a30d;
}

.focus\:caret-lime-700:focus {
  caret-color: #4d7c0f;
}

.focus\:caret-lime-800:focus {
  caret-color: #3f6212;
}

.focus\:caret-lime-900:focus {
  caret-color: #365314;
}

.focus\:caret-lime-950:focus {
  caret-color: #1a2e05;
}

.focus\:caret-neutral-100:focus {
  caret-color: #f5f5f5;
}

.focus\:caret-neutral-200:focus {
  caret-color: #e5e5e5;
}

.focus\:caret-neutral-300:focus {
  caret-color: #d4d4d4;
}

.focus\:caret-neutral-400:focus {
  caret-color: #a3a3a3;
}

.focus\:caret-neutral-50:focus {
  caret-color: #fafafa;
}

.focus\:caret-neutral-500:focus {
  caret-color: #737373;
}

.focus\:caret-neutral-600:focus {
  caret-color: #525252;
}

.focus\:caret-neutral-700:focus {
  caret-color: #404040;
}

.focus\:caret-neutral-800:focus {
  caret-color: #262626;
}

.focus\:caret-neutral-900:focus {
  caret-color: #171717;
}

.focus\:caret-neutral-950:focus {
  caret-color: #0a0a0a;
}

.focus\:caret-orange-100:focus {
  caret-color: #ffedd5;
}

.focus\:caret-orange-200:focus {
  caret-color: #fed7aa;
}

.focus\:caret-orange-300:focus {
  caret-color: #fdba74;
}

.focus\:caret-orange-400:focus {
  caret-color: #fb923c;
}

.focus\:caret-orange-50:focus {
  caret-color: #fff7ed;
}

.focus\:caret-orange-500:focus {
  caret-color: #f97316;
}

.focus\:caret-orange-600:focus {
  caret-color: #ea580c;
}

.focus\:caret-orange-700:focus {
  caret-color: #c2410c;
}

.focus\:caret-orange-800:focus {
  caret-color: #9a3412;
}

.focus\:caret-orange-900:focus {
  caret-color: #7c2d12;
}

.focus\:caret-orange-950:focus {
  caret-color: #431407;
}

.focus\:caret-pink-100:focus {
  caret-color: #fce7f3;
}

.focus\:caret-pink-200:focus {
  caret-color: #fbcfe8;
}

.focus\:caret-pink-300:focus {
  caret-color: #f9a8d4;
}

.focus\:caret-pink-400:focus {
  caret-color: #f472b6;
}

.focus\:caret-pink-50:focus {
  caret-color: #fdf2f8;
}

.focus\:caret-pink-500:focus {
  caret-color: #ec4899;
}

.focus\:caret-pink-600:focus {
  caret-color: #db2777;
}

.focus\:caret-pink-700:focus {
  caret-color: #be185d;
}

.focus\:caret-pink-800:focus {
  caret-color: #9d174d;
}

.focus\:caret-pink-900:focus {
  caret-color: #831843;
}

.focus\:caret-pink-950:focus {
  caret-color: #500724;
}

.focus\:caret-purple-100:focus {
  caret-color: #f3e8ff;
}

.focus\:caret-purple-200:focus {
  caret-color: #e9d5ff;
}

.focus\:caret-purple-300:focus {
  caret-color: #d8b4fe;
}

.focus\:caret-purple-400:focus {
  caret-color: #c084fc;
}

.focus\:caret-purple-50:focus {
  caret-color: #faf5ff;
}

.focus\:caret-purple-500:focus {
  caret-color: #a855f7;
}

.focus\:caret-purple-600:focus {
  caret-color: #9333ea;
}

.focus\:caret-purple-700:focus {
  caret-color: #7e22ce;
}

.focus\:caret-purple-800:focus {
  caret-color: #6b21a8;
}

.focus\:caret-purple-900:focus {
  caret-color: #581c87;
}

.focus\:caret-purple-950:focus {
  caret-color: #3b0764;
}

.focus\:caret-red-100:focus {
  caret-color: #fee2e2;
}

.focus\:caret-red-200:focus {
  caret-color: #fecaca;
}

.focus\:caret-red-300:focus {
  caret-color: #fca5a5;
}

.focus\:caret-red-400:focus {
  caret-color: #f87171;
}

.focus\:caret-red-50:focus {
  caret-color: #fef2f2;
}

.focus\:caret-red-500:focus {
  caret-color: #ef4444;
}

.focus\:caret-red-600:focus {
  caret-color: #dc2626;
}

.focus\:caret-red-700:focus {
  caret-color: #b91c1c;
}

.focus\:caret-red-800:focus {
  caret-color: #991b1b;
}

.focus\:caret-red-900:focus {
  caret-color: #7f1d1d;
}

.focus\:caret-red-950:focus {
  caret-color: #450a0a;
}

.focus\:caret-rose-100:focus {
  caret-color: #ffe4e6;
}

.focus\:caret-rose-200:focus {
  caret-color: #fecdd3;
}

.focus\:caret-rose-300:focus {
  caret-color: #fda4af;
}

.focus\:caret-rose-400:focus {
  caret-color: #fb7185;
}

.focus\:caret-rose-50:focus {
  caret-color: #fff1f2;
}

.focus\:caret-rose-500:focus {
  caret-color: #f43f5e;
}

.focus\:caret-rose-600:focus {
  caret-color: #e11d48;
}

.focus\:caret-rose-700:focus {
  caret-color: #be123c;
}

.focus\:caret-rose-800:focus {
  caret-color: #9f1239;
}

.focus\:caret-rose-900:focus {
  caret-color: #881337;
}

.focus\:caret-rose-950:focus {
  caret-color: #4c0519;
}

.focus\:caret-sky-100:focus {
  caret-color: #e0f2fe;
}

.focus\:caret-sky-200:focus {
  caret-color: #bae6fd;
}

.focus\:caret-sky-300:focus {
  caret-color: #7dd3fc;
}

.focus\:caret-sky-400:focus {
  caret-color: #38bdf8;
}

.focus\:caret-sky-50:focus {
  caret-color: #f0f9ff;
}

.focus\:caret-sky-500:focus {
  caret-color: #0ea5e9;
}

.focus\:caret-sky-600:focus {
  caret-color: #0284c7;
}

.focus\:caret-sky-700:focus {
  caret-color: #0369a1;
}

.focus\:caret-sky-800:focus {
  caret-color: #075985;
}

.focus\:caret-sky-900:focus {
  caret-color: #0c4a6e;
}

.focus\:caret-sky-950:focus {
  caret-color: #082f49;
}

.focus\:caret-slate-100:focus {
  caret-color: #f1f5f9;
}

.focus\:caret-slate-200:focus {
  caret-color: #e2e8f0;
}

.focus\:caret-slate-300:focus {
  caret-color: #cbd5e1;
}

.focus\:caret-slate-400:focus {
  caret-color: #94a3b8;
}

.focus\:caret-slate-50:focus {
  caret-color: #f8fafc;
}

.focus\:caret-slate-500:focus {
  caret-color: #64748b;
}

.focus\:caret-slate-600:focus {
  caret-color: #475569;
}

.focus\:caret-slate-700:focus {
  caret-color: #334155;
}

.focus\:caret-slate-800:focus {
  caret-color: #1e293b;
}

.focus\:caret-slate-900:focus {
  caret-color: #0f172a;
}

.focus\:caret-slate-950:focus {
  caret-color: #020617;
}

.focus\:caret-stone-100:focus {
  caret-color: #f5f5f4;
}

.focus\:caret-stone-200:focus {
  caret-color: #e7e5e4;
}

.focus\:caret-stone-300:focus {
  caret-color: #d6d3d1;
}

.focus\:caret-stone-400:focus {
  caret-color: #a8a29e;
}

.focus\:caret-stone-50:focus {
  caret-color: #fafaf9;
}

.focus\:caret-stone-500:focus {
  caret-color: #78716c;
}

.focus\:caret-stone-600:focus {
  caret-color: #57534e;
}

.focus\:caret-stone-700:focus {
  caret-color: #44403c;
}

.focus\:caret-stone-800:focus {
  caret-color: #292524;
}

.focus\:caret-stone-900:focus {
  caret-color: #1c1917;
}

.focus\:caret-stone-950:focus {
  caret-color: #0c0a09;
}

.focus\:caret-teal-100:focus {
  caret-color: #ccfbf1;
}

.focus\:caret-teal-200:focus {
  caret-color: #99f6e4;
}

.focus\:caret-teal-300:focus {
  caret-color: #5eead4;
}

.focus\:caret-teal-400:focus {
  caret-color: #2dd4bf;
}

.focus\:caret-teal-50:focus {
  caret-color: #f0fdfa;
}

.focus\:caret-teal-500:focus {
  caret-color: #14b8a6;
}

.focus\:caret-teal-600:focus {
  caret-color: #0d9488;
}

.focus\:caret-teal-700:focus {
  caret-color: #0f766e;
}

.focus\:caret-teal-800:focus {
  caret-color: #115e59;
}

.focus\:caret-teal-900:focus {
  caret-color: #134e4a;
}

.focus\:caret-teal-950:focus {
  caret-color: #042f2e;
}

.focus\:caret-transparent:focus {
  caret-color: transparent;
}

.focus\:caret-violet-100:focus {
  caret-color: #ede9fe;
}

.focus\:caret-violet-200:focus {
  caret-color: #ddd6fe;
}

.focus\:caret-violet-300:focus {
  caret-color: #c4b5fd;
}

.focus\:caret-violet-400:focus {
  caret-color: #a78bfa;
}

.focus\:caret-violet-50:focus {
  caret-color: #f5f3ff;
}

.focus\:caret-violet-500:focus {
  caret-color: #8b5cf6;
}

.focus\:caret-violet-600:focus {
  caret-color: #7c3aed;
}

.focus\:caret-violet-700:focus {
  caret-color: #6d28d9;
}

.focus\:caret-violet-800:focus {
  caret-color: #5b21b6;
}

.focus\:caret-violet-900:focus {
  caret-color: #4c1d95;
}

.focus\:caret-violet-950:focus {
  caret-color: #2e1065;
}

.focus\:caret-white:focus {
  caret-color: #fff;
}

.focus\:caret-yellow-100:focus {
  caret-color: #fef9c3;
}

.focus\:caret-yellow-200:focus {
  caret-color: #fef08a;
}

.focus\:caret-yellow-300:focus {
  caret-color: #fde047;
}

.focus\:caret-yellow-400:focus {
  caret-color: #facc15;
}

.focus\:caret-yellow-50:focus {
  caret-color: #fefce8;
}

.focus\:caret-yellow-500:focus {
  caret-color: #eab308;
}

.focus\:caret-yellow-600:focus {
  caret-color: #ca8a04;
}

.focus\:caret-yellow-700:focus {
  caret-color: #a16207;
}

.focus\:caret-yellow-800:focus {
  caret-color: #854d0e;
}

.focus\:caret-yellow-900:focus {
  caret-color: #713f12;
}

.focus\:caret-yellow-950:focus {
  caret-color: #422006;
}

.focus\:caret-zinc-100:focus {
  caret-color: #f4f4f5;
}

.focus\:caret-zinc-200:focus {
  caret-color: #e4e4e7;
}

.focus\:caret-zinc-300:focus {
  caret-color: #d4d4d8;
}

.focus\:caret-zinc-400:focus {
  caret-color: #a1a1aa;
}

.focus\:caret-zinc-50:focus {
  caret-color: #fafafa;
}

.focus\:caret-zinc-500:focus {
  caret-color: #71717a;
}

.focus\:caret-zinc-600:focus {
  caret-color: #52525b;
}

.focus\:caret-zinc-700:focus {
  caret-color: #3f3f46;
}

.focus\:caret-zinc-800:focus {
  caret-color: #27272a;
}

.focus\:caret-zinc-900:focus {
  caret-color: #18181b;
}

.focus\:caret-zinc-950:focus {
  caret-color: #09090b;
}

.focus\:accent-amber-100:focus {
  accent-color: #fef3c7;
}

.focus\:accent-amber-200:focus {
  accent-color: #fde68a;
}

.focus\:accent-amber-300:focus {
  accent-color: #fcd34d;
}

.focus\:accent-amber-400:focus {
  accent-color: #fbbf24;
}

.focus\:accent-amber-50:focus {
  accent-color: #fffbeb;
}

.focus\:accent-amber-500:focus {
  accent-color: #f59e0b;
}

.focus\:accent-amber-600:focus {
  accent-color: #d97706;
}

.focus\:accent-amber-700:focus {
  accent-color: #b45309;
}

.focus\:accent-amber-800:focus {
  accent-color: #92400e;
}

.focus\:accent-amber-900:focus {
  accent-color: #78350f;
}

.focus\:accent-amber-950:focus {
  accent-color: #451a03;
}

.focus\:accent-black:focus {
  accent-color: #000;
}

.focus\:accent-blue-100:focus {
  accent-color: #dbeafe;
}

.focus\:accent-blue-200:focus {
  accent-color: #bfdbfe;
}

.focus\:accent-blue-300:focus {
  accent-color: #93c5fd;
}

.focus\:accent-blue-400:focus {
  accent-color: #60a5fa;
}

.focus\:accent-blue-50:focus {
  accent-color: #eff6ff;
}

.focus\:accent-blue-500:focus {
  accent-color: #3b82f6;
}

.focus\:accent-blue-600:focus {
  accent-color: #2563eb;
}

.focus\:accent-blue-700:focus {
  accent-color: #1d4ed8;
}

.focus\:accent-blue-800:focus {
  accent-color: #1e40af;
}

.focus\:accent-blue-900:focus {
  accent-color: #1e3a8a;
}

.focus\:accent-blue-950:focus {
  accent-color: #172554;
}

.focus\:accent-current:focus {
  accent-color: currentColor;
}

.focus\:accent-cyan-100:focus {
  accent-color: #cffafe;
}

.focus\:accent-cyan-200:focus {
  accent-color: #a5f3fc;
}

.focus\:accent-cyan-300:focus {
  accent-color: #67e8f9;
}

.focus\:accent-cyan-400:focus {
  accent-color: #22d3ee;
}

.focus\:accent-cyan-50:focus {
  accent-color: #ecfeff;
}

.focus\:accent-cyan-500:focus {
  accent-color: #06b6d4;
}

.focus\:accent-cyan-600:focus {
  accent-color: #0891b2;
}

.focus\:accent-cyan-700:focus {
  accent-color: #0e7490;
}

.focus\:accent-cyan-800:focus {
  accent-color: #155e75;
}

.focus\:accent-cyan-900:focus {
  accent-color: #164e63;
}

.focus\:accent-cyan-950:focus {
  accent-color: #083344;
}

.focus\:accent-emerald-100:focus {
  accent-color: #d1fae5;
}

.focus\:accent-emerald-200:focus {
  accent-color: #a7f3d0;
}

.focus\:accent-emerald-300:focus {
  accent-color: #6ee7b7;
}

.focus\:accent-emerald-400:focus {
  accent-color: #34d399;
}

.focus\:accent-emerald-50:focus {
  accent-color: #ecfdf5;
}

.focus\:accent-emerald-500:focus {
  accent-color: #10b981;
}

.focus\:accent-emerald-600:focus {
  accent-color: #059669;
}

.focus\:accent-emerald-700:focus {
  accent-color: #047857;
}

.focus\:accent-emerald-800:focus {
  accent-color: #065f46;
}

.focus\:accent-emerald-900:focus {
  accent-color: #064e3b;
}

.focus\:accent-emerald-950:focus {
  accent-color: #022c22;
}

.focus\:accent-fuchsia-100:focus {
  accent-color: #fae8ff;
}

.focus\:accent-fuchsia-200:focus {
  accent-color: #f5d0fe;
}

.focus\:accent-fuchsia-300:focus {
  accent-color: #f0abfc;
}

.focus\:accent-fuchsia-400:focus {
  accent-color: #e879f9;
}

.focus\:accent-fuchsia-50:focus {
  accent-color: #fdf4ff;
}

.focus\:accent-fuchsia-500:focus {
  accent-color: #d946ef;
}

.focus\:accent-fuchsia-600:focus {
  accent-color: #c026d3;
}

.focus\:accent-fuchsia-700:focus {
  accent-color: #a21caf;
}

.focus\:accent-fuchsia-800:focus {
  accent-color: #86198f;
}

.focus\:accent-fuchsia-900:focus {
  accent-color: #701a75;
}

.focus\:accent-fuchsia-950:focus {
  accent-color: #4a044e;
}

.focus\:accent-gray-100:focus {
  accent-color: #f3f4f6;
}

.focus\:accent-gray-200:focus {
  accent-color: #e5e7eb;
}

.focus\:accent-gray-300:focus {
  accent-color: #d1d5db;
}

.focus\:accent-gray-400:focus {
  accent-color: #9ca3af;
}

.focus\:accent-gray-50:focus {
  accent-color: #f9fafb;
}

.focus\:accent-gray-500:focus {
  accent-color: #6b7280;
}

.focus\:accent-gray-600:focus {
  accent-color: #4b5563;
}

.focus\:accent-gray-700:focus {
  accent-color: #374151;
}

.focus\:accent-gray-800:focus {
  accent-color: #1f2937;
}

.focus\:accent-gray-900:focus {
  accent-color: #111827;
}

.focus\:accent-gray-950:focus {
  accent-color: #030712;
}

.focus\:accent-green-100:focus {
  accent-color: #dcfce7;
}

.focus\:accent-green-200:focus {
  accent-color: #bbf7d0;
}

.focus\:accent-green-300:focus {
  accent-color: #86efac;
}

.focus\:accent-green-400:focus {
  accent-color: #4ade80;
}

.focus\:accent-green-50:focus {
  accent-color: #f0fdf4;
}

.focus\:accent-green-500:focus {
  accent-color: #22c55e;
}

.focus\:accent-green-600:focus {
  accent-color: #16a34a;
}

.focus\:accent-green-700:focus {
  accent-color: #15803d;
}

.focus\:accent-green-800:focus {
  accent-color: #166534;
}

.focus\:accent-green-900:focus {
  accent-color: #14532d;
}

.focus\:accent-green-950:focus {
  accent-color: #052e16;
}

.focus\:accent-indigo-100:focus {
  accent-color: #e0e7ff;
}

.focus\:accent-indigo-200:focus {
  accent-color: #c7d2fe;
}

.focus\:accent-indigo-300:focus {
  accent-color: #a5b4fc;
}

.focus\:accent-indigo-400:focus {
  accent-color: #818cf8;
}

.focus\:accent-indigo-50:focus {
  accent-color: #eef2ff;
}

.focus\:accent-indigo-500:focus {
  accent-color: #6366f1;
}

.focus\:accent-indigo-600:focus {
  accent-color: #4f46e5;
}

.focus\:accent-indigo-700:focus {
  accent-color: #4338ca;
}

.focus\:accent-indigo-800:focus {
  accent-color: #3730a3;
}

.focus\:accent-indigo-900:focus {
  accent-color: #312e81;
}

.focus\:accent-indigo-950:focus {
  accent-color: #1e1b4b;
}

.focus\:accent-inherit:focus {
  accent-color: inherit;
}

.focus\:accent-lime-100:focus {
  accent-color: #ecfccb;
}

.focus\:accent-lime-200:focus {
  accent-color: #d9f99d;
}

.focus\:accent-lime-300:focus {
  accent-color: #bef264;
}

.focus\:accent-lime-400:focus {
  accent-color: #a3e635;
}

.focus\:accent-lime-50:focus {
  accent-color: #f7fee7;
}

.focus\:accent-lime-500:focus {
  accent-color: #84cc16;
}

.focus\:accent-lime-600:focus {
  accent-color: #65a30d;
}

.focus\:accent-lime-700:focus {
  accent-color: #4d7c0f;
}

.focus\:accent-lime-800:focus {
  accent-color: #3f6212;
}

.focus\:accent-lime-900:focus {
  accent-color: #365314;
}

.focus\:accent-lime-950:focus {
  accent-color: #1a2e05;
}

.focus\:accent-neutral-100:focus {
  accent-color: #f5f5f5;
}

.focus\:accent-neutral-200:focus {
  accent-color: #e5e5e5;
}

.focus\:accent-neutral-300:focus {
  accent-color: #d4d4d4;
}

.focus\:accent-neutral-400:focus {
  accent-color: #a3a3a3;
}

.focus\:accent-neutral-50:focus {
  accent-color: #fafafa;
}

.focus\:accent-neutral-500:focus {
  accent-color: #737373;
}

.focus\:accent-neutral-600:focus {
  accent-color: #525252;
}

.focus\:accent-neutral-700:focus {
  accent-color: #404040;
}

.focus\:accent-neutral-800:focus {
  accent-color: #262626;
}

.focus\:accent-neutral-900:focus {
  accent-color: #171717;
}

.focus\:accent-neutral-950:focus {
  accent-color: #0a0a0a;
}

.focus\:accent-orange-100:focus {
  accent-color: #ffedd5;
}

.focus\:accent-orange-200:focus {
  accent-color: #fed7aa;
}

.focus\:accent-orange-300:focus {
  accent-color: #fdba74;
}

.focus\:accent-orange-400:focus {
  accent-color: #fb923c;
}

.focus\:accent-orange-50:focus {
  accent-color: #fff7ed;
}

.focus\:accent-orange-500:focus {
  accent-color: #f97316;
}

.focus\:accent-orange-600:focus {
  accent-color: #ea580c;
}

.focus\:accent-orange-700:focus {
  accent-color: #c2410c;
}

.focus\:accent-orange-800:focus {
  accent-color: #9a3412;
}

.focus\:accent-orange-900:focus {
  accent-color: #7c2d12;
}

.focus\:accent-orange-950:focus {
  accent-color: #431407;
}

.focus\:accent-pink-100:focus {
  accent-color: #fce7f3;
}

.focus\:accent-pink-200:focus {
  accent-color: #fbcfe8;
}

.focus\:accent-pink-300:focus {
  accent-color: #f9a8d4;
}

.focus\:accent-pink-400:focus {
  accent-color: #f472b6;
}

.focus\:accent-pink-50:focus {
  accent-color: #fdf2f8;
}

.focus\:accent-pink-500:focus {
  accent-color: #ec4899;
}

.focus\:accent-pink-600:focus {
  accent-color: #db2777;
}

.focus\:accent-pink-700:focus {
  accent-color: #be185d;
}

.focus\:accent-pink-800:focus {
  accent-color: #9d174d;
}

.focus\:accent-pink-900:focus {
  accent-color: #831843;
}

.focus\:accent-pink-950:focus {
  accent-color: #500724;
}

.focus\:accent-purple-100:focus {
  accent-color: #f3e8ff;
}

.focus\:accent-purple-200:focus {
  accent-color: #e9d5ff;
}

.focus\:accent-purple-300:focus {
  accent-color: #d8b4fe;
}

.focus\:accent-purple-400:focus {
  accent-color: #c084fc;
}

.focus\:accent-purple-50:focus {
  accent-color: #faf5ff;
}

.focus\:accent-purple-500:focus {
  accent-color: #a855f7;
}

.focus\:accent-purple-600:focus {
  accent-color: #9333ea;
}

.focus\:accent-purple-700:focus {
  accent-color: #7e22ce;
}

.focus\:accent-purple-800:focus {
  accent-color: #6b21a8;
}

.focus\:accent-purple-900:focus {
  accent-color: #581c87;
}

.focus\:accent-purple-950:focus {
  accent-color: #3b0764;
}

.focus\:accent-red-100:focus {
  accent-color: #fee2e2;
}

.focus\:accent-red-200:focus {
  accent-color: #fecaca;
}

.focus\:accent-red-300:focus {
  accent-color: #fca5a5;
}

.focus\:accent-red-400:focus {
  accent-color: #f87171;
}

.focus\:accent-red-50:focus {
  accent-color: #fef2f2;
}

.focus\:accent-red-500:focus {
  accent-color: #ef4444;
}

.focus\:accent-red-600:focus {
  accent-color: #dc2626;
}

.focus\:accent-red-700:focus {
  accent-color: #b91c1c;
}

.focus\:accent-red-800:focus {
  accent-color: #991b1b;
}

.focus\:accent-red-900:focus {
  accent-color: #7f1d1d;
}

.focus\:accent-red-950:focus {
  accent-color: #450a0a;
}

.focus\:accent-rose-100:focus {
  accent-color: #ffe4e6;
}

.focus\:accent-rose-200:focus {
  accent-color: #fecdd3;
}

.focus\:accent-rose-300:focus {
  accent-color: #fda4af;
}

.focus\:accent-rose-400:focus {
  accent-color: #fb7185;
}

.focus\:accent-rose-50:focus {
  accent-color: #fff1f2;
}

.focus\:accent-rose-500:focus {
  accent-color: #f43f5e;
}

.focus\:accent-rose-600:focus {
  accent-color: #e11d48;
}

.focus\:accent-rose-700:focus {
  accent-color: #be123c;
}

.focus\:accent-rose-800:focus {
  accent-color: #9f1239;
}

.focus\:accent-rose-900:focus {
  accent-color: #881337;
}

.focus\:accent-rose-950:focus {
  accent-color: #4c0519;
}

.focus\:accent-sky-100:focus {
  accent-color: #e0f2fe;
}

.focus\:accent-sky-200:focus {
  accent-color: #bae6fd;
}

.focus\:accent-sky-300:focus {
  accent-color: #7dd3fc;
}

.focus\:accent-sky-400:focus {
  accent-color: #38bdf8;
}

.focus\:accent-sky-50:focus {
  accent-color: #f0f9ff;
}

.focus\:accent-sky-500:focus {
  accent-color: #0ea5e9;
}

.focus\:accent-sky-600:focus {
  accent-color: #0284c7;
}

.focus\:accent-sky-700:focus {
  accent-color: #0369a1;
}

.focus\:accent-sky-800:focus {
  accent-color: #075985;
}

.focus\:accent-sky-900:focus {
  accent-color: #0c4a6e;
}

.focus\:accent-sky-950:focus {
  accent-color: #082f49;
}

.focus\:accent-slate-100:focus {
  accent-color: #f1f5f9;
}

.focus\:accent-slate-200:focus {
  accent-color: #e2e8f0;
}

.focus\:accent-slate-300:focus {
  accent-color: #cbd5e1;
}

.focus\:accent-slate-400:focus {
  accent-color: #94a3b8;
}

.focus\:accent-slate-50:focus {
  accent-color: #f8fafc;
}

.focus\:accent-slate-500:focus {
  accent-color: #64748b;
}

.focus\:accent-slate-600:focus {
  accent-color: #475569;
}

.focus\:accent-slate-700:focus {
  accent-color: #334155;
}

.focus\:accent-slate-800:focus {
  accent-color: #1e293b;
}

.focus\:accent-slate-900:focus {
  accent-color: #0f172a;
}

.focus\:accent-slate-950:focus {
  accent-color: #020617;
}

.focus\:accent-stone-100:focus {
  accent-color: #f5f5f4;
}

.focus\:accent-stone-200:focus {
  accent-color: #e7e5e4;
}

.focus\:accent-stone-300:focus {
  accent-color: #d6d3d1;
}

.focus\:accent-stone-400:focus {
  accent-color: #a8a29e;
}

.focus\:accent-stone-50:focus {
  accent-color: #fafaf9;
}

.focus\:accent-stone-500:focus {
  accent-color: #78716c;
}

.focus\:accent-stone-600:focus {
  accent-color: #57534e;
}

.focus\:accent-stone-700:focus {
  accent-color: #44403c;
}

.focus\:accent-stone-800:focus {
  accent-color: #292524;
}

.focus\:accent-stone-900:focus {
  accent-color: #1c1917;
}

.focus\:accent-stone-950:focus {
  accent-color: #0c0a09;
}

.focus\:accent-teal-100:focus {
  accent-color: #ccfbf1;
}

.focus\:accent-teal-200:focus {
  accent-color: #99f6e4;
}

.focus\:accent-teal-300:focus {
  accent-color: #5eead4;
}

.focus\:accent-teal-400:focus {
  accent-color: #2dd4bf;
}

.focus\:accent-teal-50:focus {
  accent-color: #f0fdfa;
}

.focus\:accent-teal-500:focus {
  accent-color: #14b8a6;
}

.focus\:accent-teal-600:focus {
  accent-color: #0d9488;
}

.focus\:accent-teal-700:focus {
  accent-color: #0f766e;
}

.focus\:accent-teal-800:focus {
  accent-color: #115e59;
}

.focus\:accent-teal-900:focus {
  accent-color: #134e4a;
}

.focus\:accent-teal-950:focus {
  accent-color: #042f2e;
}

.focus\:accent-transparent:focus {
  accent-color: transparent;
}

.focus\:accent-violet-100:focus {
  accent-color: #ede9fe;
}

.focus\:accent-violet-200:focus {
  accent-color: #ddd6fe;
}

.focus\:accent-violet-300:focus {
  accent-color: #c4b5fd;
}

.focus\:accent-violet-400:focus {
  accent-color: #a78bfa;
}

.focus\:accent-violet-50:focus {
  accent-color: #f5f3ff;
}

.focus\:accent-violet-500:focus {
  accent-color: #8b5cf6;
}

.focus\:accent-violet-600:focus {
  accent-color: #7c3aed;
}

.focus\:accent-violet-700:focus {
  accent-color: #6d28d9;
}

.focus\:accent-violet-800:focus {
  accent-color: #5b21b6;
}

.focus\:accent-violet-900:focus {
  accent-color: #4c1d95;
}

.focus\:accent-violet-950:focus {
  accent-color: #2e1065;
}

.focus\:accent-white:focus {
  accent-color: #fff;
}

.focus\:accent-yellow-100:focus {
  accent-color: #fef9c3;
}

.focus\:accent-yellow-200:focus {
  accent-color: #fef08a;
}

.focus\:accent-yellow-300:focus {
  accent-color: #fde047;
}

.focus\:accent-yellow-400:focus {
  accent-color: #facc15;
}

.focus\:accent-yellow-50:focus {
  accent-color: #fefce8;
}

.focus\:accent-yellow-500:focus {
  accent-color: #eab308;
}

.focus\:accent-yellow-600:focus {
  accent-color: #ca8a04;
}

.focus\:accent-yellow-700:focus {
  accent-color: #a16207;
}

.focus\:accent-yellow-800:focus {
  accent-color: #854d0e;
}

.focus\:accent-yellow-900:focus {
  accent-color: #713f12;
}

.focus\:accent-yellow-950:focus {
  accent-color: #422006;
}

.focus\:accent-zinc-100:focus {
  accent-color: #f4f4f5;
}

.focus\:accent-zinc-200:focus {
  accent-color: #e4e4e7;
}

.focus\:accent-zinc-300:focus {
  accent-color: #d4d4d8;
}

.focus\:accent-zinc-400:focus {
  accent-color: #a1a1aa;
}

.focus\:accent-zinc-50:focus {
  accent-color: #fafafa;
}

.focus\:accent-zinc-500:focus {
  accent-color: #71717a;
}

.focus\:accent-zinc-600:focus {
  accent-color: #52525b;
}

.focus\:accent-zinc-700:focus {
  accent-color: #3f3f46;
}

.focus\:accent-zinc-800:focus {
  accent-color: #27272a;
}

.focus\:accent-zinc-900:focus {
  accent-color: #18181b;
}

.focus\:accent-zinc-950:focus {
  accent-color: #09090b;
}

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

.focus\:outline-amber-100:focus {
  outline-color: #fef3c7;
}

.focus\:outline-amber-200:focus {
  outline-color: #fde68a;
}

.focus\:outline-amber-300:focus {
  outline-color: #fcd34d;
}

.focus\:outline-amber-400:focus {
  outline-color: #fbbf24;
}

.focus\:outline-amber-50:focus {
  outline-color: #fffbeb;
}

.focus\:outline-amber-500:focus {
  outline-color: #f59e0b;
}

.focus\:outline-amber-600:focus {
  outline-color: #d97706;
}

.focus\:outline-amber-700:focus {
  outline-color: #b45309;
}

.focus\:outline-amber-800:focus {
  outline-color: #92400e;
}

.focus\:outline-amber-900:focus {
  outline-color: #78350f;
}

.focus\:outline-amber-950:focus {
  outline-color: #451a03;
}

.focus\:outline-black:focus {
  outline-color: #000;
}

.focus\:outline-blue-100:focus {
  outline-color: #dbeafe;
}

.focus\:outline-blue-200:focus {
  outline-color: #bfdbfe;
}

.focus\:outline-blue-300:focus {
  outline-color: #93c5fd;
}

.focus\:outline-blue-400:focus {
  outline-color: #60a5fa;
}

.focus\:outline-blue-50:focus {
  outline-color: #eff6ff;
}

.focus\:outline-blue-500:focus {
  outline-color: #3b82f6;
}

.focus\:outline-blue-600:focus {
  outline-color: #2563eb;
}

.focus\:outline-blue-700:focus {
  outline-color: #1d4ed8;
}

.focus\:outline-blue-800:focus {
  outline-color: #1e40af;
}

.focus\:outline-blue-900:focus {
  outline-color: #1e3a8a;
}

.focus\:outline-blue-950:focus {
  outline-color: #172554;
}

.focus\:outline-current:focus {
  outline-color: currentColor;
}

.focus\:outline-cyan-100:focus {
  outline-color: #cffafe;
}

.focus\:outline-cyan-200:focus {
  outline-color: #a5f3fc;
}

.focus\:outline-cyan-300:focus {
  outline-color: #67e8f9;
}

.focus\:outline-cyan-400:focus {
  outline-color: #22d3ee;
}

.focus\:outline-cyan-50:focus {
  outline-color: #ecfeff;
}

.focus\:outline-cyan-500:focus {
  outline-color: #06b6d4;
}

.focus\:outline-cyan-600:focus {
  outline-color: #0891b2;
}

.focus\:outline-cyan-700:focus {
  outline-color: #0e7490;
}

.focus\:outline-cyan-800:focus {
  outline-color: #155e75;
}

.focus\:outline-cyan-900:focus {
  outline-color: #164e63;
}

.focus\:outline-cyan-950:focus {
  outline-color: #083344;
}

.focus\:outline-emerald-100:focus {
  outline-color: #d1fae5;
}

.focus\:outline-emerald-200:focus {
  outline-color: #a7f3d0;
}

.focus\:outline-emerald-300:focus {
  outline-color: #6ee7b7;
}

.focus\:outline-emerald-400:focus {
  outline-color: #34d399;
}

.focus\:outline-emerald-50:focus {
  outline-color: #ecfdf5;
}

.focus\:outline-emerald-500:focus {
  outline-color: #10b981;
}

.focus\:outline-emerald-600:focus {
  outline-color: #059669;
}

.focus\:outline-emerald-700:focus {
  outline-color: #047857;
}

.focus\:outline-emerald-800:focus {
  outline-color: #065f46;
}

.focus\:outline-emerald-900:focus {
  outline-color: #064e3b;
}

.focus\:outline-emerald-950:focus {
  outline-color: #022c22;
}

.focus\:outline-fuchsia-100:focus {
  outline-color: #fae8ff;
}

.focus\:outline-fuchsia-200:focus {
  outline-color: #f5d0fe;
}

.focus\:outline-fuchsia-300:focus {
  outline-color: #f0abfc;
}

.focus\:outline-fuchsia-400:focus {
  outline-color: #e879f9;
}

.focus\:outline-fuchsia-50:focus {
  outline-color: #fdf4ff;
}

.focus\:outline-fuchsia-500:focus {
  outline-color: #d946ef;
}

.focus\:outline-fuchsia-600:focus {
  outline-color: #c026d3;
}

.focus\:outline-fuchsia-700:focus {
  outline-color: #a21caf;
}

.focus\:outline-fuchsia-800:focus {
  outline-color: #86198f;
}

.focus\:outline-fuchsia-900:focus {
  outline-color: #701a75;
}

.focus\:outline-fuchsia-950:focus {
  outline-color: #4a044e;
}

.focus\:outline-gray-100:focus {
  outline-color: #f3f4f6;
}

.focus\:outline-gray-200:focus {
  outline-color: #e5e7eb;
}

.focus\:outline-gray-300:focus {
  outline-color: #d1d5db;
}

.focus\:outline-gray-400:focus {
  outline-color: #9ca3af;
}

.focus\:outline-gray-50:focus {
  outline-color: #f9fafb;
}

.focus\:outline-gray-500:focus {
  outline-color: #6b7280;
}

.focus\:outline-gray-600:focus {
  outline-color: #4b5563;
}

.focus\:outline-gray-700:focus {
  outline-color: #374151;
}

.focus\:outline-gray-800:focus {
  outline-color: #1f2937;
}

.focus\:outline-gray-900:focus {
  outline-color: #111827;
}

.focus\:outline-gray-950:focus {
  outline-color: #030712;
}

.focus\:outline-green-100:focus {
  outline-color: #dcfce7;
}

.focus\:outline-green-200:focus {
  outline-color: #bbf7d0;
}

.focus\:outline-green-300:focus {
  outline-color: #86efac;
}

.focus\:outline-green-400:focus {
  outline-color: #4ade80;
}

.focus\:outline-green-50:focus {
  outline-color: #f0fdf4;
}

.focus\:outline-green-500:focus {
  outline-color: #22c55e;
}

.focus\:outline-green-600:focus {
  outline-color: #16a34a;
}

.focus\:outline-green-700:focus {
  outline-color: #15803d;
}

.focus\:outline-green-800:focus {
  outline-color: #166534;
}

.focus\:outline-green-900:focus {
  outline-color: #14532d;
}

.focus\:outline-green-950:focus {
  outline-color: #052e16;
}

.focus\:outline-indigo-100:focus {
  outline-color: #e0e7ff;
}

.focus\:outline-indigo-200:focus {
  outline-color: #c7d2fe;
}

.focus\:outline-indigo-300:focus {
  outline-color: #a5b4fc;
}

.focus\:outline-indigo-400:focus {
  outline-color: #818cf8;
}

.focus\:outline-indigo-50:focus {
  outline-color: #eef2ff;
}

.focus\:outline-indigo-500:focus {
  outline-color: #6366f1;
}

.focus\:outline-indigo-600:focus {
  outline-color: #4f46e5;
}

.focus\:outline-indigo-700:focus {
  outline-color: #4338ca;
}

.focus\:outline-indigo-800:focus {
  outline-color: #3730a3;
}

.focus\:outline-indigo-900:focus {
  outline-color: #312e81;
}

.focus\:outline-indigo-950:focus {
  outline-color: #1e1b4b;
}

.focus\:outline-inherit:focus {
  outline-color: inherit;
}

.focus\:outline-lime-100:focus {
  outline-color: #ecfccb;
}

.focus\:outline-lime-200:focus {
  outline-color: #d9f99d;
}

.focus\:outline-lime-300:focus {
  outline-color: #bef264;
}

.focus\:outline-lime-400:focus {
  outline-color: #a3e635;
}

.focus\:outline-lime-50:focus {
  outline-color: #f7fee7;
}

.focus\:outline-lime-500:focus {
  outline-color: #84cc16;
}

.focus\:outline-lime-600:focus {
  outline-color: #65a30d;
}

.focus\:outline-lime-700:focus {
  outline-color: #4d7c0f;
}

.focus\:outline-lime-800:focus {
  outline-color: #3f6212;
}

.focus\:outline-lime-900:focus {
  outline-color: #365314;
}

.focus\:outline-lime-950:focus {
  outline-color: #1a2e05;
}

.focus\:outline-neutral-100:focus {
  outline-color: #f5f5f5;
}

.focus\:outline-neutral-200:focus {
  outline-color: #e5e5e5;
}

.focus\:outline-neutral-300:focus {
  outline-color: #d4d4d4;
}

.focus\:outline-neutral-400:focus {
  outline-color: #a3a3a3;
}

.focus\:outline-neutral-50:focus {
  outline-color: #fafafa;
}

.focus\:outline-neutral-500:focus {
  outline-color: #737373;
}

.focus\:outline-neutral-600:focus {
  outline-color: #525252;
}

.focus\:outline-neutral-700:focus {
  outline-color: #404040;
}

.focus\:outline-neutral-800:focus {
  outline-color: #262626;
}

.focus\:outline-neutral-900:focus {
  outline-color: #171717;
}

.focus\:outline-neutral-950:focus {
  outline-color: #0a0a0a;
}

.focus\:outline-orange-100:focus {
  outline-color: #ffedd5;
}

.focus\:outline-orange-200:focus {
  outline-color: #fed7aa;
}

.focus\:outline-orange-300:focus {
  outline-color: #fdba74;
}

.focus\:outline-orange-400:focus {
  outline-color: #fb923c;
}

.focus\:outline-orange-50:focus {
  outline-color: #fff7ed;
}

.focus\:outline-orange-500:focus {
  outline-color: #f97316;
}

.focus\:outline-orange-600:focus {
  outline-color: #ea580c;
}

.focus\:outline-orange-700:focus {
  outline-color: #c2410c;
}

.focus\:outline-orange-800:focus {
  outline-color: #9a3412;
}

.focus\:outline-orange-900:focus {
  outline-color: #7c2d12;
}

.focus\:outline-orange-950:focus {
  outline-color: #431407;
}

.focus\:outline-pink-100:focus {
  outline-color: #fce7f3;
}

.focus\:outline-pink-200:focus {
  outline-color: #fbcfe8;
}

.focus\:outline-pink-300:focus {
  outline-color: #f9a8d4;
}

.focus\:outline-pink-400:focus {
  outline-color: #f472b6;
}

.focus\:outline-pink-50:focus {
  outline-color: #fdf2f8;
}

.focus\:outline-pink-500:focus {
  outline-color: #ec4899;
}

.focus\:outline-pink-600:focus {
  outline-color: #db2777;
}

.focus\:outline-pink-700:focus {
  outline-color: #be185d;
}

.focus\:outline-pink-800:focus {
  outline-color: #9d174d;
}

.focus\:outline-pink-900:focus {
  outline-color: #831843;
}

.focus\:outline-pink-950:focus {
  outline-color: #500724;
}

.focus\:outline-purple-100:focus {
  outline-color: #f3e8ff;
}

.focus\:outline-purple-200:focus {
  outline-color: #e9d5ff;
}

.focus\:outline-purple-300:focus {
  outline-color: #d8b4fe;
}

.focus\:outline-purple-400:focus {
  outline-color: #c084fc;
}

.focus\:outline-purple-50:focus {
  outline-color: #faf5ff;
}

.focus\:outline-purple-500:focus {
  outline-color: #a855f7;
}

.focus\:outline-purple-600:focus {
  outline-color: #9333ea;
}

.focus\:outline-purple-700:focus {
  outline-color: #7e22ce;
}

.focus\:outline-purple-800:focus {
  outline-color: #6b21a8;
}

.focus\:outline-purple-900:focus {
  outline-color: #581c87;
}

.focus\:outline-purple-950:focus {
  outline-color: #3b0764;
}

.focus\:outline-red-100:focus {
  outline-color: #fee2e2;
}

.focus\:outline-red-200:focus {
  outline-color: #fecaca;
}

.focus\:outline-red-300:focus {
  outline-color: #fca5a5;
}

.focus\:outline-red-400:focus {
  outline-color: #f87171;
}

.focus\:outline-red-50:focus {
  outline-color: #fef2f2;
}

.focus\:outline-red-500:focus {
  outline-color: #ef4444;
}

.focus\:outline-red-600:focus {
  outline-color: #dc2626;
}

.focus\:outline-red-700:focus {
  outline-color: #b91c1c;
}

.focus\:outline-red-800:focus {
  outline-color: #991b1b;
}

.focus\:outline-red-900:focus {
  outline-color: #7f1d1d;
}

.focus\:outline-red-950:focus {
  outline-color: #450a0a;
}

.focus\:outline-rose-100:focus {
  outline-color: #ffe4e6;
}

.focus\:outline-rose-200:focus {
  outline-color: #fecdd3;
}

.focus\:outline-rose-300:focus {
  outline-color: #fda4af;
}

.focus\:outline-rose-400:focus {
  outline-color: #fb7185;
}

.focus\:outline-rose-50:focus {
  outline-color: #fff1f2;
}

.focus\:outline-rose-500:focus {
  outline-color: #f43f5e;
}

.focus\:outline-rose-600:focus {
  outline-color: #e11d48;
}

.focus\:outline-rose-700:focus {
  outline-color: #be123c;
}

.focus\:outline-rose-800:focus {
  outline-color: #9f1239;
}

.focus\:outline-rose-900:focus {
  outline-color: #881337;
}

.focus\:outline-rose-950:focus {
  outline-color: #4c0519;
}

.focus\:outline-sky-100:focus {
  outline-color: #e0f2fe;
}

.focus\:outline-sky-200:focus {
  outline-color: #bae6fd;
}

.focus\:outline-sky-300:focus {
  outline-color: #7dd3fc;
}

.focus\:outline-sky-400:focus {
  outline-color: #38bdf8;
}

.focus\:outline-sky-50:focus {
  outline-color: #f0f9ff;
}

.focus\:outline-sky-500:focus {
  outline-color: #0ea5e9;
}

.focus\:outline-sky-600:focus {
  outline-color: #0284c7;
}

.focus\:outline-sky-700:focus {
  outline-color: #0369a1;
}

.focus\:outline-sky-800:focus {
  outline-color: #075985;
}

.focus\:outline-sky-900:focus {
  outline-color: #0c4a6e;
}

.focus\:outline-sky-950:focus {
  outline-color: #082f49;
}

.focus\:outline-slate-100:focus {
  outline-color: #f1f5f9;
}

.focus\:outline-slate-200:focus {
  outline-color: #e2e8f0;
}

.focus\:outline-slate-300:focus {
  outline-color: #cbd5e1;
}

.focus\:outline-slate-400:focus {
  outline-color: #94a3b8;
}

.focus\:outline-slate-50:focus {
  outline-color: #f8fafc;
}

.focus\:outline-slate-500:focus {
  outline-color: #64748b;
}

.focus\:outline-slate-600:focus {
  outline-color: #475569;
}

.focus\:outline-slate-700:focus {
  outline-color: #334155;
}

.focus\:outline-slate-800:focus {
  outline-color: #1e293b;
}

.focus\:outline-slate-900:focus {
  outline-color: #0f172a;
}

.focus\:outline-slate-950:focus {
  outline-color: #020617;
}

.focus\:outline-stone-100:focus {
  outline-color: #f5f5f4;
}

.focus\:outline-stone-200:focus {
  outline-color: #e7e5e4;
}

.focus\:outline-stone-300:focus {
  outline-color: #d6d3d1;
}

.focus\:outline-stone-400:focus {
  outline-color: #a8a29e;
}

.focus\:outline-stone-50:focus {
  outline-color: #fafaf9;
}

.focus\:outline-stone-500:focus {
  outline-color: #78716c;
}

.focus\:outline-stone-600:focus {
  outline-color: #57534e;
}

.focus\:outline-stone-700:focus {
  outline-color: #44403c;
}

.focus\:outline-stone-800:focus {
  outline-color: #292524;
}

.focus\:outline-stone-900:focus {
  outline-color: #1c1917;
}

.focus\:outline-stone-950:focus {
  outline-color: #0c0a09;
}

.focus\:outline-teal-100:focus {
  outline-color: #ccfbf1;
}

.focus\:outline-teal-200:focus {
  outline-color: #99f6e4;
}

.focus\:outline-teal-300:focus {
  outline-color: #5eead4;
}

.focus\:outline-teal-400:focus {
  outline-color: #2dd4bf;
}

.focus\:outline-teal-50:focus {
  outline-color: #f0fdfa;
}

.focus\:outline-teal-500:focus {
  outline-color: #14b8a6;
}

.focus\:outline-teal-600:focus {
  outline-color: #0d9488;
}

.focus\:outline-teal-700:focus {
  outline-color: #0f766e;
}

.focus\:outline-teal-800:focus {
  outline-color: #115e59;
}

.focus\:outline-teal-900:focus {
  outline-color: #134e4a;
}

.focus\:outline-teal-950:focus {
  outline-color: #042f2e;
}

.focus\:outline-transparent:focus {
  outline-color: transparent;
}

.focus\:outline-violet-100:focus {
  outline-color: #ede9fe;
}

.focus\:outline-violet-200:focus {
  outline-color: #ddd6fe;
}

.focus\:outline-violet-300:focus {
  outline-color: #c4b5fd;
}

.focus\:outline-violet-400:focus {
  outline-color: #a78bfa;
}

.focus\:outline-violet-50:focus {
  outline-color: #f5f3ff;
}

.focus\:outline-violet-500:focus {
  outline-color: #8b5cf6;
}

.focus\:outline-violet-600:focus {
  outline-color: #7c3aed;
}

.focus\:outline-violet-700:focus {
  outline-color: #6d28d9;
}

.focus\:outline-violet-800:focus {
  outline-color: #5b21b6;
}

.focus\:outline-violet-900:focus {
  outline-color: #4c1d95;
}

.focus\:outline-violet-950:focus {
  outline-color: #2e1065;
}

.focus\:outline-white:focus {
  outline-color: #fff;
}

.focus\:outline-yellow-100:focus {
  outline-color: #fef9c3;
}

.focus\:outline-yellow-200:focus {
  outline-color: #fef08a;
}

.focus\:outline-yellow-300:focus {
  outline-color: #fde047;
}

.focus\:outline-yellow-400:focus {
  outline-color: #facc15;
}

.focus\:outline-yellow-50:focus {
  outline-color: #fefce8;
}

.focus\:outline-yellow-500:focus {
  outline-color: #eab308;
}

.focus\:outline-yellow-600:focus {
  outline-color: #ca8a04;
}

.focus\:outline-yellow-700:focus {
  outline-color: #a16207;
}

.focus\:outline-yellow-800:focus {
  outline-color: #854d0e;
}

.focus\:outline-yellow-900:focus {
  outline-color: #713f12;
}

.focus\:outline-yellow-950:focus {
  outline-color: #422006;
}

.focus\:outline-zinc-100:focus {
  outline-color: #f4f4f5;
}

.focus\:outline-zinc-200:focus {
  outline-color: #e4e4e7;
}

.focus\:outline-zinc-300:focus {
  outline-color: #d4d4d8;
}

.focus\:outline-zinc-400:focus {
  outline-color: #a1a1aa;
}

.focus\:outline-zinc-50:focus {
  outline-color: #fafafa;
}

.focus\:outline-zinc-500:focus {
  outline-color: #71717a;
}

.focus\:outline-zinc-600:focus {
  outline-color: #52525b;
}

.focus\:outline-zinc-700:focus {
  outline-color: #3f3f46;
}

.focus\:outline-zinc-800:focus {
  outline-color: #27272a;
}

.focus\:outline-zinc-900:focus {
  outline-color: #18181b;
}

.focus\:outline-zinc-950:focus {
  outline-color: #09090b;
}

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

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

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

.focus\:ring-\[\#0A3D3D\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 61 61 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-amber-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.focus\:ring-amber-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-blue-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.focus\:ring-current:focus {
  --tw-ring-color: currentColor;
}

.focus\:ring-cyan-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

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

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

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

.focus\:ring-cyan-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.focus\:ring-cyan-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-emerald-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-emerald-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.focus\:ring-emerald-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.focus\:ring-fuchsia-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

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

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

.focus\:ring-gray-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}

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

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

.focus\:ring-gray-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.focus\:ring-gray-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-green-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.focus\:ring-green-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.focus\:ring-indigo-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.focus\:ring-inherit:focus {
  --tw-ring-color: inherit;
}

.focus\:ring-lime-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.focus\:ring-lime-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.focus\:ring-midnight-neon:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-orange-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-orange-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.focus\:ring-pink-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-purple-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.focus\:ring-purple-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

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

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

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

.focus\:ring-red-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}

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

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

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

.focus\:ring-red-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.focus\:ring-red-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-rose-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.focus\:ring-rose-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.focus\:ring-sky-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.focus\:ring-slate-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.focus\:ring-stone-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.focus\:ring-teal-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-violet-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-violet-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.focus\:ring-violet-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-yellow-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

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

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.focus\:ring-yellow-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.focus\:ring-zinc-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.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-green-600:focus-visible {
  outline-color: #16a34a;
}

.focus-visible\:outline-indigo-600:focus-visible {
  outline-color: #4f46e5;
}

.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\.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\:divide-amber-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-divide-opacity, 1));
}

.active\:divide-amber-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-divide-opacity, 1));
}

.active\:divide-black:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity, 1));
}

.active\:divide-blue-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-divide-opacity, 1));
}

.active\:divide-current:active > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.active\:divide-cyan-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-divide-opacity, 1));
}

.active\:divide-cyan-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-divide-opacity, 1));
}

.active\:divide-emerald-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-divide-opacity, 1));
}

.active\:divide-fuchsia-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-divide-opacity, 1));
}

.active\:divide-gray-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-divide-opacity, 1));
}

.active\:divide-green-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-divide-opacity, 1));
}

.active\:divide-indigo-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-divide-opacity, 1));
}

.active\:divide-inherit:active > :not([hidden]) ~ :not([hidden]) {
  border-color: inherit;
}

.active\:divide-lime-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-divide-opacity, 1));
}

.active\:divide-lime-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-divide-opacity, 1));
}

.active\:divide-neutral-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-divide-opacity, 1));
}

.active\:divide-orange-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-divide-opacity, 1));
}

.active\:divide-pink-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-divide-opacity, 1));
}

.active\:divide-purple-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-divide-opacity, 1));
}

.active\:divide-red-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-divide-opacity, 1));
}

.active\:divide-rose-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-divide-opacity, 1));
}

.active\:divide-sky-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-divide-opacity, 1));
}

.active\:divide-slate-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-divide-opacity, 1));
}

.active\:divide-stone-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-divide-opacity, 1));
}

.active\:divide-teal-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-divide-opacity, 1));
}

.active\:divide-transparent:active > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.active\:divide-violet-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-divide-opacity, 1));
}

.active\:divide-violet-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-divide-opacity, 1));
}

.active\:divide-white:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.active\:divide-yellow-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-100:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-200:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-300:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-400:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-50:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-500:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-600:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-700:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-800:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-900:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity, 1));
}

.active\:divide-zinc-950:active > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-divide-opacity, 1));
}

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

.active\:border-amber-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.active\:border-amber-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.active\:border-amber-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.active\:border-amber-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.active\:border-amber-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.active\:border-amber-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.active\:border-amber-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.active\:border-amber-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.active\:border-amber-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.active\:border-amber-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}

.active\:border-black:active {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.active\:border-blue-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.active\:border-blue-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

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

.active\:border-blue-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.active\:border-blue-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.active\:border-blue-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.active\:border-blue-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.active\:border-blue-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.active\:border-blue-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.active\:border-blue-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.active\:border-blue-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.active\:border-current:active {
  border-color: currentColor;
}

.active\:border-cyan-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

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

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

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

.active\:border-cyan-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}

.active\:border-cyan-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.active\:border-cyan-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}

.active\:border-cyan-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}

.active\:border-cyan-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}

.active\:border-cyan-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.active\:border-cyan-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}

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

.active\:border-emerald-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.active\:border-emerald-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

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

.active\:border-emerald-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.active\:border-emerald-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.active\:border-emerald-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.active\:border-emerald-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.active\:border-emerald-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.active\:border-emerald-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.active\:border-emerald-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}

.active\:border-fuchsia-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}

.active\:border-gray-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.active\:border-gray-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

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

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

.active\:border-gray-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

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

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

.active\:border-gray-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.active\:border-gray-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.active\:border-gray-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.active\:border-gray-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.active\:border-green-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.active\:border-green-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.active\:border-green-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

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

.active\:border-green-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.active\:border-green-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.active\:border-green-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.active\:border-green-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.active\:border-green-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.active\:border-green-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.active\:border-green-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.active\:border-indigo-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.active\:border-inherit:active {
  border-color: inherit;
}

.active\:border-lime-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.active\:border-lime-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.active\:border-lime-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.active\:border-lime-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}

.active\:border-lime-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}

.active\:border-lime-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.active\:border-lime-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}

.active\:border-lime-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.active\:border-lime-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}

.active\:border-lime-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}

.active\:border-lime-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.active\:border-neutral-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.active\:border-orange-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.active\:border-orange-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.active\:border-orange-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.active\:border-orange-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.active\:border-orange-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}

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

.active\:border-orange-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.active\:border-orange-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

.active\:border-orange-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}

.active\:border-orange-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.active\:border-orange-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}

.active\:border-pink-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.active\:border-pink-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.active\:border-pink-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.active\:border-pink-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.active\:border-pink-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.active\:border-pink-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.active\:border-pink-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.active\:border-pink-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.active\:border-pink-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.active\:border-pink-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.active\:border-pink-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.active\:border-purple-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

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

.active\:border-purple-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.active\:border-purple-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.active\:border-purple-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.active\:border-purple-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.active\:border-purple-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

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

.active\:border-purple-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.active\:border-purple-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.active\:border-purple-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.active\:border-red-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

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

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

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

.active\:border-red-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

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

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

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

.active\:border-red-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.active\:border-red-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.active\:border-red-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

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

.active\:border-rose-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.active\:border-rose-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.active\:border-rose-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}

.active\:border-rose-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}

.active\:border-rose-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.active\:border-rose-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.active\:border-rose-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.active\:border-rose-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.active\:border-rose-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.active\:border-rose-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}

.active\:border-sky-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.active\:border-sky-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.active\:border-sky-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.active\:border-sky-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.active\:border-sky-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}

.active\:border-sky-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.active\:border-sky-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.active\:border-sky-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.active\:border-sky-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.active\:border-sky-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.active\:border-sky-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}

.active\:border-slate-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.active\:border-slate-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.active\:border-slate-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.active\:border-slate-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.active\:border-slate-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.active\:border-slate-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.active\:border-slate-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.active\:border-slate-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.active\:border-slate-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.active\:border-slate-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.active\:border-slate-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}

.active\:border-stone-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.active\:border-stone-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.active\:border-stone-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.active\:border-stone-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}

.active\:border-stone-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}

.active\:border-stone-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.active\:border-stone-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}

.active\:border-stone-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.active\:border-stone-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

.active\:border-stone-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.active\:border-stone-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}

.active\:border-teal-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.active\:border-teal-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.active\:border-teal-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.active\:border-teal-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}

.active\:border-teal-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}

.active\:border-teal-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.active\:border-teal-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}

.active\:border-teal-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}

.active\:border-teal-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}

.active\:border-teal-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}

.active\:border-teal-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}

.active\:border-transparent:active {
  border-color: transparent;
}

.active\:border-violet-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}

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

.active\:border-violet-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.active\:border-violet-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

.active\:border-violet-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}

.active\:border-violet-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.active\:border-violet-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}

.active\:border-violet-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}

.active\:border-violet-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}

.active\:border-violet-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}

.active\:border-violet-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}

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

.active\:border-yellow-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

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

.active\:border-yellow-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.active\:border-yellow-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-100:active {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-200:active {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-300:active {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-400:active {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-50:active {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-500:active {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-600:active {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-700:active {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-800:active {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-900:active {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.active\:border-zinc-950:active {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

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

.active\:bg-amber-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.active\:bg-amber-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.active\:bg-amber-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.active\:bg-amber-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.active\:bg-amber-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.active\:bg-amber-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.active\:bg-amber-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.active\:bg-amber-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.active\:bg-amber-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.active\:bg-amber-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.active\:bg-black:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

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

.active\:bg-blue-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.active\:bg-current:active {
  background-color: currentColor;
}

.active\:bg-cyan-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

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

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

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

.active\:bg-cyan-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-cyan-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.active\:bg-cyan-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.active\:bg-cyan-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.active\:bg-cyan-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.active\:bg-cyan-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.active\:bg-cyan-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

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

.active\:bg-emerald-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.active\:bg-emerald-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

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

.active\:bg-emerald-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.active\:bg-emerald-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.active\:bg-emerald-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.active\:bg-emerald-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.active\:bg-emerald-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.active\:bg-emerald-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.active\:bg-emerald-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}

.active\:bg-fuchsia-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

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

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

.active\:bg-gray-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

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

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

.active\:bg-gray-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.active\:bg-gray-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

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

.active\:bg-green-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.active\:bg-green-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.active\:bg-indigo-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.active\:bg-inherit:active {
  background-color: inherit;
}

.active\:bg-lime-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.active\:bg-lime-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.active\:bg-neutral-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.active\:bg-orange-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.active\:bg-orange-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.active\:bg-orange-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.active\:bg-orange-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.active\:bg-orange-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

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

.active\:bg-orange-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.active\:bg-orange-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.active\:bg-orange-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.active\:bg-orange-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.active\:bg-orange-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.active\:bg-pink-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.active\:bg-purple-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.active\:bg-red-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.active\:bg-rose-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.active\:bg-sky-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.active\:bg-slate-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.active\:bg-stone-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}

.active\:bg-teal-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

.active\:bg-transparent:active {
  background-color: transparent;
}

.active\:bg-violet-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.active\:bg-violet-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.active\:bg-yellow-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-300:active {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-50:active {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-500:active {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-600:active {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-700:active {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-800:active {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-900:active {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.active\:bg-zinc-950:active {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.active\:from-amber-100:active {
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-amber-200:active {
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-amber-300:active {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-amber-400:active {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-amber-50:active {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-amber-500:active {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-amber-600:active {
  --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);
}

.active\:from-amber-700:active {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-amber-800:active {
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-amber-900:active {
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-amber-950:active {
  --tw-gradient-from: #451a03 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);
}

.active\:from-black:active {
  --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);
}

.active\:from-blue-100:active {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-200:active {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-300:active {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-400:active {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-50:active {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-500:active {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-600:active {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-700:active {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-800:active {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-900:active {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-blue-950:active {
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-current:active {
  --tw-gradient-from: currentColor 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);
}

.active\:from-cyan-100:active {
  --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-cyan-200:active {
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-cyan-300:active {
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-cyan-400:active {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-cyan-50:active {
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-cyan-500:active {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-cyan-600:active {
  --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);
}

.active\:from-cyan-700:active {
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-cyan-800:active {
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-cyan-900:active {
  --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-cyan-950:active {
  --tw-gradient-from: #083344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 51 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-emerald-100:active {
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-emerald-200:active {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-emerald-300:active {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-emerald-400:active {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-emerald-50:active {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-emerald-500:active {
  --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);
}

.active\:from-emerald-600:active {
  --tw-gradient-from: #059669 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);
}

.active\:from-emerald-700:active {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-emerald-800:active {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-emerald-900:active {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-emerald-950:active {
  --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-100:active {
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-200:active {
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-300:active {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-400:active {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-50:active {
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-500:active {
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-600:active {
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-700:active {
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-800:active {
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-900:active {
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-fuchsia-950:active {
  --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-100:active {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-200:active {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-300:active {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-400:active {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-50:active {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-500:active {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-600:active {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-700:active {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-800:active {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-900:active {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-gray-950:active {
  --tw-gradient-from: #030712 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-100:active {
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-200:active {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-300:active {
  --tw-gradient-from: #86efac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-400:active {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-50:active {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-500:active {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-600:active {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-700:active {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-800:active {
  --tw-gradient-from: #166534 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-900:active {
  --tw-gradient-from: #14532d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-green-950:active {
  --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-100:active {
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-200:active {
  --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-300:active {
  --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-400:active {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-50:active {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-500:active {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-600:active {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-700:active {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-800:active {
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-900:active {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-indigo-950:active {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-inherit:active {
  --tw-gradient-from: inherit 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);
}

.active\:from-lime-100:active {
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-200:active {
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-300:active {
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-400:active {
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-50:active {
  --tw-gradient-from: #f7fee7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-500:active {
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-600:active {
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-700:active {
  --tw-gradient-from: #4d7c0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-800:active {
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-900:active {
  --tw-gradient-from: #365314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-lime-950:active {
  --tw-gradient-from: #1a2e05 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 46 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-100:active {
  --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-200:active {
  --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-300:active {
  --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-400:active {
  --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-50:active {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-500:active {
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-600:active {
  --tw-gradient-from: #525252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-700:active {
  --tw-gradient-from: #404040 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-800:active {
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-900:active {
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-neutral-950:active {
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-100:active {
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-200:active {
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-300:active {
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-400:active {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-50:active {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-500:active {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-600:active {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-700:active {
  --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-800:active {
  --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-900:active {
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-orange-950:active {
  --tw-gradient-from: #431407 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 20 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-100:active {
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-200:active {
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-300:active {
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-400:active {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-50:active {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-500:active {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-600:active {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-700:active {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-800:active {
  --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-900:active {
  --tw-gradient-from: #831843 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-pink-950:active {
  --tw-gradient-from: #500724 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 7 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-100:active {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-200:active {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-300:active {
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-400:active {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-50:active {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-500:active {
  --tw-gradient-from: #a855f7 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);
}

.active\:from-purple-600:active {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-700:active {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-800:active {
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-900:active {
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-purple-950:active {
  --tw-gradient-from: #3b0764 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 7 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-100:active {
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-200:active {
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-300:active {
  --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-400:active {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-50:active {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-500:active {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-600:active {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-700:active {
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-800:active {
  --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-900:active {
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-red-950:active {
  --tw-gradient-from: #450a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-100:active {
  --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-200:active {
  --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-300:active {
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-400:active {
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-50:active {
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-500:active {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-600:active {
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-700:active {
  --tw-gradient-from: #be123c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-800:active {
  --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-900:active {
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-rose-950:active {
  --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 5 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-100:active {
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-200:active {
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-300:active {
  --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-400:active {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-50:active {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-500:active {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-600:active {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-700:active {
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-800:active {
  --tw-gradient-from: #075985 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-900:active {
  --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-sky-950:active {
  --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 47 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-slate-100:active {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-slate-200:active {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-slate-300:active {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-slate-400:active {
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-slate-50:active {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-slate-500:active {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-slate-600:active {
  --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);
}

.active\:from-slate-700:active {
  --tw-gradient-from: #334155 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);
}

.active\:from-slate-800:active {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-slate-900:active {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-slate-950:active {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-100:active {
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-200:active {
  --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-300:active {
  --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-400:active {
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-50:active {
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-500:active {
  --tw-gradient-from: #78716c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-600:active {
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-700:active {
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-800:active {
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-900:active {
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-stone-950:active {
  --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 10 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-100:active {
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-200:active {
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-300:active {
  --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-400:active {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-50:active {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-500:active {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-600:active {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-700:active {
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-800:active {
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-900:active {
  --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-teal-950:active {
  --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 47 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-transparent:active {
  --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);
}

.active\:from-violet-100:active {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-200:active {
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-300:active {
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-400:active {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-50:active {
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-500:active {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-600:active {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-700:active {
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-800:active {
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-900:active {
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-violet-950:active {
  --tw-gradient-from: #2e1065 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);
}

.active\:from-white:active {
  --tw-gradient-from: #fff 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);
}

.active\:from-yellow-100:active {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-200:active {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-300:active {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-400:active {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-50:active {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-500:active {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-600:active {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-700:active {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-800:active {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-900:active {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-yellow-950:active {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-100:active {
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-200:active {
  --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-300:active {
  --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-400:active {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-50:active {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-500:active {
  --tw-gradient-from: #71717a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-600:active {
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-700:active {
  --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-800:active {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-900:active {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:from-zinc-950:active {
  --tw-gradient-from: #09090b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.active\:via-amber-100:active {
  --tw-gradient-to: rgb(254 243 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-200:active {
  --tw-gradient-to: rgb(253 230 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-300:active {
  --tw-gradient-to: rgb(252 211 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-400:active {
  --tw-gradient-to: rgb(251 191 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-50:active {
  --tw-gradient-to: rgb(255 251 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-500:active {
  --tw-gradient-to: rgb(245 158 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-600:active {
  --tw-gradient-to: rgb(217 119 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-700:active {
  --tw-gradient-to: rgb(180 83 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b45309 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-800:active {
  --tw-gradient-to: rgb(146 64 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #92400e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-900:active {
  --tw-gradient-to: rgb(120 53 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78350f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-amber-950:active {
  --tw-gradient-to: rgb(69 26 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #451a03 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-black:active {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-100:active {
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-200:active {
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-300:active {
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-400:active {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-50:active {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-500:active {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-600:active {
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-700:active {
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-800:active {
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-900:active {
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-blue-950:active {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-current:active {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), currentColor var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-100:active {
  --tw-gradient-to: rgb(207 250 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-200:active {
  --tw-gradient-to: rgb(165 243 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-300:active {
  --tw-gradient-to: rgb(103 232 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-400:active {
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-50:active {
  --tw-gradient-to: rgb(236 254 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-500:active {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-600:active {
  --tw-gradient-to: rgb(8 145 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-700:active {
  --tw-gradient-to: rgb(14 116 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-800:active {
  --tw-gradient-to: rgb(21 94 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #155e75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-900:active {
  --tw-gradient-to: rgb(22 78 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #164e63 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-cyan-950:active {
  --tw-gradient-to: rgb(8 51 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #083344 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-100:active {
  --tw-gradient-to: rgb(209 250 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-200:active {
  --tw-gradient-to: rgb(167 243 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-300:active {
  --tw-gradient-to: rgb(110 231 183 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-400:active {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-50:active {
  --tw-gradient-to: rgb(236 253 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-500:active {
  --tw-gradient-to: rgb(16 185 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #10b981 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-600:active {
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-700:active {
  --tw-gradient-to: rgb(4 120 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #047857 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-800:active {
  --tw-gradient-to: rgb(6 95 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #065f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-900:active {
  --tw-gradient-to: rgb(6 78 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-emerald-950:active {
  --tw-gradient-to: rgb(2 44 34 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #022c22 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-100:active {
  --tw-gradient-to: rgb(250 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-200:active {
  --tw-gradient-to: rgb(245 208 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-300:active {
  --tw-gradient-to: rgb(240 171 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-400:active {
  --tw-gradient-to: rgb(232 121 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-50:active {
  --tw-gradient-to: rgb(253 244 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-500:active {
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-600:active {
  --tw-gradient-to: rgb(192 38 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-700:active {
  --tw-gradient-to: rgb(162 28 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-800:active {
  --tw-gradient-to: rgb(134 25 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86198f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-900:active {
  --tw-gradient-to: rgb(112 26 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #701a75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-fuchsia-950:active {
  --tw-gradient-to: rgb(74 4 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a044e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-100:active {
  --tw-gradient-to: rgb(243 244 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-200:active {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-300:active {
  --tw-gradient-to: rgb(209 213 219 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-400:active {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-50:active {
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-500:active {
  --tw-gradient-to: rgb(107 114 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-600:active {
  --tw-gradient-to: rgb(75 85 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-700:active {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-800:active {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-900:active {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-gray-950:active {
  --tw-gradient-to: rgb(3 7 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #030712 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-100:active {
  --tw-gradient-to: rgb(220 252 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-200:active {
  --tw-gradient-to: rgb(187 247 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-300:active {
  --tw-gradient-to: rgb(134 239 172 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86efac var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-400:active {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-50:active {
  --tw-gradient-to: rgb(240 253 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-500:active {
  --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-600:active {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-700:active {
  --tw-gradient-to: rgb(21 128 61 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #15803d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-800:active {
  --tw-gradient-to: rgb(22 101 52 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-900:active {
  --tw-gradient-to: rgb(20 83 45 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14532d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-green-950:active {
  --tw-gradient-to: rgb(5 46 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #052e16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-100:active {
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-200:active {
  --tw-gradient-to: rgb(199 210 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-300:active {
  --tw-gradient-to: rgb(165 180 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-400:active {
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-50:active {
  --tw-gradient-to: rgb(238 242 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-500:active {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-600:active {
  --tw-gradient-to: rgb(79 70 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-700:active {
  --tw-gradient-to: rgb(67 56 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-800:active {
  --tw-gradient-to: rgb(55 48 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-900:active {
  --tw-gradient-to: rgb(49 46 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #312e81 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-indigo-950:active {
  --tw-gradient-to: rgb(30 27 75 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e1b4b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-inherit:active {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), inherit var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-100:active {
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-200:active {
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-300:active {
  --tw-gradient-to: rgb(190 242 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bef264 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-400:active {
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-50:active {
  --tw-gradient-to: rgb(247 254 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-500:active {
  --tw-gradient-to: rgb(132 204 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-600:active {
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-700:active {
  --tw-gradient-to: rgb(77 124 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-800:active {
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-900:active {
  --tw-gradient-to: rgb(54 83 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #365314 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-lime-950:active {
  --tw-gradient-to: rgb(26 46 5 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a2e05 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-100:active {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-200:active {
  --tw-gradient-to: rgb(229 229 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-300:active {
  --tw-gradient-to: rgb(212 212 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-400:active {
  --tw-gradient-to: rgb(163 163 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-50:active {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-500:active {
  --tw-gradient-to: rgb(115 115 115 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #737373 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-600:active {
  --tw-gradient-to: rgb(82 82 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #525252 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-700:active {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #404040 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-800:active {
  --tw-gradient-to: rgb(38 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #262626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-900:active {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #171717 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-neutral-950:active {
  --tw-gradient-to: rgb(10 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-100:active {
  --tw-gradient-to: rgb(255 237 213 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-200:active {
  --tw-gradient-to: rgb(254 215 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-300:active {
  --tw-gradient-to: rgb(253 186 116 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-400:active {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-50:active {
  --tw-gradient-to: rgb(255 247 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-500:active {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-600:active {
  --tw-gradient-to: rgb(234 88 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-700:active {
  --tw-gradient-to: rgb(194 65 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-800:active {
  --tw-gradient-to: rgb(154 52 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-900:active {
  --tw-gradient-to: rgb(124 45 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-orange-950:active {
  --tw-gradient-to: rgb(67 20 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #431407 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-100:active {
  --tw-gradient-to: rgb(252 231 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-200:active {
  --tw-gradient-to: rgb(251 207 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-300:active {
  --tw-gradient-to: rgb(249 168 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-400:active {
  --tw-gradient-to: rgb(244 114 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-50:active {
  --tw-gradient-to: rgb(253 242 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-500:active {
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-600:active {
  --tw-gradient-to: rgb(219 39 119 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-700:active {
  --tw-gradient-to: rgb(190 24 93 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be185d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-800:active {
  --tw-gradient-to: rgb(157 23 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-900:active {
  --tw-gradient-to: rgb(131 24 67 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #831843 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-pink-950:active {
  --tw-gradient-to: rgb(80 7 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #500724 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-100:active {
  --tw-gradient-to: rgb(243 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-200:active {
  --tw-gradient-to: rgb(233 213 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-300:active {
  --tw-gradient-to: rgb(216 180 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-400:active {
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-50:active {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-500:active {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-600:active {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-700:active {
  --tw-gradient-to: rgb(126 34 206 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-800:active {
  --tw-gradient-to: rgb(107 33 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-900:active {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-purple-950:active {
  --tw-gradient-to: rgb(59 7 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b0764 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-100:active {
  --tw-gradient-to: rgb(254 226 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-200:active {
  --tw-gradient-to: rgb(254 202 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-300:active {
  --tw-gradient-to: rgb(252 165 165 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-400:active {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f87171 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-50:active {
  --tw-gradient-to: rgb(254 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-500:active {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-600:active {
  --tw-gradient-to: rgb(220 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-700:active {
  --tw-gradient-to: rgb(185 28 28 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-800:active {
  --tw-gradient-to: rgb(153 27 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-900:active {
  --tw-gradient-to: rgb(127 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-red-950:active {
  --tw-gradient-to: rgb(69 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-100:active {
  --tw-gradient-to: rgb(255 228 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-200:active {
  --tw-gradient-to: rgb(254 205 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-300:active {
  --tw-gradient-to: rgb(253 164 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-400:active {
  --tw-gradient-to: rgb(251 113 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-50:active {
  --tw-gradient-to: rgb(255 241 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-500:active {
  --tw-gradient-to: rgb(244 63 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-600:active {
  --tw-gradient-to: rgb(225 29 72 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-700:active {
  --tw-gradient-to: rgb(190 18 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be123c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-800:active {
  --tw-gradient-to: rgb(159 18 57 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-900:active {
  --tw-gradient-to: rgb(136 19 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #881337 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-rose-950:active {
  --tw-gradient-to: rgb(76 5 25 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c0519 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-100:active {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-200:active {
  --tw-gradient-to: rgb(186 230 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-300:active {
  --tw-gradient-to: rgb(125 211 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-400:active {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-50:active {
  --tw-gradient-to: rgb(240 249 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-500:active {
  --tw-gradient-to: rgb(14 165 233 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-600:active {
  --tw-gradient-to: rgb(2 132 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-700:active {
  --tw-gradient-to: rgb(3 105 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-800:active {
  --tw-gradient-to: rgb(7 89 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #075985 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-900:active {
  --tw-gradient-to: rgb(12 74 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-sky-950:active {
  --tw-gradient-to: rgb(8 47 73 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #082f49 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-100:active {
  --tw-gradient-to: rgb(241 245 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-200:active {
  --tw-gradient-to: rgb(226 232 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-300:active {
  --tw-gradient-to: rgb(203 213 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-400:active {
  --tw-gradient-to: rgb(148 163 184 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-50:active {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-500:active {
  --tw-gradient-to: rgb(100 116 139 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #64748b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-600:active {
  --tw-gradient-to: rgb(71 85 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #475569 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-700:active {
  --tw-gradient-to: rgb(51 65 85 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-800:active {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-900:active {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-slate-950:active {
  --tw-gradient-to: rgb(2 6 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-100:active {
  --tw-gradient-to: rgb(245 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-200:active {
  --tw-gradient-to: rgb(231 229 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-300:active {
  --tw-gradient-to: rgb(214 211 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-400:active {
  --tw-gradient-to: rgb(168 162 158 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-50:active {
  --tw-gradient-to: rgb(250 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-500:active {
  --tw-gradient-to: rgb(120 113 108 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78716c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-600:active {
  --tw-gradient-to: rgb(87 83 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #57534e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-700:active {
  --tw-gradient-to: rgb(68 64 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #44403c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-800:active {
  --tw-gradient-to: rgb(41 37 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #292524 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-900:active {
  --tw-gradient-to: rgb(28 25 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-stone-950:active {
  --tw-gradient-to: rgb(12 10 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c0a09 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-100:active {
  --tw-gradient-to: rgb(204 251 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-200:active {
  --tw-gradient-to: rgb(153 246 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-300:active {
  --tw-gradient-to: rgb(94 234 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-400:active {
  --tw-gradient-to: rgb(45 212 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-50:active {
  --tw-gradient-to: rgb(240 253 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-500:active {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-600:active {
  --tw-gradient-to: rgb(13 148 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-700:active {
  --tw-gradient-to: rgb(15 118 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-800:active {
  --tw-gradient-to: rgb(17 94 89 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #115e59 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-900:active {
  --tw-gradient-to: rgb(19 78 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-teal-950:active {
  --tw-gradient-to: rgb(4 47 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #042f2e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-transparent:active {
  --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);
}

.active\:via-violet-100:active {
  --tw-gradient-to: rgb(237 233 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-200:active {
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-300:active {
  --tw-gradient-to: rgb(196 181 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-400:active {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-50:active {
  --tw-gradient-to: rgb(245 243 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-500:active {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-600:active {
  --tw-gradient-to: rgb(124 58 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-700:active {
  --tw-gradient-to: rgb(109 40 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-800:active {
  --tw-gradient-to: rgb(91 33 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-900:active {
  --tw-gradient-to: rgb(76 29 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-violet-950:active {
  --tw-gradient-to: rgb(46 16 101 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1065 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-white:active {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-100:active {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-200:active {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-300:active {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-400:active {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-50:active {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-500:active {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-600:active {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-700:active {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-800:active {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-900:active {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-yellow-950:active {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-100:active {
  --tw-gradient-to: rgb(244 244 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-200:active {
  --tw-gradient-to: rgb(228 228 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-300:active {
  --tw-gradient-to: rgb(212 212 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-400:active {
  --tw-gradient-to: rgb(161 161 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-50:active {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-500:active {
  --tw-gradient-to: rgb(113 113 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #71717a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-600:active {
  --tw-gradient-to: rgb(82 82 91 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #52525b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-700:active {
  --tw-gradient-to: rgb(63 63 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-800:active {
  --tw-gradient-to: rgb(39 39 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-900:active {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:via-zinc-950:active {
  --tw-gradient-to: rgb(9 9 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #09090b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.active\:to-amber-100:active {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.active\:to-amber-200:active {
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}

.active\:to-amber-300:active {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}

.active\:to-amber-400:active {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}

.active\:to-amber-50:active {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.active\:to-amber-500:active {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.active\:to-amber-600:active {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.active\:to-amber-700:active {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.active\:to-amber-800:active {
  --tw-gradient-to: #92400e var(--tw-gradient-to-position);
}

.active\:to-amber-900:active {
  --tw-gradient-to: #78350f var(--tw-gradient-to-position);
}

.active\:to-amber-950:active {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
}

.active\:to-black:active {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.active\:to-blue-100:active {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.active\:to-blue-200:active {
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.active\:to-blue-300:active {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.active\:to-blue-400:active {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.active\:to-blue-50:active {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.active\:to-blue-500:active {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.active\:to-blue-600:active {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.active\:to-blue-700:active {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.active\:to-blue-800:active {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.active\:to-blue-900:active {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.active\:to-blue-950:active {
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
}

.active\:to-current:active {
  --tw-gradient-to: currentColor var(--tw-gradient-to-position);
}

.active\:to-cyan-100:active {
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
}

.active\:to-cyan-200:active {
  --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position);
}

.active\:to-cyan-300:active {
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}

.active\:to-cyan-400:active {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.active\:to-cyan-50:active {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}

.active\:to-cyan-500:active {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}

.active\:to-cyan-600:active {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.active\:to-cyan-700:active {
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.active\:to-cyan-800:active {
  --tw-gradient-to: #155e75 var(--tw-gradient-to-position);
}

.active\:to-cyan-900:active {
  --tw-gradient-to: #164e63 var(--tw-gradient-to-position);
}

.active\:to-cyan-950:active {
  --tw-gradient-to: #083344 var(--tw-gradient-to-position);
}

.active\:to-emerald-100:active {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.active\:to-emerald-200:active {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}

.active\:to-emerald-300:active {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}

.active\:to-emerald-400:active {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}

.active\:to-emerald-50:active {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.active\:to-emerald-500:active {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.active\:to-emerald-600:active {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.active\:to-emerald-700:active {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.active\:to-emerald-800:active {
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}

.active\:to-emerald-900:active {
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}

.active\:to-emerald-950:active {
  --tw-gradient-to: #022c22 var(--tw-gradient-to-position);
}

.active\:to-fuchsia-100:active {
  --tw-gradient-to: #fae8ff var(--tw-gradient-to-position);
}

.active\:to-fuchsia-200:active {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}

.active\:to-fuchsia-300:active {
  --tw-gradient-to: #f0abfc var(--tw-gradient-to-position);
}

.active\:to-fuchsia-400:active {
  --tw-gradient-to: #e879f9 var(--tw-gradient-to-position);
}

.active\:to-fuchsia-50:active {
  --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position);
}

.active\:to-fuchsia-500:active {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}

.active\:to-fuchsia-600:active {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}

.active\:to-fuchsia-700:active {
  --tw-gradient-to: #a21caf var(--tw-gradient-to-position);
}

.active\:to-fuchsia-800:active {
  --tw-gradient-to: #86198f var(--tw-gradient-to-position);
}

.active\:to-fuchsia-900:active {
  --tw-gradient-to: #701a75 var(--tw-gradient-to-position);
}

.active\:to-fuchsia-950:active {
  --tw-gradient-to: #4a044e var(--tw-gradient-to-position);
}

.active\:to-gray-100:active {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.active\:to-gray-200:active {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.active\:to-gray-300:active {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.active\:to-gray-400:active {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}

.active\:to-gray-50:active {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.active\:to-gray-500:active {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.active\:to-gray-600:active {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

.active\:to-gray-700:active {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.active\:to-gray-800:active {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.active\:to-gray-900:active {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.active\:to-gray-950:active {
  --tw-gradient-to: #030712 var(--tw-gradient-to-position);
}

.active\:to-green-100:active {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.active\:to-green-200:active {
  --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position);
}

.active\:to-green-300:active {
  --tw-gradient-to: #86efac var(--tw-gradient-to-position);
}

.active\:to-green-400:active {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}

.active\:to-green-50:active {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}

.active\:to-green-500:active {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.active\:to-green-600:active {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.active\:to-green-700:active {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.active\:to-green-800:active {
  --tw-gradient-to: #166534 var(--tw-gradient-to-position);
}

.active\:to-green-900:active {
  --tw-gradient-to: #14532d var(--tw-gradient-to-position);
}

.active\:to-green-950:active {
  --tw-gradient-to: #052e16 var(--tw-gradient-to-position);
}

.active\:to-indigo-100:active {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.active\:to-indigo-200:active {
  --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position);
}

.active\:to-indigo-300:active {
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}

.active\:to-indigo-400:active {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.active\:to-indigo-50:active {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.active\:to-indigo-500:active {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.active\:to-indigo-600:active {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.active\:to-indigo-700:active {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.active\:to-indigo-800:active {
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
}

.active\:to-indigo-900:active {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}

.active\:to-indigo-950:active {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}

.active\:to-inherit:active {
  --tw-gradient-to: inherit var(--tw-gradient-to-position);
}

.active\:to-lime-100:active {
  --tw-gradient-to: #ecfccb var(--tw-gradient-to-position);
}

.active\:to-lime-200:active {
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position);
}

.active\:to-lime-300:active {
  --tw-gradient-to: #bef264 var(--tw-gradient-to-position);
}

.active\:to-lime-400:active {
  --tw-gradient-to: #a3e635 var(--tw-gradient-to-position);
}

.active\:to-lime-50:active {
  --tw-gradient-to: #f7fee7 var(--tw-gradient-to-position);
}

.active\:to-lime-500:active {
  --tw-gradient-to: #84cc16 var(--tw-gradient-to-position);
}

.active\:to-lime-600:active {
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position);
}

.active\:to-lime-700:active {
  --tw-gradient-to: #4d7c0f var(--tw-gradient-to-position);
}

.active\:to-lime-800:active {
  --tw-gradient-to: #3f6212 var(--tw-gradient-to-position);
}

.active\:to-lime-900:active {
  --tw-gradient-to: #365314 var(--tw-gradient-to-position);
}

.active\:to-lime-950:active {
  --tw-gradient-to: #1a2e05 var(--tw-gradient-to-position);
}

.active\:to-neutral-100:active {
  --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position);
}

.active\:to-neutral-200:active {
  --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position);
}

.active\:to-neutral-300:active {
  --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position);
}

.active\:to-neutral-400:active {
  --tw-gradient-to: #a3a3a3 var(--tw-gradient-to-position);
}

.active\:to-neutral-50:active {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.active\:to-neutral-500:active {
  --tw-gradient-to: #737373 var(--tw-gradient-to-position);
}

.active\:to-neutral-600:active {
  --tw-gradient-to: #525252 var(--tw-gradient-to-position);
}

.active\:to-neutral-700:active {
  --tw-gradient-to: #404040 var(--tw-gradient-to-position);
}

.active\:to-neutral-800:active {
  --tw-gradient-to: #262626 var(--tw-gradient-to-position);
}

.active\:to-neutral-900:active {
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
}

.active\:to-neutral-950:active {
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}

.active\:to-orange-100:active {
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}

.active\:to-orange-200:active {
  --tw-gradient-to: #fed7aa var(--tw-gradient-to-position);
}

.active\:to-orange-300:active {
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
}

.active\:to-orange-400:active {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.active\:to-orange-50:active {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}

.active\:to-orange-500:active {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.active\:to-orange-600:active {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.active\:to-orange-700:active {
  --tw-gradient-to: #c2410c var(--tw-gradient-to-position);
}

.active\:to-orange-800:active {
  --tw-gradient-to: #9a3412 var(--tw-gradient-to-position);
}

.active\:to-orange-900:active {
  --tw-gradient-to: #7c2d12 var(--tw-gradient-to-position);
}

.active\:to-orange-950:active {
  --tw-gradient-to: #431407 var(--tw-gradient-to-position);
}

.active\:to-pink-100:active {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}

.active\:to-pink-200:active {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}

.active\:to-pink-300:active {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}

.active\:to-pink-400:active {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}

.active\:to-pink-50:active {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}

.active\:to-pink-500:active {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.active\:to-pink-600:active {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.active\:to-pink-700:active {
  --tw-gradient-to: #be185d var(--tw-gradient-to-position);
}

.active\:to-pink-800:active {
  --tw-gradient-to: #9d174d var(--tw-gradient-to-position);
}

.active\:to-pink-900:active {
  --tw-gradient-to: #831843 var(--tw-gradient-to-position);
}

.active\:to-pink-950:active {
  --tw-gradient-to: #500724 var(--tw-gradient-to-position);
}

.active\:to-purple-100:active {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.active\:to-purple-200:active {
  --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}

.active\:to-purple-300:active {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}

.active\:to-purple-400:active {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}

.active\:to-purple-50:active {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.active\:to-purple-500:active {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.active\:to-purple-600:active {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.active\:to-purple-700:active {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.active\:to-purple-800:active {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.active\:to-purple-900:active {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}

.active\:to-purple-950:active {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}

.active\:to-red-100:active {
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.active\:to-red-200:active {
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}

.active\:to-red-300:active {
  --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position);
}

.active\:to-red-400:active {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}

.active\:to-red-50:active {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.active\:to-red-500:active {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.active\:to-red-600:active {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.active\:to-red-700:active {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.active\:to-red-800:active {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}

.active\:to-red-900:active {
  --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

.active\:to-red-950:active {
  --tw-gradient-to: #450a0a var(--tw-gradient-to-position);
}

.active\:to-rose-100:active {
  --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position);
}

.active\:to-rose-200:active {
  --tw-gradient-to: #fecdd3 var(--tw-gradient-to-position);
}

.active\:to-rose-300:active {
  --tw-gradient-to: #fda4af var(--tw-gradient-to-position);
}

.active\:to-rose-400:active {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}

.active\:to-rose-50:active {
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}

.active\:to-rose-500:active {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.active\:to-rose-600:active {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

.active\:to-rose-700:active {
  --tw-gradient-to: #be123c var(--tw-gradient-to-position);
}

.active\:to-rose-800:active {
  --tw-gradient-to: #9f1239 var(--tw-gradient-to-position);
}

.active\:to-rose-900:active {
  --tw-gradient-to: #881337 var(--tw-gradient-to-position);
}

.active\:to-rose-950:active {
  --tw-gradient-to: #4c0519 var(--tw-gradient-to-position);
}

.active\:to-sky-100:active {
  --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position);
}

.active\:to-sky-200:active {
  --tw-gradient-to: #bae6fd var(--tw-gradient-to-position);
}

.active\:to-sky-300:active {
  --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position);
}

.active\:to-sky-400:active {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}

.active\:to-sky-50:active {
  --tw-gradient-to: #f0f9ff var(--tw-gradient-to-position);
}

.active\:to-sky-500:active {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}

.active\:to-sky-600:active {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}

.active\:to-sky-700:active {
  --tw-gradient-to: #0369a1 var(--tw-gradient-to-position);
}

.active\:to-sky-800:active {
  --tw-gradient-to: #075985 var(--tw-gradient-to-position);
}

.active\:to-sky-900:active {
  --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position);
}

.active\:to-sky-950:active {
  --tw-gradient-to: #082f49 var(--tw-gradient-to-position);
}

.active\:to-slate-100:active {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}

.active\:to-slate-200:active {
  --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);
}

.active\:to-slate-300:active {
  --tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position);
}

.active\:to-slate-400:active {
  --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position);
}

.active\:to-slate-50:active {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}

.active\:to-slate-500:active {
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}

.active\:to-slate-600:active {
  --tw-gradient-to: #475569 var(--tw-gradient-to-position);
}

.active\:to-slate-700:active {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}

.active\:to-slate-800:active {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.active\:to-slate-900:active {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.active\:to-slate-950:active {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}

.active\:to-stone-100:active {
  --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position);
}

.active\:to-stone-200:active {
  --tw-gradient-to: #e7e5e4 var(--tw-gradient-to-position);
}

.active\:to-stone-300:active {
  --tw-gradient-to: #d6d3d1 var(--tw-gradient-to-position);
}

.active\:to-stone-400:active {
  --tw-gradient-to: #a8a29e var(--tw-gradient-to-position);
}

.active\:to-stone-50:active {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.active\:to-stone-500:active {
  --tw-gradient-to: #78716c var(--tw-gradient-to-position);
}

.active\:to-stone-600:active {
  --tw-gradient-to: #57534e var(--tw-gradient-to-position);
}

.active\:to-stone-700:active {
  --tw-gradient-to: #44403c var(--tw-gradient-to-position);
}

.active\:to-stone-800:active {
  --tw-gradient-to: #292524 var(--tw-gradient-to-position);
}

.active\:to-stone-900:active {
  --tw-gradient-to: #1c1917 var(--tw-gradient-to-position);
}

.active\:to-stone-950:active {
  --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position);
}

.active\:to-teal-100:active {
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}

.active\:to-teal-200:active {
  --tw-gradient-to: #99f6e4 var(--tw-gradient-to-position);
}

.active\:to-teal-300:active {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}

.active\:to-teal-400:active {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}

.active\:to-teal-50:active {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}

.active\:to-teal-500:active {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.active\:to-teal-600:active {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.active\:to-teal-700:active {
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}

.active\:to-teal-800:active {
  --tw-gradient-to: #115e59 var(--tw-gradient-to-position);
}

.active\:to-teal-900:active {
  --tw-gradient-to: #134e4a var(--tw-gradient-to-position);
}

.active\:to-teal-950:active {
  --tw-gradient-to: #042f2e var(--tw-gradient-to-position);
}

.active\:to-transparent:active {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.active\:to-violet-100:active {
  --tw-gradient-to: #ede9fe var(--tw-gradient-to-position);
}

.active\:to-violet-200:active {
  --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position);
}

.active\:to-violet-300:active {
  --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position);
}

.active\:to-violet-400:active {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

.active\:to-violet-50:active {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}

.active\:to-violet-500:active {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

.active\:to-violet-600:active {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}

.active\:to-violet-700:active {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}

.active\:to-violet-800:active {
  --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
}

.active\:to-violet-900:active {
  --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position);
}

.active\:to-violet-950:active {
  --tw-gradient-to: #2e1065 var(--tw-gradient-to-position);
}

.active\:to-white:active {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.active\:to-yellow-100:active {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.active\:to-yellow-200:active {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.active\:to-yellow-300:active {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.active\:to-yellow-400:active {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.active\:to-yellow-50:active {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.active\:to-yellow-500:active {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.active\:to-yellow-600:active {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.active\:to-yellow-700:active {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.active\:to-yellow-800:active {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.active\:to-yellow-900:active {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.active\:to-yellow-950:active {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.active\:to-zinc-100:active {
  --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position);
}

.active\:to-zinc-200:active {
  --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position);
}

.active\:to-zinc-300:active {
  --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position);
}

.active\:to-zinc-400:active {
  --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position);
}

.active\:to-zinc-50:active {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.active\:to-zinc-500:active {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}

.active\:to-zinc-600:active {
  --tw-gradient-to: #52525b var(--tw-gradient-to-position);
}

.active\:to-zinc-700:active {
  --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position);
}

.active\:to-zinc-800:active {
  --tw-gradient-to: #27272a var(--tw-gradient-to-position);
}

.active\:to-zinc-900:active {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.active\:to-zinc-950:active {
  --tw-gradient-to: #09090b var(--tw-gradient-to-position);
}

.active\:fill-amber-100:active {
  fill: #fef3c7;
}

.active\:fill-amber-200:active {
  fill: #fde68a;
}

.active\:fill-amber-300:active {
  fill: #fcd34d;
}

.active\:fill-amber-400:active {
  fill: #fbbf24;
}

.active\:fill-amber-50:active {
  fill: #fffbeb;
}

.active\:fill-amber-500:active {
  fill: #f59e0b;
}

.active\:fill-amber-600:active {
  fill: #d97706;
}

.active\:fill-amber-700:active {
  fill: #b45309;
}

.active\:fill-amber-800:active {
  fill: #92400e;
}

.active\:fill-amber-900:active {
  fill: #78350f;
}

.active\:fill-amber-950:active {
  fill: #451a03;
}

.active\:fill-black:active {
  fill: #000;
}

.active\:fill-blue-100:active {
  fill: #dbeafe;
}

.active\:fill-blue-200:active {
  fill: #bfdbfe;
}

.active\:fill-blue-300:active {
  fill: #93c5fd;
}

.active\:fill-blue-400:active {
  fill: #60a5fa;
}

.active\:fill-blue-50:active {
  fill: #eff6ff;
}

.active\:fill-blue-500:active {
  fill: #3b82f6;
}

.active\:fill-blue-600:active {
  fill: #2563eb;
}

.active\:fill-blue-700:active {
  fill: #1d4ed8;
}

.active\:fill-blue-800:active {
  fill: #1e40af;
}

.active\:fill-blue-900:active {
  fill: #1e3a8a;
}

.active\:fill-blue-950:active {
  fill: #172554;
}

.active\:fill-current:active {
  fill: currentColor;
}

.active\:fill-cyan-100:active {
  fill: #cffafe;
}

.active\:fill-cyan-200:active {
  fill: #a5f3fc;
}

.active\:fill-cyan-300:active {
  fill: #67e8f9;
}

.active\:fill-cyan-400:active {
  fill: #22d3ee;
}

.active\:fill-cyan-50:active {
  fill: #ecfeff;
}

.active\:fill-cyan-500:active {
  fill: #06b6d4;
}

.active\:fill-cyan-600:active {
  fill: #0891b2;
}

.active\:fill-cyan-700:active {
  fill: #0e7490;
}

.active\:fill-cyan-800:active {
  fill: #155e75;
}

.active\:fill-cyan-900:active {
  fill: #164e63;
}

.active\:fill-cyan-950:active {
  fill: #083344;
}

.active\:fill-emerald-100:active {
  fill: #d1fae5;
}

.active\:fill-emerald-200:active {
  fill: #a7f3d0;
}

.active\:fill-emerald-300:active {
  fill: #6ee7b7;
}

.active\:fill-emerald-400:active {
  fill: #34d399;
}

.active\:fill-emerald-50:active {
  fill: #ecfdf5;
}

.active\:fill-emerald-500:active {
  fill: #10b981;
}

.active\:fill-emerald-600:active {
  fill: #059669;
}

.active\:fill-emerald-700:active {
  fill: #047857;
}

.active\:fill-emerald-800:active {
  fill: #065f46;
}

.active\:fill-emerald-900:active {
  fill: #064e3b;
}

.active\:fill-emerald-950:active {
  fill: #022c22;
}

.active\:fill-fuchsia-100:active {
  fill: #fae8ff;
}

.active\:fill-fuchsia-200:active {
  fill: #f5d0fe;
}

.active\:fill-fuchsia-300:active {
  fill: #f0abfc;
}

.active\:fill-fuchsia-400:active {
  fill: #e879f9;
}

.active\:fill-fuchsia-50:active {
  fill: #fdf4ff;
}

.active\:fill-fuchsia-500:active {
  fill: #d946ef;
}

.active\:fill-fuchsia-600:active {
  fill: #c026d3;
}

.active\:fill-fuchsia-700:active {
  fill: #a21caf;
}

.active\:fill-fuchsia-800:active {
  fill: #86198f;
}

.active\:fill-fuchsia-900:active {
  fill: #701a75;
}

.active\:fill-fuchsia-950:active {
  fill: #4a044e;
}

.active\:fill-gray-100:active {
  fill: #f3f4f6;
}

.active\:fill-gray-200:active {
  fill: #e5e7eb;
}

.active\:fill-gray-300:active {
  fill: #d1d5db;
}

.active\:fill-gray-400:active {
  fill: #9ca3af;
}

.active\:fill-gray-50:active {
  fill: #f9fafb;
}

.active\:fill-gray-500:active {
  fill: #6b7280;
}

.active\:fill-gray-600:active {
  fill: #4b5563;
}

.active\:fill-gray-700:active {
  fill: #374151;
}

.active\:fill-gray-800:active {
  fill: #1f2937;
}

.active\:fill-gray-900:active {
  fill: #111827;
}

.active\:fill-gray-950:active {
  fill: #030712;
}

.active\:fill-green-100:active {
  fill: #dcfce7;
}

.active\:fill-green-200:active {
  fill: #bbf7d0;
}

.active\:fill-green-300:active {
  fill: #86efac;
}

.active\:fill-green-400:active {
  fill: #4ade80;
}

.active\:fill-green-50:active {
  fill: #f0fdf4;
}

.active\:fill-green-500:active {
  fill: #22c55e;
}

.active\:fill-green-600:active {
  fill: #16a34a;
}

.active\:fill-green-700:active {
  fill: #15803d;
}

.active\:fill-green-800:active {
  fill: #166534;
}

.active\:fill-green-900:active {
  fill: #14532d;
}

.active\:fill-green-950:active {
  fill: #052e16;
}

.active\:fill-indigo-100:active {
  fill: #e0e7ff;
}

.active\:fill-indigo-200:active {
  fill: #c7d2fe;
}

.active\:fill-indigo-300:active {
  fill: #a5b4fc;
}

.active\:fill-indigo-400:active {
  fill: #818cf8;
}

.active\:fill-indigo-50:active {
  fill: #eef2ff;
}

.active\:fill-indigo-500:active {
  fill: #6366f1;
}

.active\:fill-indigo-600:active {
  fill: #4f46e5;
}

.active\:fill-indigo-700:active {
  fill: #4338ca;
}

.active\:fill-indigo-800:active {
  fill: #3730a3;
}

.active\:fill-indigo-900:active {
  fill: #312e81;
}

.active\:fill-indigo-950:active {
  fill: #1e1b4b;
}

.active\:fill-inherit:active {
  fill: inherit;
}

.active\:fill-lime-100:active {
  fill: #ecfccb;
}

.active\:fill-lime-200:active {
  fill: #d9f99d;
}

.active\:fill-lime-300:active {
  fill: #bef264;
}

.active\:fill-lime-400:active {
  fill: #a3e635;
}

.active\:fill-lime-50:active {
  fill: #f7fee7;
}

.active\:fill-lime-500:active {
  fill: #84cc16;
}

.active\:fill-lime-600:active {
  fill: #65a30d;
}

.active\:fill-lime-700:active {
  fill: #4d7c0f;
}

.active\:fill-lime-800:active {
  fill: #3f6212;
}

.active\:fill-lime-900:active {
  fill: #365314;
}

.active\:fill-lime-950:active {
  fill: #1a2e05;
}

.active\:fill-neutral-100:active {
  fill: #f5f5f5;
}

.active\:fill-neutral-200:active {
  fill: #e5e5e5;
}

.active\:fill-neutral-300:active {
  fill: #d4d4d4;
}

.active\:fill-neutral-400:active {
  fill: #a3a3a3;
}

.active\:fill-neutral-50:active {
  fill: #fafafa;
}

.active\:fill-neutral-500:active {
  fill: #737373;
}

.active\:fill-neutral-600:active {
  fill: #525252;
}

.active\:fill-neutral-700:active {
  fill: #404040;
}

.active\:fill-neutral-800:active {
  fill: #262626;
}

.active\:fill-neutral-900:active {
  fill: #171717;
}

.active\:fill-neutral-950:active {
  fill: #0a0a0a;
}

.active\:fill-orange-100:active {
  fill: #ffedd5;
}

.active\:fill-orange-200:active {
  fill: #fed7aa;
}

.active\:fill-orange-300:active {
  fill: #fdba74;
}

.active\:fill-orange-400:active {
  fill: #fb923c;
}

.active\:fill-orange-50:active {
  fill: #fff7ed;
}

.active\:fill-orange-500:active {
  fill: #f97316;
}

.active\:fill-orange-600:active {
  fill: #ea580c;
}

.active\:fill-orange-700:active {
  fill: #c2410c;
}

.active\:fill-orange-800:active {
  fill: #9a3412;
}

.active\:fill-orange-900:active {
  fill: #7c2d12;
}

.active\:fill-orange-950:active {
  fill: #431407;
}

.active\:fill-pink-100:active {
  fill: #fce7f3;
}

.active\:fill-pink-200:active {
  fill: #fbcfe8;
}

.active\:fill-pink-300:active {
  fill: #f9a8d4;
}

.active\:fill-pink-400:active {
  fill: #f472b6;
}

.active\:fill-pink-50:active {
  fill: #fdf2f8;
}

.active\:fill-pink-500:active {
  fill: #ec4899;
}

.active\:fill-pink-600:active {
  fill: #db2777;
}

.active\:fill-pink-700:active {
  fill: #be185d;
}

.active\:fill-pink-800:active {
  fill: #9d174d;
}

.active\:fill-pink-900:active {
  fill: #831843;
}

.active\:fill-pink-950:active {
  fill: #500724;
}

.active\:fill-purple-100:active {
  fill: #f3e8ff;
}

.active\:fill-purple-200:active {
  fill: #e9d5ff;
}

.active\:fill-purple-300:active {
  fill: #d8b4fe;
}

.active\:fill-purple-400:active {
  fill: #c084fc;
}

.active\:fill-purple-50:active {
  fill: #faf5ff;
}

.active\:fill-purple-500:active {
  fill: #a855f7;
}

.active\:fill-purple-600:active {
  fill: #9333ea;
}

.active\:fill-purple-700:active {
  fill: #7e22ce;
}

.active\:fill-purple-800:active {
  fill: #6b21a8;
}

.active\:fill-purple-900:active {
  fill: #581c87;
}

.active\:fill-purple-950:active {
  fill: #3b0764;
}

.active\:fill-red-100:active {
  fill: #fee2e2;
}

.active\:fill-red-200:active {
  fill: #fecaca;
}

.active\:fill-red-300:active {
  fill: #fca5a5;
}

.active\:fill-red-400:active {
  fill: #f87171;
}

.active\:fill-red-50:active {
  fill: #fef2f2;
}

.active\:fill-red-500:active {
  fill: #ef4444;
}

.active\:fill-red-600:active {
  fill: #dc2626;
}

.active\:fill-red-700:active {
  fill: #b91c1c;
}

.active\:fill-red-800:active {
  fill: #991b1b;
}

.active\:fill-red-900:active {
  fill: #7f1d1d;
}

.active\:fill-red-950:active {
  fill: #450a0a;
}

.active\:fill-rose-100:active {
  fill: #ffe4e6;
}

.active\:fill-rose-200:active {
  fill: #fecdd3;
}

.active\:fill-rose-300:active {
  fill: #fda4af;
}

.active\:fill-rose-400:active {
  fill: #fb7185;
}

.active\:fill-rose-50:active {
  fill: #fff1f2;
}

.active\:fill-rose-500:active {
  fill: #f43f5e;
}

.active\:fill-rose-600:active {
  fill: #e11d48;
}

.active\:fill-rose-700:active {
  fill: #be123c;
}

.active\:fill-rose-800:active {
  fill: #9f1239;
}

.active\:fill-rose-900:active {
  fill: #881337;
}

.active\:fill-rose-950:active {
  fill: #4c0519;
}

.active\:fill-sky-100:active {
  fill: #e0f2fe;
}

.active\:fill-sky-200:active {
  fill: #bae6fd;
}

.active\:fill-sky-300:active {
  fill: #7dd3fc;
}

.active\:fill-sky-400:active {
  fill: #38bdf8;
}

.active\:fill-sky-50:active {
  fill: #f0f9ff;
}

.active\:fill-sky-500:active {
  fill: #0ea5e9;
}

.active\:fill-sky-600:active {
  fill: #0284c7;
}

.active\:fill-sky-700:active {
  fill: #0369a1;
}

.active\:fill-sky-800:active {
  fill: #075985;
}

.active\:fill-sky-900:active {
  fill: #0c4a6e;
}

.active\:fill-sky-950:active {
  fill: #082f49;
}

.active\:fill-slate-100:active {
  fill: #f1f5f9;
}

.active\:fill-slate-200:active {
  fill: #e2e8f0;
}

.active\:fill-slate-300:active {
  fill: #cbd5e1;
}

.active\:fill-slate-400:active {
  fill: #94a3b8;
}

.active\:fill-slate-50:active {
  fill: #f8fafc;
}

.active\:fill-slate-500:active {
  fill: #64748b;
}

.active\:fill-slate-600:active {
  fill: #475569;
}

.active\:fill-slate-700:active {
  fill: #334155;
}

.active\:fill-slate-800:active {
  fill: #1e293b;
}

.active\:fill-slate-900:active {
  fill: #0f172a;
}

.active\:fill-slate-950:active {
  fill: #020617;
}

.active\:fill-stone-100:active {
  fill: #f5f5f4;
}

.active\:fill-stone-200:active {
  fill: #e7e5e4;
}

.active\:fill-stone-300:active {
  fill: #d6d3d1;
}

.active\:fill-stone-400:active {
  fill: #a8a29e;
}

.active\:fill-stone-50:active {
  fill: #fafaf9;
}

.active\:fill-stone-500:active {
  fill: #78716c;
}

.active\:fill-stone-600:active {
  fill: #57534e;
}

.active\:fill-stone-700:active {
  fill: #44403c;
}

.active\:fill-stone-800:active {
  fill: #292524;
}

.active\:fill-stone-900:active {
  fill: #1c1917;
}

.active\:fill-stone-950:active {
  fill: #0c0a09;
}

.active\:fill-teal-100:active {
  fill: #ccfbf1;
}

.active\:fill-teal-200:active {
  fill: #99f6e4;
}

.active\:fill-teal-300:active {
  fill: #5eead4;
}

.active\:fill-teal-400:active {
  fill: #2dd4bf;
}

.active\:fill-teal-50:active {
  fill: #f0fdfa;
}

.active\:fill-teal-500:active {
  fill: #14b8a6;
}

.active\:fill-teal-600:active {
  fill: #0d9488;
}

.active\:fill-teal-700:active {
  fill: #0f766e;
}

.active\:fill-teal-800:active {
  fill: #115e59;
}

.active\:fill-teal-900:active {
  fill: #134e4a;
}

.active\:fill-teal-950:active {
  fill: #042f2e;
}

.active\:fill-transparent:active {
  fill: transparent;
}

.active\:fill-violet-100:active {
  fill: #ede9fe;
}

.active\:fill-violet-200:active {
  fill: #ddd6fe;
}

.active\:fill-violet-300:active {
  fill: #c4b5fd;
}

.active\:fill-violet-400:active {
  fill: #a78bfa;
}

.active\:fill-violet-50:active {
  fill: #f5f3ff;
}

.active\:fill-violet-500:active {
  fill: #8b5cf6;
}

.active\:fill-violet-600:active {
  fill: #7c3aed;
}

.active\:fill-violet-700:active {
  fill: #6d28d9;
}

.active\:fill-violet-800:active {
  fill: #5b21b6;
}

.active\:fill-violet-900:active {
  fill: #4c1d95;
}

.active\:fill-violet-950:active {
  fill: #2e1065;
}

.active\:fill-white:active {
  fill: #fff;
}

.active\:fill-yellow-100:active {
  fill: #fef9c3;
}

.active\:fill-yellow-200:active {
  fill: #fef08a;
}

.active\:fill-yellow-300:active {
  fill: #fde047;
}

.active\:fill-yellow-400:active {
  fill: #facc15;
}

.active\:fill-yellow-50:active {
  fill: #fefce8;
}

.active\:fill-yellow-500:active {
  fill: #eab308;
}

.active\:fill-yellow-600:active {
  fill: #ca8a04;
}

.active\:fill-yellow-700:active {
  fill: #a16207;
}

.active\:fill-yellow-800:active {
  fill: #854d0e;
}

.active\:fill-yellow-900:active {
  fill: #713f12;
}

.active\:fill-yellow-950:active {
  fill: #422006;
}

.active\:fill-zinc-100:active {
  fill: #f4f4f5;
}

.active\:fill-zinc-200:active {
  fill: #e4e4e7;
}

.active\:fill-zinc-300:active {
  fill: #d4d4d8;
}

.active\:fill-zinc-400:active {
  fill: #a1a1aa;
}

.active\:fill-zinc-50:active {
  fill: #fafafa;
}

.active\:fill-zinc-500:active {
  fill: #71717a;
}

.active\:fill-zinc-600:active {
  fill: #52525b;
}

.active\:fill-zinc-700:active {
  fill: #3f3f46;
}

.active\:fill-zinc-800:active {
  fill: #27272a;
}

.active\:fill-zinc-900:active {
  fill: #18181b;
}

.active\:fill-zinc-950:active {
  fill: #09090b;
}

.active\:stroke-amber-100:active {
  stroke: #fef3c7;
}

.active\:stroke-amber-200:active {
  stroke: #fde68a;
}

.active\:stroke-amber-300:active {
  stroke: #fcd34d;
}

.active\:stroke-amber-400:active {
  stroke: #fbbf24;
}

.active\:stroke-amber-50:active {
  stroke: #fffbeb;
}

.active\:stroke-amber-500:active {
  stroke: #f59e0b;
}

.active\:stroke-amber-600:active {
  stroke: #d97706;
}

.active\:stroke-amber-700:active {
  stroke: #b45309;
}

.active\:stroke-amber-800:active {
  stroke: #92400e;
}

.active\:stroke-amber-900:active {
  stroke: #78350f;
}

.active\:stroke-amber-950:active {
  stroke: #451a03;
}

.active\:stroke-black:active {
  stroke: #000;
}

.active\:stroke-blue-100:active {
  stroke: #dbeafe;
}

.active\:stroke-blue-200:active {
  stroke: #bfdbfe;
}

.active\:stroke-blue-300:active {
  stroke: #93c5fd;
}

.active\:stroke-blue-400:active {
  stroke: #60a5fa;
}

.active\:stroke-blue-50:active {
  stroke: #eff6ff;
}

.active\:stroke-blue-500:active {
  stroke: #3b82f6;
}

.active\:stroke-blue-600:active {
  stroke: #2563eb;
}

.active\:stroke-blue-700:active {
  stroke: #1d4ed8;
}

.active\:stroke-blue-800:active {
  stroke: #1e40af;
}

.active\:stroke-blue-900:active {
  stroke: #1e3a8a;
}

.active\:stroke-blue-950:active {
  stroke: #172554;
}

.active\:stroke-current:active {
  stroke: currentColor;
}

.active\:stroke-cyan-100:active {
  stroke: #cffafe;
}

.active\:stroke-cyan-200:active {
  stroke: #a5f3fc;
}

.active\:stroke-cyan-300:active {
  stroke: #67e8f9;
}

.active\:stroke-cyan-400:active {
  stroke: #22d3ee;
}

.active\:stroke-cyan-50:active {
  stroke: #ecfeff;
}

.active\:stroke-cyan-500:active {
  stroke: #06b6d4;
}

.active\:stroke-cyan-600:active {
  stroke: #0891b2;
}

.active\:stroke-cyan-700:active {
  stroke: #0e7490;
}

.active\:stroke-cyan-800:active {
  stroke: #155e75;
}

.active\:stroke-cyan-900:active {
  stroke: #164e63;
}

.active\:stroke-cyan-950:active {
  stroke: #083344;
}

.active\:stroke-emerald-100:active {
  stroke: #d1fae5;
}

.active\:stroke-emerald-200:active {
  stroke: #a7f3d0;
}

.active\:stroke-emerald-300:active {
  stroke: #6ee7b7;
}

.active\:stroke-emerald-400:active {
  stroke: #34d399;
}

.active\:stroke-emerald-50:active {
  stroke: #ecfdf5;
}

.active\:stroke-emerald-500:active {
  stroke: #10b981;
}

.active\:stroke-emerald-600:active {
  stroke: #059669;
}

.active\:stroke-emerald-700:active {
  stroke: #047857;
}

.active\:stroke-emerald-800:active {
  stroke: #065f46;
}

.active\:stroke-emerald-900:active {
  stroke: #064e3b;
}

.active\:stroke-emerald-950:active {
  stroke: #022c22;
}

.active\:stroke-fuchsia-100:active {
  stroke: #fae8ff;
}

.active\:stroke-fuchsia-200:active {
  stroke: #f5d0fe;
}

.active\:stroke-fuchsia-300:active {
  stroke: #f0abfc;
}

.active\:stroke-fuchsia-400:active {
  stroke: #e879f9;
}

.active\:stroke-fuchsia-50:active {
  stroke: #fdf4ff;
}

.active\:stroke-fuchsia-500:active {
  stroke: #d946ef;
}

.active\:stroke-fuchsia-600:active {
  stroke: #c026d3;
}

.active\:stroke-fuchsia-700:active {
  stroke: #a21caf;
}

.active\:stroke-fuchsia-800:active {
  stroke: #86198f;
}

.active\:stroke-fuchsia-900:active {
  stroke: #701a75;
}

.active\:stroke-fuchsia-950:active {
  stroke: #4a044e;
}

.active\:stroke-gray-100:active {
  stroke: #f3f4f6;
}

.active\:stroke-gray-200:active {
  stroke: #e5e7eb;
}

.active\:stroke-gray-300:active {
  stroke: #d1d5db;
}

.active\:stroke-gray-400:active {
  stroke: #9ca3af;
}

.active\:stroke-gray-50:active {
  stroke: #f9fafb;
}

.active\:stroke-gray-500:active {
  stroke: #6b7280;
}

.active\:stroke-gray-600:active {
  stroke: #4b5563;
}

.active\:stroke-gray-700:active {
  stroke: #374151;
}

.active\:stroke-gray-800:active {
  stroke: #1f2937;
}

.active\:stroke-gray-900:active {
  stroke: #111827;
}

.active\:stroke-gray-950:active {
  stroke: #030712;
}

.active\:stroke-green-100:active {
  stroke: #dcfce7;
}

.active\:stroke-green-200:active {
  stroke: #bbf7d0;
}

.active\:stroke-green-300:active {
  stroke: #86efac;
}

.active\:stroke-green-400:active {
  stroke: #4ade80;
}

.active\:stroke-green-50:active {
  stroke: #f0fdf4;
}

.active\:stroke-green-500:active {
  stroke: #22c55e;
}

.active\:stroke-green-600:active {
  stroke: #16a34a;
}

.active\:stroke-green-700:active {
  stroke: #15803d;
}

.active\:stroke-green-800:active {
  stroke: #166534;
}

.active\:stroke-green-900:active {
  stroke: #14532d;
}

.active\:stroke-green-950:active {
  stroke: #052e16;
}

.active\:stroke-indigo-100:active {
  stroke: #e0e7ff;
}

.active\:stroke-indigo-200:active {
  stroke: #c7d2fe;
}

.active\:stroke-indigo-300:active {
  stroke: #a5b4fc;
}

.active\:stroke-indigo-400:active {
  stroke: #818cf8;
}

.active\:stroke-indigo-50:active {
  stroke: #eef2ff;
}

.active\:stroke-indigo-500:active {
  stroke: #6366f1;
}

.active\:stroke-indigo-600:active {
  stroke: #4f46e5;
}

.active\:stroke-indigo-700:active {
  stroke: #4338ca;
}

.active\:stroke-indigo-800:active {
  stroke: #3730a3;
}

.active\:stroke-indigo-900:active {
  stroke: #312e81;
}

.active\:stroke-indigo-950:active {
  stroke: #1e1b4b;
}

.active\:stroke-inherit:active {
  stroke: inherit;
}

.active\:stroke-lime-100:active {
  stroke: #ecfccb;
}

.active\:stroke-lime-200:active {
  stroke: #d9f99d;
}

.active\:stroke-lime-300:active {
  stroke: #bef264;
}

.active\:stroke-lime-400:active {
  stroke: #a3e635;
}

.active\:stroke-lime-50:active {
  stroke: #f7fee7;
}

.active\:stroke-lime-500:active {
  stroke: #84cc16;
}

.active\:stroke-lime-600:active {
  stroke: #65a30d;
}

.active\:stroke-lime-700:active {
  stroke: #4d7c0f;
}

.active\:stroke-lime-800:active {
  stroke: #3f6212;
}

.active\:stroke-lime-900:active {
  stroke: #365314;
}

.active\:stroke-lime-950:active {
  stroke: #1a2e05;
}

.active\:stroke-neutral-100:active {
  stroke: #f5f5f5;
}

.active\:stroke-neutral-200:active {
  stroke: #e5e5e5;
}

.active\:stroke-neutral-300:active {
  stroke: #d4d4d4;
}

.active\:stroke-neutral-400:active {
  stroke: #a3a3a3;
}

.active\:stroke-neutral-50:active {
  stroke: #fafafa;
}

.active\:stroke-neutral-500:active {
  stroke: #737373;
}

.active\:stroke-neutral-600:active {
  stroke: #525252;
}

.active\:stroke-neutral-700:active {
  stroke: #404040;
}

.active\:stroke-neutral-800:active {
  stroke: #262626;
}

.active\:stroke-neutral-900:active {
  stroke: #171717;
}

.active\:stroke-neutral-950:active {
  stroke: #0a0a0a;
}

.active\:stroke-orange-100:active {
  stroke: #ffedd5;
}

.active\:stroke-orange-200:active {
  stroke: #fed7aa;
}

.active\:stroke-orange-300:active {
  stroke: #fdba74;
}

.active\:stroke-orange-400:active {
  stroke: #fb923c;
}

.active\:stroke-orange-50:active {
  stroke: #fff7ed;
}

.active\:stroke-orange-500:active {
  stroke: #f97316;
}

.active\:stroke-orange-600:active {
  stroke: #ea580c;
}

.active\:stroke-orange-700:active {
  stroke: #c2410c;
}

.active\:stroke-orange-800:active {
  stroke: #9a3412;
}

.active\:stroke-orange-900:active {
  stroke: #7c2d12;
}

.active\:stroke-orange-950:active {
  stroke: #431407;
}

.active\:stroke-pink-100:active {
  stroke: #fce7f3;
}

.active\:stroke-pink-200:active {
  stroke: #fbcfe8;
}

.active\:stroke-pink-300:active {
  stroke: #f9a8d4;
}

.active\:stroke-pink-400:active {
  stroke: #f472b6;
}

.active\:stroke-pink-50:active {
  stroke: #fdf2f8;
}

.active\:stroke-pink-500:active {
  stroke: #ec4899;
}

.active\:stroke-pink-600:active {
  stroke: #db2777;
}

.active\:stroke-pink-700:active {
  stroke: #be185d;
}

.active\:stroke-pink-800:active {
  stroke: #9d174d;
}

.active\:stroke-pink-900:active {
  stroke: #831843;
}

.active\:stroke-pink-950:active {
  stroke: #500724;
}

.active\:stroke-purple-100:active {
  stroke: #f3e8ff;
}

.active\:stroke-purple-200:active {
  stroke: #e9d5ff;
}

.active\:stroke-purple-300:active {
  stroke: #d8b4fe;
}

.active\:stroke-purple-400:active {
  stroke: #c084fc;
}

.active\:stroke-purple-50:active {
  stroke: #faf5ff;
}

.active\:stroke-purple-500:active {
  stroke: #a855f7;
}

.active\:stroke-purple-600:active {
  stroke: #9333ea;
}

.active\:stroke-purple-700:active {
  stroke: #7e22ce;
}

.active\:stroke-purple-800:active {
  stroke: #6b21a8;
}

.active\:stroke-purple-900:active {
  stroke: #581c87;
}

.active\:stroke-purple-950:active {
  stroke: #3b0764;
}

.active\:stroke-red-100:active {
  stroke: #fee2e2;
}

.active\:stroke-red-200:active {
  stroke: #fecaca;
}

.active\:stroke-red-300:active {
  stroke: #fca5a5;
}

.active\:stroke-red-400:active {
  stroke: #f87171;
}

.active\:stroke-red-50:active {
  stroke: #fef2f2;
}

.active\:stroke-red-500:active {
  stroke: #ef4444;
}

.active\:stroke-red-600:active {
  stroke: #dc2626;
}

.active\:stroke-red-700:active {
  stroke: #b91c1c;
}

.active\:stroke-red-800:active {
  stroke: #991b1b;
}

.active\:stroke-red-900:active {
  stroke: #7f1d1d;
}

.active\:stroke-red-950:active {
  stroke: #450a0a;
}

.active\:stroke-rose-100:active {
  stroke: #ffe4e6;
}

.active\:stroke-rose-200:active {
  stroke: #fecdd3;
}

.active\:stroke-rose-300:active {
  stroke: #fda4af;
}

.active\:stroke-rose-400:active {
  stroke: #fb7185;
}

.active\:stroke-rose-50:active {
  stroke: #fff1f2;
}

.active\:stroke-rose-500:active {
  stroke: #f43f5e;
}

.active\:stroke-rose-600:active {
  stroke: #e11d48;
}

.active\:stroke-rose-700:active {
  stroke: #be123c;
}

.active\:stroke-rose-800:active {
  stroke: #9f1239;
}

.active\:stroke-rose-900:active {
  stroke: #881337;
}

.active\:stroke-rose-950:active {
  stroke: #4c0519;
}

.active\:stroke-sky-100:active {
  stroke: #e0f2fe;
}

.active\:stroke-sky-200:active {
  stroke: #bae6fd;
}

.active\:stroke-sky-300:active {
  stroke: #7dd3fc;
}

.active\:stroke-sky-400:active {
  stroke: #38bdf8;
}

.active\:stroke-sky-50:active {
  stroke: #f0f9ff;
}

.active\:stroke-sky-500:active {
  stroke: #0ea5e9;
}

.active\:stroke-sky-600:active {
  stroke: #0284c7;
}

.active\:stroke-sky-700:active {
  stroke: #0369a1;
}

.active\:stroke-sky-800:active {
  stroke: #075985;
}

.active\:stroke-sky-900:active {
  stroke: #0c4a6e;
}

.active\:stroke-sky-950:active {
  stroke: #082f49;
}

.active\:stroke-slate-100:active {
  stroke: #f1f5f9;
}

.active\:stroke-slate-200:active {
  stroke: #e2e8f0;
}

.active\:stroke-slate-300:active {
  stroke: #cbd5e1;
}

.active\:stroke-slate-400:active {
  stroke: #94a3b8;
}

.active\:stroke-slate-50:active {
  stroke: #f8fafc;
}

.active\:stroke-slate-500:active {
  stroke: #64748b;
}

.active\:stroke-slate-600:active {
  stroke: #475569;
}

.active\:stroke-slate-700:active {
  stroke: #334155;
}

.active\:stroke-slate-800:active {
  stroke: #1e293b;
}

.active\:stroke-slate-900:active {
  stroke: #0f172a;
}

.active\:stroke-slate-950:active {
  stroke: #020617;
}

.active\:stroke-stone-100:active {
  stroke: #f5f5f4;
}

.active\:stroke-stone-200:active {
  stroke: #e7e5e4;
}

.active\:stroke-stone-300:active {
  stroke: #d6d3d1;
}

.active\:stroke-stone-400:active {
  stroke: #a8a29e;
}

.active\:stroke-stone-50:active {
  stroke: #fafaf9;
}

.active\:stroke-stone-500:active {
  stroke: #78716c;
}

.active\:stroke-stone-600:active {
  stroke: #57534e;
}

.active\:stroke-stone-700:active {
  stroke: #44403c;
}

.active\:stroke-stone-800:active {
  stroke: #292524;
}

.active\:stroke-stone-900:active {
  stroke: #1c1917;
}

.active\:stroke-stone-950:active {
  stroke: #0c0a09;
}

.active\:stroke-teal-100:active {
  stroke: #ccfbf1;
}

.active\:stroke-teal-200:active {
  stroke: #99f6e4;
}

.active\:stroke-teal-300:active {
  stroke: #5eead4;
}

.active\:stroke-teal-400:active {
  stroke: #2dd4bf;
}

.active\:stroke-teal-50:active {
  stroke: #f0fdfa;
}

.active\:stroke-teal-500:active {
  stroke: #14b8a6;
}

.active\:stroke-teal-600:active {
  stroke: #0d9488;
}

.active\:stroke-teal-700:active {
  stroke: #0f766e;
}

.active\:stroke-teal-800:active {
  stroke: #115e59;
}

.active\:stroke-teal-900:active {
  stroke: #134e4a;
}

.active\:stroke-teal-950:active {
  stroke: #042f2e;
}

.active\:stroke-transparent:active {
  stroke: transparent;
}

.active\:stroke-violet-100:active {
  stroke: #ede9fe;
}

.active\:stroke-violet-200:active {
  stroke: #ddd6fe;
}

.active\:stroke-violet-300:active {
  stroke: #c4b5fd;
}

.active\:stroke-violet-400:active {
  stroke: #a78bfa;
}

.active\:stroke-violet-50:active {
  stroke: #f5f3ff;
}

.active\:stroke-violet-500:active {
  stroke: #8b5cf6;
}

.active\:stroke-violet-600:active {
  stroke: #7c3aed;
}

.active\:stroke-violet-700:active {
  stroke: #6d28d9;
}

.active\:stroke-violet-800:active {
  stroke: #5b21b6;
}

.active\:stroke-violet-900:active {
  stroke: #4c1d95;
}

.active\:stroke-violet-950:active {
  stroke: #2e1065;
}

.active\:stroke-white:active {
  stroke: #fff;
}

.active\:stroke-yellow-100:active {
  stroke: #fef9c3;
}

.active\:stroke-yellow-200:active {
  stroke: #fef08a;
}

.active\:stroke-yellow-300:active {
  stroke: #fde047;
}

.active\:stroke-yellow-400:active {
  stroke: #facc15;
}

.active\:stroke-yellow-50:active {
  stroke: #fefce8;
}

.active\:stroke-yellow-500:active {
  stroke: #eab308;
}

.active\:stroke-yellow-600:active {
  stroke: #ca8a04;
}

.active\:stroke-yellow-700:active {
  stroke: #a16207;
}

.active\:stroke-yellow-800:active {
  stroke: #854d0e;
}

.active\:stroke-yellow-900:active {
  stroke: #713f12;
}

.active\:stroke-yellow-950:active {
  stroke: #422006;
}

.active\:stroke-zinc-100:active {
  stroke: #f4f4f5;
}

.active\:stroke-zinc-200:active {
  stroke: #e4e4e7;
}

.active\:stroke-zinc-300:active {
  stroke: #d4d4d8;
}

.active\:stroke-zinc-400:active {
  stroke: #a1a1aa;
}

.active\:stroke-zinc-50:active {
  stroke: #fafafa;
}

.active\:stroke-zinc-500:active {
  stroke: #71717a;
}

.active\:stroke-zinc-600:active {
  stroke: #52525b;
}

.active\:stroke-zinc-700:active {
  stroke: #3f3f46;
}

.active\:stroke-zinc-800:active {
  stroke: #27272a;
}

.active\:stroke-zinc-900:active {
  stroke: #18181b;
}

.active\:stroke-zinc-950:active {
  stroke: #09090b;
}

.active\:text-amber-100:active {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.active\:text-amber-200:active {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.active\:text-amber-300:active {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.active\:text-amber-400:active {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.active\:text-amber-50:active {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.active\:text-amber-500:active {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.active\:text-amber-600:active {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.active\:text-amber-700:active {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.active\:text-amber-800:active {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.active\:text-amber-900:active {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.active\:text-amber-950:active {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.active\:text-blue-100:active {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.active\:text-blue-200:active {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.active\:text-blue-300:active {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.active\:text-blue-400:active {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.active\:text-blue-50:active {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.active\:text-blue-500:active {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.active\:text-blue-600:active {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.active\:text-blue-700:active {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.active\:text-blue-800:active {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.active\:text-blue-900:active {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.active\:text-blue-950:active {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.active\:text-current:active {
  color: currentColor;
}

.active\:text-cyan-100:active {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-200:active {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-300:active {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-400:active {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-50:active {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-500:active {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-600:active {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-700:active {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-800:active {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-900:active {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.active\:text-cyan-950:active {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-100:active {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-200:active {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-300:active {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-400:active {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-50:active {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-500:active {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-600:active {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-700:active {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-800:active {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-900:active {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.active\:text-emerald-950:active {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-100:active {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-200:active {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-300:active {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-400:active {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-50:active {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-500:active {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-600:active {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-700:active {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-800:active {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-900:active {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.active\:text-fuchsia-950:active {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.active\:text-gray-100:active {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.active\:text-gray-200:active {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.active\:text-gray-300:active {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.active\:text-gray-400:active {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.active\:text-gray-50:active {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.active\:text-gray-600:active {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.active\:text-gray-700:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.active\:text-gray-800:active {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.active\:text-gray-900:active {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.active\:text-gray-950:active {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.active\:text-green-100:active {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.active\:text-green-200:active {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.active\:text-green-300:active {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.active\:text-green-400:active {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.active\:text-green-50:active {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.active\:text-green-500:active {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.active\:text-green-600:active {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.active\:text-green-700:active {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.active\:text-green-800:active {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.active\:text-green-900:active {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.active\:text-green-950:active {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-100:active {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-200:active {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-300:active {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-400:active {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-50:active {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-500:active {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-600:active {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-700:active {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-800:active {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-900:active {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.active\:text-indigo-950:active {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.active\:text-inherit:active {
  color: inherit;
}

.active\:text-lime-100:active {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.active\:text-lime-200:active {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.active\:text-lime-300:active {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.active\:text-lime-400:active {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.active\:text-lime-50:active {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.active\:text-lime-500:active {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.active\:text-lime-600:active {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.active\:text-lime-700:active {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.active\:text-lime-800:active {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.active\:text-lime-900:active {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.active\:text-lime-950:active {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-100:active {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-200:active {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-300:active {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-400:active {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-50:active {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-500:active {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-600:active {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-700:active {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-800:active {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-900:active {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.active\:text-neutral-950:active {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.active\:text-orange-100:active {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.active\:text-orange-200:active {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.active\:text-orange-300:active {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.active\:text-orange-400:active {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.active\:text-orange-50:active {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

.active\:text-orange-500:active {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.active\:text-orange-600:active {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.active\:text-orange-700:active {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.active\:text-orange-800:active {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.active\:text-orange-900:active {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.active\:text-orange-950:active {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.active\:text-pink-100:active {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.active\:text-pink-200:active {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.active\:text-pink-300:active {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.active\:text-pink-400:active {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.active\:text-pink-50:active {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.active\:text-pink-500:active {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.active\:text-pink-600:active {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.active\:text-pink-700:active {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.active\:text-pink-800:active {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.active\:text-pink-900:active {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.active\:text-pink-950:active {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.active\:text-purple-100:active {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.active\:text-purple-200:active {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.active\:text-purple-300:active {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.active\:text-purple-400:active {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.active\:text-purple-50:active {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.active\:text-purple-500:active {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.active\:text-purple-600:active {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.active\:text-purple-700:active {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.active\:text-purple-800:active {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.active\:text-purple-900:active {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.active\:text-purple-950:active {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.active\:text-red-100:active {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.active\:text-red-200:active {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.active\:text-red-300:active {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.active\:text-red-400:active {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.active\:text-red-50:active {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.active\:text-red-500:active {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.active\:text-red-600:active {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.active\:text-red-700:active {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.active\:text-red-800:active {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.active\:text-red-900:active {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.active\:text-red-950:active {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.active\:text-rose-100:active {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.active\:text-rose-200:active {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.active\:text-rose-300:active {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.active\:text-rose-400:active {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.active\:text-rose-50:active {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.active\:text-rose-500:active {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.active\:text-rose-600:active {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.active\:text-rose-700:active {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.active\:text-rose-800:active {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.active\:text-rose-900:active {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.active\:text-rose-950:active {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.active\:text-sky-100:active {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.active\:text-sky-200:active {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.active\:text-sky-300:active {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.active\:text-sky-400:active {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.active\:text-sky-50:active {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.active\:text-sky-500:active {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.active\:text-sky-600:active {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.active\:text-sky-700:active {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.active\:text-sky-800:active {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.active\:text-sky-900:active {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.active\:text-sky-950:active {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.active\:text-slate-100:active {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.active\:text-slate-200:active {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.active\:text-slate-300:active {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.active\:text-slate-400:active {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.active\:text-slate-50:active {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.active\:text-slate-500:active {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.active\:text-slate-600:active {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.active\:text-slate-700:active {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.active\:text-slate-800:active {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.active\:text-slate-900:active {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.active\:text-slate-950:active {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.active\:text-stone-100:active {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.active\:text-stone-200:active {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.active\:text-stone-300:active {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.active\:text-stone-400:active {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.active\:text-stone-50:active {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.active\:text-stone-500:active {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.active\:text-stone-600:active {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.active\:text-stone-700:active {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.active\:text-stone-800:active {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.active\:text-stone-900:active {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.active\:text-stone-950:active {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.active\:text-teal-100:active {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.active\:text-teal-200:active {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.active\:text-teal-300:active {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.active\:text-teal-400:active {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.active\:text-teal-50:active {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.active\:text-teal-500:active {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.active\:text-teal-600:active {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.active\:text-teal-700:active {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.active\:text-teal-800:active {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.active\:text-teal-900:active {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.active\:text-teal-950:active {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.active\:text-transparent:active {
  color: transparent;
}

.active\:text-violet-100:active {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.active\:text-violet-200:active {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

.active\:text-violet-300:active {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.active\:text-violet-400:active {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.active\:text-violet-50:active {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}

.active\:text-violet-500:active {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.active\:text-violet-600:active {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.active\:text-violet-700:active {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.active\:text-violet-800:active {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.active\:text-violet-900:active {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.active\:text-violet-950:active {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-100:active {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-200:active {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-300:active {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-400:active {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-50:active {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-500:active {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-600:active {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-700:active {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-800:active {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-900:active {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.active\:text-yellow-950:active {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-100:active {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-200:active {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-300:active {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-400:active {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-50:active {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-500:active {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-600:active {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-700:active {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-800:active {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-900:active {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.active\:text-zinc-950:active {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.active\:decoration-amber-100:active {
  text-decoration-color: #fef3c7;
}

.active\:decoration-amber-200:active {
  text-decoration-color: #fde68a;
}

.active\:decoration-amber-300:active {
  text-decoration-color: #fcd34d;
}

.active\:decoration-amber-400:active {
  text-decoration-color: #fbbf24;
}

.active\:decoration-amber-50:active {
  text-decoration-color: #fffbeb;
}

.active\:decoration-amber-500:active {
  text-decoration-color: #f59e0b;
}

.active\:decoration-amber-600:active {
  text-decoration-color: #d97706;
}

.active\:decoration-amber-700:active {
  text-decoration-color: #b45309;
}

.active\:decoration-amber-800:active {
  text-decoration-color: #92400e;
}

.active\:decoration-amber-900:active {
  text-decoration-color: #78350f;
}

.active\:decoration-amber-950:active {
  text-decoration-color: #451a03;
}

.active\:decoration-black:active {
  text-decoration-color: #000;
}

.active\:decoration-blue-100:active {
  text-decoration-color: #dbeafe;
}

.active\:decoration-blue-200:active {
  text-decoration-color: #bfdbfe;
}

.active\:decoration-blue-300:active {
  text-decoration-color: #93c5fd;
}

.active\:decoration-blue-400:active {
  text-decoration-color: #60a5fa;
}

.active\:decoration-blue-50:active {
  text-decoration-color: #eff6ff;
}

.active\:decoration-blue-500:active {
  text-decoration-color: #3b82f6;
}

.active\:decoration-blue-600:active {
  text-decoration-color: #2563eb;
}

.active\:decoration-blue-700:active {
  text-decoration-color: #1d4ed8;
}

.active\:decoration-blue-800:active {
  text-decoration-color: #1e40af;
}

.active\:decoration-blue-900:active {
  text-decoration-color: #1e3a8a;
}

.active\:decoration-blue-950:active {
  text-decoration-color: #172554;
}

.active\:decoration-current:active {
  text-decoration-color: currentColor;
}

.active\:decoration-cyan-100:active {
  text-decoration-color: #cffafe;
}

.active\:decoration-cyan-200:active {
  text-decoration-color: #a5f3fc;
}

.active\:decoration-cyan-300:active {
  text-decoration-color: #67e8f9;
}

.active\:decoration-cyan-400:active {
  text-decoration-color: #22d3ee;
}

.active\:decoration-cyan-50:active {
  text-decoration-color: #ecfeff;
}

.active\:decoration-cyan-500:active {
  text-decoration-color: #06b6d4;
}

.active\:decoration-cyan-600:active {
  text-decoration-color: #0891b2;
}

.active\:decoration-cyan-700:active {
  text-decoration-color: #0e7490;
}

.active\:decoration-cyan-800:active {
  text-decoration-color: #155e75;
}

.active\:decoration-cyan-900:active {
  text-decoration-color: #164e63;
}

.active\:decoration-cyan-950:active {
  text-decoration-color: #083344;
}

.active\:decoration-emerald-100:active {
  text-decoration-color: #d1fae5;
}

.active\:decoration-emerald-200:active {
  text-decoration-color: #a7f3d0;
}

.active\:decoration-emerald-300:active {
  text-decoration-color: #6ee7b7;
}

.active\:decoration-emerald-400:active {
  text-decoration-color: #34d399;
}

.active\:decoration-emerald-50:active {
  text-decoration-color: #ecfdf5;
}

.active\:decoration-emerald-500:active {
  text-decoration-color: #10b981;
}

.active\:decoration-emerald-600:active {
  text-decoration-color: #059669;
}

.active\:decoration-emerald-700:active {
  text-decoration-color: #047857;
}

.active\:decoration-emerald-800:active {
  text-decoration-color: #065f46;
}

.active\:decoration-emerald-900:active {
  text-decoration-color: #064e3b;
}

.active\:decoration-emerald-950:active {
  text-decoration-color: #022c22;
}

.active\:decoration-fuchsia-100:active {
  text-decoration-color: #fae8ff;
}

.active\:decoration-fuchsia-200:active {
  text-decoration-color: #f5d0fe;
}

.active\:decoration-fuchsia-300:active {
  text-decoration-color: #f0abfc;
}

.active\:decoration-fuchsia-400:active {
  text-decoration-color: #e879f9;
}

.active\:decoration-fuchsia-50:active {
  text-decoration-color: #fdf4ff;
}

.active\:decoration-fuchsia-500:active {
  text-decoration-color: #d946ef;
}

.active\:decoration-fuchsia-600:active {
  text-decoration-color: #c026d3;
}

.active\:decoration-fuchsia-700:active {
  text-decoration-color: #a21caf;
}

.active\:decoration-fuchsia-800:active {
  text-decoration-color: #86198f;
}

.active\:decoration-fuchsia-900:active {
  text-decoration-color: #701a75;
}

.active\:decoration-fuchsia-950:active {
  text-decoration-color: #4a044e;
}

.active\:decoration-gray-100:active {
  text-decoration-color: #f3f4f6;
}

.active\:decoration-gray-200:active {
  text-decoration-color: #e5e7eb;
}

.active\:decoration-gray-300:active {
  text-decoration-color: #d1d5db;
}

.active\:decoration-gray-400:active {
  text-decoration-color: #9ca3af;
}

.active\:decoration-gray-50:active {
  text-decoration-color: #f9fafb;
}

.active\:decoration-gray-500:active {
  text-decoration-color: #6b7280;
}

.active\:decoration-gray-600:active {
  text-decoration-color: #4b5563;
}

.active\:decoration-gray-700:active {
  text-decoration-color: #374151;
}

.active\:decoration-gray-800:active {
  text-decoration-color: #1f2937;
}

.active\:decoration-gray-900:active {
  text-decoration-color: #111827;
}

.active\:decoration-gray-950:active {
  text-decoration-color: #030712;
}

.active\:decoration-green-100:active {
  text-decoration-color: #dcfce7;
}

.active\:decoration-green-200:active {
  text-decoration-color: #bbf7d0;
}

.active\:decoration-green-300:active {
  text-decoration-color: #86efac;
}

.active\:decoration-green-400:active {
  text-decoration-color: #4ade80;
}

.active\:decoration-green-50:active {
  text-decoration-color: #f0fdf4;
}

.active\:decoration-green-500:active {
  text-decoration-color: #22c55e;
}

.active\:decoration-green-600:active {
  text-decoration-color: #16a34a;
}

.active\:decoration-green-700:active {
  text-decoration-color: #15803d;
}

.active\:decoration-green-800:active {
  text-decoration-color: #166534;
}

.active\:decoration-green-900:active {
  text-decoration-color: #14532d;
}

.active\:decoration-green-950:active {
  text-decoration-color: #052e16;
}

.active\:decoration-indigo-100:active {
  text-decoration-color: #e0e7ff;
}

.active\:decoration-indigo-200:active {
  text-decoration-color: #c7d2fe;
}

.active\:decoration-indigo-300:active {
  text-decoration-color: #a5b4fc;
}

.active\:decoration-indigo-400:active {
  text-decoration-color: #818cf8;
}

.active\:decoration-indigo-50:active {
  text-decoration-color: #eef2ff;
}

.active\:decoration-indigo-500:active {
  text-decoration-color: #6366f1;
}

.active\:decoration-indigo-600:active {
  text-decoration-color: #4f46e5;
}

.active\:decoration-indigo-700:active {
  text-decoration-color: #4338ca;
}

.active\:decoration-indigo-800:active {
  text-decoration-color: #3730a3;
}

.active\:decoration-indigo-900:active {
  text-decoration-color: #312e81;
}

.active\:decoration-indigo-950:active {
  text-decoration-color: #1e1b4b;
}

.active\:decoration-inherit:active {
  text-decoration-color: inherit;
}

.active\:decoration-lime-100:active {
  text-decoration-color: #ecfccb;
}

.active\:decoration-lime-200:active {
  text-decoration-color: #d9f99d;
}

.active\:decoration-lime-300:active {
  text-decoration-color: #bef264;
}

.active\:decoration-lime-400:active {
  text-decoration-color: #a3e635;
}

.active\:decoration-lime-50:active {
  text-decoration-color: #f7fee7;
}

.active\:decoration-lime-500:active {
  text-decoration-color: #84cc16;
}

.active\:decoration-lime-600:active {
  text-decoration-color: #65a30d;
}

.active\:decoration-lime-700:active {
  text-decoration-color: #4d7c0f;
}

.active\:decoration-lime-800:active {
  text-decoration-color: #3f6212;
}

.active\:decoration-lime-900:active {
  text-decoration-color: #365314;
}

.active\:decoration-lime-950:active {
  text-decoration-color: #1a2e05;
}

.active\:decoration-neutral-100:active {
  text-decoration-color: #f5f5f5;
}

.active\:decoration-neutral-200:active {
  text-decoration-color: #e5e5e5;
}

.active\:decoration-neutral-300:active {
  text-decoration-color: #d4d4d4;
}

.active\:decoration-neutral-400:active {
  text-decoration-color: #a3a3a3;
}

.active\:decoration-neutral-50:active {
  text-decoration-color: #fafafa;
}

.active\:decoration-neutral-500:active {
  text-decoration-color: #737373;
}

.active\:decoration-neutral-600:active {
  text-decoration-color: #525252;
}

.active\:decoration-neutral-700:active {
  text-decoration-color: #404040;
}

.active\:decoration-neutral-800:active {
  text-decoration-color: #262626;
}

.active\:decoration-neutral-900:active {
  text-decoration-color: #171717;
}

.active\:decoration-neutral-950:active {
  text-decoration-color: #0a0a0a;
}

.active\:decoration-orange-100:active {
  text-decoration-color: #ffedd5;
}

.active\:decoration-orange-200:active {
  text-decoration-color: #fed7aa;
}

.active\:decoration-orange-300:active {
  text-decoration-color: #fdba74;
}

.active\:decoration-orange-400:active {
  text-decoration-color: #fb923c;
}

.active\:decoration-orange-50:active {
  text-decoration-color: #fff7ed;
}

.active\:decoration-orange-500:active {
  text-decoration-color: #f97316;
}

.active\:decoration-orange-600:active {
  text-decoration-color: #ea580c;
}

.active\:decoration-orange-700:active {
  text-decoration-color: #c2410c;
}

.active\:decoration-orange-800:active {
  text-decoration-color: #9a3412;
}

.active\:decoration-orange-900:active {
  text-decoration-color: #7c2d12;
}

.active\:decoration-orange-950:active {
  text-decoration-color: #431407;
}

.active\:decoration-pink-100:active {
  text-decoration-color: #fce7f3;
}

.active\:decoration-pink-200:active {
  text-decoration-color: #fbcfe8;
}

.active\:decoration-pink-300:active {
  text-decoration-color: #f9a8d4;
}

.active\:decoration-pink-400:active {
  text-decoration-color: #f472b6;
}

.active\:decoration-pink-50:active {
  text-decoration-color: #fdf2f8;
}

.active\:decoration-pink-500:active {
  text-decoration-color: #ec4899;
}

.active\:decoration-pink-600:active {
  text-decoration-color: #db2777;
}

.active\:decoration-pink-700:active {
  text-decoration-color: #be185d;
}

.active\:decoration-pink-800:active {
  text-decoration-color: #9d174d;
}

.active\:decoration-pink-900:active {
  text-decoration-color: #831843;
}

.active\:decoration-pink-950:active {
  text-decoration-color: #500724;
}

.active\:decoration-purple-100:active {
  text-decoration-color: #f3e8ff;
}

.active\:decoration-purple-200:active {
  text-decoration-color: #e9d5ff;
}

.active\:decoration-purple-300:active {
  text-decoration-color: #d8b4fe;
}

.active\:decoration-purple-400:active {
  text-decoration-color: #c084fc;
}

.active\:decoration-purple-50:active {
  text-decoration-color: #faf5ff;
}

.active\:decoration-purple-500:active {
  text-decoration-color: #a855f7;
}

.active\:decoration-purple-600:active {
  text-decoration-color: #9333ea;
}

.active\:decoration-purple-700:active {
  text-decoration-color: #7e22ce;
}

.active\:decoration-purple-800:active {
  text-decoration-color: #6b21a8;
}

.active\:decoration-purple-900:active {
  text-decoration-color: #581c87;
}

.active\:decoration-purple-950:active {
  text-decoration-color: #3b0764;
}

.active\:decoration-red-100:active {
  text-decoration-color: #fee2e2;
}

.active\:decoration-red-200:active {
  text-decoration-color: #fecaca;
}

.active\:decoration-red-300:active {
  text-decoration-color: #fca5a5;
}

.active\:decoration-red-400:active {
  text-decoration-color: #f87171;
}

.active\:decoration-red-50:active {
  text-decoration-color: #fef2f2;
}

.active\:decoration-red-500:active {
  text-decoration-color: #ef4444;
}

.active\:decoration-red-600:active {
  text-decoration-color: #dc2626;
}

.active\:decoration-red-700:active {
  text-decoration-color: #b91c1c;
}

.active\:decoration-red-800:active {
  text-decoration-color: #991b1b;
}

.active\:decoration-red-900:active {
  text-decoration-color: #7f1d1d;
}

.active\:decoration-red-950:active {
  text-decoration-color: #450a0a;
}

.active\:decoration-rose-100:active {
  text-decoration-color: #ffe4e6;
}

.active\:decoration-rose-200:active {
  text-decoration-color: #fecdd3;
}

.active\:decoration-rose-300:active {
  text-decoration-color: #fda4af;
}

.active\:decoration-rose-400:active {
  text-decoration-color: #fb7185;
}

.active\:decoration-rose-50:active {
  text-decoration-color: #fff1f2;
}

.active\:decoration-rose-500:active {
  text-decoration-color: #f43f5e;
}

.active\:decoration-rose-600:active {
  text-decoration-color: #e11d48;
}

.active\:decoration-rose-700:active {
  text-decoration-color: #be123c;
}

.active\:decoration-rose-800:active {
  text-decoration-color: #9f1239;
}

.active\:decoration-rose-900:active {
  text-decoration-color: #881337;
}

.active\:decoration-rose-950:active {
  text-decoration-color: #4c0519;
}

.active\:decoration-sky-100:active {
  text-decoration-color: #e0f2fe;
}

.active\:decoration-sky-200:active {
  text-decoration-color: #bae6fd;
}

.active\:decoration-sky-300:active {
  text-decoration-color: #7dd3fc;
}

.active\:decoration-sky-400:active {
  text-decoration-color: #38bdf8;
}

.active\:decoration-sky-50:active {
  text-decoration-color: #f0f9ff;
}

.active\:decoration-sky-500:active {
  text-decoration-color: #0ea5e9;
}

.active\:decoration-sky-600:active {
  text-decoration-color: #0284c7;
}

.active\:decoration-sky-700:active {
  text-decoration-color: #0369a1;
}

.active\:decoration-sky-800:active {
  text-decoration-color: #075985;
}

.active\:decoration-sky-900:active {
  text-decoration-color: #0c4a6e;
}

.active\:decoration-sky-950:active {
  text-decoration-color: #082f49;
}

.active\:decoration-slate-100:active {
  text-decoration-color: #f1f5f9;
}

.active\:decoration-slate-200:active {
  text-decoration-color: #e2e8f0;
}

.active\:decoration-slate-300:active {
  text-decoration-color: #cbd5e1;
}

.active\:decoration-slate-400:active {
  text-decoration-color: #94a3b8;
}

.active\:decoration-slate-50:active {
  text-decoration-color: #f8fafc;
}

.active\:decoration-slate-500:active {
  text-decoration-color: #64748b;
}

.active\:decoration-slate-600:active {
  text-decoration-color: #475569;
}

.active\:decoration-slate-700:active {
  text-decoration-color: #334155;
}

.active\:decoration-slate-800:active {
  text-decoration-color: #1e293b;
}

.active\:decoration-slate-900:active {
  text-decoration-color: #0f172a;
}

.active\:decoration-slate-950:active {
  text-decoration-color: #020617;
}

.active\:decoration-stone-100:active {
  text-decoration-color: #f5f5f4;
}

.active\:decoration-stone-200:active {
  text-decoration-color: #e7e5e4;
}

.active\:decoration-stone-300:active {
  text-decoration-color: #d6d3d1;
}

.active\:decoration-stone-400:active {
  text-decoration-color: #a8a29e;
}

.active\:decoration-stone-50:active {
  text-decoration-color: #fafaf9;
}

.active\:decoration-stone-500:active {
  text-decoration-color: #78716c;
}

.active\:decoration-stone-600:active {
  text-decoration-color: #57534e;
}

.active\:decoration-stone-700:active {
  text-decoration-color: #44403c;
}

.active\:decoration-stone-800:active {
  text-decoration-color: #292524;
}

.active\:decoration-stone-900:active {
  text-decoration-color: #1c1917;
}

.active\:decoration-stone-950:active {
  text-decoration-color: #0c0a09;
}

.active\:decoration-teal-100:active {
  text-decoration-color: #ccfbf1;
}

.active\:decoration-teal-200:active {
  text-decoration-color: #99f6e4;
}

.active\:decoration-teal-300:active {
  text-decoration-color: #5eead4;
}

.active\:decoration-teal-400:active {
  text-decoration-color: #2dd4bf;
}

.active\:decoration-teal-50:active {
  text-decoration-color: #f0fdfa;
}

.active\:decoration-teal-500:active {
  text-decoration-color: #14b8a6;
}

.active\:decoration-teal-600:active {
  text-decoration-color: #0d9488;
}

.active\:decoration-teal-700:active {
  text-decoration-color: #0f766e;
}

.active\:decoration-teal-800:active {
  text-decoration-color: #115e59;
}

.active\:decoration-teal-900:active {
  text-decoration-color: #134e4a;
}

.active\:decoration-teal-950:active {
  text-decoration-color: #042f2e;
}

.active\:decoration-transparent:active {
  text-decoration-color: transparent;
}

.active\:decoration-violet-100:active {
  text-decoration-color: #ede9fe;
}

.active\:decoration-violet-200:active {
  text-decoration-color: #ddd6fe;
}

.active\:decoration-violet-300:active {
  text-decoration-color: #c4b5fd;
}

.active\:decoration-violet-400:active {
  text-decoration-color: #a78bfa;
}

.active\:decoration-violet-50:active {
  text-decoration-color: #f5f3ff;
}

.active\:decoration-violet-500:active {
  text-decoration-color: #8b5cf6;
}

.active\:decoration-violet-600:active {
  text-decoration-color: #7c3aed;
}

.active\:decoration-violet-700:active {
  text-decoration-color: #6d28d9;
}

.active\:decoration-violet-800:active {
  text-decoration-color: #5b21b6;
}

.active\:decoration-violet-900:active {
  text-decoration-color: #4c1d95;
}

.active\:decoration-violet-950:active {
  text-decoration-color: #2e1065;
}

.active\:decoration-white:active {
  text-decoration-color: #fff;
}

.active\:decoration-yellow-100:active {
  text-decoration-color: #fef9c3;
}

.active\:decoration-yellow-200:active {
  text-decoration-color: #fef08a;
}

.active\:decoration-yellow-300:active {
  text-decoration-color: #fde047;
}

.active\:decoration-yellow-400:active {
  text-decoration-color: #facc15;
}

.active\:decoration-yellow-50:active {
  text-decoration-color: #fefce8;
}

.active\:decoration-yellow-500:active {
  text-decoration-color: #eab308;
}

.active\:decoration-yellow-600:active {
  text-decoration-color: #ca8a04;
}

.active\:decoration-yellow-700:active {
  text-decoration-color: #a16207;
}

.active\:decoration-yellow-800:active {
  text-decoration-color: #854d0e;
}

.active\:decoration-yellow-900:active {
  text-decoration-color: #713f12;
}

.active\:decoration-yellow-950:active {
  text-decoration-color: #422006;
}

.active\:decoration-zinc-100:active {
  text-decoration-color: #f4f4f5;
}

.active\:decoration-zinc-200:active {
  text-decoration-color: #e4e4e7;
}

.active\:decoration-zinc-300:active {
  text-decoration-color: #d4d4d8;
}

.active\:decoration-zinc-400:active {
  text-decoration-color: #a1a1aa;
}

.active\:decoration-zinc-50:active {
  text-decoration-color: #fafafa;
}

.active\:decoration-zinc-500:active {
  text-decoration-color: #71717a;
}

.active\:decoration-zinc-600:active {
  text-decoration-color: #52525b;
}

.active\:decoration-zinc-700:active {
  text-decoration-color: #3f3f46;
}

.active\:decoration-zinc-800:active {
  text-decoration-color: #27272a;
}

.active\:decoration-zinc-900:active {
  text-decoration-color: #18181b;
}

.active\:decoration-zinc-950:active {
  text-decoration-color: #09090b;
}

.active\:placeholder-amber-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-amber-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-black:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-black:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-blue-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-current:active::-moz-placeholder {
  color: currentColor;
}

.active\:placeholder-current:active::placeholder {
  color: currentColor;
}

.active\:placeholder-cyan-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-cyan-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-emerald-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-fuchsia-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-gray-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-green-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-indigo-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-inherit:active::-moz-placeholder {
  color: inherit;
}

.active\:placeholder-inherit:active::placeholder {
  color: inherit;
}

.active\:placeholder-lime-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-lime-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-neutral-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-orange-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-pink-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-purple-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-red-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-rose-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-sky-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-slate-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-stone-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-teal-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-transparent:active::-moz-placeholder {
  color: transparent;
}

.active\:placeholder-transparent:active::placeholder {
  color: transparent;
}

.active\:placeholder-violet-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-violet-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-white:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-white:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-yellow-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-100:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-100:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-200:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-200:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-300:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-300:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-400:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-400:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-50:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-50:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-500:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-500:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-600:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-600:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-700:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-700:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-800:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-800:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-900:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-900:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-950:active::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.active\:placeholder-zinc-950:active::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.active\:caret-amber-100:active {
  caret-color: #fef3c7;
}

.active\:caret-amber-200:active {
  caret-color: #fde68a;
}

.active\:caret-amber-300:active {
  caret-color: #fcd34d;
}

.active\:caret-amber-400:active {
  caret-color: #fbbf24;
}

.active\:caret-amber-50:active {
  caret-color: #fffbeb;
}

.active\:caret-amber-500:active {
  caret-color: #f59e0b;
}

.active\:caret-amber-600:active {
  caret-color: #d97706;
}

.active\:caret-amber-700:active {
  caret-color: #b45309;
}

.active\:caret-amber-800:active {
  caret-color: #92400e;
}

.active\:caret-amber-900:active {
  caret-color: #78350f;
}

.active\:caret-amber-950:active {
  caret-color: #451a03;
}

.active\:caret-black:active {
  caret-color: #000;
}

.active\:caret-blue-100:active {
  caret-color: #dbeafe;
}

.active\:caret-blue-200:active {
  caret-color: #bfdbfe;
}

.active\:caret-blue-300:active {
  caret-color: #93c5fd;
}

.active\:caret-blue-400:active {
  caret-color: #60a5fa;
}

.active\:caret-blue-50:active {
  caret-color: #eff6ff;
}

.active\:caret-blue-500:active {
  caret-color: #3b82f6;
}

.active\:caret-blue-600:active {
  caret-color: #2563eb;
}

.active\:caret-blue-700:active {
  caret-color: #1d4ed8;
}

.active\:caret-blue-800:active {
  caret-color: #1e40af;
}

.active\:caret-blue-900:active {
  caret-color: #1e3a8a;
}

.active\:caret-blue-950:active {
  caret-color: #172554;
}

.active\:caret-current:active {
  caret-color: currentColor;
}

.active\:caret-cyan-100:active {
  caret-color: #cffafe;
}

.active\:caret-cyan-200:active {
  caret-color: #a5f3fc;
}

.active\:caret-cyan-300:active {
  caret-color: #67e8f9;
}

.active\:caret-cyan-400:active {
  caret-color: #22d3ee;
}

.active\:caret-cyan-50:active {
  caret-color: #ecfeff;
}

.active\:caret-cyan-500:active {
  caret-color: #06b6d4;
}

.active\:caret-cyan-600:active {
  caret-color: #0891b2;
}

.active\:caret-cyan-700:active {
  caret-color: #0e7490;
}

.active\:caret-cyan-800:active {
  caret-color: #155e75;
}

.active\:caret-cyan-900:active {
  caret-color: #164e63;
}

.active\:caret-cyan-950:active {
  caret-color: #083344;
}

.active\:caret-emerald-100:active {
  caret-color: #d1fae5;
}

.active\:caret-emerald-200:active {
  caret-color: #a7f3d0;
}

.active\:caret-emerald-300:active {
  caret-color: #6ee7b7;
}

.active\:caret-emerald-400:active {
  caret-color: #34d399;
}

.active\:caret-emerald-50:active {
  caret-color: #ecfdf5;
}

.active\:caret-emerald-500:active {
  caret-color: #10b981;
}

.active\:caret-emerald-600:active {
  caret-color: #059669;
}

.active\:caret-emerald-700:active {
  caret-color: #047857;
}

.active\:caret-emerald-800:active {
  caret-color: #065f46;
}

.active\:caret-emerald-900:active {
  caret-color: #064e3b;
}

.active\:caret-emerald-950:active {
  caret-color: #022c22;
}

.active\:caret-fuchsia-100:active {
  caret-color: #fae8ff;
}

.active\:caret-fuchsia-200:active {
  caret-color: #f5d0fe;
}

.active\:caret-fuchsia-300:active {
  caret-color: #f0abfc;
}

.active\:caret-fuchsia-400:active {
  caret-color: #e879f9;
}

.active\:caret-fuchsia-50:active {
  caret-color: #fdf4ff;
}

.active\:caret-fuchsia-500:active {
  caret-color: #d946ef;
}

.active\:caret-fuchsia-600:active {
  caret-color: #c026d3;
}

.active\:caret-fuchsia-700:active {
  caret-color: #a21caf;
}

.active\:caret-fuchsia-800:active {
  caret-color: #86198f;
}

.active\:caret-fuchsia-900:active {
  caret-color: #701a75;
}

.active\:caret-fuchsia-950:active {
  caret-color: #4a044e;
}

.active\:caret-gray-100:active {
  caret-color: #f3f4f6;
}

.active\:caret-gray-200:active {
  caret-color: #e5e7eb;
}

.active\:caret-gray-300:active {
  caret-color: #d1d5db;
}

.active\:caret-gray-400:active {
  caret-color: #9ca3af;
}

.active\:caret-gray-50:active {
  caret-color: #f9fafb;
}

.active\:caret-gray-500:active {
  caret-color: #6b7280;
}

.active\:caret-gray-600:active {
  caret-color: #4b5563;
}

.active\:caret-gray-700:active {
  caret-color: #374151;
}

.active\:caret-gray-800:active {
  caret-color: #1f2937;
}

.active\:caret-gray-900:active {
  caret-color: #111827;
}

.active\:caret-gray-950:active {
  caret-color: #030712;
}

.active\:caret-green-100:active {
  caret-color: #dcfce7;
}

.active\:caret-green-200:active {
  caret-color: #bbf7d0;
}

.active\:caret-green-300:active {
  caret-color: #86efac;
}

.active\:caret-green-400:active {
  caret-color: #4ade80;
}

.active\:caret-green-50:active {
  caret-color: #f0fdf4;
}

.active\:caret-green-500:active {
  caret-color: #22c55e;
}

.active\:caret-green-600:active {
  caret-color: #16a34a;
}

.active\:caret-green-700:active {
  caret-color: #15803d;
}

.active\:caret-green-800:active {
  caret-color: #166534;
}

.active\:caret-green-900:active {
  caret-color: #14532d;
}

.active\:caret-green-950:active {
  caret-color: #052e16;
}

.active\:caret-indigo-100:active {
  caret-color: #e0e7ff;
}

.active\:caret-indigo-200:active {
  caret-color: #c7d2fe;
}

.active\:caret-indigo-300:active {
  caret-color: #a5b4fc;
}

.active\:caret-indigo-400:active {
  caret-color: #818cf8;
}

.active\:caret-indigo-50:active {
  caret-color: #eef2ff;
}

.active\:caret-indigo-500:active {
  caret-color: #6366f1;
}

.active\:caret-indigo-600:active {
  caret-color: #4f46e5;
}

.active\:caret-indigo-700:active {
  caret-color: #4338ca;
}

.active\:caret-indigo-800:active {
  caret-color: #3730a3;
}

.active\:caret-indigo-900:active {
  caret-color: #312e81;
}

.active\:caret-indigo-950:active {
  caret-color: #1e1b4b;
}

.active\:caret-inherit:active {
  caret-color: inherit;
}

.active\:caret-lime-100:active {
  caret-color: #ecfccb;
}

.active\:caret-lime-200:active {
  caret-color: #d9f99d;
}

.active\:caret-lime-300:active {
  caret-color: #bef264;
}

.active\:caret-lime-400:active {
  caret-color: #a3e635;
}

.active\:caret-lime-50:active {
  caret-color: #f7fee7;
}

.active\:caret-lime-500:active {
  caret-color: #84cc16;
}

.active\:caret-lime-600:active {
  caret-color: #65a30d;
}

.active\:caret-lime-700:active {
  caret-color: #4d7c0f;
}

.active\:caret-lime-800:active {
  caret-color: #3f6212;
}

.active\:caret-lime-900:active {
  caret-color: #365314;
}

.active\:caret-lime-950:active {
  caret-color: #1a2e05;
}

.active\:caret-neutral-100:active {
  caret-color: #f5f5f5;
}

.active\:caret-neutral-200:active {
  caret-color: #e5e5e5;
}

.active\:caret-neutral-300:active {
  caret-color: #d4d4d4;
}

.active\:caret-neutral-400:active {
  caret-color: #a3a3a3;
}

.active\:caret-neutral-50:active {
  caret-color: #fafafa;
}

.active\:caret-neutral-500:active {
  caret-color: #737373;
}

.active\:caret-neutral-600:active {
  caret-color: #525252;
}

.active\:caret-neutral-700:active {
  caret-color: #404040;
}

.active\:caret-neutral-800:active {
  caret-color: #262626;
}

.active\:caret-neutral-900:active {
  caret-color: #171717;
}

.active\:caret-neutral-950:active {
  caret-color: #0a0a0a;
}

.active\:caret-orange-100:active {
  caret-color: #ffedd5;
}

.active\:caret-orange-200:active {
  caret-color: #fed7aa;
}

.active\:caret-orange-300:active {
  caret-color: #fdba74;
}

.active\:caret-orange-400:active {
  caret-color: #fb923c;
}

.active\:caret-orange-50:active {
  caret-color: #fff7ed;
}

.active\:caret-orange-500:active {
  caret-color: #f97316;
}

.active\:caret-orange-600:active {
  caret-color: #ea580c;
}

.active\:caret-orange-700:active {
  caret-color: #c2410c;
}

.active\:caret-orange-800:active {
  caret-color: #9a3412;
}

.active\:caret-orange-900:active {
  caret-color: #7c2d12;
}

.active\:caret-orange-950:active {
  caret-color: #431407;
}

.active\:caret-pink-100:active {
  caret-color: #fce7f3;
}

.active\:caret-pink-200:active {
  caret-color: #fbcfe8;
}

.active\:caret-pink-300:active {
  caret-color: #f9a8d4;
}

.active\:caret-pink-400:active {
  caret-color: #f472b6;
}

.active\:caret-pink-50:active {
  caret-color: #fdf2f8;
}

.active\:caret-pink-500:active {
  caret-color: #ec4899;
}

.active\:caret-pink-600:active {
  caret-color: #db2777;
}

.active\:caret-pink-700:active {
  caret-color: #be185d;
}

.active\:caret-pink-800:active {
  caret-color: #9d174d;
}

.active\:caret-pink-900:active {
  caret-color: #831843;
}

.active\:caret-pink-950:active {
  caret-color: #500724;
}

.active\:caret-purple-100:active {
  caret-color: #f3e8ff;
}

.active\:caret-purple-200:active {
  caret-color: #e9d5ff;
}

.active\:caret-purple-300:active {
  caret-color: #d8b4fe;
}

.active\:caret-purple-400:active {
  caret-color: #c084fc;
}

.active\:caret-purple-50:active {
  caret-color: #faf5ff;
}

.active\:caret-purple-500:active {
  caret-color: #a855f7;
}

.active\:caret-purple-600:active {
  caret-color: #9333ea;
}

.active\:caret-purple-700:active {
  caret-color: #7e22ce;
}

.active\:caret-purple-800:active {
  caret-color: #6b21a8;
}

.active\:caret-purple-900:active {
  caret-color: #581c87;
}

.active\:caret-purple-950:active {
  caret-color: #3b0764;
}

.active\:caret-red-100:active {
  caret-color: #fee2e2;
}

.active\:caret-red-200:active {
  caret-color: #fecaca;
}

.active\:caret-red-300:active {
  caret-color: #fca5a5;
}

.active\:caret-red-400:active {
  caret-color: #f87171;
}

.active\:caret-red-50:active {
  caret-color: #fef2f2;
}

.active\:caret-red-500:active {
  caret-color: #ef4444;
}

.active\:caret-red-600:active {
  caret-color: #dc2626;
}

.active\:caret-red-700:active {
  caret-color: #b91c1c;
}

.active\:caret-red-800:active {
  caret-color: #991b1b;
}

.active\:caret-red-900:active {
  caret-color: #7f1d1d;
}

.active\:caret-red-950:active {
  caret-color: #450a0a;
}

.active\:caret-rose-100:active {
  caret-color: #ffe4e6;
}

.active\:caret-rose-200:active {
  caret-color: #fecdd3;
}

.active\:caret-rose-300:active {
  caret-color: #fda4af;
}

.active\:caret-rose-400:active {
  caret-color: #fb7185;
}

.active\:caret-rose-50:active {
  caret-color: #fff1f2;
}

.active\:caret-rose-500:active {
  caret-color: #f43f5e;
}

.active\:caret-rose-600:active {
  caret-color: #e11d48;
}

.active\:caret-rose-700:active {
  caret-color: #be123c;
}

.active\:caret-rose-800:active {
  caret-color: #9f1239;
}

.active\:caret-rose-900:active {
  caret-color: #881337;
}

.active\:caret-rose-950:active {
  caret-color: #4c0519;
}

.active\:caret-sky-100:active {
  caret-color: #e0f2fe;
}

.active\:caret-sky-200:active {
  caret-color: #bae6fd;
}

.active\:caret-sky-300:active {
  caret-color: #7dd3fc;
}

.active\:caret-sky-400:active {
  caret-color: #38bdf8;
}

.active\:caret-sky-50:active {
  caret-color: #f0f9ff;
}

.active\:caret-sky-500:active {
  caret-color: #0ea5e9;
}

.active\:caret-sky-600:active {
  caret-color: #0284c7;
}

.active\:caret-sky-700:active {
  caret-color: #0369a1;
}

.active\:caret-sky-800:active {
  caret-color: #075985;
}

.active\:caret-sky-900:active {
  caret-color: #0c4a6e;
}

.active\:caret-sky-950:active {
  caret-color: #082f49;
}

.active\:caret-slate-100:active {
  caret-color: #f1f5f9;
}

.active\:caret-slate-200:active {
  caret-color: #e2e8f0;
}

.active\:caret-slate-300:active {
  caret-color: #cbd5e1;
}

.active\:caret-slate-400:active {
  caret-color: #94a3b8;
}

.active\:caret-slate-50:active {
  caret-color: #f8fafc;
}

.active\:caret-slate-500:active {
  caret-color: #64748b;
}

.active\:caret-slate-600:active {
  caret-color: #475569;
}

.active\:caret-slate-700:active {
  caret-color: #334155;
}

.active\:caret-slate-800:active {
  caret-color: #1e293b;
}

.active\:caret-slate-900:active {
  caret-color: #0f172a;
}

.active\:caret-slate-950:active {
  caret-color: #020617;
}

.active\:caret-stone-100:active {
  caret-color: #f5f5f4;
}

.active\:caret-stone-200:active {
  caret-color: #e7e5e4;
}

.active\:caret-stone-300:active {
  caret-color: #d6d3d1;
}

.active\:caret-stone-400:active {
  caret-color: #a8a29e;
}

.active\:caret-stone-50:active {
  caret-color: #fafaf9;
}

.active\:caret-stone-500:active {
  caret-color: #78716c;
}

.active\:caret-stone-600:active {
  caret-color: #57534e;
}

.active\:caret-stone-700:active {
  caret-color: #44403c;
}

.active\:caret-stone-800:active {
  caret-color: #292524;
}

.active\:caret-stone-900:active {
  caret-color: #1c1917;
}

.active\:caret-stone-950:active {
  caret-color: #0c0a09;
}

.active\:caret-teal-100:active {
  caret-color: #ccfbf1;
}

.active\:caret-teal-200:active {
  caret-color: #99f6e4;
}

.active\:caret-teal-300:active {
  caret-color: #5eead4;
}

.active\:caret-teal-400:active {
  caret-color: #2dd4bf;
}

.active\:caret-teal-50:active {
  caret-color: #f0fdfa;
}

.active\:caret-teal-500:active {
  caret-color: #14b8a6;
}

.active\:caret-teal-600:active {
  caret-color: #0d9488;
}

.active\:caret-teal-700:active {
  caret-color: #0f766e;
}

.active\:caret-teal-800:active {
  caret-color: #115e59;
}

.active\:caret-teal-900:active {
  caret-color: #134e4a;
}

.active\:caret-teal-950:active {
  caret-color: #042f2e;
}

.active\:caret-transparent:active {
  caret-color: transparent;
}

.active\:caret-violet-100:active {
  caret-color: #ede9fe;
}

.active\:caret-violet-200:active {
  caret-color: #ddd6fe;
}

.active\:caret-violet-300:active {
  caret-color: #c4b5fd;
}

.active\:caret-violet-400:active {
  caret-color: #a78bfa;
}

.active\:caret-violet-50:active {
  caret-color: #f5f3ff;
}

.active\:caret-violet-500:active {
  caret-color: #8b5cf6;
}

.active\:caret-violet-600:active {
  caret-color: #7c3aed;
}

.active\:caret-violet-700:active {
  caret-color: #6d28d9;
}

.active\:caret-violet-800:active {
  caret-color: #5b21b6;
}

.active\:caret-violet-900:active {
  caret-color: #4c1d95;
}

.active\:caret-violet-950:active {
  caret-color: #2e1065;
}

.active\:caret-white:active {
  caret-color: #fff;
}

.active\:caret-yellow-100:active {
  caret-color: #fef9c3;
}

.active\:caret-yellow-200:active {
  caret-color: #fef08a;
}

.active\:caret-yellow-300:active {
  caret-color: #fde047;
}

.active\:caret-yellow-400:active {
  caret-color: #facc15;
}

.active\:caret-yellow-50:active {
  caret-color: #fefce8;
}

.active\:caret-yellow-500:active {
  caret-color: #eab308;
}

.active\:caret-yellow-600:active {
  caret-color: #ca8a04;
}

.active\:caret-yellow-700:active {
  caret-color: #a16207;
}

.active\:caret-yellow-800:active {
  caret-color: #854d0e;
}

.active\:caret-yellow-900:active {
  caret-color: #713f12;
}

.active\:caret-yellow-950:active {
  caret-color: #422006;
}

.active\:caret-zinc-100:active {
  caret-color: #f4f4f5;
}

.active\:caret-zinc-200:active {
  caret-color: #e4e4e7;
}

.active\:caret-zinc-300:active {
  caret-color: #d4d4d8;
}

.active\:caret-zinc-400:active {
  caret-color: #a1a1aa;
}

.active\:caret-zinc-50:active {
  caret-color: #fafafa;
}

.active\:caret-zinc-500:active {
  caret-color: #71717a;
}

.active\:caret-zinc-600:active {
  caret-color: #52525b;
}

.active\:caret-zinc-700:active {
  caret-color: #3f3f46;
}

.active\:caret-zinc-800:active {
  caret-color: #27272a;
}

.active\:caret-zinc-900:active {
  caret-color: #18181b;
}

.active\:caret-zinc-950:active {
  caret-color: #09090b;
}

.active\:accent-amber-100:active {
  accent-color: #fef3c7;
}

.active\:accent-amber-200:active {
  accent-color: #fde68a;
}

.active\:accent-amber-300:active {
  accent-color: #fcd34d;
}

.active\:accent-amber-400:active {
  accent-color: #fbbf24;
}

.active\:accent-amber-50:active {
  accent-color: #fffbeb;
}

.active\:accent-amber-500:active {
  accent-color: #f59e0b;
}

.active\:accent-amber-600:active {
  accent-color: #d97706;
}

.active\:accent-amber-700:active {
  accent-color: #b45309;
}

.active\:accent-amber-800:active {
  accent-color: #92400e;
}

.active\:accent-amber-900:active {
  accent-color: #78350f;
}

.active\:accent-amber-950:active {
  accent-color: #451a03;
}

.active\:accent-black:active {
  accent-color: #000;
}

.active\:accent-blue-100:active {
  accent-color: #dbeafe;
}

.active\:accent-blue-200:active {
  accent-color: #bfdbfe;
}

.active\:accent-blue-300:active {
  accent-color: #93c5fd;
}

.active\:accent-blue-400:active {
  accent-color: #60a5fa;
}

.active\:accent-blue-50:active {
  accent-color: #eff6ff;
}

.active\:accent-blue-500:active {
  accent-color: #3b82f6;
}

.active\:accent-blue-600:active {
  accent-color: #2563eb;
}

.active\:accent-blue-700:active {
  accent-color: #1d4ed8;
}

.active\:accent-blue-800:active {
  accent-color: #1e40af;
}

.active\:accent-blue-900:active {
  accent-color: #1e3a8a;
}

.active\:accent-blue-950:active {
  accent-color: #172554;
}

.active\:accent-current:active {
  accent-color: currentColor;
}

.active\:accent-cyan-100:active {
  accent-color: #cffafe;
}

.active\:accent-cyan-200:active {
  accent-color: #a5f3fc;
}

.active\:accent-cyan-300:active {
  accent-color: #67e8f9;
}

.active\:accent-cyan-400:active {
  accent-color: #22d3ee;
}

.active\:accent-cyan-50:active {
  accent-color: #ecfeff;
}

.active\:accent-cyan-500:active {
  accent-color: #06b6d4;
}

.active\:accent-cyan-600:active {
  accent-color: #0891b2;
}

.active\:accent-cyan-700:active {
  accent-color: #0e7490;
}

.active\:accent-cyan-800:active {
  accent-color: #155e75;
}

.active\:accent-cyan-900:active {
  accent-color: #164e63;
}

.active\:accent-cyan-950:active {
  accent-color: #083344;
}

.active\:accent-emerald-100:active {
  accent-color: #d1fae5;
}

.active\:accent-emerald-200:active {
  accent-color: #a7f3d0;
}

.active\:accent-emerald-300:active {
  accent-color: #6ee7b7;
}

.active\:accent-emerald-400:active {
  accent-color: #34d399;
}

.active\:accent-emerald-50:active {
  accent-color: #ecfdf5;
}

.active\:accent-emerald-500:active {
  accent-color: #10b981;
}

.active\:accent-emerald-600:active {
  accent-color: #059669;
}

.active\:accent-emerald-700:active {
  accent-color: #047857;
}

.active\:accent-emerald-800:active {
  accent-color: #065f46;
}

.active\:accent-emerald-900:active {
  accent-color: #064e3b;
}

.active\:accent-emerald-950:active {
  accent-color: #022c22;
}

.active\:accent-fuchsia-100:active {
  accent-color: #fae8ff;
}

.active\:accent-fuchsia-200:active {
  accent-color: #f5d0fe;
}

.active\:accent-fuchsia-300:active {
  accent-color: #f0abfc;
}

.active\:accent-fuchsia-400:active {
  accent-color: #e879f9;
}

.active\:accent-fuchsia-50:active {
  accent-color: #fdf4ff;
}

.active\:accent-fuchsia-500:active {
  accent-color: #d946ef;
}

.active\:accent-fuchsia-600:active {
  accent-color: #c026d3;
}

.active\:accent-fuchsia-700:active {
  accent-color: #a21caf;
}

.active\:accent-fuchsia-800:active {
  accent-color: #86198f;
}

.active\:accent-fuchsia-900:active {
  accent-color: #701a75;
}

.active\:accent-fuchsia-950:active {
  accent-color: #4a044e;
}

.active\:accent-gray-100:active {
  accent-color: #f3f4f6;
}

.active\:accent-gray-200:active {
  accent-color: #e5e7eb;
}

.active\:accent-gray-300:active {
  accent-color: #d1d5db;
}

.active\:accent-gray-400:active {
  accent-color: #9ca3af;
}

.active\:accent-gray-50:active {
  accent-color: #f9fafb;
}

.active\:accent-gray-500:active {
  accent-color: #6b7280;
}

.active\:accent-gray-600:active {
  accent-color: #4b5563;
}

.active\:accent-gray-700:active {
  accent-color: #374151;
}

.active\:accent-gray-800:active {
  accent-color: #1f2937;
}

.active\:accent-gray-900:active {
  accent-color: #111827;
}

.active\:accent-gray-950:active {
  accent-color: #030712;
}

.active\:accent-green-100:active {
  accent-color: #dcfce7;
}

.active\:accent-green-200:active {
  accent-color: #bbf7d0;
}

.active\:accent-green-300:active {
  accent-color: #86efac;
}

.active\:accent-green-400:active {
  accent-color: #4ade80;
}

.active\:accent-green-50:active {
  accent-color: #f0fdf4;
}

.active\:accent-green-500:active {
  accent-color: #22c55e;
}

.active\:accent-green-600:active {
  accent-color: #16a34a;
}

.active\:accent-green-700:active {
  accent-color: #15803d;
}

.active\:accent-green-800:active {
  accent-color: #166534;
}

.active\:accent-green-900:active {
  accent-color: #14532d;
}

.active\:accent-green-950:active {
  accent-color: #052e16;
}

.active\:accent-indigo-100:active {
  accent-color: #e0e7ff;
}

.active\:accent-indigo-200:active {
  accent-color: #c7d2fe;
}

.active\:accent-indigo-300:active {
  accent-color: #a5b4fc;
}

.active\:accent-indigo-400:active {
  accent-color: #818cf8;
}

.active\:accent-indigo-50:active {
  accent-color: #eef2ff;
}

.active\:accent-indigo-500:active {
  accent-color: #6366f1;
}

.active\:accent-indigo-600:active {
  accent-color: #4f46e5;
}

.active\:accent-indigo-700:active {
  accent-color: #4338ca;
}

.active\:accent-indigo-800:active {
  accent-color: #3730a3;
}

.active\:accent-indigo-900:active {
  accent-color: #312e81;
}

.active\:accent-indigo-950:active {
  accent-color: #1e1b4b;
}

.active\:accent-inherit:active {
  accent-color: inherit;
}

.active\:accent-lime-100:active {
  accent-color: #ecfccb;
}

.active\:accent-lime-200:active {
  accent-color: #d9f99d;
}

.active\:accent-lime-300:active {
  accent-color: #bef264;
}

.active\:accent-lime-400:active {
  accent-color: #a3e635;
}

.active\:accent-lime-50:active {
  accent-color: #f7fee7;
}

.active\:accent-lime-500:active {
  accent-color: #84cc16;
}

.active\:accent-lime-600:active {
  accent-color: #65a30d;
}

.active\:accent-lime-700:active {
  accent-color: #4d7c0f;
}

.active\:accent-lime-800:active {
  accent-color: #3f6212;
}

.active\:accent-lime-900:active {
  accent-color: #365314;
}

.active\:accent-lime-950:active {
  accent-color: #1a2e05;
}

.active\:accent-neutral-100:active {
  accent-color: #f5f5f5;
}

.active\:accent-neutral-200:active {
  accent-color: #e5e5e5;
}

.active\:accent-neutral-300:active {
  accent-color: #d4d4d4;
}

.active\:accent-neutral-400:active {
  accent-color: #a3a3a3;
}

.active\:accent-neutral-50:active {
  accent-color: #fafafa;
}

.active\:accent-neutral-500:active {
  accent-color: #737373;
}

.active\:accent-neutral-600:active {
  accent-color: #525252;
}

.active\:accent-neutral-700:active {
  accent-color: #404040;
}

.active\:accent-neutral-800:active {
  accent-color: #262626;
}

.active\:accent-neutral-900:active {
  accent-color: #171717;
}

.active\:accent-neutral-950:active {
  accent-color: #0a0a0a;
}

.active\:accent-orange-100:active {
  accent-color: #ffedd5;
}

.active\:accent-orange-200:active {
  accent-color: #fed7aa;
}

.active\:accent-orange-300:active {
  accent-color: #fdba74;
}

.active\:accent-orange-400:active {
  accent-color: #fb923c;
}

.active\:accent-orange-50:active {
  accent-color: #fff7ed;
}

.active\:accent-orange-500:active {
  accent-color: #f97316;
}

.active\:accent-orange-600:active {
  accent-color: #ea580c;
}

.active\:accent-orange-700:active {
  accent-color: #c2410c;
}

.active\:accent-orange-800:active {
  accent-color: #9a3412;
}

.active\:accent-orange-900:active {
  accent-color: #7c2d12;
}

.active\:accent-orange-950:active {
  accent-color: #431407;
}

.active\:accent-pink-100:active {
  accent-color: #fce7f3;
}

.active\:accent-pink-200:active {
  accent-color: #fbcfe8;
}

.active\:accent-pink-300:active {
  accent-color: #f9a8d4;
}

.active\:accent-pink-400:active {
  accent-color: #f472b6;
}

.active\:accent-pink-50:active {
  accent-color: #fdf2f8;
}

.active\:accent-pink-500:active {
  accent-color: #ec4899;
}

.active\:accent-pink-600:active {
  accent-color: #db2777;
}

.active\:accent-pink-700:active {
  accent-color: #be185d;
}

.active\:accent-pink-800:active {
  accent-color: #9d174d;
}

.active\:accent-pink-900:active {
  accent-color: #831843;
}

.active\:accent-pink-950:active {
  accent-color: #500724;
}

.active\:accent-purple-100:active {
  accent-color: #f3e8ff;
}

.active\:accent-purple-200:active {
  accent-color: #e9d5ff;
}

.active\:accent-purple-300:active {
  accent-color: #d8b4fe;
}

.active\:accent-purple-400:active {
  accent-color: #c084fc;
}

.active\:accent-purple-50:active {
  accent-color: #faf5ff;
}

.active\:accent-purple-500:active {
  accent-color: #a855f7;
}

.active\:accent-purple-600:active {
  accent-color: #9333ea;
}

.active\:accent-purple-700:active {
  accent-color: #7e22ce;
}

.active\:accent-purple-800:active {
  accent-color: #6b21a8;
}

.active\:accent-purple-900:active {
  accent-color: #581c87;
}

.active\:accent-purple-950:active {
  accent-color: #3b0764;
}

.active\:accent-red-100:active {
  accent-color: #fee2e2;
}

.active\:accent-red-200:active {
  accent-color: #fecaca;
}

.active\:accent-red-300:active {
  accent-color: #fca5a5;
}

.active\:accent-red-400:active {
  accent-color: #f87171;
}

.active\:accent-red-50:active {
  accent-color: #fef2f2;
}

.active\:accent-red-500:active {
  accent-color: #ef4444;
}

.active\:accent-red-600:active {
  accent-color: #dc2626;
}

.active\:accent-red-700:active {
  accent-color: #b91c1c;
}

.active\:accent-red-800:active {
  accent-color: #991b1b;
}

.active\:accent-red-900:active {
  accent-color: #7f1d1d;
}

.active\:accent-red-950:active {
  accent-color: #450a0a;
}

.active\:accent-rose-100:active {
  accent-color: #ffe4e6;
}

.active\:accent-rose-200:active {
  accent-color: #fecdd3;
}

.active\:accent-rose-300:active {
  accent-color: #fda4af;
}

.active\:accent-rose-400:active {
  accent-color: #fb7185;
}

.active\:accent-rose-50:active {
  accent-color: #fff1f2;
}

.active\:accent-rose-500:active {
  accent-color: #f43f5e;
}

.active\:accent-rose-600:active {
  accent-color: #e11d48;
}

.active\:accent-rose-700:active {
  accent-color: #be123c;
}

.active\:accent-rose-800:active {
  accent-color: #9f1239;
}

.active\:accent-rose-900:active {
  accent-color: #881337;
}

.active\:accent-rose-950:active {
  accent-color: #4c0519;
}

.active\:accent-sky-100:active {
  accent-color: #e0f2fe;
}

.active\:accent-sky-200:active {
  accent-color: #bae6fd;
}

.active\:accent-sky-300:active {
  accent-color: #7dd3fc;
}

.active\:accent-sky-400:active {
  accent-color: #38bdf8;
}

.active\:accent-sky-50:active {
  accent-color: #f0f9ff;
}

.active\:accent-sky-500:active {
  accent-color: #0ea5e9;
}

.active\:accent-sky-600:active {
  accent-color: #0284c7;
}

.active\:accent-sky-700:active {
  accent-color: #0369a1;
}

.active\:accent-sky-800:active {
  accent-color: #075985;
}

.active\:accent-sky-900:active {
  accent-color: #0c4a6e;
}

.active\:accent-sky-950:active {
  accent-color: #082f49;
}

.active\:accent-slate-100:active {
  accent-color: #f1f5f9;
}

.active\:accent-slate-200:active {
  accent-color: #e2e8f0;
}

.active\:accent-slate-300:active {
  accent-color: #cbd5e1;
}

.active\:accent-slate-400:active {
  accent-color: #94a3b8;
}

.active\:accent-slate-50:active {
  accent-color: #f8fafc;
}

.active\:accent-slate-500:active {
  accent-color: #64748b;
}

.active\:accent-slate-600:active {
  accent-color: #475569;
}

.active\:accent-slate-700:active {
  accent-color: #334155;
}

.active\:accent-slate-800:active {
  accent-color: #1e293b;
}

.active\:accent-slate-900:active {
  accent-color: #0f172a;
}

.active\:accent-slate-950:active {
  accent-color: #020617;
}

.active\:accent-stone-100:active {
  accent-color: #f5f5f4;
}

.active\:accent-stone-200:active {
  accent-color: #e7e5e4;
}

.active\:accent-stone-300:active {
  accent-color: #d6d3d1;
}

.active\:accent-stone-400:active {
  accent-color: #a8a29e;
}

.active\:accent-stone-50:active {
  accent-color: #fafaf9;
}

.active\:accent-stone-500:active {
  accent-color: #78716c;
}

.active\:accent-stone-600:active {
  accent-color: #57534e;
}

.active\:accent-stone-700:active {
  accent-color: #44403c;
}

.active\:accent-stone-800:active {
  accent-color: #292524;
}

.active\:accent-stone-900:active {
  accent-color: #1c1917;
}

.active\:accent-stone-950:active {
  accent-color: #0c0a09;
}

.active\:accent-teal-100:active {
  accent-color: #ccfbf1;
}

.active\:accent-teal-200:active {
  accent-color: #99f6e4;
}

.active\:accent-teal-300:active {
  accent-color: #5eead4;
}

.active\:accent-teal-400:active {
  accent-color: #2dd4bf;
}

.active\:accent-teal-50:active {
  accent-color: #f0fdfa;
}

.active\:accent-teal-500:active {
  accent-color: #14b8a6;
}

.active\:accent-teal-600:active {
  accent-color: #0d9488;
}

.active\:accent-teal-700:active {
  accent-color: #0f766e;
}

.active\:accent-teal-800:active {
  accent-color: #115e59;
}

.active\:accent-teal-900:active {
  accent-color: #134e4a;
}

.active\:accent-teal-950:active {
  accent-color: #042f2e;
}

.active\:accent-transparent:active {
  accent-color: transparent;
}

.active\:accent-violet-100:active {
  accent-color: #ede9fe;
}

.active\:accent-violet-200:active {
  accent-color: #ddd6fe;
}

.active\:accent-violet-300:active {
  accent-color: #c4b5fd;
}

.active\:accent-violet-400:active {
  accent-color: #a78bfa;
}

.active\:accent-violet-50:active {
  accent-color: #f5f3ff;
}

.active\:accent-violet-500:active {
  accent-color: #8b5cf6;
}

.active\:accent-violet-600:active {
  accent-color: #7c3aed;
}

.active\:accent-violet-700:active {
  accent-color: #6d28d9;
}

.active\:accent-violet-800:active {
  accent-color: #5b21b6;
}

.active\:accent-violet-900:active {
  accent-color: #4c1d95;
}

.active\:accent-violet-950:active {
  accent-color: #2e1065;
}

.active\:accent-white:active {
  accent-color: #fff;
}

.active\:accent-yellow-100:active {
  accent-color: #fef9c3;
}

.active\:accent-yellow-200:active {
  accent-color: #fef08a;
}

.active\:accent-yellow-300:active {
  accent-color: #fde047;
}

.active\:accent-yellow-400:active {
  accent-color: #facc15;
}

.active\:accent-yellow-50:active {
  accent-color: #fefce8;
}

.active\:accent-yellow-500:active {
  accent-color: #eab308;
}

.active\:accent-yellow-600:active {
  accent-color: #ca8a04;
}

.active\:accent-yellow-700:active {
  accent-color: #a16207;
}

.active\:accent-yellow-800:active {
  accent-color: #854d0e;
}

.active\:accent-yellow-900:active {
  accent-color: #713f12;
}

.active\:accent-yellow-950:active {
  accent-color: #422006;
}

.active\:accent-zinc-100:active {
  accent-color: #f4f4f5;
}

.active\:accent-zinc-200:active {
  accent-color: #e4e4e7;
}

.active\:accent-zinc-300:active {
  accent-color: #d4d4d8;
}

.active\:accent-zinc-400:active {
  accent-color: #a1a1aa;
}

.active\:accent-zinc-50:active {
  accent-color: #fafafa;
}

.active\:accent-zinc-500:active {
  accent-color: #71717a;
}

.active\:accent-zinc-600:active {
  accent-color: #52525b;
}

.active\:accent-zinc-700:active {
  accent-color: #3f3f46;
}

.active\:accent-zinc-800:active {
  accent-color: #27272a;
}

.active\:accent-zinc-900:active {
  accent-color: #18181b;
}

.active\:accent-zinc-950:active {
  accent-color: #09090b;
}

.active\:outline-amber-100:active {
  outline-color: #fef3c7;
}

.active\:outline-amber-200:active {
  outline-color: #fde68a;
}

.active\:outline-amber-300:active {
  outline-color: #fcd34d;
}

.active\:outline-amber-400:active {
  outline-color: #fbbf24;
}

.active\:outline-amber-50:active {
  outline-color: #fffbeb;
}

.active\:outline-amber-500:active {
  outline-color: #f59e0b;
}

.active\:outline-amber-600:active {
  outline-color: #d97706;
}

.active\:outline-amber-700:active {
  outline-color: #b45309;
}

.active\:outline-amber-800:active {
  outline-color: #92400e;
}

.active\:outline-amber-900:active {
  outline-color: #78350f;
}

.active\:outline-amber-950:active {
  outline-color: #451a03;
}

.active\:outline-black:active {
  outline-color: #000;
}

.active\:outline-blue-100:active {
  outline-color: #dbeafe;
}

.active\:outline-blue-200:active {
  outline-color: #bfdbfe;
}

.active\:outline-blue-300:active {
  outline-color: #93c5fd;
}

.active\:outline-blue-400:active {
  outline-color: #60a5fa;
}

.active\:outline-blue-50:active {
  outline-color: #eff6ff;
}

.active\:outline-blue-500:active {
  outline-color: #3b82f6;
}

.active\:outline-blue-600:active {
  outline-color: #2563eb;
}

.active\:outline-blue-700:active {
  outline-color: #1d4ed8;
}

.active\:outline-blue-800:active {
  outline-color: #1e40af;
}

.active\:outline-blue-900:active {
  outline-color: #1e3a8a;
}

.active\:outline-blue-950:active {
  outline-color: #172554;
}

.active\:outline-current:active {
  outline-color: currentColor;
}

.active\:outline-cyan-100:active {
  outline-color: #cffafe;
}

.active\:outline-cyan-200:active {
  outline-color: #a5f3fc;
}

.active\:outline-cyan-300:active {
  outline-color: #67e8f9;
}

.active\:outline-cyan-400:active {
  outline-color: #22d3ee;
}

.active\:outline-cyan-50:active {
  outline-color: #ecfeff;
}

.active\:outline-cyan-500:active {
  outline-color: #06b6d4;
}

.active\:outline-cyan-600:active {
  outline-color: #0891b2;
}

.active\:outline-cyan-700:active {
  outline-color: #0e7490;
}

.active\:outline-cyan-800:active {
  outline-color: #155e75;
}

.active\:outline-cyan-900:active {
  outline-color: #164e63;
}

.active\:outline-cyan-950:active {
  outline-color: #083344;
}

.active\:outline-emerald-100:active {
  outline-color: #d1fae5;
}

.active\:outline-emerald-200:active {
  outline-color: #a7f3d0;
}

.active\:outline-emerald-300:active {
  outline-color: #6ee7b7;
}

.active\:outline-emerald-400:active {
  outline-color: #34d399;
}

.active\:outline-emerald-50:active {
  outline-color: #ecfdf5;
}

.active\:outline-emerald-500:active {
  outline-color: #10b981;
}

.active\:outline-emerald-600:active {
  outline-color: #059669;
}

.active\:outline-emerald-700:active {
  outline-color: #047857;
}

.active\:outline-emerald-800:active {
  outline-color: #065f46;
}

.active\:outline-emerald-900:active {
  outline-color: #064e3b;
}

.active\:outline-emerald-950:active {
  outline-color: #022c22;
}

.active\:outline-fuchsia-100:active {
  outline-color: #fae8ff;
}

.active\:outline-fuchsia-200:active {
  outline-color: #f5d0fe;
}

.active\:outline-fuchsia-300:active {
  outline-color: #f0abfc;
}

.active\:outline-fuchsia-400:active {
  outline-color: #e879f9;
}

.active\:outline-fuchsia-50:active {
  outline-color: #fdf4ff;
}

.active\:outline-fuchsia-500:active {
  outline-color: #d946ef;
}

.active\:outline-fuchsia-600:active {
  outline-color: #c026d3;
}

.active\:outline-fuchsia-700:active {
  outline-color: #a21caf;
}

.active\:outline-fuchsia-800:active {
  outline-color: #86198f;
}

.active\:outline-fuchsia-900:active {
  outline-color: #701a75;
}

.active\:outline-fuchsia-950:active {
  outline-color: #4a044e;
}

.active\:outline-gray-100:active {
  outline-color: #f3f4f6;
}

.active\:outline-gray-200:active {
  outline-color: #e5e7eb;
}

.active\:outline-gray-300:active {
  outline-color: #d1d5db;
}

.active\:outline-gray-400:active {
  outline-color: #9ca3af;
}

.active\:outline-gray-50:active {
  outline-color: #f9fafb;
}

.active\:outline-gray-500:active {
  outline-color: #6b7280;
}

.active\:outline-gray-600:active {
  outline-color: #4b5563;
}

.active\:outline-gray-700:active {
  outline-color: #374151;
}

.active\:outline-gray-800:active {
  outline-color: #1f2937;
}

.active\:outline-gray-900:active {
  outline-color: #111827;
}

.active\:outline-gray-950:active {
  outline-color: #030712;
}

.active\:outline-green-100:active {
  outline-color: #dcfce7;
}

.active\:outline-green-200:active {
  outline-color: #bbf7d0;
}

.active\:outline-green-300:active {
  outline-color: #86efac;
}

.active\:outline-green-400:active {
  outline-color: #4ade80;
}

.active\:outline-green-50:active {
  outline-color: #f0fdf4;
}

.active\:outline-green-500:active {
  outline-color: #22c55e;
}

.active\:outline-green-600:active {
  outline-color: #16a34a;
}

.active\:outline-green-700:active {
  outline-color: #15803d;
}

.active\:outline-green-800:active {
  outline-color: #166534;
}

.active\:outline-green-900:active {
  outline-color: #14532d;
}

.active\:outline-green-950:active {
  outline-color: #052e16;
}

.active\:outline-indigo-100:active {
  outline-color: #e0e7ff;
}

.active\:outline-indigo-200:active {
  outline-color: #c7d2fe;
}

.active\:outline-indigo-300:active {
  outline-color: #a5b4fc;
}

.active\:outline-indigo-400:active {
  outline-color: #818cf8;
}

.active\:outline-indigo-50:active {
  outline-color: #eef2ff;
}

.active\:outline-indigo-500:active {
  outline-color: #6366f1;
}

.active\:outline-indigo-600:active {
  outline-color: #4f46e5;
}

.active\:outline-indigo-700:active {
  outline-color: #4338ca;
}

.active\:outline-indigo-800:active {
  outline-color: #3730a3;
}

.active\:outline-indigo-900:active {
  outline-color: #312e81;
}

.active\:outline-indigo-950:active {
  outline-color: #1e1b4b;
}

.active\:outline-inherit:active {
  outline-color: inherit;
}

.active\:outline-lime-100:active {
  outline-color: #ecfccb;
}

.active\:outline-lime-200:active {
  outline-color: #d9f99d;
}

.active\:outline-lime-300:active {
  outline-color: #bef264;
}

.active\:outline-lime-400:active {
  outline-color: #a3e635;
}

.active\:outline-lime-50:active {
  outline-color: #f7fee7;
}

.active\:outline-lime-500:active {
  outline-color: #84cc16;
}

.active\:outline-lime-600:active {
  outline-color: #65a30d;
}

.active\:outline-lime-700:active {
  outline-color: #4d7c0f;
}

.active\:outline-lime-800:active {
  outline-color: #3f6212;
}

.active\:outline-lime-900:active {
  outline-color: #365314;
}

.active\:outline-lime-950:active {
  outline-color: #1a2e05;
}

.active\:outline-neutral-100:active {
  outline-color: #f5f5f5;
}

.active\:outline-neutral-200:active {
  outline-color: #e5e5e5;
}

.active\:outline-neutral-300:active {
  outline-color: #d4d4d4;
}

.active\:outline-neutral-400:active {
  outline-color: #a3a3a3;
}

.active\:outline-neutral-50:active {
  outline-color: #fafafa;
}

.active\:outline-neutral-500:active {
  outline-color: #737373;
}

.active\:outline-neutral-600:active {
  outline-color: #525252;
}

.active\:outline-neutral-700:active {
  outline-color: #404040;
}

.active\:outline-neutral-800:active {
  outline-color: #262626;
}

.active\:outline-neutral-900:active {
  outline-color: #171717;
}

.active\:outline-neutral-950:active {
  outline-color: #0a0a0a;
}

.active\:outline-orange-100:active {
  outline-color: #ffedd5;
}

.active\:outline-orange-200:active {
  outline-color: #fed7aa;
}

.active\:outline-orange-300:active {
  outline-color: #fdba74;
}

.active\:outline-orange-400:active {
  outline-color: #fb923c;
}

.active\:outline-orange-50:active {
  outline-color: #fff7ed;
}

.active\:outline-orange-500:active {
  outline-color: #f97316;
}

.active\:outline-orange-600:active {
  outline-color: #ea580c;
}

.active\:outline-orange-700:active {
  outline-color: #c2410c;
}

.active\:outline-orange-800:active {
  outline-color: #9a3412;
}

.active\:outline-orange-900:active {
  outline-color: #7c2d12;
}

.active\:outline-orange-950:active {
  outline-color: #431407;
}

.active\:outline-pink-100:active {
  outline-color: #fce7f3;
}

.active\:outline-pink-200:active {
  outline-color: #fbcfe8;
}

.active\:outline-pink-300:active {
  outline-color: #f9a8d4;
}

.active\:outline-pink-400:active {
  outline-color: #f472b6;
}

.active\:outline-pink-50:active {
  outline-color: #fdf2f8;
}

.active\:outline-pink-500:active {
  outline-color: #ec4899;
}

.active\:outline-pink-600:active {
  outline-color: #db2777;
}

.active\:outline-pink-700:active {
  outline-color: #be185d;
}

.active\:outline-pink-800:active {
  outline-color: #9d174d;
}

.active\:outline-pink-900:active {
  outline-color: #831843;
}

.active\:outline-pink-950:active {
  outline-color: #500724;
}

.active\:outline-purple-100:active {
  outline-color: #f3e8ff;
}

.active\:outline-purple-200:active {
  outline-color: #e9d5ff;
}

.active\:outline-purple-300:active {
  outline-color: #d8b4fe;
}

.active\:outline-purple-400:active {
  outline-color: #c084fc;
}

.active\:outline-purple-50:active {
  outline-color: #faf5ff;
}

.active\:outline-purple-500:active {
  outline-color: #a855f7;
}

.active\:outline-purple-600:active {
  outline-color: #9333ea;
}

.active\:outline-purple-700:active {
  outline-color: #7e22ce;
}

.active\:outline-purple-800:active {
  outline-color: #6b21a8;
}

.active\:outline-purple-900:active {
  outline-color: #581c87;
}

.active\:outline-purple-950:active {
  outline-color: #3b0764;
}

.active\:outline-red-100:active {
  outline-color: #fee2e2;
}

.active\:outline-red-200:active {
  outline-color: #fecaca;
}

.active\:outline-red-300:active {
  outline-color: #fca5a5;
}

.active\:outline-red-400:active {
  outline-color: #f87171;
}

.active\:outline-red-50:active {
  outline-color: #fef2f2;
}

.active\:outline-red-500:active {
  outline-color: #ef4444;
}

.active\:outline-red-600:active {
  outline-color: #dc2626;
}

.active\:outline-red-700:active {
  outline-color: #b91c1c;
}

.active\:outline-red-800:active {
  outline-color: #991b1b;
}

.active\:outline-red-900:active {
  outline-color: #7f1d1d;
}

.active\:outline-red-950:active {
  outline-color: #450a0a;
}

.active\:outline-rose-100:active {
  outline-color: #ffe4e6;
}

.active\:outline-rose-200:active {
  outline-color: #fecdd3;
}

.active\:outline-rose-300:active {
  outline-color: #fda4af;
}

.active\:outline-rose-400:active {
  outline-color: #fb7185;
}

.active\:outline-rose-50:active {
  outline-color: #fff1f2;
}

.active\:outline-rose-500:active {
  outline-color: #f43f5e;
}

.active\:outline-rose-600:active {
  outline-color: #e11d48;
}

.active\:outline-rose-700:active {
  outline-color: #be123c;
}

.active\:outline-rose-800:active {
  outline-color: #9f1239;
}

.active\:outline-rose-900:active {
  outline-color: #881337;
}

.active\:outline-rose-950:active {
  outline-color: #4c0519;
}

.active\:outline-sky-100:active {
  outline-color: #e0f2fe;
}

.active\:outline-sky-200:active {
  outline-color: #bae6fd;
}

.active\:outline-sky-300:active {
  outline-color: #7dd3fc;
}

.active\:outline-sky-400:active {
  outline-color: #38bdf8;
}

.active\:outline-sky-50:active {
  outline-color: #f0f9ff;
}

.active\:outline-sky-500:active {
  outline-color: #0ea5e9;
}

.active\:outline-sky-600:active {
  outline-color: #0284c7;
}

.active\:outline-sky-700:active {
  outline-color: #0369a1;
}

.active\:outline-sky-800:active {
  outline-color: #075985;
}

.active\:outline-sky-900:active {
  outline-color: #0c4a6e;
}

.active\:outline-sky-950:active {
  outline-color: #082f49;
}

.active\:outline-slate-100:active {
  outline-color: #f1f5f9;
}

.active\:outline-slate-200:active {
  outline-color: #e2e8f0;
}

.active\:outline-slate-300:active {
  outline-color: #cbd5e1;
}

.active\:outline-slate-400:active {
  outline-color: #94a3b8;
}

.active\:outline-slate-50:active {
  outline-color: #f8fafc;
}

.active\:outline-slate-500:active {
  outline-color: #64748b;
}

.active\:outline-slate-600:active {
  outline-color: #475569;
}

.active\:outline-slate-700:active {
  outline-color: #334155;
}

.active\:outline-slate-800:active {
  outline-color: #1e293b;
}

.active\:outline-slate-900:active {
  outline-color: #0f172a;
}

.active\:outline-slate-950:active {
  outline-color: #020617;
}

.active\:outline-stone-100:active {
  outline-color: #f5f5f4;
}

.active\:outline-stone-200:active {
  outline-color: #e7e5e4;
}

.active\:outline-stone-300:active {
  outline-color: #d6d3d1;
}

.active\:outline-stone-400:active {
  outline-color: #a8a29e;
}

.active\:outline-stone-50:active {
  outline-color: #fafaf9;
}

.active\:outline-stone-500:active {
  outline-color: #78716c;
}

.active\:outline-stone-600:active {
  outline-color: #57534e;
}

.active\:outline-stone-700:active {
  outline-color: #44403c;
}

.active\:outline-stone-800:active {
  outline-color: #292524;
}

.active\:outline-stone-900:active {
  outline-color: #1c1917;
}

.active\:outline-stone-950:active {
  outline-color: #0c0a09;
}

.active\:outline-teal-100:active {
  outline-color: #ccfbf1;
}

.active\:outline-teal-200:active {
  outline-color: #99f6e4;
}

.active\:outline-teal-300:active {
  outline-color: #5eead4;
}

.active\:outline-teal-400:active {
  outline-color: #2dd4bf;
}

.active\:outline-teal-50:active {
  outline-color: #f0fdfa;
}

.active\:outline-teal-500:active {
  outline-color: #14b8a6;
}

.active\:outline-teal-600:active {
  outline-color: #0d9488;
}

.active\:outline-teal-700:active {
  outline-color: #0f766e;
}

.active\:outline-teal-800:active {
  outline-color: #115e59;
}

.active\:outline-teal-900:active {
  outline-color: #134e4a;
}

.active\:outline-teal-950:active {
  outline-color: #042f2e;
}

.active\:outline-transparent:active {
  outline-color: transparent;
}

.active\:outline-violet-100:active {
  outline-color: #ede9fe;
}

.active\:outline-violet-200:active {
  outline-color: #ddd6fe;
}

.active\:outline-violet-300:active {
  outline-color: #c4b5fd;
}

.active\:outline-violet-400:active {
  outline-color: #a78bfa;
}

.active\:outline-violet-50:active {
  outline-color: #f5f3ff;
}

.active\:outline-violet-500:active {
  outline-color: #8b5cf6;
}

.active\:outline-violet-600:active {
  outline-color: #7c3aed;
}

.active\:outline-violet-700:active {
  outline-color: #6d28d9;
}

.active\:outline-violet-800:active {
  outline-color: #5b21b6;
}

.active\:outline-violet-900:active {
  outline-color: #4c1d95;
}

.active\:outline-violet-950:active {
  outline-color: #2e1065;
}

.active\:outline-white:active {
  outline-color: #fff;
}

.active\:outline-yellow-100:active {
  outline-color: #fef9c3;
}

.active\:outline-yellow-200:active {
  outline-color: #fef08a;
}

.active\:outline-yellow-300:active {
  outline-color: #fde047;
}

.active\:outline-yellow-400:active {
  outline-color: #facc15;
}

.active\:outline-yellow-50:active {
  outline-color: #fefce8;
}

.active\:outline-yellow-500:active {
  outline-color: #eab308;
}

.active\:outline-yellow-600:active {
  outline-color: #ca8a04;
}

.active\:outline-yellow-700:active {
  outline-color: #a16207;
}

.active\:outline-yellow-800:active {
  outline-color: #854d0e;
}

.active\:outline-yellow-900:active {
  outline-color: #713f12;
}

.active\:outline-yellow-950:active {
  outline-color: #422006;
}

.active\:outline-zinc-100:active {
  outline-color: #f4f4f5;
}

.active\:outline-zinc-200:active {
  outline-color: #e4e4e7;
}

.active\:outline-zinc-300:active {
  outline-color: #d4d4d8;
}

.active\:outline-zinc-400:active {
  outline-color: #a1a1aa;
}

.active\:outline-zinc-50:active {
  outline-color: #fafafa;
}

.active\:outline-zinc-500:active {
  outline-color: #71717a;
}

.active\:outline-zinc-600:active {
  outline-color: #52525b;
}

.active\:outline-zinc-700:active {
  outline-color: #3f3f46;
}

.active\:outline-zinc-800:active {
  outline-color: #27272a;
}

.active\:outline-zinc-900:active {
  outline-color: #18181b;
}

.active\:outline-zinc-950:active {
  outline-color: #09090b;
}

.active\:ring-amber-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.active\:ring-amber-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

.active\:ring-black:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.active\:ring-blue-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.active\:ring-current:active {
  --tw-ring-color: currentColor;
}

.active\:ring-cyan-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.active\:ring-cyan-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.active\:ring-emerald-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.active\:ring-fuchsia-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.active\:ring-gray-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.active\:ring-green-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.active\:ring-indigo-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.active\:ring-inherit:active {
  --tw-ring-color: inherit;
}

.active\:ring-lime-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.active\:ring-lime-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.active\:ring-neutral-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.active\:ring-orange-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.active\:ring-pink-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.active\:ring-purple-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.active\:ring-red-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.active\:ring-rose-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.active\:ring-sky-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.active\:ring-slate-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.active\:ring-stone-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.active\:ring-teal-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.active\:ring-transparent:active {
  --tw-ring-color: transparent;
}

.active\:ring-violet-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.active\:ring-violet-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

.active\:ring-white:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.active\:ring-yellow-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-100:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-200:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-300:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-400:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-50:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-500:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-600:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-700:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-800:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-900:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.active\:ring-zinc-950:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled {
  cursor: not-allowed;
}

.disabled\:divide-amber-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-amber-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-black:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-blue-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-current:disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.disabled\:divide-cyan-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-cyan-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-emerald-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-fuchsia-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-gray-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-green-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-indigo-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-inherit:disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: inherit;
}

.disabled\:divide-lime-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-lime-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-neutral-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-orange-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-pink-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-purple-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-red-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-rose-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-sky-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-slate-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-stone-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-teal-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-transparent:disabled > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.disabled\:divide-violet-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-violet-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-white:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-yellow-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-100:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-200:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-300:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-400:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-50:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-500:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-600:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-700:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-800:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-900:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity, 1));
}

.disabled\:divide-zinc-950:disabled > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-divide-opacity, 1));
}

.disabled\:border-amber-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.disabled\:border-amber-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}

.disabled\:border-black:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.disabled\:border-blue-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.disabled\:border-current:disabled {
  border-color: currentColor;
}

.disabled\:border-cyan-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.disabled\:border-cyan-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.disabled\:border-emerald-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}

.disabled\:border-fuchsia-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.disabled\:border-gray-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.disabled\:border-green-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.disabled\:border-indigo-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.disabled\:border-inherit:disabled {
  border-color: inherit;
}

.disabled\:border-lime-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}

.disabled\:border-lime-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.disabled\:border-neutral-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.disabled\:border-orange-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.disabled\:border-pink-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.disabled\:border-purple-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.disabled\:border-red-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.disabled\:border-rose-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.disabled\:border-sky-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.disabled\:border-slate-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.disabled\:border-stone-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}

.disabled\:border-teal-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}

.disabled\:border-transparent:disabled {
  border-color: transparent;
}

.disabled\:border-violet-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}

.disabled\:border-violet-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}

.disabled\:border-white:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.disabled\:border-yellow-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-100:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-200:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-300:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-400:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-50:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-500:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-600:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-700:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-800:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-900:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.disabled\:border-zinc-950:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

.disabled\:bg-amber-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-amber-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-black:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-blue-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-current:disabled {
  background-color: currentColor;
}

.disabled\:bg-cyan-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-cyan-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-emerald-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-fuchsia-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-gray-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-green-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-indigo-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-inherit:disabled {
  background-color: inherit;
}

.disabled\:bg-lime-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-lime-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-neutral-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-orange-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-pink-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-purple-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-red-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-rose-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-sky-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-slate-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-stone-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-teal-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-transparent:disabled {
  background-color: transparent;
}

.disabled\:bg-violet-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-violet-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-white:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-yellow-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-200:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-300:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-400:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-50:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-500:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-600:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-700:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-800:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-900:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-zinc-950:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.disabled\:from-amber-100:disabled {
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-amber-200:disabled {
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-amber-300:disabled {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-amber-400:disabled {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-amber-50:disabled {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-amber-500:disabled {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-amber-600:disabled {
  --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);
}

.disabled\:from-amber-700:disabled {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-amber-800:disabled {
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-amber-900:disabled {
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-amber-950:disabled {
  --tw-gradient-from: #451a03 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);
}

.disabled\:from-black:disabled {
  --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);
}

.disabled\:from-blue-100:disabled {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-200:disabled {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-300:disabled {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-400:disabled {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-50:disabled {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-500:disabled {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-600:disabled {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-700:disabled {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-800:disabled {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-900:disabled {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-blue-950:disabled {
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-current:disabled {
  --tw-gradient-from: currentColor 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);
}

.disabled\:from-cyan-100:disabled {
  --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-cyan-200:disabled {
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-cyan-300:disabled {
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-cyan-400:disabled {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-cyan-50:disabled {
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-cyan-500:disabled {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-cyan-600:disabled {
  --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);
}

.disabled\:from-cyan-700:disabled {
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-cyan-800:disabled {
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-cyan-900:disabled {
  --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-cyan-950:disabled {
  --tw-gradient-from: #083344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 51 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-emerald-100:disabled {
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-emerald-200:disabled {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-emerald-300:disabled {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-emerald-400:disabled {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-emerald-50:disabled {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-emerald-500:disabled {
  --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);
}

.disabled\:from-emerald-600:disabled {
  --tw-gradient-from: #059669 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);
}

.disabled\:from-emerald-700:disabled {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-emerald-800:disabled {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-emerald-900:disabled {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-emerald-950:disabled {
  --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-100:disabled {
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-200:disabled {
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-300:disabled {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-400:disabled {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-50:disabled {
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-500:disabled {
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-600:disabled {
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-700:disabled {
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-800:disabled {
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-900:disabled {
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-fuchsia-950:disabled {
  --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-100:disabled {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-200:disabled {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-300:disabled {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-400:disabled {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-50:disabled {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-500:disabled {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-600:disabled {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-700:disabled {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-800:disabled {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-900:disabled {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-gray-950:disabled {
  --tw-gradient-from: #030712 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-100:disabled {
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-200:disabled {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-300:disabled {
  --tw-gradient-from: #86efac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-400:disabled {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-50:disabled {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-500:disabled {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-600:disabled {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-700:disabled {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-800:disabled {
  --tw-gradient-from: #166534 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-900:disabled {
  --tw-gradient-from: #14532d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-green-950:disabled {
  --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-100:disabled {
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-200:disabled {
  --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-300:disabled {
  --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-400:disabled {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-50:disabled {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-500:disabled {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-600:disabled {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-700:disabled {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-800:disabled {
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-900:disabled {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-indigo-950:disabled {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-inherit:disabled {
  --tw-gradient-from: inherit 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);
}

.disabled\:from-lime-100:disabled {
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-200:disabled {
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-300:disabled {
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-400:disabled {
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-50:disabled {
  --tw-gradient-from: #f7fee7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-500:disabled {
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-600:disabled {
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-700:disabled {
  --tw-gradient-from: #4d7c0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-800:disabled {
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-900:disabled {
  --tw-gradient-from: #365314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-lime-950:disabled {
  --tw-gradient-from: #1a2e05 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 46 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-100:disabled {
  --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-200:disabled {
  --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-300:disabled {
  --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-400:disabled {
  --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-50:disabled {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-500:disabled {
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-600:disabled {
  --tw-gradient-from: #525252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-700:disabled {
  --tw-gradient-from: #404040 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-800:disabled {
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-900:disabled {
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-neutral-950:disabled {
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-100:disabled {
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-200:disabled {
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-300:disabled {
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-400:disabled {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-50:disabled {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-500:disabled {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-600:disabled {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-700:disabled {
  --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-800:disabled {
  --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-900:disabled {
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-orange-950:disabled {
  --tw-gradient-from: #431407 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 20 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-100:disabled {
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-200:disabled {
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-300:disabled {
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-400:disabled {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-50:disabled {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-500:disabled {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-600:disabled {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-700:disabled {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-800:disabled {
  --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-900:disabled {
  --tw-gradient-from: #831843 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-pink-950:disabled {
  --tw-gradient-from: #500724 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 7 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-100:disabled {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-200:disabled {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-300:disabled {
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-400:disabled {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-50:disabled {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-500:disabled {
  --tw-gradient-from: #a855f7 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);
}

.disabled\:from-purple-600:disabled {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-700:disabled {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-800:disabled {
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-900:disabled {
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-purple-950:disabled {
  --tw-gradient-from: #3b0764 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 7 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-100:disabled {
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-200:disabled {
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-300:disabled {
  --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-400:disabled {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-50:disabled {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-500:disabled {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-600:disabled {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-700:disabled {
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-800:disabled {
  --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-900:disabled {
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-red-950:disabled {
  --tw-gradient-from: #450a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-100:disabled {
  --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-200:disabled {
  --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-300:disabled {
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-400:disabled {
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-50:disabled {
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-500:disabled {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-600:disabled {
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-700:disabled {
  --tw-gradient-from: #be123c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-800:disabled {
  --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-900:disabled {
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-rose-950:disabled {
  --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 5 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-100:disabled {
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-200:disabled {
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-300:disabled {
  --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-400:disabled {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-50:disabled {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-500:disabled {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-600:disabled {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-700:disabled {
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-800:disabled {
  --tw-gradient-from: #075985 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-900:disabled {
  --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-sky-950:disabled {
  --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 47 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-slate-100:disabled {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-slate-200:disabled {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-slate-300:disabled {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-slate-400:disabled {
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-slate-50:disabled {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-slate-500:disabled {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-slate-600:disabled {
  --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);
}

.disabled\:from-slate-700:disabled {
  --tw-gradient-from: #334155 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);
}

.disabled\:from-slate-800:disabled {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-slate-900:disabled {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-slate-950:disabled {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-100:disabled {
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-200:disabled {
  --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-300:disabled {
  --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-400:disabled {
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-50:disabled {
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-500:disabled {
  --tw-gradient-from: #78716c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-600:disabled {
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-700:disabled {
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-800:disabled {
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-900:disabled {
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-stone-950:disabled {
  --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 10 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-100:disabled {
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-200:disabled {
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-300:disabled {
  --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-400:disabled {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-50:disabled {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-500:disabled {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-600:disabled {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-700:disabled {
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-800:disabled {
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-900:disabled {
  --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-teal-950:disabled {
  --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 47 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-transparent:disabled {
  --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);
}

.disabled\:from-violet-100:disabled {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-200:disabled {
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-300:disabled {
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-400:disabled {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-50:disabled {
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-500:disabled {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-600:disabled {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-700:disabled {
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-800:disabled {
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-900:disabled {
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-violet-950:disabled {
  --tw-gradient-from: #2e1065 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);
}

.disabled\:from-white:disabled {
  --tw-gradient-from: #fff 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);
}

.disabled\:from-yellow-100:disabled {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-200:disabled {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-300:disabled {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-400:disabled {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-50:disabled {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-500:disabled {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-600:disabled {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-700:disabled {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-800:disabled {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-900:disabled {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-yellow-950:disabled {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-100:disabled {
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-200:disabled {
  --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-300:disabled {
  --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-400:disabled {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-50:disabled {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-500:disabled {
  --tw-gradient-from: #71717a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-600:disabled {
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-700:disabled {
  --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-800:disabled {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-900:disabled {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:from-zinc-950:disabled {
  --tw-gradient-from: #09090b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.disabled\:via-amber-100:disabled {
  --tw-gradient-to: rgb(254 243 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-200:disabled {
  --tw-gradient-to: rgb(253 230 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-300:disabled {
  --tw-gradient-to: rgb(252 211 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-400:disabled {
  --tw-gradient-to: rgb(251 191 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-50:disabled {
  --tw-gradient-to: rgb(255 251 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-500:disabled {
  --tw-gradient-to: rgb(245 158 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-600:disabled {
  --tw-gradient-to: rgb(217 119 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-700:disabled {
  --tw-gradient-to: rgb(180 83 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b45309 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-800:disabled {
  --tw-gradient-to: rgb(146 64 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #92400e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-900:disabled {
  --tw-gradient-to: rgb(120 53 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78350f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-amber-950:disabled {
  --tw-gradient-to: rgb(69 26 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #451a03 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-black:disabled {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-100:disabled {
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-200:disabled {
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-300:disabled {
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-400:disabled {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-50:disabled {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-500:disabled {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-600:disabled {
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-700:disabled {
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-800:disabled {
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-900:disabled {
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-blue-950:disabled {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-current:disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), currentColor var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-100:disabled {
  --tw-gradient-to: rgb(207 250 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-200:disabled {
  --tw-gradient-to: rgb(165 243 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-300:disabled {
  --tw-gradient-to: rgb(103 232 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-400:disabled {
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-50:disabled {
  --tw-gradient-to: rgb(236 254 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-500:disabled {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-600:disabled {
  --tw-gradient-to: rgb(8 145 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-700:disabled {
  --tw-gradient-to: rgb(14 116 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-800:disabled {
  --tw-gradient-to: rgb(21 94 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #155e75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-900:disabled {
  --tw-gradient-to: rgb(22 78 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #164e63 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-cyan-950:disabled {
  --tw-gradient-to: rgb(8 51 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #083344 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-100:disabled {
  --tw-gradient-to: rgb(209 250 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-200:disabled {
  --tw-gradient-to: rgb(167 243 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-300:disabled {
  --tw-gradient-to: rgb(110 231 183 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-400:disabled {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-50:disabled {
  --tw-gradient-to: rgb(236 253 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-500:disabled {
  --tw-gradient-to: rgb(16 185 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #10b981 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-600:disabled {
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-700:disabled {
  --tw-gradient-to: rgb(4 120 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #047857 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-800:disabled {
  --tw-gradient-to: rgb(6 95 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #065f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-900:disabled {
  --tw-gradient-to: rgb(6 78 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-emerald-950:disabled {
  --tw-gradient-to: rgb(2 44 34 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #022c22 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-100:disabled {
  --tw-gradient-to: rgb(250 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-200:disabled {
  --tw-gradient-to: rgb(245 208 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-300:disabled {
  --tw-gradient-to: rgb(240 171 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-400:disabled {
  --tw-gradient-to: rgb(232 121 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-50:disabled {
  --tw-gradient-to: rgb(253 244 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-500:disabled {
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-600:disabled {
  --tw-gradient-to: rgb(192 38 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-700:disabled {
  --tw-gradient-to: rgb(162 28 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-800:disabled {
  --tw-gradient-to: rgb(134 25 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86198f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-900:disabled {
  --tw-gradient-to: rgb(112 26 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #701a75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-fuchsia-950:disabled {
  --tw-gradient-to: rgb(74 4 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a044e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-100:disabled {
  --tw-gradient-to: rgb(243 244 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-200:disabled {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-300:disabled {
  --tw-gradient-to: rgb(209 213 219 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-400:disabled {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-50:disabled {
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-500:disabled {
  --tw-gradient-to: rgb(107 114 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-600:disabled {
  --tw-gradient-to: rgb(75 85 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-700:disabled {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-800:disabled {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-900:disabled {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-gray-950:disabled {
  --tw-gradient-to: rgb(3 7 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #030712 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-100:disabled {
  --tw-gradient-to: rgb(220 252 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-200:disabled {
  --tw-gradient-to: rgb(187 247 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-300:disabled {
  --tw-gradient-to: rgb(134 239 172 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86efac var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-400:disabled {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-50:disabled {
  --tw-gradient-to: rgb(240 253 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-500:disabled {
  --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-600:disabled {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-700:disabled {
  --tw-gradient-to: rgb(21 128 61 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #15803d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-800:disabled {
  --tw-gradient-to: rgb(22 101 52 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-900:disabled {
  --tw-gradient-to: rgb(20 83 45 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14532d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-green-950:disabled {
  --tw-gradient-to: rgb(5 46 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #052e16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-100:disabled {
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-200:disabled {
  --tw-gradient-to: rgb(199 210 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-300:disabled {
  --tw-gradient-to: rgb(165 180 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-400:disabled {
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-50:disabled {
  --tw-gradient-to: rgb(238 242 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-500:disabled {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-600:disabled {
  --tw-gradient-to: rgb(79 70 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-700:disabled {
  --tw-gradient-to: rgb(67 56 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-800:disabled {
  --tw-gradient-to: rgb(55 48 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-900:disabled {
  --tw-gradient-to: rgb(49 46 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #312e81 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-indigo-950:disabled {
  --tw-gradient-to: rgb(30 27 75 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e1b4b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-inherit:disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), inherit var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-100:disabled {
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-200:disabled {
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-300:disabled {
  --tw-gradient-to: rgb(190 242 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bef264 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-400:disabled {
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-50:disabled {
  --tw-gradient-to: rgb(247 254 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-500:disabled {
  --tw-gradient-to: rgb(132 204 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-600:disabled {
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-700:disabled {
  --tw-gradient-to: rgb(77 124 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-800:disabled {
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-900:disabled {
  --tw-gradient-to: rgb(54 83 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #365314 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-lime-950:disabled {
  --tw-gradient-to: rgb(26 46 5 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a2e05 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-100:disabled {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-200:disabled {
  --tw-gradient-to: rgb(229 229 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-300:disabled {
  --tw-gradient-to: rgb(212 212 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-400:disabled {
  --tw-gradient-to: rgb(163 163 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-50:disabled {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-500:disabled {
  --tw-gradient-to: rgb(115 115 115 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #737373 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-600:disabled {
  --tw-gradient-to: rgb(82 82 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #525252 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-700:disabled {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #404040 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-800:disabled {
  --tw-gradient-to: rgb(38 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #262626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-900:disabled {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #171717 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-neutral-950:disabled {
  --tw-gradient-to: rgb(10 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-100:disabled {
  --tw-gradient-to: rgb(255 237 213 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-200:disabled {
  --tw-gradient-to: rgb(254 215 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-300:disabled {
  --tw-gradient-to: rgb(253 186 116 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-400:disabled {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-50:disabled {
  --tw-gradient-to: rgb(255 247 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-500:disabled {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-600:disabled {
  --tw-gradient-to: rgb(234 88 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-700:disabled {
  --tw-gradient-to: rgb(194 65 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-800:disabled {
  --tw-gradient-to: rgb(154 52 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-900:disabled {
  --tw-gradient-to: rgb(124 45 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-orange-950:disabled {
  --tw-gradient-to: rgb(67 20 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #431407 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-100:disabled {
  --tw-gradient-to: rgb(252 231 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-200:disabled {
  --tw-gradient-to: rgb(251 207 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-300:disabled {
  --tw-gradient-to: rgb(249 168 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-400:disabled {
  --tw-gradient-to: rgb(244 114 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-50:disabled {
  --tw-gradient-to: rgb(253 242 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-500:disabled {
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-600:disabled {
  --tw-gradient-to: rgb(219 39 119 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-700:disabled {
  --tw-gradient-to: rgb(190 24 93 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be185d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-800:disabled {
  --tw-gradient-to: rgb(157 23 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-900:disabled {
  --tw-gradient-to: rgb(131 24 67 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #831843 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-pink-950:disabled {
  --tw-gradient-to: rgb(80 7 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #500724 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-100:disabled {
  --tw-gradient-to: rgb(243 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-200:disabled {
  --tw-gradient-to: rgb(233 213 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-300:disabled {
  --tw-gradient-to: rgb(216 180 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-400:disabled {
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-50:disabled {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-500:disabled {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-600:disabled {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-700:disabled {
  --tw-gradient-to: rgb(126 34 206 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-800:disabled {
  --tw-gradient-to: rgb(107 33 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-900:disabled {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-purple-950:disabled {
  --tw-gradient-to: rgb(59 7 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b0764 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-100:disabled {
  --tw-gradient-to: rgb(254 226 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-200:disabled {
  --tw-gradient-to: rgb(254 202 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-300:disabled {
  --tw-gradient-to: rgb(252 165 165 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-400:disabled {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f87171 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-50:disabled {
  --tw-gradient-to: rgb(254 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-500:disabled {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-600:disabled {
  --tw-gradient-to: rgb(220 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-700:disabled {
  --tw-gradient-to: rgb(185 28 28 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-800:disabled {
  --tw-gradient-to: rgb(153 27 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-900:disabled {
  --tw-gradient-to: rgb(127 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-red-950:disabled {
  --tw-gradient-to: rgb(69 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-100:disabled {
  --tw-gradient-to: rgb(255 228 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-200:disabled {
  --tw-gradient-to: rgb(254 205 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-300:disabled {
  --tw-gradient-to: rgb(253 164 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-400:disabled {
  --tw-gradient-to: rgb(251 113 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-50:disabled {
  --tw-gradient-to: rgb(255 241 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-500:disabled {
  --tw-gradient-to: rgb(244 63 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-600:disabled {
  --tw-gradient-to: rgb(225 29 72 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-700:disabled {
  --tw-gradient-to: rgb(190 18 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be123c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-800:disabled {
  --tw-gradient-to: rgb(159 18 57 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-900:disabled {
  --tw-gradient-to: rgb(136 19 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #881337 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-rose-950:disabled {
  --tw-gradient-to: rgb(76 5 25 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c0519 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-100:disabled {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-200:disabled {
  --tw-gradient-to: rgb(186 230 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-300:disabled {
  --tw-gradient-to: rgb(125 211 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-400:disabled {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-50:disabled {
  --tw-gradient-to: rgb(240 249 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-500:disabled {
  --tw-gradient-to: rgb(14 165 233 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-600:disabled {
  --tw-gradient-to: rgb(2 132 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-700:disabled {
  --tw-gradient-to: rgb(3 105 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-800:disabled {
  --tw-gradient-to: rgb(7 89 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #075985 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-900:disabled {
  --tw-gradient-to: rgb(12 74 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-sky-950:disabled {
  --tw-gradient-to: rgb(8 47 73 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #082f49 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-100:disabled {
  --tw-gradient-to: rgb(241 245 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-200:disabled {
  --tw-gradient-to: rgb(226 232 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-300:disabled {
  --tw-gradient-to: rgb(203 213 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-400:disabled {
  --tw-gradient-to: rgb(148 163 184 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-50:disabled {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-500:disabled {
  --tw-gradient-to: rgb(100 116 139 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #64748b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-600:disabled {
  --tw-gradient-to: rgb(71 85 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #475569 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-700:disabled {
  --tw-gradient-to: rgb(51 65 85 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-800:disabled {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-900:disabled {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-slate-950:disabled {
  --tw-gradient-to: rgb(2 6 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-100:disabled {
  --tw-gradient-to: rgb(245 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-200:disabled {
  --tw-gradient-to: rgb(231 229 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-300:disabled {
  --tw-gradient-to: rgb(214 211 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-400:disabled {
  --tw-gradient-to: rgb(168 162 158 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-50:disabled {
  --tw-gradient-to: rgb(250 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-500:disabled {
  --tw-gradient-to: rgb(120 113 108 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78716c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-600:disabled {
  --tw-gradient-to: rgb(87 83 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #57534e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-700:disabled {
  --tw-gradient-to: rgb(68 64 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #44403c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-800:disabled {
  --tw-gradient-to: rgb(41 37 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #292524 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-900:disabled {
  --tw-gradient-to: rgb(28 25 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-stone-950:disabled {
  --tw-gradient-to: rgb(12 10 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c0a09 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-100:disabled {
  --tw-gradient-to: rgb(204 251 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-200:disabled {
  --tw-gradient-to: rgb(153 246 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-300:disabled {
  --tw-gradient-to: rgb(94 234 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-400:disabled {
  --tw-gradient-to: rgb(45 212 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-50:disabled {
  --tw-gradient-to: rgb(240 253 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-500:disabled {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-600:disabled {
  --tw-gradient-to: rgb(13 148 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-700:disabled {
  --tw-gradient-to: rgb(15 118 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-800:disabled {
  --tw-gradient-to: rgb(17 94 89 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #115e59 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-900:disabled {
  --tw-gradient-to: rgb(19 78 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-teal-950:disabled {
  --tw-gradient-to: rgb(4 47 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #042f2e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-transparent:disabled {
  --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);
}

.disabled\:via-violet-100:disabled {
  --tw-gradient-to: rgb(237 233 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-200:disabled {
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-300:disabled {
  --tw-gradient-to: rgb(196 181 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-400:disabled {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-50:disabled {
  --tw-gradient-to: rgb(245 243 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-500:disabled {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-600:disabled {
  --tw-gradient-to: rgb(124 58 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-700:disabled {
  --tw-gradient-to: rgb(109 40 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-800:disabled {
  --tw-gradient-to: rgb(91 33 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-900:disabled {
  --tw-gradient-to: rgb(76 29 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-violet-950:disabled {
  --tw-gradient-to: rgb(46 16 101 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1065 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-white:disabled {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-100:disabled {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-200:disabled {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-300:disabled {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-400:disabled {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-50:disabled {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-500:disabled {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-600:disabled {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-700:disabled {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-800:disabled {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-900:disabled {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-yellow-950:disabled {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-100:disabled {
  --tw-gradient-to: rgb(244 244 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-200:disabled {
  --tw-gradient-to: rgb(228 228 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-300:disabled {
  --tw-gradient-to: rgb(212 212 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-400:disabled {
  --tw-gradient-to: rgb(161 161 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-50:disabled {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-500:disabled {
  --tw-gradient-to: rgb(113 113 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #71717a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-600:disabled {
  --tw-gradient-to: rgb(82 82 91 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #52525b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-700:disabled {
  --tw-gradient-to: rgb(63 63 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-800:disabled {
  --tw-gradient-to: rgb(39 39 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-900:disabled {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:via-zinc-950:disabled {
  --tw-gradient-to: rgb(9 9 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #09090b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.disabled\:to-amber-100:disabled {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.disabled\:to-amber-200:disabled {
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}

.disabled\:to-amber-300:disabled {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}

.disabled\:to-amber-400:disabled {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}

.disabled\:to-amber-50:disabled {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.disabled\:to-amber-500:disabled {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.disabled\:to-amber-600:disabled {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.disabled\:to-amber-700:disabled {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.disabled\:to-amber-800:disabled {
  --tw-gradient-to: #92400e var(--tw-gradient-to-position);
}

.disabled\:to-amber-900:disabled {
  --tw-gradient-to: #78350f var(--tw-gradient-to-position);
}

.disabled\:to-amber-950:disabled {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
}

.disabled\:to-black:disabled {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.disabled\:to-blue-100:disabled {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.disabled\:to-blue-200:disabled {
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.disabled\:to-blue-300:disabled {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.disabled\:to-blue-400:disabled {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.disabled\:to-blue-50:disabled {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.disabled\:to-blue-500:disabled {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.disabled\:to-blue-600:disabled {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.disabled\:to-blue-700:disabled {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.disabled\:to-blue-800:disabled {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.disabled\:to-blue-900:disabled {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.disabled\:to-blue-950:disabled {
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
}

.disabled\:to-current:disabled {
  --tw-gradient-to: currentColor var(--tw-gradient-to-position);
}

.disabled\:to-cyan-100:disabled {
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
}

.disabled\:to-cyan-200:disabled {
  --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position);
}

.disabled\:to-cyan-300:disabled {
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}

.disabled\:to-cyan-400:disabled {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.disabled\:to-cyan-50:disabled {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}

.disabled\:to-cyan-500:disabled {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}

.disabled\:to-cyan-600:disabled {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.disabled\:to-cyan-700:disabled {
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.disabled\:to-cyan-800:disabled {
  --tw-gradient-to: #155e75 var(--tw-gradient-to-position);
}

.disabled\:to-cyan-900:disabled {
  --tw-gradient-to: #164e63 var(--tw-gradient-to-position);
}

.disabled\:to-cyan-950:disabled {
  --tw-gradient-to: #083344 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-100:disabled {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-200:disabled {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-300:disabled {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-400:disabled {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-50:disabled {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-500:disabled {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-600:disabled {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-700:disabled {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-800:disabled {
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}

.disabled\:to-emerald-900:disabled {
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}

.disabled\:to-emerald-950:disabled {
  --tw-gradient-to: #022c22 var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-100:disabled {
  --tw-gradient-to: #fae8ff var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-200:disabled {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-300:disabled {
  --tw-gradient-to: #f0abfc var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-400:disabled {
  --tw-gradient-to: #e879f9 var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-50:disabled {
  --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-500:disabled {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-600:disabled {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-700:disabled {
  --tw-gradient-to: #a21caf var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-800:disabled {
  --tw-gradient-to: #86198f var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-900:disabled {
  --tw-gradient-to: #701a75 var(--tw-gradient-to-position);
}

.disabled\:to-fuchsia-950:disabled {
  --tw-gradient-to: #4a044e var(--tw-gradient-to-position);
}

.disabled\:to-gray-100:disabled {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.disabled\:to-gray-200:disabled {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.disabled\:to-gray-300:disabled {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.disabled\:to-gray-400:disabled {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}

.disabled\:to-gray-50:disabled {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.disabled\:to-gray-500:disabled {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.disabled\:to-gray-600:disabled {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

.disabled\:to-gray-700:disabled {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.disabled\:to-gray-800:disabled {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.disabled\:to-gray-900:disabled {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.disabled\:to-gray-950:disabled {
  --tw-gradient-to: #030712 var(--tw-gradient-to-position);
}

.disabled\:to-green-100:disabled {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.disabled\:to-green-200:disabled {
  --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position);
}

.disabled\:to-green-300:disabled {
  --tw-gradient-to: #86efac var(--tw-gradient-to-position);
}

.disabled\:to-green-400:disabled {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}

.disabled\:to-green-50:disabled {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}

.disabled\:to-green-500:disabled {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.disabled\:to-green-600:disabled {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.disabled\:to-green-700:disabled {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.disabled\:to-green-800:disabled {
  --tw-gradient-to: #166534 var(--tw-gradient-to-position);
}

.disabled\:to-green-900:disabled {
  --tw-gradient-to: #14532d var(--tw-gradient-to-position);
}

.disabled\:to-green-950:disabled {
  --tw-gradient-to: #052e16 var(--tw-gradient-to-position);
}

.disabled\:to-indigo-100:disabled {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.disabled\:to-indigo-200:disabled {
  --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position);
}

.disabled\:to-indigo-300:disabled {
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}

.disabled\:to-indigo-400:disabled {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.disabled\:to-indigo-50:disabled {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.disabled\:to-indigo-500:disabled {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.disabled\:to-indigo-600:disabled {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.disabled\:to-indigo-700:disabled {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.disabled\:to-indigo-800:disabled {
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
}

.disabled\:to-indigo-900:disabled {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}

.disabled\:to-indigo-950:disabled {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}

.disabled\:to-inherit:disabled {
  --tw-gradient-to: inherit var(--tw-gradient-to-position);
}

.disabled\:to-lime-100:disabled {
  --tw-gradient-to: #ecfccb var(--tw-gradient-to-position);
}

.disabled\:to-lime-200:disabled {
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position);
}

.disabled\:to-lime-300:disabled {
  --tw-gradient-to: #bef264 var(--tw-gradient-to-position);
}

.disabled\:to-lime-400:disabled {
  --tw-gradient-to: #a3e635 var(--tw-gradient-to-position);
}

.disabled\:to-lime-50:disabled {
  --tw-gradient-to: #f7fee7 var(--tw-gradient-to-position);
}

.disabled\:to-lime-500:disabled {
  --tw-gradient-to: #84cc16 var(--tw-gradient-to-position);
}

.disabled\:to-lime-600:disabled {
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position);
}

.disabled\:to-lime-700:disabled {
  --tw-gradient-to: #4d7c0f var(--tw-gradient-to-position);
}

.disabled\:to-lime-800:disabled {
  --tw-gradient-to: #3f6212 var(--tw-gradient-to-position);
}

.disabled\:to-lime-900:disabled {
  --tw-gradient-to: #365314 var(--tw-gradient-to-position);
}

.disabled\:to-lime-950:disabled {
  --tw-gradient-to: #1a2e05 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-100:disabled {
  --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-200:disabled {
  --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-300:disabled {
  --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-400:disabled {
  --tw-gradient-to: #a3a3a3 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-50:disabled {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.disabled\:to-neutral-500:disabled {
  --tw-gradient-to: #737373 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-600:disabled {
  --tw-gradient-to: #525252 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-700:disabled {
  --tw-gradient-to: #404040 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-800:disabled {
  --tw-gradient-to: #262626 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-900:disabled {
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
}

.disabled\:to-neutral-950:disabled {
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}

.disabled\:to-orange-100:disabled {
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}

.disabled\:to-orange-200:disabled {
  --tw-gradient-to: #fed7aa var(--tw-gradient-to-position);
}

.disabled\:to-orange-300:disabled {
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
}

.disabled\:to-orange-400:disabled {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.disabled\:to-orange-50:disabled {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}

.disabled\:to-orange-500:disabled {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.disabled\:to-orange-600:disabled {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.disabled\:to-orange-700:disabled {
  --tw-gradient-to: #c2410c var(--tw-gradient-to-position);
}

.disabled\:to-orange-800:disabled {
  --tw-gradient-to: #9a3412 var(--tw-gradient-to-position);
}

.disabled\:to-orange-900:disabled {
  --tw-gradient-to: #7c2d12 var(--tw-gradient-to-position);
}

.disabled\:to-orange-950:disabled {
  --tw-gradient-to: #431407 var(--tw-gradient-to-position);
}

.disabled\:to-pink-100:disabled {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}

.disabled\:to-pink-200:disabled {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}

.disabled\:to-pink-300:disabled {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}

.disabled\:to-pink-400:disabled {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}

.disabled\:to-pink-50:disabled {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}

.disabled\:to-pink-500:disabled {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.disabled\:to-pink-600:disabled {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.disabled\:to-pink-700:disabled {
  --tw-gradient-to: #be185d var(--tw-gradient-to-position);
}

.disabled\:to-pink-800:disabled {
  --tw-gradient-to: #9d174d var(--tw-gradient-to-position);
}

.disabled\:to-pink-900:disabled {
  --tw-gradient-to: #831843 var(--tw-gradient-to-position);
}

.disabled\:to-pink-950:disabled {
  --tw-gradient-to: #500724 var(--tw-gradient-to-position);
}

.disabled\:to-purple-100:disabled {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.disabled\:to-purple-200:disabled {
  --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}

.disabled\:to-purple-300:disabled {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}

.disabled\:to-purple-400:disabled {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}

.disabled\:to-purple-50:disabled {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.disabled\:to-purple-500:disabled {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.disabled\:to-purple-600:disabled {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.disabled\:to-purple-700:disabled {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.disabled\:to-purple-800:disabled {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.disabled\:to-purple-900:disabled {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}

.disabled\:to-purple-950:disabled {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}

.disabled\:to-red-100:disabled {
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.disabled\:to-red-200:disabled {
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}

.disabled\:to-red-300:disabled {
  --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position);
}

.disabled\:to-red-400:disabled {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}

.disabled\:to-red-50:disabled {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.disabled\:to-red-500:disabled {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.disabled\:to-red-600:disabled {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.disabled\:to-red-700:disabled {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.disabled\:to-red-800:disabled {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}

.disabled\:to-red-900:disabled {
  --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

.disabled\:to-red-950:disabled {
  --tw-gradient-to: #450a0a var(--tw-gradient-to-position);
}

.disabled\:to-rose-100:disabled {
  --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position);
}

.disabled\:to-rose-200:disabled {
  --tw-gradient-to: #fecdd3 var(--tw-gradient-to-position);
}

.disabled\:to-rose-300:disabled {
  --tw-gradient-to: #fda4af var(--tw-gradient-to-position);
}

.disabled\:to-rose-400:disabled {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}

.disabled\:to-rose-50:disabled {
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}

.disabled\:to-rose-500:disabled {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.disabled\:to-rose-600:disabled {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

.disabled\:to-rose-700:disabled {
  --tw-gradient-to: #be123c var(--tw-gradient-to-position);
}

.disabled\:to-rose-800:disabled {
  --tw-gradient-to: #9f1239 var(--tw-gradient-to-position);
}

.disabled\:to-rose-900:disabled {
  --tw-gradient-to: #881337 var(--tw-gradient-to-position);
}

.disabled\:to-rose-950:disabled {
  --tw-gradient-to: #4c0519 var(--tw-gradient-to-position);
}

.disabled\:to-sky-100:disabled {
  --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position);
}

.disabled\:to-sky-200:disabled {
  --tw-gradient-to: #bae6fd var(--tw-gradient-to-position);
}

.disabled\:to-sky-300:disabled {
  --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position);
}

.disabled\:to-sky-400:disabled {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}

.disabled\:to-sky-50:disabled {
  --tw-gradient-to: #f0f9ff var(--tw-gradient-to-position);
}

.disabled\:to-sky-500:disabled {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}

.disabled\:to-sky-600:disabled {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}

.disabled\:to-sky-700:disabled {
  --tw-gradient-to: #0369a1 var(--tw-gradient-to-position);
}

.disabled\:to-sky-800:disabled {
  --tw-gradient-to: #075985 var(--tw-gradient-to-position);
}

.disabled\:to-sky-900:disabled {
  --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position);
}

.disabled\:to-sky-950:disabled {
  --tw-gradient-to: #082f49 var(--tw-gradient-to-position);
}

.disabled\:to-slate-100:disabled {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}

.disabled\:to-slate-200:disabled {
  --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);
}

.disabled\:to-slate-300:disabled {
  --tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position);
}

.disabled\:to-slate-400:disabled {
  --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position);
}

.disabled\:to-slate-50:disabled {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}

.disabled\:to-slate-500:disabled {
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}

.disabled\:to-slate-600:disabled {
  --tw-gradient-to: #475569 var(--tw-gradient-to-position);
}

.disabled\:to-slate-700:disabled {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}

.disabled\:to-slate-800:disabled {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.disabled\:to-slate-900:disabled {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.disabled\:to-slate-950:disabled {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}

.disabled\:to-stone-100:disabled {
  --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position);
}

.disabled\:to-stone-200:disabled {
  --tw-gradient-to: #e7e5e4 var(--tw-gradient-to-position);
}

.disabled\:to-stone-300:disabled {
  --tw-gradient-to: #d6d3d1 var(--tw-gradient-to-position);
}

.disabled\:to-stone-400:disabled {
  --tw-gradient-to: #a8a29e var(--tw-gradient-to-position);
}

.disabled\:to-stone-50:disabled {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.disabled\:to-stone-500:disabled {
  --tw-gradient-to: #78716c var(--tw-gradient-to-position);
}

.disabled\:to-stone-600:disabled {
  --tw-gradient-to: #57534e var(--tw-gradient-to-position);
}

.disabled\:to-stone-700:disabled {
  --tw-gradient-to: #44403c var(--tw-gradient-to-position);
}

.disabled\:to-stone-800:disabled {
  --tw-gradient-to: #292524 var(--tw-gradient-to-position);
}

.disabled\:to-stone-900:disabled {
  --tw-gradient-to: #1c1917 var(--tw-gradient-to-position);
}

.disabled\:to-stone-950:disabled {
  --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position);
}

.disabled\:to-teal-100:disabled {
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}

.disabled\:to-teal-200:disabled {
  --tw-gradient-to: #99f6e4 var(--tw-gradient-to-position);
}

.disabled\:to-teal-300:disabled {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}

.disabled\:to-teal-400:disabled {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}

.disabled\:to-teal-50:disabled {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}

.disabled\:to-teal-500:disabled {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.disabled\:to-teal-600:disabled {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.disabled\:to-teal-700:disabled {
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}

.disabled\:to-teal-800:disabled {
  --tw-gradient-to: #115e59 var(--tw-gradient-to-position);
}

.disabled\:to-teal-900:disabled {
  --tw-gradient-to: #134e4a var(--tw-gradient-to-position);
}

.disabled\:to-teal-950:disabled {
  --tw-gradient-to: #042f2e var(--tw-gradient-to-position);
}

.disabled\:to-transparent:disabled {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.disabled\:to-violet-100:disabled {
  --tw-gradient-to: #ede9fe var(--tw-gradient-to-position);
}

.disabled\:to-violet-200:disabled {
  --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position);
}

.disabled\:to-violet-300:disabled {
  --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position);
}

.disabled\:to-violet-400:disabled {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

.disabled\:to-violet-50:disabled {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}

.disabled\:to-violet-500:disabled {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

.disabled\:to-violet-600:disabled {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}

.disabled\:to-violet-700:disabled {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}

.disabled\:to-violet-800:disabled {
  --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
}

.disabled\:to-violet-900:disabled {
  --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position);
}

.disabled\:to-violet-950:disabled {
  --tw-gradient-to: #2e1065 var(--tw-gradient-to-position);
}

.disabled\:to-white:disabled {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.disabled\:to-yellow-100:disabled {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.disabled\:to-yellow-200:disabled {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.disabled\:to-yellow-300:disabled {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.disabled\:to-yellow-400:disabled {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.disabled\:to-yellow-50:disabled {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.disabled\:to-yellow-500:disabled {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.disabled\:to-yellow-600:disabled {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.disabled\:to-yellow-700:disabled {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.disabled\:to-yellow-800:disabled {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.disabled\:to-yellow-900:disabled {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.disabled\:to-yellow-950:disabled {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.disabled\:to-zinc-100:disabled {
  --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position);
}

.disabled\:to-zinc-200:disabled {
  --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position);
}

.disabled\:to-zinc-300:disabled {
  --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position);
}

.disabled\:to-zinc-400:disabled {
  --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position);
}

.disabled\:to-zinc-50:disabled {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.disabled\:to-zinc-500:disabled {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}

.disabled\:to-zinc-600:disabled {
  --tw-gradient-to: #52525b var(--tw-gradient-to-position);
}

.disabled\:to-zinc-700:disabled {
  --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position);
}

.disabled\:to-zinc-800:disabled {
  --tw-gradient-to: #27272a var(--tw-gradient-to-position);
}

.disabled\:to-zinc-900:disabled {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.disabled\:to-zinc-950:disabled {
  --tw-gradient-to: #09090b var(--tw-gradient-to-position);
}

.disabled\:fill-amber-100:disabled {
  fill: #fef3c7;
}

.disabled\:fill-amber-200:disabled {
  fill: #fde68a;
}

.disabled\:fill-amber-300:disabled {
  fill: #fcd34d;
}

.disabled\:fill-amber-400:disabled {
  fill: #fbbf24;
}

.disabled\:fill-amber-50:disabled {
  fill: #fffbeb;
}

.disabled\:fill-amber-500:disabled {
  fill: #f59e0b;
}

.disabled\:fill-amber-600:disabled {
  fill: #d97706;
}

.disabled\:fill-amber-700:disabled {
  fill: #b45309;
}

.disabled\:fill-amber-800:disabled {
  fill: #92400e;
}

.disabled\:fill-amber-900:disabled {
  fill: #78350f;
}

.disabled\:fill-amber-950:disabled {
  fill: #451a03;
}

.disabled\:fill-black:disabled {
  fill: #000;
}

.disabled\:fill-blue-100:disabled {
  fill: #dbeafe;
}

.disabled\:fill-blue-200:disabled {
  fill: #bfdbfe;
}

.disabled\:fill-blue-300:disabled {
  fill: #93c5fd;
}

.disabled\:fill-blue-400:disabled {
  fill: #60a5fa;
}

.disabled\:fill-blue-50:disabled {
  fill: #eff6ff;
}

.disabled\:fill-blue-500:disabled {
  fill: #3b82f6;
}

.disabled\:fill-blue-600:disabled {
  fill: #2563eb;
}

.disabled\:fill-blue-700:disabled {
  fill: #1d4ed8;
}

.disabled\:fill-blue-800:disabled {
  fill: #1e40af;
}

.disabled\:fill-blue-900:disabled {
  fill: #1e3a8a;
}

.disabled\:fill-blue-950:disabled {
  fill: #172554;
}

.disabled\:fill-current:disabled {
  fill: currentColor;
}

.disabled\:fill-cyan-100:disabled {
  fill: #cffafe;
}

.disabled\:fill-cyan-200:disabled {
  fill: #a5f3fc;
}

.disabled\:fill-cyan-300:disabled {
  fill: #67e8f9;
}

.disabled\:fill-cyan-400:disabled {
  fill: #22d3ee;
}

.disabled\:fill-cyan-50:disabled {
  fill: #ecfeff;
}

.disabled\:fill-cyan-500:disabled {
  fill: #06b6d4;
}

.disabled\:fill-cyan-600:disabled {
  fill: #0891b2;
}

.disabled\:fill-cyan-700:disabled {
  fill: #0e7490;
}

.disabled\:fill-cyan-800:disabled {
  fill: #155e75;
}

.disabled\:fill-cyan-900:disabled {
  fill: #164e63;
}

.disabled\:fill-cyan-950:disabled {
  fill: #083344;
}

.disabled\:fill-emerald-100:disabled {
  fill: #d1fae5;
}

.disabled\:fill-emerald-200:disabled {
  fill: #a7f3d0;
}

.disabled\:fill-emerald-300:disabled {
  fill: #6ee7b7;
}

.disabled\:fill-emerald-400:disabled {
  fill: #34d399;
}

.disabled\:fill-emerald-50:disabled {
  fill: #ecfdf5;
}

.disabled\:fill-emerald-500:disabled {
  fill: #10b981;
}

.disabled\:fill-emerald-600:disabled {
  fill: #059669;
}

.disabled\:fill-emerald-700:disabled {
  fill: #047857;
}

.disabled\:fill-emerald-800:disabled {
  fill: #065f46;
}

.disabled\:fill-emerald-900:disabled {
  fill: #064e3b;
}

.disabled\:fill-emerald-950:disabled {
  fill: #022c22;
}

.disabled\:fill-fuchsia-100:disabled {
  fill: #fae8ff;
}

.disabled\:fill-fuchsia-200:disabled {
  fill: #f5d0fe;
}

.disabled\:fill-fuchsia-300:disabled {
  fill: #f0abfc;
}

.disabled\:fill-fuchsia-400:disabled {
  fill: #e879f9;
}

.disabled\:fill-fuchsia-50:disabled {
  fill: #fdf4ff;
}

.disabled\:fill-fuchsia-500:disabled {
  fill: #d946ef;
}

.disabled\:fill-fuchsia-600:disabled {
  fill: #c026d3;
}

.disabled\:fill-fuchsia-700:disabled {
  fill: #a21caf;
}

.disabled\:fill-fuchsia-800:disabled {
  fill: #86198f;
}

.disabled\:fill-fuchsia-900:disabled {
  fill: #701a75;
}

.disabled\:fill-fuchsia-950:disabled {
  fill: #4a044e;
}

.disabled\:fill-gray-100:disabled {
  fill: #f3f4f6;
}

.disabled\:fill-gray-200:disabled {
  fill: #e5e7eb;
}

.disabled\:fill-gray-300:disabled {
  fill: #d1d5db;
}

.disabled\:fill-gray-400:disabled {
  fill: #9ca3af;
}

.disabled\:fill-gray-50:disabled {
  fill: #f9fafb;
}

.disabled\:fill-gray-500:disabled {
  fill: #6b7280;
}

.disabled\:fill-gray-600:disabled {
  fill: #4b5563;
}

.disabled\:fill-gray-700:disabled {
  fill: #374151;
}

.disabled\:fill-gray-800:disabled {
  fill: #1f2937;
}

.disabled\:fill-gray-900:disabled {
  fill: #111827;
}

.disabled\:fill-gray-950:disabled {
  fill: #030712;
}

.disabled\:fill-green-100:disabled {
  fill: #dcfce7;
}

.disabled\:fill-green-200:disabled {
  fill: #bbf7d0;
}

.disabled\:fill-green-300:disabled {
  fill: #86efac;
}

.disabled\:fill-green-400:disabled {
  fill: #4ade80;
}

.disabled\:fill-green-50:disabled {
  fill: #f0fdf4;
}

.disabled\:fill-green-500:disabled {
  fill: #22c55e;
}

.disabled\:fill-green-600:disabled {
  fill: #16a34a;
}

.disabled\:fill-green-700:disabled {
  fill: #15803d;
}

.disabled\:fill-green-800:disabled {
  fill: #166534;
}

.disabled\:fill-green-900:disabled {
  fill: #14532d;
}

.disabled\:fill-green-950:disabled {
  fill: #052e16;
}

.disabled\:fill-indigo-100:disabled {
  fill: #e0e7ff;
}

.disabled\:fill-indigo-200:disabled {
  fill: #c7d2fe;
}

.disabled\:fill-indigo-300:disabled {
  fill: #a5b4fc;
}

.disabled\:fill-indigo-400:disabled {
  fill: #818cf8;
}

.disabled\:fill-indigo-50:disabled {
  fill: #eef2ff;
}

.disabled\:fill-indigo-500:disabled {
  fill: #6366f1;
}

.disabled\:fill-indigo-600:disabled {
  fill: #4f46e5;
}

.disabled\:fill-indigo-700:disabled {
  fill: #4338ca;
}

.disabled\:fill-indigo-800:disabled {
  fill: #3730a3;
}

.disabled\:fill-indigo-900:disabled {
  fill: #312e81;
}

.disabled\:fill-indigo-950:disabled {
  fill: #1e1b4b;
}

.disabled\:fill-inherit:disabled {
  fill: inherit;
}

.disabled\:fill-lime-100:disabled {
  fill: #ecfccb;
}

.disabled\:fill-lime-200:disabled {
  fill: #d9f99d;
}

.disabled\:fill-lime-300:disabled {
  fill: #bef264;
}

.disabled\:fill-lime-400:disabled {
  fill: #a3e635;
}

.disabled\:fill-lime-50:disabled {
  fill: #f7fee7;
}

.disabled\:fill-lime-500:disabled {
  fill: #84cc16;
}

.disabled\:fill-lime-600:disabled {
  fill: #65a30d;
}

.disabled\:fill-lime-700:disabled {
  fill: #4d7c0f;
}

.disabled\:fill-lime-800:disabled {
  fill: #3f6212;
}

.disabled\:fill-lime-900:disabled {
  fill: #365314;
}

.disabled\:fill-lime-950:disabled {
  fill: #1a2e05;
}

.disabled\:fill-neutral-100:disabled {
  fill: #f5f5f5;
}

.disabled\:fill-neutral-200:disabled {
  fill: #e5e5e5;
}

.disabled\:fill-neutral-300:disabled {
  fill: #d4d4d4;
}

.disabled\:fill-neutral-400:disabled {
  fill: #a3a3a3;
}

.disabled\:fill-neutral-50:disabled {
  fill: #fafafa;
}

.disabled\:fill-neutral-500:disabled {
  fill: #737373;
}

.disabled\:fill-neutral-600:disabled {
  fill: #525252;
}

.disabled\:fill-neutral-700:disabled {
  fill: #404040;
}

.disabled\:fill-neutral-800:disabled {
  fill: #262626;
}

.disabled\:fill-neutral-900:disabled {
  fill: #171717;
}

.disabled\:fill-neutral-950:disabled {
  fill: #0a0a0a;
}

.disabled\:fill-orange-100:disabled {
  fill: #ffedd5;
}

.disabled\:fill-orange-200:disabled {
  fill: #fed7aa;
}

.disabled\:fill-orange-300:disabled {
  fill: #fdba74;
}

.disabled\:fill-orange-400:disabled {
  fill: #fb923c;
}

.disabled\:fill-orange-50:disabled {
  fill: #fff7ed;
}

.disabled\:fill-orange-500:disabled {
  fill: #f97316;
}

.disabled\:fill-orange-600:disabled {
  fill: #ea580c;
}

.disabled\:fill-orange-700:disabled {
  fill: #c2410c;
}

.disabled\:fill-orange-800:disabled {
  fill: #9a3412;
}

.disabled\:fill-orange-900:disabled {
  fill: #7c2d12;
}

.disabled\:fill-orange-950:disabled {
  fill: #431407;
}

.disabled\:fill-pink-100:disabled {
  fill: #fce7f3;
}

.disabled\:fill-pink-200:disabled {
  fill: #fbcfe8;
}

.disabled\:fill-pink-300:disabled {
  fill: #f9a8d4;
}

.disabled\:fill-pink-400:disabled {
  fill: #f472b6;
}

.disabled\:fill-pink-50:disabled {
  fill: #fdf2f8;
}

.disabled\:fill-pink-500:disabled {
  fill: #ec4899;
}

.disabled\:fill-pink-600:disabled {
  fill: #db2777;
}

.disabled\:fill-pink-700:disabled {
  fill: #be185d;
}

.disabled\:fill-pink-800:disabled {
  fill: #9d174d;
}

.disabled\:fill-pink-900:disabled {
  fill: #831843;
}

.disabled\:fill-pink-950:disabled {
  fill: #500724;
}

.disabled\:fill-purple-100:disabled {
  fill: #f3e8ff;
}

.disabled\:fill-purple-200:disabled {
  fill: #e9d5ff;
}

.disabled\:fill-purple-300:disabled {
  fill: #d8b4fe;
}

.disabled\:fill-purple-400:disabled {
  fill: #c084fc;
}

.disabled\:fill-purple-50:disabled {
  fill: #faf5ff;
}

.disabled\:fill-purple-500:disabled {
  fill: #a855f7;
}

.disabled\:fill-purple-600:disabled {
  fill: #9333ea;
}

.disabled\:fill-purple-700:disabled {
  fill: #7e22ce;
}

.disabled\:fill-purple-800:disabled {
  fill: #6b21a8;
}

.disabled\:fill-purple-900:disabled {
  fill: #581c87;
}

.disabled\:fill-purple-950:disabled {
  fill: #3b0764;
}

.disabled\:fill-red-100:disabled {
  fill: #fee2e2;
}

.disabled\:fill-red-200:disabled {
  fill: #fecaca;
}

.disabled\:fill-red-300:disabled {
  fill: #fca5a5;
}

.disabled\:fill-red-400:disabled {
  fill: #f87171;
}

.disabled\:fill-red-50:disabled {
  fill: #fef2f2;
}

.disabled\:fill-red-500:disabled {
  fill: #ef4444;
}

.disabled\:fill-red-600:disabled {
  fill: #dc2626;
}

.disabled\:fill-red-700:disabled {
  fill: #b91c1c;
}

.disabled\:fill-red-800:disabled {
  fill: #991b1b;
}

.disabled\:fill-red-900:disabled {
  fill: #7f1d1d;
}

.disabled\:fill-red-950:disabled {
  fill: #450a0a;
}

.disabled\:fill-rose-100:disabled {
  fill: #ffe4e6;
}

.disabled\:fill-rose-200:disabled {
  fill: #fecdd3;
}

.disabled\:fill-rose-300:disabled {
  fill: #fda4af;
}

.disabled\:fill-rose-400:disabled {
  fill: #fb7185;
}

.disabled\:fill-rose-50:disabled {
  fill: #fff1f2;
}

.disabled\:fill-rose-500:disabled {
  fill: #f43f5e;
}

.disabled\:fill-rose-600:disabled {
  fill: #e11d48;
}

.disabled\:fill-rose-700:disabled {
  fill: #be123c;
}

.disabled\:fill-rose-800:disabled {
  fill: #9f1239;
}

.disabled\:fill-rose-900:disabled {
  fill: #881337;
}

.disabled\:fill-rose-950:disabled {
  fill: #4c0519;
}

.disabled\:fill-sky-100:disabled {
  fill: #e0f2fe;
}

.disabled\:fill-sky-200:disabled {
  fill: #bae6fd;
}

.disabled\:fill-sky-300:disabled {
  fill: #7dd3fc;
}

.disabled\:fill-sky-400:disabled {
  fill: #38bdf8;
}

.disabled\:fill-sky-50:disabled {
  fill: #f0f9ff;
}

.disabled\:fill-sky-500:disabled {
  fill: #0ea5e9;
}

.disabled\:fill-sky-600:disabled {
  fill: #0284c7;
}

.disabled\:fill-sky-700:disabled {
  fill: #0369a1;
}

.disabled\:fill-sky-800:disabled {
  fill: #075985;
}

.disabled\:fill-sky-900:disabled {
  fill: #0c4a6e;
}

.disabled\:fill-sky-950:disabled {
  fill: #082f49;
}

.disabled\:fill-slate-100:disabled {
  fill: #f1f5f9;
}

.disabled\:fill-slate-200:disabled {
  fill: #e2e8f0;
}

.disabled\:fill-slate-300:disabled {
  fill: #cbd5e1;
}

.disabled\:fill-slate-400:disabled {
  fill: #94a3b8;
}

.disabled\:fill-slate-50:disabled {
  fill: #f8fafc;
}

.disabled\:fill-slate-500:disabled {
  fill: #64748b;
}

.disabled\:fill-slate-600:disabled {
  fill: #475569;
}

.disabled\:fill-slate-700:disabled {
  fill: #334155;
}

.disabled\:fill-slate-800:disabled {
  fill: #1e293b;
}

.disabled\:fill-slate-900:disabled {
  fill: #0f172a;
}

.disabled\:fill-slate-950:disabled {
  fill: #020617;
}

.disabled\:fill-stone-100:disabled {
  fill: #f5f5f4;
}

.disabled\:fill-stone-200:disabled {
  fill: #e7e5e4;
}

.disabled\:fill-stone-300:disabled {
  fill: #d6d3d1;
}

.disabled\:fill-stone-400:disabled {
  fill: #a8a29e;
}

.disabled\:fill-stone-50:disabled {
  fill: #fafaf9;
}

.disabled\:fill-stone-500:disabled {
  fill: #78716c;
}

.disabled\:fill-stone-600:disabled {
  fill: #57534e;
}

.disabled\:fill-stone-700:disabled {
  fill: #44403c;
}

.disabled\:fill-stone-800:disabled {
  fill: #292524;
}

.disabled\:fill-stone-900:disabled {
  fill: #1c1917;
}

.disabled\:fill-stone-950:disabled {
  fill: #0c0a09;
}

.disabled\:fill-teal-100:disabled {
  fill: #ccfbf1;
}

.disabled\:fill-teal-200:disabled {
  fill: #99f6e4;
}

.disabled\:fill-teal-300:disabled {
  fill: #5eead4;
}

.disabled\:fill-teal-400:disabled {
  fill: #2dd4bf;
}

.disabled\:fill-teal-50:disabled {
  fill: #f0fdfa;
}

.disabled\:fill-teal-500:disabled {
  fill: #14b8a6;
}

.disabled\:fill-teal-600:disabled {
  fill: #0d9488;
}

.disabled\:fill-teal-700:disabled {
  fill: #0f766e;
}

.disabled\:fill-teal-800:disabled {
  fill: #115e59;
}

.disabled\:fill-teal-900:disabled {
  fill: #134e4a;
}

.disabled\:fill-teal-950:disabled {
  fill: #042f2e;
}

.disabled\:fill-transparent:disabled {
  fill: transparent;
}

.disabled\:fill-violet-100:disabled {
  fill: #ede9fe;
}

.disabled\:fill-violet-200:disabled {
  fill: #ddd6fe;
}

.disabled\:fill-violet-300:disabled {
  fill: #c4b5fd;
}

.disabled\:fill-violet-400:disabled {
  fill: #a78bfa;
}

.disabled\:fill-violet-50:disabled {
  fill: #f5f3ff;
}

.disabled\:fill-violet-500:disabled {
  fill: #8b5cf6;
}

.disabled\:fill-violet-600:disabled {
  fill: #7c3aed;
}

.disabled\:fill-violet-700:disabled {
  fill: #6d28d9;
}

.disabled\:fill-violet-800:disabled {
  fill: #5b21b6;
}

.disabled\:fill-violet-900:disabled {
  fill: #4c1d95;
}

.disabled\:fill-violet-950:disabled {
  fill: #2e1065;
}

.disabled\:fill-white:disabled {
  fill: #fff;
}

.disabled\:fill-yellow-100:disabled {
  fill: #fef9c3;
}

.disabled\:fill-yellow-200:disabled {
  fill: #fef08a;
}

.disabled\:fill-yellow-300:disabled {
  fill: #fde047;
}

.disabled\:fill-yellow-400:disabled {
  fill: #facc15;
}

.disabled\:fill-yellow-50:disabled {
  fill: #fefce8;
}

.disabled\:fill-yellow-500:disabled {
  fill: #eab308;
}

.disabled\:fill-yellow-600:disabled {
  fill: #ca8a04;
}

.disabled\:fill-yellow-700:disabled {
  fill: #a16207;
}

.disabled\:fill-yellow-800:disabled {
  fill: #854d0e;
}

.disabled\:fill-yellow-900:disabled {
  fill: #713f12;
}

.disabled\:fill-yellow-950:disabled {
  fill: #422006;
}

.disabled\:fill-zinc-100:disabled {
  fill: #f4f4f5;
}

.disabled\:fill-zinc-200:disabled {
  fill: #e4e4e7;
}

.disabled\:fill-zinc-300:disabled {
  fill: #d4d4d8;
}

.disabled\:fill-zinc-400:disabled {
  fill: #a1a1aa;
}

.disabled\:fill-zinc-50:disabled {
  fill: #fafafa;
}

.disabled\:fill-zinc-500:disabled {
  fill: #71717a;
}

.disabled\:fill-zinc-600:disabled {
  fill: #52525b;
}

.disabled\:fill-zinc-700:disabled {
  fill: #3f3f46;
}

.disabled\:fill-zinc-800:disabled {
  fill: #27272a;
}

.disabled\:fill-zinc-900:disabled {
  fill: #18181b;
}

.disabled\:fill-zinc-950:disabled {
  fill: #09090b;
}

.disabled\:stroke-amber-100:disabled {
  stroke: #fef3c7;
}

.disabled\:stroke-amber-200:disabled {
  stroke: #fde68a;
}

.disabled\:stroke-amber-300:disabled {
  stroke: #fcd34d;
}

.disabled\:stroke-amber-400:disabled {
  stroke: #fbbf24;
}

.disabled\:stroke-amber-50:disabled {
  stroke: #fffbeb;
}

.disabled\:stroke-amber-500:disabled {
  stroke: #f59e0b;
}

.disabled\:stroke-amber-600:disabled {
  stroke: #d97706;
}

.disabled\:stroke-amber-700:disabled {
  stroke: #b45309;
}

.disabled\:stroke-amber-800:disabled {
  stroke: #92400e;
}

.disabled\:stroke-amber-900:disabled {
  stroke: #78350f;
}

.disabled\:stroke-amber-950:disabled {
  stroke: #451a03;
}

.disabled\:stroke-black:disabled {
  stroke: #000;
}

.disabled\:stroke-blue-100:disabled {
  stroke: #dbeafe;
}

.disabled\:stroke-blue-200:disabled {
  stroke: #bfdbfe;
}

.disabled\:stroke-blue-300:disabled {
  stroke: #93c5fd;
}

.disabled\:stroke-blue-400:disabled {
  stroke: #60a5fa;
}

.disabled\:stroke-blue-50:disabled {
  stroke: #eff6ff;
}

.disabled\:stroke-blue-500:disabled {
  stroke: #3b82f6;
}

.disabled\:stroke-blue-600:disabled {
  stroke: #2563eb;
}

.disabled\:stroke-blue-700:disabled {
  stroke: #1d4ed8;
}

.disabled\:stroke-blue-800:disabled {
  stroke: #1e40af;
}

.disabled\:stroke-blue-900:disabled {
  stroke: #1e3a8a;
}

.disabled\:stroke-blue-950:disabled {
  stroke: #172554;
}

.disabled\:stroke-current:disabled {
  stroke: currentColor;
}

.disabled\:stroke-cyan-100:disabled {
  stroke: #cffafe;
}

.disabled\:stroke-cyan-200:disabled {
  stroke: #a5f3fc;
}

.disabled\:stroke-cyan-300:disabled {
  stroke: #67e8f9;
}

.disabled\:stroke-cyan-400:disabled {
  stroke: #22d3ee;
}

.disabled\:stroke-cyan-50:disabled {
  stroke: #ecfeff;
}

.disabled\:stroke-cyan-500:disabled {
  stroke: #06b6d4;
}

.disabled\:stroke-cyan-600:disabled {
  stroke: #0891b2;
}

.disabled\:stroke-cyan-700:disabled {
  stroke: #0e7490;
}

.disabled\:stroke-cyan-800:disabled {
  stroke: #155e75;
}

.disabled\:stroke-cyan-900:disabled {
  stroke: #164e63;
}

.disabled\:stroke-cyan-950:disabled {
  stroke: #083344;
}

.disabled\:stroke-emerald-100:disabled {
  stroke: #d1fae5;
}

.disabled\:stroke-emerald-200:disabled {
  stroke: #a7f3d0;
}

.disabled\:stroke-emerald-300:disabled {
  stroke: #6ee7b7;
}

.disabled\:stroke-emerald-400:disabled {
  stroke: #34d399;
}

.disabled\:stroke-emerald-50:disabled {
  stroke: #ecfdf5;
}

.disabled\:stroke-emerald-500:disabled {
  stroke: #10b981;
}

.disabled\:stroke-emerald-600:disabled {
  stroke: #059669;
}

.disabled\:stroke-emerald-700:disabled {
  stroke: #047857;
}

.disabled\:stroke-emerald-800:disabled {
  stroke: #065f46;
}

.disabled\:stroke-emerald-900:disabled {
  stroke: #064e3b;
}

.disabled\:stroke-emerald-950:disabled {
  stroke: #022c22;
}

.disabled\:stroke-fuchsia-100:disabled {
  stroke: #fae8ff;
}

.disabled\:stroke-fuchsia-200:disabled {
  stroke: #f5d0fe;
}

.disabled\:stroke-fuchsia-300:disabled {
  stroke: #f0abfc;
}

.disabled\:stroke-fuchsia-400:disabled {
  stroke: #e879f9;
}

.disabled\:stroke-fuchsia-50:disabled {
  stroke: #fdf4ff;
}

.disabled\:stroke-fuchsia-500:disabled {
  stroke: #d946ef;
}

.disabled\:stroke-fuchsia-600:disabled {
  stroke: #c026d3;
}

.disabled\:stroke-fuchsia-700:disabled {
  stroke: #a21caf;
}

.disabled\:stroke-fuchsia-800:disabled {
  stroke: #86198f;
}

.disabled\:stroke-fuchsia-900:disabled {
  stroke: #701a75;
}

.disabled\:stroke-fuchsia-950:disabled {
  stroke: #4a044e;
}

.disabled\:stroke-gray-100:disabled {
  stroke: #f3f4f6;
}

.disabled\:stroke-gray-200:disabled {
  stroke: #e5e7eb;
}

.disabled\:stroke-gray-300:disabled {
  stroke: #d1d5db;
}

.disabled\:stroke-gray-400:disabled {
  stroke: #9ca3af;
}

.disabled\:stroke-gray-50:disabled {
  stroke: #f9fafb;
}

.disabled\:stroke-gray-500:disabled {
  stroke: #6b7280;
}

.disabled\:stroke-gray-600:disabled {
  stroke: #4b5563;
}

.disabled\:stroke-gray-700:disabled {
  stroke: #374151;
}

.disabled\:stroke-gray-800:disabled {
  stroke: #1f2937;
}

.disabled\:stroke-gray-900:disabled {
  stroke: #111827;
}

.disabled\:stroke-gray-950:disabled {
  stroke: #030712;
}

.disabled\:stroke-green-100:disabled {
  stroke: #dcfce7;
}

.disabled\:stroke-green-200:disabled {
  stroke: #bbf7d0;
}

.disabled\:stroke-green-300:disabled {
  stroke: #86efac;
}

.disabled\:stroke-green-400:disabled {
  stroke: #4ade80;
}

.disabled\:stroke-green-50:disabled {
  stroke: #f0fdf4;
}

.disabled\:stroke-green-500:disabled {
  stroke: #22c55e;
}

.disabled\:stroke-green-600:disabled {
  stroke: #16a34a;
}

.disabled\:stroke-green-700:disabled {
  stroke: #15803d;
}

.disabled\:stroke-green-800:disabled {
  stroke: #166534;
}

.disabled\:stroke-green-900:disabled {
  stroke: #14532d;
}

.disabled\:stroke-green-950:disabled {
  stroke: #052e16;
}

.disabled\:stroke-indigo-100:disabled {
  stroke: #e0e7ff;
}

.disabled\:stroke-indigo-200:disabled {
  stroke: #c7d2fe;
}

.disabled\:stroke-indigo-300:disabled {
  stroke: #a5b4fc;
}

.disabled\:stroke-indigo-400:disabled {
  stroke: #818cf8;
}

.disabled\:stroke-indigo-50:disabled {
  stroke: #eef2ff;
}

.disabled\:stroke-indigo-500:disabled {
  stroke: #6366f1;
}

.disabled\:stroke-indigo-600:disabled {
  stroke: #4f46e5;
}

.disabled\:stroke-indigo-700:disabled {
  stroke: #4338ca;
}

.disabled\:stroke-indigo-800:disabled {
  stroke: #3730a3;
}

.disabled\:stroke-indigo-900:disabled {
  stroke: #312e81;
}

.disabled\:stroke-indigo-950:disabled {
  stroke: #1e1b4b;
}

.disabled\:stroke-inherit:disabled {
  stroke: inherit;
}

.disabled\:stroke-lime-100:disabled {
  stroke: #ecfccb;
}

.disabled\:stroke-lime-200:disabled {
  stroke: #d9f99d;
}

.disabled\:stroke-lime-300:disabled {
  stroke: #bef264;
}

.disabled\:stroke-lime-400:disabled {
  stroke: #a3e635;
}

.disabled\:stroke-lime-50:disabled {
  stroke: #f7fee7;
}

.disabled\:stroke-lime-500:disabled {
  stroke: #84cc16;
}

.disabled\:stroke-lime-600:disabled {
  stroke: #65a30d;
}

.disabled\:stroke-lime-700:disabled {
  stroke: #4d7c0f;
}

.disabled\:stroke-lime-800:disabled {
  stroke: #3f6212;
}

.disabled\:stroke-lime-900:disabled {
  stroke: #365314;
}

.disabled\:stroke-lime-950:disabled {
  stroke: #1a2e05;
}

.disabled\:stroke-neutral-100:disabled {
  stroke: #f5f5f5;
}

.disabled\:stroke-neutral-200:disabled {
  stroke: #e5e5e5;
}

.disabled\:stroke-neutral-300:disabled {
  stroke: #d4d4d4;
}

.disabled\:stroke-neutral-400:disabled {
  stroke: #a3a3a3;
}

.disabled\:stroke-neutral-50:disabled {
  stroke: #fafafa;
}

.disabled\:stroke-neutral-500:disabled {
  stroke: #737373;
}

.disabled\:stroke-neutral-600:disabled {
  stroke: #525252;
}

.disabled\:stroke-neutral-700:disabled {
  stroke: #404040;
}

.disabled\:stroke-neutral-800:disabled {
  stroke: #262626;
}

.disabled\:stroke-neutral-900:disabled {
  stroke: #171717;
}

.disabled\:stroke-neutral-950:disabled {
  stroke: #0a0a0a;
}

.disabled\:stroke-orange-100:disabled {
  stroke: #ffedd5;
}

.disabled\:stroke-orange-200:disabled {
  stroke: #fed7aa;
}

.disabled\:stroke-orange-300:disabled {
  stroke: #fdba74;
}

.disabled\:stroke-orange-400:disabled {
  stroke: #fb923c;
}

.disabled\:stroke-orange-50:disabled {
  stroke: #fff7ed;
}

.disabled\:stroke-orange-500:disabled {
  stroke: #f97316;
}

.disabled\:stroke-orange-600:disabled {
  stroke: #ea580c;
}

.disabled\:stroke-orange-700:disabled {
  stroke: #c2410c;
}

.disabled\:stroke-orange-800:disabled {
  stroke: #9a3412;
}

.disabled\:stroke-orange-900:disabled {
  stroke: #7c2d12;
}

.disabled\:stroke-orange-950:disabled {
  stroke: #431407;
}

.disabled\:stroke-pink-100:disabled {
  stroke: #fce7f3;
}

.disabled\:stroke-pink-200:disabled {
  stroke: #fbcfe8;
}

.disabled\:stroke-pink-300:disabled {
  stroke: #f9a8d4;
}

.disabled\:stroke-pink-400:disabled {
  stroke: #f472b6;
}

.disabled\:stroke-pink-50:disabled {
  stroke: #fdf2f8;
}

.disabled\:stroke-pink-500:disabled {
  stroke: #ec4899;
}

.disabled\:stroke-pink-600:disabled {
  stroke: #db2777;
}

.disabled\:stroke-pink-700:disabled {
  stroke: #be185d;
}

.disabled\:stroke-pink-800:disabled {
  stroke: #9d174d;
}

.disabled\:stroke-pink-900:disabled {
  stroke: #831843;
}

.disabled\:stroke-pink-950:disabled {
  stroke: #500724;
}

.disabled\:stroke-purple-100:disabled {
  stroke: #f3e8ff;
}

.disabled\:stroke-purple-200:disabled {
  stroke: #e9d5ff;
}

.disabled\:stroke-purple-300:disabled {
  stroke: #d8b4fe;
}

.disabled\:stroke-purple-400:disabled {
  stroke: #c084fc;
}

.disabled\:stroke-purple-50:disabled {
  stroke: #faf5ff;
}

.disabled\:stroke-purple-500:disabled {
  stroke: #a855f7;
}

.disabled\:stroke-purple-600:disabled {
  stroke: #9333ea;
}

.disabled\:stroke-purple-700:disabled {
  stroke: #7e22ce;
}

.disabled\:stroke-purple-800:disabled {
  stroke: #6b21a8;
}

.disabled\:stroke-purple-900:disabled {
  stroke: #581c87;
}

.disabled\:stroke-purple-950:disabled {
  stroke: #3b0764;
}

.disabled\:stroke-red-100:disabled {
  stroke: #fee2e2;
}

.disabled\:stroke-red-200:disabled {
  stroke: #fecaca;
}

.disabled\:stroke-red-300:disabled {
  stroke: #fca5a5;
}

.disabled\:stroke-red-400:disabled {
  stroke: #f87171;
}

.disabled\:stroke-red-50:disabled {
  stroke: #fef2f2;
}

.disabled\:stroke-red-500:disabled {
  stroke: #ef4444;
}

.disabled\:stroke-red-600:disabled {
  stroke: #dc2626;
}

.disabled\:stroke-red-700:disabled {
  stroke: #b91c1c;
}

.disabled\:stroke-red-800:disabled {
  stroke: #991b1b;
}

.disabled\:stroke-red-900:disabled {
  stroke: #7f1d1d;
}

.disabled\:stroke-red-950:disabled {
  stroke: #450a0a;
}

.disabled\:stroke-rose-100:disabled {
  stroke: #ffe4e6;
}

.disabled\:stroke-rose-200:disabled {
  stroke: #fecdd3;
}

.disabled\:stroke-rose-300:disabled {
  stroke: #fda4af;
}

.disabled\:stroke-rose-400:disabled {
  stroke: #fb7185;
}

.disabled\:stroke-rose-50:disabled {
  stroke: #fff1f2;
}

.disabled\:stroke-rose-500:disabled {
  stroke: #f43f5e;
}

.disabled\:stroke-rose-600:disabled {
  stroke: #e11d48;
}

.disabled\:stroke-rose-700:disabled {
  stroke: #be123c;
}

.disabled\:stroke-rose-800:disabled {
  stroke: #9f1239;
}

.disabled\:stroke-rose-900:disabled {
  stroke: #881337;
}

.disabled\:stroke-rose-950:disabled {
  stroke: #4c0519;
}

.disabled\:stroke-sky-100:disabled {
  stroke: #e0f2fe;
}

.disabled\:stroke-sky-200:disabled {
  stroke: #bae6fd;
}

.disabled\:stroke-sky-300:disabled {
  stroke: #7dd3fc;
}

.disabled\:stroke-sky-400:disabled {
  stroke: #38bdf8;
}

.disabled\:stroke-sky-50:disabled {
  stroke: #f0f9ff;
}

.disabled\:stroke-sky-500:disabled {
  stroke: #0ea5e9;
}

.disabled\:stroke-sky-600:disabled {
  stroke: #0284c7;
}

.disabled\:stroke-sky-700:disabled {
  stroke: #0369a1;
}

.disabled\:stroke-sky-800:disabled {
  stroke: #075985;
}

.disabled\:stroke-sky-900:disabled {
  stroke: #0c4a6e;
}

.disabled\:stroke-sky-950:disabled {
  stroke: #082f49;
}

.disabled\:stroke-slate-100:disabled {
  stroke: #f1f5f9;
}

.disabled\:stroke-slate-200:disabled {
  stroke: #e2e8f0;
}

.disabled\:stroke-slate-300:disabled {
  stroke: #cbd5e1;
}

.disabled\:stroke-slate-400:disabled {
  stroke: #94a3b8;
}

.disabled\:stroke-slate-50:disabled {
  stroke: #f8fafc;
}

.disabled\:stroke-slate-500:disabled {
  stroke: #64748b;
}

.disabled\:stroke-slate-600:disabled {
  stroke: #475569;
}

.disabled\:stroke-slate-700:disabled {
  stroke: #334155;
}

.disabled\:stroke-slate-800:disabled {
  stroke: #1e293b;
}

.disabled\:stroke-slate-900:disabled {
  stroke: #0f172a;
}

.disabled\:stroke-slate-950:disabled {
  stroke: #020617;
}

.disabled\:stroke-stone-100:disabled {
  stroke: #f5f5f4;
}

.disabled\:stroke-stone-200:disabled {
  stroke: #e7e5e4;
}

.disabled\:stroke-stone-300:disabled {
  stroke: #d6d3d1;
}

.disabled\:stroke-stone-400:disabled {
  stroke: #a8a29e;
}

.disabled\:stroke-stone-50:disabled {
  stroke: #fafaf9;
}

.disabled\:stroke-stone-500:disabled {
  stroke: #78716c;
}

.disabled\:stroke-stone-600:disabled {
  stroke: #57534e;
}

.disabled\:stroke-stone-700:disabled {
  stroke: #44403c;
}

.disabled\:stroke-stone-800:disabled {
  stroke: #292524;
}

.disabled\:stroke-stone-900:disabled {
  stroke: #1c1917;
}

.disabled\:stroke-stone-950:disabled {
  stroke: #0c0a09;
}

.disabled\:stroke-teal-100:disabled {
  stroke: #ccfbf1;
}

.disabled\:stroke-teal-200:disabled {
  stroke: #99f6e4;
}

.disabled\:stroke-teal-300:disabled {
  stroke: #5eead4;
}

.disabled\:stroke-teal-400:disabled {
  stroke: #2dd4bf;
}

.disabled\:stroke-teal-50:disabled {
  stroke: #f0fdfa;
}

.disabled\:stroke-teal-500:disabled {
  stroke: #14b8a6;
}

.disabled\:stroke-teal-600:disabled {
  stroke: #0d9488;
}

.disabled\:stroke-teal-700:disabled {
  stroke: #0f766e;
}

.disabled\:stroke-teal-800:disabled {
  stroke: #115e59;
}

.disabled\:stroke-teal-900:disabled {
  stroke: #134e4a;
}

.disabled\:stroke-teal-950:disabled {
  stroke: #042f2e;
}

.disabled\:stroke-transparent:disabled {
  stroke: transparent;
}

.disabled\:stroke-violet-100:disabled {
  stroke: #ede9fe;
}

.disabled\:stroke-violet-200:disabled {
  stroke: #ddd6fe;
}

.disabled\:stroke-violet-300:disabled {
  stroke: #c4b5fd;
}

.disabled\:stroke-violet-400:disabled {
  stroke: #a78bfa;
}

.disabled\:stroke-violet-50:disabled {
  stroke: #f5f3ff;
}

.disabled\:stroke-violet-500:disabled {
  stroke: #8b5cf6;
}

.disabled\:stroke-violet-600:disabled {
  stroke: #7c3aed;
}

.disabled\:stroke-violet-700:disabled {
  stroke: #6d28d9;
}

.disabled\:stroke-violet-800:disabled {
  stroke: #5b21b6;
}

.disabled\:stroke-violet-900:disabled {
  stroke: #4c1d95;
}

.disabled\:stroke-violet-950:disabled {
  stroke: #2e1065;
}

.disabled\:stroke-white:disabled {
  stroke: #fff;
}

.disabled\:stroke-yellow-100:disabled {
  stroke: #fef9c3;
}

.disabled\:stroke-yellow-200:disabled {
  stroke: #fef08a;
}

.disabled\:stroke-yellow-300:disabled {
  stroke: #fde047;
}

.disabled\:stroke-yellow-400:disabled {
  stroke: #facc15;
}

.disabled\:stroke-yellow-50:disabled {
  stroke: #fefce8;
}

.disabled\:stroke-yellow-500:disabled {
  stroke: #eab308;
}

.disabled\:stroke-yellow-600:disabled {
  stroke: #ca8a04;
}

.disabled\:stroke-yellow-700:disabled {
  stroke: #a16207;
}

.disabled\:stroke-yellow-800:disabled {
  stroke: #854d0e;
}

.disabled\:stroke-yellow-900:disabled {
  stroke: #713f12;
}

.disabled\:stroke-yellow-950:disabled {
  stroke: #422006;
}

.disabled\:stroke-zinc-100:disabled {
  stroke: #f4f4f5;
}

.disabled\:stroke-zinc-200:disabled {
  stroke: #e4e4e7;
}

.disabled\:stroke-zinc-300:disabled {
  stroke: #d4d4d8;
}

.disabled\:stroke-zinc-400:disabled {
  stroke: #a1a1aa;
}

.disabled\:stroke-zinc-50:disabled {
  stroke: #fafafa;
}

.disabled\:stroke-zinc-500:disabled {
  stroke: #71717a;
}

.disabled\:stroke-zinc-600:disabled {
  stroke: #52525b;
}

.disabled\:stroke-zinc-700:disabled {
  stroke: #3f3f46;
}

.disabled\:stroke-zinc-800:disabled {
  stroke: #27272a;
}

.disabled\:stroke-zinc-900:disabled {
  stroke: #18181b;
}

.disabled\:stroke-zinc-950:disabled {
  stroke: #09090b;
}

.disabled\:text-amber-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.disabled\:text-amber-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.disabled\:text-black:disabled {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.disabled\:text-blue-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.disabled\:text-current:disabled {
  color: currentColor;
}

.disabled\:text-cyan-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.disabled\:text-cyan-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.disabled\:text-emerald-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.disabled\:text-fuchsia-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.disabled\:text-gray-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.disabled\:text-green-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.disabled\:text-indigo-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.disabled\:text-inherit:disabled {
  color: inherit;
}

.disabled\:text-lime-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.disabled\:text-lime-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.disabled\:text-neutral-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.disabled\:text-orange-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.disabled\:text-pink-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.disabled\:text-purple-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.disabled\:text-red-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.disabled\:text-rose-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.disabled\:text-sky-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.disabled\:text-slate-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.disabled\:text-stone-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.disabled\:text-teal-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.disabled\:text-transparent:disabled {
  color: transparent;
}

.disabled\:text-violet-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.disabled\:text-violet-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

.disabled\:text-white:disabled {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.disabled\:text-yellow-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-100:disabled {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-200:disabled {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-300:disabled {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-400:disabled {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-500:disabled {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-600:disabled {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-700:disabled {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-800:disabled {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-900:disabled {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.disabled\:text-zinc-950:disabled {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.disabled\:decoration-amber-100:disabled {
  text-decoration-color: #fef3c7;
}

.disabled\:decoration-amber-200:disabled {
  text-decoration-color: #fde68a;
}

.disabled\:decoration-amber-300:disabled {
  text-decoration-color: #fcd34d;
}

.disabled\:decoration-amber-400:disabled {
  text-decoration-color: #fbbf24;
}

.disabled\:decoration-amber-50:disabled {
  text-decoration-color: #fffbeb;
}

.disabled\:decoration-amber-500:disabled {
  text-decoration-color: #f59e0b;
}

.disabled\:decoration-amber-600:disabled {
  text-decoration-color: #d97706;
}

.disabled\:decoration-amber-700:disabled {
  text-decoration-color: #b45309;
}

.disabled\:decoration-amber-800:disabled {
  text-decoration-color: #92400e;
}

.disabled\:decoration-amber-900:disabled {
  text-decoration-color: #78350f;
}

.disabled\:decoration-amber-950:disabled {
  text-decoration-color: #451a03;
}

.disabled\:decoration-black:disabled {
  text-decoration-color: #000;
}

.disabled\:decoration-blue-100:disabled {
  text-decoration-color: #dbeafe;
}

.disabled\:decoration-blue-200:disabled {
  text-decoration-color: #bfdbfe;
}

.disabled\:decoration-blue-300:disabled {
  text-decoration-color: #93c5fd;
}

.disabled\:decoration-blue-400:disabled {
  text-decoration-color: #60a5fa;
}

.disabled\:decoration-blue-50:disabled {
  text-decoration-color: #eff6ff;
}

.disabled\:decoration-blue-500:disabled {
  text-decoration-color: #3b82f6;
}

.disabled\:decoration-blue-600:disabled {
  text-decoration-color: #2563eb;
}

.disabled\:decoration-blue-700:disabled {
  text-decoration-color: #1d4ed8;
}

.disabled\:decoration-blue-800:disabled {
  text-decoration-color: #1e40af;
}

.disabled\:decoration-blue-900:disabled {
  text-decoration-color: #1e3a8a;
}

.disabled\:decoration-blue-950:disabled {
  text-decoration-color: #172554;
}

.disabled\:decoration-current:disabled {
  text-decoration-color: currentColor;
}

.disabled\:decoration-cyan-100:disabled {
  text-decoration-color: #cffafe;
}

.disabled\:decoration-cyan-200:disabled {
  text-decoration-color: #a5f3fc;
}

.disabled\:decoration-cyan-300:disabled {
  text-decoration-color: #67e8f9;
}

.disabled\:decoration-cyan-400:disabled {
  text-decoration-color: #22d3ee;
}

.disabled\:decoration-cyan-50:disabled {
  text-decoration-color: #ecfeff;
}

.disabled\:decoration-cyan-500:disabled {
  text-decoration-color: #06b6d4;
}

.disabled\:decoration-cyan-600:disabled {
  text-decoration-color: #0891b2;
}

.disabled\:decoration-cyan-700:disabled {
  text-decoration-color: #0e7490;
}

.disabled\:decoration-cyan-800:disabled {
  text-decoration-color: #155e75;
}

.disabled\:decoration-cyan-900:disabled {
  text-decoration-color: #164e63;
}

.disabled\:decoration-cyan-950:disabled {
  text-decoration-color: #083344;
}

.disabled\:decoration-emerald-100:disabled {
  text-decoration-color: #d1fae5;
}

.disabled\:decoration-emerald-200:disabled {
  text-decoration-color: #a7f3d0;
}

.disabled\:decoration-emerald-300:disabled {
  text-decoration-color: #6ee7b7;
}

.disabled\:decoration-emerald-400:disabled {
  text-decoration-color: #34d399;
}

.disabled\:decoration-emerald-50:disabled {
  text-decoration-color: #ecfdf5;
}

.disabled\:decoration-emerald-500:disabled {
  text-decoration-color: #10b981;
}

.disabled\:decoration-emerald-600:disabled {
  text-decoration-color: #059669;
}

.disabled\:decoration-emerald-700:disabled {
  text-decoration-color: #047857;
}

.disabled\:decoration-emerald-800:disabled {
  text-decoration-color: #065f46;
}

.disabled\:decoration-emerald-900:disabled {
  text-decoration-color: #064e3b;
}

.disabled\:decoration-emerald-950:disabled {
  text-decoration-color: #022c22;
}

.disabled\:decoration-fuchsia-100:disabled {
  text-decoration-color: #fae8ff;
}

.disabled\:decoration-fuchsia-200:disabled {
  text-decoration-color: #f5d0fe;
}

.disabled\:decoration-fuchsia-300:disabled {
  text-decoration-color: #f0abfc;
}

.disabled\:decoration-fuchsia-400:disabled {
  text-decoration-color: #e879f9;
}

.disabled\:decoration-fuchsia-50:disabled {
  text-decoration-color: #fdf4ff;
}

.disabled\:decoration-fuchsia-500:disabled {
  text-decoration-color: #d946ef;
}

.disabled\:decoration-fuchsia-600:disabled {
  text-decoration-color: #c026d3;
}

.disabled\:decoration-fuchsia-700:disabled {
  text-decoration-color: #a21caf;
}

.disabled\:decoration-fuchsia-800:disabled {
  text-decoration-color: #86198f;
}

.disabled\:decoration-fuchsia-900:disabled {
  text-decoration-color: #701a75;
}

.disabled\:decoration-fuchsia-950:disabled {
  text-decoration-color: #4a044e;
}

.disabled\:decoration-gray-100:disabled {
  text-decoration-color: #f3f4f6;
}

.disabled\:decoration-gray-200:disabled {
  text-decoration-color: #e5e7eb;
}

.disabled\:decoration-gray-300:disabled {
  text-decoration-color: #d1d5db;
}

.disabled\:decoration-gray-400:disabled {
  text-decoration-color: #9ca3af;
}

.disabled\:decoration-gray-50:disabled {
  text-decoration-color: #f9fafb;
}

.disabled\:decoration-gray-500:disabled {
  text-decoration-color: #6b7280;
}

.disabled\:decoration-gray-600:disabled {
  text-decoration-color: #4b5563;
}

.disabled\:decoration-gray-700:disabled {
  text-decoration-color: #374151;
}

.disabled\:decoration-gray-800:disabled {
  text-decoration-color: #1f2937;
}

.disabled\:decoration-gray-900:disabled {
  text-decoration-color: #111827;
}

.disabled\:decoration-gray-950:disabled {
  text-decoration-color: #030712;
}

.disabled\:decoration-green-100:disabled {
  text-decoration-color: #dcfce7;
}

.disabled\:decoration-green-200:disabled {
  text-decoration-color: #bbf7d0;
}

.disabled\:decoration-green-300:disabled {
  text-decoration-color: #86efac;
}

.disabled\:decoration-green-400:disabled {
  text-decoration-color: #4ade80;
}

.disabled\:decoration-green-50:disabled {
  text-decoration-color: #f0fdf4;
}

.disabled\:decoration-green-500:disabled {
  text-decoration-color: #22c55e;
}

.disabled\:decoration-green-600:disabled {
  text-decoration-color: #16a34a;
}

.disabled\:decoration-green-700:disabled {
  text-decoration-color: #15803d;
}

.disabled\:decoration-green-800:disabled {
  text-decoration-color: #166534;
}

.disabled\:decoration-green-900:disabled {
  text-decoration-color: #14532d;
}

.disabled\:decoration-green-950:disabled {
  text-decoration-color: #052e16;
}

.disabled\:decoration-indigo-100:disabled {
  text-decoration-color: #e0e7ff;
}

.disabled\:decoration-indigo-200:disabled {
  text-decoration-color: #c7d2fe;
}

.disabled\:decoration-indigo-300:disabled {
  text-decoration-color: #a5b4fc;
}

.disabled\:decoration-indigo-400:disabled {
  text-decoration-color: #818cf8;
}

.disabled\:decoration-indigo-50:disabled {
  text-decoration-color: #eef2ff;
}

.disabled\:decoration-indigo-500:disabled {
  text-decoration-color: #6366f1;
}

.disabled\:decoration-indigo-600:disabled {
  text-decoration-color: #4f46e5;
}

.disabled\:decoration-indigo-700:disabled {
  text-decoration-color: #4338ca;
}

.disabled\:decoration-indigo-800:disabled {
  text-decoration-color: #3730a3;
}

.disabled\:decoration-indigo-900:disabled {
  text-decoration-color: #312e81;
}

.disabled\:decoration-indigo-950:disabled {
  text-decoration-color: #1e1b4b;
}

.disabled\:decoration-inherit:disabled {
  text-decoration-color: inherit;
}

.disabled\:decoration-lime-100:disabled {
  text-decoration-color: #ecfccb;
}

.disabled\:decoration-lime-200:disabled {
  text-decoration-color: #d9f99d;
}

.disabled\:decoration-lime-300:disabled {
  text-decoration-color: #bef264;
}

.disabled\:decoration-lime-400:disabled {
  text-decoration-color: #a3e635;
}

.disabled\:decoration-lime-50:disabled {
  text-decoration-color: #f7fee7;
}

.disabled\:decoration-lime-500:disabled {
  text-decoration-color: #84cc16;
}

.disabled\:decoration-lime-600:disabled {
  text-decoration-color: #65a30d;
}

.disabled\:decoration-lime-700:disabled {
  text-decoration-color: #4d7c0f;
}

.disabled\:decoration-lime-800:disabled {
  text-decoration-color: #3f6212;
}

.disabled\:decoration-lime-900:disabled {
  text-decoration-color: #365314;
}

.disabled\:decoration-lime-950:disabled {
  text-decoration-color: #1a2e05;
}

.disabled\:decoration-neutral-100:disabled {
  text-decoration-color: #f5f5f5;
}

.disabled\:decoration-neutral-200:disabled {
  text-decoration-color: #e5e5e5;
}

.disabled\:decoration-neutral-300:disabled {
  text-decoration-color: #d4d4d4;
}

.disabled\:decoration-neutral-400:disabled {
  text-decoration-color: #a3a3a3;
}

.disabled\:decoration-neutral-50:disabled {
  text-decoration-color: #fafafa;
}

.disabled\:decoration-neutral-500:disabled {
  text-decoration-color: #737373;
}

.disabled\:decoration-neutral-600:disabled {
  text-decoration-color: #525252;
}

.disabled\:decoration-neutral-700:disabled {
  text-decoration-color: #404040;
}

.disabled\:decoration-neutral-800:disabled {
  text-decoration-color: #262626;
}

.disabled\:decoration-neutral-900:disabled {
  text-decoration-color: #171717;
}

.disabled\:decoration-neutral-950:disabled {
  text-decoration-color: #0a0a0a;
}

.disabled\:decoration-orange-100:disabled {
  text-decoration-color: #ffedd5;
}

.disabled\:decoration-orange-200:disabled {
  text-decoration-color: #fed7aa;
}

.disabled\:decoration-orange-300:disabled {
  text-decoration-color: #fdba74;
}

.disabled\:decoration-orange-400:disabled {
  text-decoration-color: #fb923c;
}

.disabled\:decoration-orange-50:disabled {
  text-decoration-color: #fff7ed;
}

.disabled\:decoration-orange-500:disabled {
  text-decoration-color: #f97316;
}

.disabled\:decoration-orange-600:disabled {
  text-decoration-color: #ea580c;
}

.disabled\:decoration-orange-700:disabled {
  text-decoration-color: #c2410c;
}

.disabled\:decoration-orange-800:disabled {
  text-decoration-color: #9a3412;
}

.disabled\:decoration-orange-900:disabled {
  text-decoration-color: #7c2d12;
}

.disabled\:decoration-orange-950:disabled {
  text-decoration-color: #431407;
}

.disabled\:decoration-pink-100:disabled {
  text-decoration-color: #fce7f3;
}

.disabled\:decoration-pink-200:disabled {
  text-decoration-color: #fbcfe8;
}

.disabled\:decoration-pink-300:disabled {
  text-decoration-color: #f9a8d4;
}

.disabled\:decoration-pink-400:disabled {
  text-decoration-color: #f472b6;
}

.disabled\:decoration-pink-50:disabled {
  text-decoration-color: #fdf2f8;
}

.disabled\:decoration-pink-500:disabled {
  text-decoration-color: #ec4899;
}

.disabled\:decoration-pink-600:disabled {
  text-decoration-color: #db2777;
}

.disabled\:decoration-pink-700:disabled {
  text-decoration-color: #be185d;
}

.disabled\:decoration-pink-800:disabled {
  text-decoration-color: #9d174d;
}

.disabled\:decoration-pink-900:disabled {
  text-decoration-color: #831843;
}

.disabled\:decoration-pink-950:disabled {
  text-decoration-color: #500724;
}

.disabled\:decoration-purple-100:disabled {
  text-decoration-color: #f3e8ff;
}

.disabled\:decoration-purple-200:disabled {
  text-decoration-color: #e9d5ff;
}

.disabled\:decoration-purple-300:disabled {
  text-decoration-color: #d8b4fe;
}

.disabled\:decoration-purple-400:disabled {
  text-decoration-color: #c084fc;
}

.disabled\:decoration-purple-50:disabled {
  text-decoration-color: #faf5ff;
}

.disabled\:decoration-purple-500:disabled {
  text-decoration-color: #a855f7;
}

.disabled\:decoration-purple-600:disabled {
  text-decoration-color: #9333ea;
}

.disabled\:decoration-purple-700:disabled {
  text-decoration-color: #7e22ce;
}

.disabled\:decoration-purple-800:disabled {
  text-decoration-color: #6b21a8;
}

.disabled\:decoration-purple-900:disabled {
  text-decoration-color: #581c87;
}

.disabled\:decoration-purple-950:disabled {
  text-decoration-color: #3b0764;
}

.disabled\:decoration-red-100:disabled {
  text-decoration-color: #fee2e2;
}

.disabled\:decoration-red-200:disabled {
  text-decoration-color: #fecaca;
}

.disabled\:decoration-red-300:disabled {
  text-decoration-color: #fca5a5;
}

.disabled\:decoration-red-400:disabled {
  text-decoration-color: #f87171;
}

.disabled\:decoration-red-50:disabled {
  text-decoration-color: #fef2f2;
}

.disabled\:decoration-red-500:disabled {
  text-decoration-color: #ef4444;
}

.disabled\:decoration-red-600:disabled {
  text-decoration-color: #dc2626;
}

.disabled\:decoration-red-700:disabled {
  text-decoration-color: #b91c1c;
}

.disabled\:decoration-red-800:disabled {
  text-decoration-color: #991b1b;
}

.disabled\:decoration-red-900:disabled {
  text-decoration-color: #7f1d1d;
}

.disabled\:decoration-red-950:disabled {
  text-decoration-color: #450a0a;
}

.disabled\:decoration-rose-100:disabled {
  text-decoration-color: #ffe4e6;
}

.disabled\:decoration-rose-200:disabled {
  text-decoration-color: #fecdd3;
}

.disabled\:decoration-rose-300:disabled {
  text-decoration-color: #fda4af;
}

.disabled\:decoration-rose-400:disabled {
  text-decoration-color: #fb7185;
}

.disabled\:decoration-rose-50:disabled {
  text-decoration-color: #fff1f2;
}

.disabled\:decoration-rose-500:disabled {
  text-decoration-color: #f43f5e;
}

.disabled\:decoration-rose-600:disabled {
  text-decoration-color: #e11d48;
}

.disabled\:decoration-rose-700:disabled {
  text-decoration-color: #be123c;
}

.disabled\:decoration-rose-800:disabled {
  text-decoration-color: #9f1239;
}

.disabled\:decoration-rose-900:disabled {
  text-decoration-color: #881337;
}

.disabled\:decoration-rose-950:disabled {
  text-decoration-color: #4c0519;
}

.disabled\:decoration-sky-100:disabled {
  text-decoration-color: #e0f2fe;
}

.disabled\:decoration-sky-200:disabled {
  text-decoration-color: #bae6fd;
}

.disabled\:decoration-sky-300:disabled {
  text-decoration-color: #7dd3fc;
}

.disabled\:decoration-sky-400:disabled {
  text-decoration-color: #38bdf8;
}

.disabled\:decoration-sky-50:disabled {
  text-decoration-color: #f0f9ff;
}

.disabled\:decoration-sky-500:disabled {
  text-decoration-color: #0ea5e9;
}

.disabled\:decoration-sky-600:disabled {
  text-decoration-color: #0284c7;
}

.disabled\:decoration-sky-700:disabled {
  text-decoration-color: #0369a1;
}

.disabled\:decoration-sky-800:disabled {
  text-decoration-color: #075985;
}

.disabled\:decoration-sky-900:disabled {
  text-decoration-color: #0c4a6e;
}

.disabled\:decoration-sky-950:disabled {
  text-decoration-color: #082f49;
}

.disabled\:decoration-slate-100:disabled {
  text-decoration-color: #f1f5f9;
}

.disabled\:decoration-slate-200:disabled {
  text-decoration-color: #e2e8f0;
}

.disabled\:decoration-slate-300:disabled {
  text-decoration-color: #cbd5e1;
}

.disabled\:decoration-slate-400:disabled {
  text-decoration-color: #94a3b8;
}

.disabled\:decoration-slate-50:disabled {
  text-decoration-color: #f8fafc;
}

.disabled\:decoration-slate-500:disabled {
  text-decoration-color: #64748b;
}

.disabled\:decoration-slate-600:disabled {
  text-decoration-color: #475569;
}

.disabled\:decoration-slate-700:disabled {
  text-decoration-color: #334155;
}

.disabled\:decoration-slate-800:disabled {
  text-decoration-color: #1e293b;
}

.disabled\:decoration-slate-900:disabled {
  text-decoration-color: #0f172a;
}

.disabled\:decoration-slate-950:disabled {
  text-decoration-color: #020617;
}

.disabled\:decoration-stone-100:disabled {
  text-decoration-color: #f5f5f4;
}

.disabled\:decoration-stone-200:disabled {
  text-decoration-color: #e7e5e4;
}

.disabled\:decoration-stone-300:disabled {
  text-decoration-color: #d6d3d1;
}

.disabled\:decoration-stone-400:disabled {
  text-decoration-color: #a8a29e;
}

.disabled\:decoration-stone-50:disabled {
  text-decoration-color: #fafaf9;
}

.disabled\:decoration-stone-500:disabled {
  text-decoration-color: #78716c;
}

.disabled\:decoration-stone-600:disabled {
  text-decoration-color: #57534e;
}

.disabled\:decoration-stone-700:disabled {
  text-decoration-color: #44403c;
}

.disabled\:decoration-stone-800:disabled {
  text-decoration-color: #292524;
}

.disabled\:decoration-stone-900:disabled {
  text-decoration-color: #1c1917;
}

.disabled\:decoration-stone-950:disabled {
  text-decoration-color: #0c0a09;
}

.disabled\:decoration-teal-100:disabled {
  text-decoration-color: #ccfbf1;
}

.disabled\:decoration-teal-200:disabled {
  text-decoration-color: #99f6e4;
}

.disabled\:decoration-teal-300:disabled {
  text-decoration-color: #5eead4;
}

.disabled\:decoration-teal-400:disabled {
  text-decoration-color: #2dd4bf;
}

.disabled\:decoration-teal-50:disabled {
  text-decoration-color: #f0fdfa;
}

.disabled\:decoration-teal-500:disabled {
  text-decoration-color: #14b8a6;
}

.disabled\:decoration-teal-600:disabled {
  text-decoration-color: #0d9488;
}

.disabled\:decoration-teal-700:disabled {
  text-decoration-color: #0f766e;
}

.disabled\:decoration-teal-800:disabled {
  text-decoration-color: #115e59;
}

.disabled\:decoration-teal-900:disabled {
  text-decoration-color: #134e4a;
}

.disabled\:decoration-teal-950:disabled {
  text-decoration-color: #042f2e;
}

.disabled\:decoration-transparent:disabled {
  text-decoration-color: transparent;
}

.disabled\:decoration-violet-100:disabled {
  text-decoration-color: #ede9fe;
}

.disabled\:decoration-violet-200:disabled {
  text-decoration-color: #ddd6fe;
}

.disabled\:decoration-violet-300:disabled {
  text-decoration-color: #c4b5fd;
}

.disabled\:decoration-violet-400:disabled {
  text-decoration-color: #a78bfa;
}

.disabled\:decoration-violet-50:disabled {
  text-decoration-color: #f5f3ff;
}

.disabled\:decoration-violet-500:disabled {
  text-decoration-color: #8b5cf6;
}

.disabled\:decoration-violet-600:disabled {
  text-decoration-color: #7c3aed;
}

.disabled\:decoration-violet-700:disabled {
  text-decoration-color: #6d28d9;
}

.disabled\:decoration-violet-800:disabled {
  text-decoration-color: #5b21b6;
}

.disabled\:decoration-violet-900:disabled {
  text-decoration-color: #4c1d95;
}

.disabled\:decoration-violet-950:disabled {
  text-decoration-color: #2e1065;
}

.disabled\:decoration-white:disabled {
  text-decoration-color: #fff;
}

.disabled\:decoration-yellow-100:disabled {
  text-decoration-color: #fef9c3;
}

.disabled\:decoration-yellow-200:disabled {
  text-decoration-color: #fef08a;
}

.disabled\:decoration-yellow-300:disabled {
  text-decoration-color: #fde047;
}

.disabled\:decoration-yellow-400:disabled {
  text-decoration-color: #facc15;
}

.disabled\:decoration-yellow-50:disabled {
  text-decoration-color: #fefce8;
}

.disabled\:decoration-yellow-500:disabled {
  text-decoration-color: #eab308;
}

.disabled\:decoration-yellow-600:disabled {
  text-decoration-color: #ca8a04;
}

.disabled\:decoration-yellow-700:disabled {
  text-decoration-color: #a16207;
}

.disabled\:decoration-yellow-800:disabled {
  text-decoration-color: #854d0e;
}

.disabled\:decoration-yellow-900:disabled {
  text-decoration-color: #713f12;
}

.disabled\:decoration-yellow-950:disabled {
  text-decoration-color: #422006;
}

.disabled\:decoration-zinc-100:disabled {
  text-decoration-color: #f4f4f5;
}

.disabled\:decoration-zinc-200:disabled {
  text-decoration-color: #e4e4e7;
}

.disabled\:decoration-zinc-300:disabled {
  text-decoration-color: #d4d4d8;
}

.disabled\:decoration-zinc-400:disabled {
  text-decoration-color: #a1a1aa;
}

.disabled\:decoration-zinc-50:disabled {
  text-decoration-color: #fafafa;
}

.disabled\:decoration-zinc-500:disabled {
  text-decoration-color: #71717a;
}

.disabled\:decoration-zinc-600:disabled {
  text-decoration-color: #52525b;
}

.disabled\:decoration-zinc-700:disabled {
  text-decoration-color: #3f3f46;
}

.disabled\:decoration-zinc-800:disabled {
  text-decoration-color: #27272a;
}

.disabled\:decoration-zinc-900:disabled {
  text-decoration-color: #18181b;
}

.disabled\:decoration-zinc-950:disabled {
  text-decoration-color: #09090b;
}

.disabled\:placeholder-amber-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-amber-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-black:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-black:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-blue-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-current:disabled::-moz-placeholder {
  color: currentColor;
}

.disabled\:placeholder-current:disabled::placeholder {
  color: currentColor;
}

.disabled\:placeholder-cyan-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-cyan-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-emerald-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-fuchsia-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-gray-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-green-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-indigo-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-inherit:disabled::-moz-placeholder {
  color: inherit;
}

.disabled\:placeholder-inherit:disabled::placeholder {
  color: inherit;
}

.disabled\:placeholder-lime-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-lime-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-neutral-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-orange-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-pink-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-purple-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-red-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-rose-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-sky-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-slate-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-stone-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-teal-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-transparent:disabled::-moz-placeholder {
  color: transparent;
}

.disabled\:placeholder-transparent:disabled::placeholder {
  color: transparent;
}

.disabled\:placeholder-violet-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-violet-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-white:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-white:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-yellow-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-100:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-100:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-200:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-200:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-300:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-300:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-400:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-400:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-50:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-50:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-500:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-500:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-600:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-600:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-700:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-700:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-800:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-800:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-900:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-900:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-950:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.disabled\:placeholder-zinc-950:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.disabled\:caret-amber-100:disabled {
  caret-color: #fef3c7;
}

.disabled\:caret-amber-200:disabled {
  caret-color: #fde68a;
}

.disabled\:caret-amber-300:disabled {
  caret-color: #fcd34d;
}

.disabled\:caret-amber-400:disabled {
  caret-color: #fbbf24;
}

.disabled\:caret-amber-50:disabled {
  caret-color: #fffbeb;
}

.disabled\:caret-amber-500:disabled {
  caret-color: #f59e0b;
}

.disabled\:caret-amber-600:disabled {
  caret-color: #d97706;
}

.disabled\:caret-amber-700:disabled {
  caret-color: #b45309;
}

.disabled\:caret-amber-800:disabled {
  caret-color: #92400e;
}

.disabled\:caret-amber-900:disabled {
  caret-color: #78350f;
}

.disabled\:caret-amber-950:disabled {
  caret-color: #451a03;
}

.disabled\:caret-black:disabled {
  caret-color: #000;
}

.disabled\:caret-blue-100:disabled {
  caret-color: #dbeafe;
}

.disabled\:caret-blue-200:disabled {
  caret-color: #bfdbfe;
}

.disabled\:caret-blue-300:disabled {
  caret-color: #93c5fd;
}

.disabled\:caret-blue-400:disabled {
  caret-color: #60a5fa;
}

.disabled\:caret-blue-50:disabled {
  caret-color: #eff6ff;
}

.disabled\:caret-blue-500:disabled {
  caret-color: #3b82f6;
}

.disabled\:caret-blue-600:disabled {
  caret-color: #2563eb;
}

.disabled\:caret-blue-700:disabled {
  caret-color: #1d4ed8;
}

.disabled\:caret-blue-800:disabled {
  caret-color: #1e40af;
}

.disabled\:caret-blue-900:disabled {
  caret-color: #1e3a8a;
}

.disabled\:caret-blue-950:disabled {
  caret-color: #172554;
}

.disabled\:caret-current:disabled {
  caret-color: currentColor;
}

.disabled\:caret-cyan-100:disabled {
  caret-color: #cffafe;
}

.disabled\:caret-cyan-200:disabled {
  caret-color: #a5f3fc;
}

.disabled\:caret-cyan-300:disabled {
  caret-color: #67e8f9;
}

.disabled\:caret-cyan-400:disabled {
  caret-color: #22d3ee;
}

.disabled\:caret-cyan-50:disabled {
  caret-color: #ecfeff;
}

.disabled\:caret-cyan-500:disabled {
  caret-color: #06b6d4;
}

.disabled\:caret-cyan-600:disabled {
  caret-color: #0891b2;
}

.disabled\:caret-cyan-700:disabled {
  caret-color: #0e7490;
}

.disabled\:caret-cyan-800:disabled {
  caret-color: #155e75;
}

.disabled\:caret-cyan-900:disabled {
  caret-color: #164e63;
}

.disabled\:caret-cyan-950:disabled {
  caret-color: #083344;
}

.disabled\:caret-emerald-100:disabled {
  caret-color: #d1fae5;
}

.disabled\:caret-emerald-200:disabled {
  caret-color: #a7f3d0;
}

.disabled\:caret-emerald-300:disabled {
  caret-color: #6ee7b7;
}

.disabled\:caret-emerald-400:disabled {
  caret-color: #34d399;
}

.disabled\:caret-emerald-50:disabled {
  caret-color: #ecfdf5;
}

.disabled\:caret-emerald-500:disabled {
  caret-color: #10b981;
}

.disabled\:caret-emerald-600:disabled {
  caret-color: #059669;
}

.disabled\:caret-emerald-700:disabled {
  caret-color: #047857;
}

.disabled\:caret-emerald-800:disabled {
  caret-color: #065f46;
}

.disabled\:caret-emerald-900:disabled {
  caret-color: #064e3b;
}

.disabled\:caret-emerald-950:disabled {
  caret-color: #022c22;
}

.disabled\:caret-fuchsia-100:disabled {
  caret-color: #fae8ff;
}

.disabled\:caret-fuchsia-200:disabled {
  caret-color: #f5d0fe;
}

.disabled\:caret-fuchsia-300:disabled {
  caret-color: #f0abfc;
}

.disabled\:caret-fuchsia-400:disabled {
  caret-color: #e879f9;
}

.disabled\:caret-fuchsia-50:disabled {
  caret-color: #fdf4ff;
}

.disabled\:caret-fuchsia-500:disabled {
  caret-color: #d946ef;
}

.disabled\:caret-fuchsia-600:disabled {
  caret-color: #c026d3;
}

.disabled\:caret-fuchsia-700:disabled {
  caret-color: #a21caf;
}

.disabled\:caret-fuchsia-800:disabled {
  caret-color: #86198f;
}

.disabled\:caret-fuchsia-900:disabled {
  caret-color: #701a75;
}

.disabled\:caret-fuchsia-950:disabled {
  caret-color: #4a044e;
}

.disabled\:caret-gray-100:disabled {
  caret-color: #f3f4f6;
}

.disabled\:caret-gray-200:disabled {
  caret-color: #e5e7eb;
}

.disabled\:caret-gray-300:disabled {
  caret-color: #d1d5db;
}

.disabled\:caret-gray-400:disabled {
  caret-color: #9ca3af;
}

.disabled\:caret-gray-50:disabled {
  caret-color: #f9fafb;
}

.disabled\:caret-gray-500:disabled {
  caret-color: #6b7280;
}

.disabled\:caret-gray-600:disabled {
  caret-color: #4b5563;
}

.disabled\:caret-gray-700:disabled {
  caret-color: #374151;
}

.disabled\:caret-gray-800:disabled {
  caret-color: #1f2937;
}

.disabled\:caret-gray-900:disabled {
  caret-color: #111827;
}

.disabled\:caret-gray-950:disabled {
  caret-color: #030712;
}

.disabled\:caret-green-100:disabled {
  caret-color: #dcfce7;
}

.disabled\:caret-green-200:disabled {
  caret-color: #bbf7d0;
}

.disabled\:caret-green-300:disabled {
  caret-color: #86efac;
}

.disabled\:caret-green-400:disabled {
  caret-color: #4ade80;
}

.disabled\:caret-green-50:disabled {
  caret-color: #f0fdf4;
}

.disabled\:caret-green-500:disabled {
  caret-color: #22c55e;
}

.disabled\:caret-green-600:disabled {
  caret-color: #16a34a;
}

.disabled\:caret-green-700:disabled {
  caret-color: #15803d;
}

.disabled\:caret-green-800:disabled {
  caret-color: #166534;
}

.disabled\:caret-green-900:disabled {
  caret-color: #14532d;
}

.disabled\:caret-green-950:disabled {
  caret-color: #052e16;
}

.disabled\:caret-indigo-100:disabled {
  caret-color: #e0e7ff;
}

.disabled\:caret-indigo-200:disabled {
  caret-color: #c7d2fe;
}

.disabled\:caret-indigo-300:disabled {
  caret-color: #a5b4fc;
}

.disabled\:caret-indigo-400:disabled {
  caret-color: #818cf8;
}

.disabled\:caret-indigo-50:disabled {
  caret-color: #eef2ff;
}

.disabled\:caret-indigo-500:disabled {
  caret-color: #6366f1;
}

.disabled\:caret-indigo-600:disabled {
  caret-color: #4f46e5;
}

.disabled\:caret-indigo-700:disabled {
  caret-color: #4338ca;
}

.disabled\:caret-indigo-800:disabled {
  caret-color: #3730a3;
}

.disabled\:caret-indigo-900:disabled {
  caret-color: #312e81;
}

.disabled\:caret-indigo-950:disabled {
  caret-color: #1e1b4b;
}

.disabled\:caret-inherit:disabled {
  caret-color: inherit;
}

.disabled\:caret-lime-100:disabled {
  caret-color: #ecfccb;
}

.disabled\:caret-lime-200:disabled {
  caret-color: #d9f99d;
}

.disabled\:caret-lime-300:disabled {
  caret-color: #bef264;
}

.disabled\:caret-lime-400:disabled {
  caret-color: #a3e635;
}

.disabled\:caret-lime-50:disabled {
  caret-color: #f7fee7;
}

.disabled\:caret-lime-500:disabled {
  caret-color: #84cc16;
}

.disabled\:caret-lime-600:disabled {
  caret-color: #65a30d;
}

.disabled\:caret-lime-700:disabled {
  caret-color: #4d7c0f;
}

.disabled\:caret-lime-800:disabled {
  caret-color: #3f6212;
}

.disabled\:caret-lime-900:disabled {
  caret-color: #365314;
}

.disabled\:caret-lime-950:disabled {
  caret-color: #1a2e05;
}

.disabled\:caret-neutral-100:disabled {
  caret-color: #f5f5f5;
}

.disabled\:caret-neutral-200:disabled {
  caret-color: #e5e5e5;
}

.disabled\:caret-neutral-300:disabled {
  caret-color: #d4d4d4;
}

.disabled\:caret-neutral-400:disabled {
  caret-color: #a3a3a3;
}

.disabled\:caret-neutral-50:disabled {
  caret-color: #fafafa;
}

.disabled\:caret-neutral-500:disabled {
  caret-color: #737373;
}

.disabled\:caret-neutral-600:disabled {
  caret-color: #525252;
}

.disabled\:caret-neutral-700:disabled {
  caret-color: #404040;
}

.disabled\:caret-neutral-800:disabled {
  caret-color: #262626;
}

.disabled\:caret-neutral-900:disabled {
  caret-color: #171717;
}

.disabled\:caret-neutral-950:disabled {
  caret-color: #0a0a0a;
}

.disabled\:caret-orange-100:disabled {
  caret-color: #ffedd5;
}

.disabled\:caret-orange-200:disabled {
  caret-color: #fed7aa;
}

.disabled\:caret-orange-300:disabled {
  caret-color: #fdba74;
}

.disabled\:caret-orange-400:disabled {
  caret-color: #fb923c;
}

.disabled\:caret-orange-50:disabled {
  caret-color: #fff7ed;
}

.disabled\:caret-orange-500:disabled {
  caret-color: #f97316;
}

.disabled\:caret-orange-600:disabled {
  caret-color: #ea580c;
}

.disabled\:caret-orange-700:disabled {
  caret-color: #c2410c;
}

.disabled\:caret-orange-800:disabled {
  caret-color: #9a3412;
}

.disabled\:caret-orange-900:disabled {
  caret-color: #7c2d12;
}

.disabled\:caret-orange-950:disabled {
  caret-color: #431407;
}

.disabled\:caret-pink-100:disabled {
  caret-color: #fce7f3;
}

.disabled\:caret-pink-200:disabled {
  caret-color: #fbcfe8;
}

.disabled\:caret-pink-300:disabled {
  caret-color: #f9a8d4;
}

.disabled\:caret-pink-400:disabled {
  caret-color: #f472b6;
}

.disabled\:caret-pink-50:disabled {
  caret-color: #fdf2f8;
}

.disabled\:caret-pink-500:disabled {
  caret-color: #ec4899;
}

.disabled\:caret-pink-600:disabled {
  caret-color: #db2777;
}

.disabled\:caret-pink-700:disabled {
  caret-color: #be185d;
}

.disabled\:caret-pink-800:disabled {
  caret-color: #9d174d;
}

.disabled\:caret-pink-900:disabled {
  caret-color: #831843;
}

.disabled\:caret-pink-950:disabled {
  caret-color: #500724;
}

.disabled\:caret-purple-100:disabled {
  caret-color: #f3e8ff;
}

.disabled\:caret-purple-200:disabled {
  caret-color: #e9d5ff;
}

.disabled\:caret-purple-300:disabled {
  caret-color: #d8b4fe;
}

.disabled\:caret-purple-400:disabled {
  caret-color: #c084fc;
}

.disabled\:caret-purple-50:disabled {
  caret-color: #faf5ff;
}

.disabled\:caret-purple-500:disabled {
  caret-color: #a855f7;
}

.disabled\:caret-purple-600:disabled {
  caret-color: #9333ea;
}

.disabled\:caret-purple-700:disabled {
  caret-color: #7e22ce;
}

.disabled\:caret-purple-800:disabled {
  caret-color: #6b21a8;
}

.disabled\:caret-purple-900:disabled {
  caret-color: #581c87;
}

.disabled\:caret-purple-950:disabled {
  caret-color: #3b0764;
}

.disabled\:caret-red-100:disabled {
  caret-color: #fee2e2;
}

.disabled\:caret-red-200:disabled {
  caret-color: #fecaca;
}

.disabled\:caret-red-300:disabled {
  caret-color: #fca5a5;
}

.disabled\:caret-red-400:disabled {
  caret-color: #f87171;
}

.disabled\:caret-red-50:disabled {
  caret-color: #fef2f2;
}

.disabled\:caret-red-500:disabled {
  caret-color: #ef4444;
}

.disabled\:caret-red-600:disabled {
  caret-color: #dc2626;
}

.disabled\:caret-red-700:disabled {
  caret-color: #b91c1c;
}

.disabled\:caret-red-800:disabled {
  caret-color: #991b1b;
}

.disabled\:caret-red-900:disabled {
  caret-color: #7f1d1d;
}

.disabled\:caret-red-950:disabled {
  caret-color: #450a0a;
}

.disabled\:caret-rose-100:disabled {
  caret-color: #ffe4e6;
}

.disabled\:caret-rose-200:disabled {
  caret-color: #fecdd3;
}

.disabled\:caret-rose-300:disabled {
  caret-color: #fda4af;
}

.disabled\:caret-rose-400:disabled {
  caret-color: #fb7185;
}

.disabled\:caret-rose-50:disabled {
  caret-color: #fff1f2;
}

.disabled\:caret-rose-500:disabled {
  caret-color: #f43f5e;
}

.disabled\:caret-rose-600:disabled {
  caret-color: #e11d48;
}

.disabled\:caret-rose-700:disabled {
  caret-color: #be123c;
}

.disabled\:caret-rose-800:disabled {
  caret-color: #9f1239;
}

.disabled\:caret-rose-900:disabled {
  caret-color: #881337;
}

.disabled\:caret-rose-950:disabled {
  caret-color: #4c0519;
}

.disabled\:caret-sky-100:disabled {
  caret-color: #e0f2fe;
}

.disabled\:caret-sky-200:disabled {
  caret-color: #bae6fd;
}

.disabled\:caret-sky-300:disabled {
  caret-color: #7dd3fc;
}

.disabled\:caret-sky-400:disabled {
  caret-color: #38bdf8;
}

.disabled\:caret-sky-50:disabled {
  caret-color: #f0f9ff;
}

.disabled\:caret-sky-500:disabled {
  caret-color: #0ea5e9;
}

.disabled\:caret-sky-600:disabled {
  caret-color: #0284c7;
}

.disabled\:caret-sky-700:disabled {
  caret-color: #0369a1;
}

.disabled\:caret-sky-800:disabled {
  caret-color: #075985;
}

.disabled\:caret-sky-900:disabled {
  caret-color: #0c4a6e;
}

.disabled\:caret-sky-950:disabled {
  caret-color: #082f49;
}

.disabled\:caret-slate-100:disabled {
  caret-color: #f1f5f9;
}

.disabled\:caret-slate-200:disabled {
  caret-color: #e2e8f0;
}

.disabled\:caret-slate-300:disabled {
  caret-color: #cbd5e1;
}

.disabled\:caret-slate-400:disabled {
  caret-color: #94a3b8;
}

.disabled\:caret-slate-50:disabled {
  caret-color: #f8fafc;
}

.disabled\:caret-slate-500:disabled {
  caret-color: #64748b;
}

.disabled\:caret-slate-600:disabled {
  caret-color: #475569;
}

.disabled\:caret-slate-700:disabled {
  caret-color: #334155;
}

.disabled\:caret-slate-800:disabled {
  caret-color: #1e293b;
}

.disabled\:caret-slate-900:disabled {
  caret-color: #0f172a;
}

.disabled\:caret-slate-950:disabled {
  caret-color: #020617;
}

.disabled\:caret-stone-100:disabled {
  caret-color: #f5f5f4;
}

.disabled\:caret-stone-200:disabled {
  caret-color: #e7e5e4;
}

.disabled\:caret-stone-300:disabled {
  caret-color: #d6d3d1;
}

.disabled\:caret-stone-400:disabled {
  caret-color: #a8a29e;
}

.disabled\:caret-stone-50:disabled {
  caret-color: #fafaf9;
}

.disabled\:caret-stone-500:disabled {
  caret-color: #78716c;
}

.disabled\:caret-stone-600:disabled {
  caret-color: #57534e;
}

.disabled\:caret-stone-700:disabled {
  caret-color: #44403c;
}

.disabled\:caret-stone-800:disabled {
  caret-color: #292524;
}

.disabled\:caret-stone-900:disabled {
  caret-color: #1c1917;
}

.disabled\:caret-stone-950:disabled {
  caret-color: #0c0a09;
}

.disabled\:caret-teal-100:disabled {
  caret-color: #ccfbf1;
}

.disabled\:caret-teal-200:disabled {
  caret-color: #99f6e4;
}

.disabled\:caret-teal-300:disabled {
  caret-color: #5eead4;
}

.disabled\:caret-teal-400:disabled {
  caret-color: #2dd4bf;
}

.disabled\:caret-teal-50:disabled {
  caret-color: #f0fdfa;
}

.disabled\:caret-teal-500:disabled {
  caret-color: #14b8a6;
}

.disabled\:caret-teal-600:disabled {
  caret-color: #0d9488;
}

.disabled\:caret-teal-700:disabled {
  caret-color: #0f766e;
}

.disabled\:caret-teal-800:disabled {
  caret-color: #115e59;
}

.disabled\:caret-teal-900:disabled {
  caret-color: #134e4a;
}

.disabled\:caret-teal-950:disabled {
  caret-color: #042f2e;
}

.disabled\:caret-transparent:disabled {
  caret-color: transparent;
}

.disabled\:caret-violet-100:disabled {
  caret-color: #ede9fe;
}

.disabled\:caret-violet-200:disabled {
  caret-color: #ddd6fe;
}

.disabled\:caret-violet-300:disabled {
  caret-color: #c4b5fd;
}

.disabled\:caret-violet-400:disabled {
  caret-color: #a78bfa;
}

.disabled\:caret-violet-50:disabled {
  caret-color: #f5f3ff;
}

.disabled\:caret-violet-500:disabled {
  caret-color: #8b5cf6;
}

.disabled\:caret-violet-600:disabled {
  caret-color: #7c3aed;
}

.disabled\:caret-violet-700:disabled {
  caret-color: #6d28d9;
}

.disabled\:caret-violet-800:disabled {
  caret-color: #5b21b6;
}

.disabled\:caret-violet-900:disabled {
  caret-color: #4c1d95;
}

.disabled\:caret-violet-950:disabled {
  caret-color: #2e1065;
}

.disabled\:caret-white:disabled {
  caret-color: #fff;
}

.disabled\:caret-yellow-100:disabled {
  caret-color: #fef9c3;
}

.disabled\:caret-yellow-200:disabled {
  caret-color: #fef08a;
}

.disabled\:caret-yellow-300:disabled {
  caret-color: #fde047;
}

.disabled\:caret-yellow-400:disabled {
  caret-color: #facc15;
}

.disabled\:caret-yellow-50:disabled {
  caret-color: #fefce8;
}

.disabled\:caret-yellow-500:disabled {
  caret-color: #eab308;
}

.disabled\:caret-yellow-600:disabled {
  caret-color: #ca8a04;
}

.disabled\:caret-yellow-700:disabled {
  caret-color: #a16207;
}

.disabled\:caret-yellow-800:disabled {
  caret-color: #854d0e;
}

.disabled\:caret-yellow-900:disabled {
  caret-color: #713f12;
}

.disabled\:caret-yellow-950:disabled {
  caret-color: #422006;
}

.disabled\:caret-zinc-100:disabled {
  caret-color: #f4f4f5;
}

.disabled\:caret-zinc-200:disabled {
  caret-color: #e4e4e7;
}

.disabled\:caret-zinc-300:disabled {
  caret-color: #d4d4d8;
}

.disabled\:caret-zinc-400:disabled {
  caret-color: #a1a1aa;
}

.disabled\:caret-zinc-50:disabled {
  caret-color: #fafafa;
}

.disabled\:caret-zinc-500:disabled {
  caret-color: #71717a;
}

.disabled\:caret-zinc-600:disabled {
  caret-color: #52525b;
}

.disabled\:caret-zinc-700:disabled {
  caret-color: #3f3f46;
}

.disabled\:caret-zinc-800:disabled {
  caret-color: #27272a;
}

.disabled\:caret-zinc-900:disabled {
  caret-color: #18181b;
}

.disabled\:caret-zinc-950:disabled {
  caret-color: #09090b;
}

.disabled\:accent-amber-100:disabled {
  accent-color: #fef3c7;
}

.disabled\:accent-amber-200:disabled {
  accent-color: #fde68a;
}

.disabled\:accent-amber-300:disabled {
  accent-color: #fcd34d;
}

.disabled\:accent-amber-400:disabled {
  accent-color: #fbbf24;
}

.disabled\:accent-amber-50:disabled {
  accent-color: #fffbeb;
}

.disabled\:accent-amber-500:disabled {
  accent-color: #f59e0b;
}

.disabled\:accent-amber-600:disabled {
  accent-color: #d97706;
}

.disabled\:accent-amber-700:disabled {
  accent-color: #b45309;
}

.disabled\:accent-amber-800:disabled {
  accent-color: #92400e;
}

.disabled\:accent-amber-900:disabled {
  accent-color: #78350f;
}

.disabled\:accent-amber-950:disabled {
  accent-color: #451a03;
}

.disabled\:accent-black:disabled {
  accent-color: #000;
}

.disabled\:accent-blue-100:disabled {
  accent-color: #dbeafe;
}

.disabled\:accent-blue-200:disabled {
  accent-color: #bfdbfe;
}

.disabled\:accent-blue-300:disabled {
  accent-color: #93c5fd;
}

.disabled\:accent-blue-400:disabled {
  accent-color: #60a5fa;
}

.disabled\:accent-blue-50:disabled {
  accent-color: #eff6ff;
}

.disabled\:accent-blue-500:disabled {
  accent-color: #3b82f6;
}

.disabled\:accent-blue-600:disabled {
  accent-color: #2563eb;
}

.disabled\:accent-blue-700:disabled {
  accent-color: #1d4ed8;
}

.disabled\:accent-blue-800:disabled {
  accent-color: #1e40af;
}

.disabled\:accent-blue-900:disabled {
  accent-color: #1e3a8a;
}

.disabled\:accent-blue-950:disabled {
  accent-color: #172554;
}

.disabled\:accent-current:disabled {
  accent-color: currentColor;
}

.disabled\:accent-cyan-100:disabled {
  accent-color: #cffafe;
}

.disabled\:accent-cyan-200:disabled {
  accent-color: #a5f3fc;
}

.disabled\:accent-cyan-300:disabled {
  accent-color: #67e8f9;
}

.disabled\:accent-cyan-400:disabled {
  accent-color: #22d3ee;
}

.disabled\:accent-cyan-50:disabled {
  accent-color: #ecfeff;
}

.disabled\:accent-cyan-500:disabled {
  accent-color: #06b6d4;
}

.disabled\:accent-cyan-600:disabled {
  accent-color: #0891b2;
}

.disabled\:accent-cyan-700:disabled {
  accent-color: #0e7490;
}

.disabled\:accent-cyan-800:disabled {
  accent-color: #155e75;
}

.disabled\:accent-cyan-900:disabled {
  accent-color: #164e63;
}

.disabled\:accent-cyan-950:disabled {
  accent-color: #083344;
}

.disabled\:accent-emerald-100:disabled {
  accent-color: #d1fae5;
}

.disabled\:accent-emerald-200:disabled {
  accent-color: #a7f3d0;
}

.disabled\:accent-emerald-300:disabled {
  accent-color: #6ee7b7;
}

.disabled\:accent-emerald-400:disabled {
  accent-color: #34d399;
}

.disabled\:accent-emerald-50:disabled {
  accent-color: #ecfdf5;
}

.disabled\:accent-emerald-500:disabled {
  accent-color: #10b981;
}

.disabled\:accent-emerald-600:disabled {
  accent-color: #059669;
}

.disabled\:accent-emerald-700:disabled {
  accent-color: #047857;
}

.disabled\:accent-emerald-800:disabled {
  accent-color: #065f46;
}

.disabled\:accent-emerald-900:disabled {
  accent-color: #064e3b;
}

.disabled\:accent-emerald-950:disabled {
  accent-color: #022c22;
}

.disabled\:accent-fuchsia-100:disabled {
  accent-color: #fae8ff;
}

.disabled\:accent-fuchsia-200:disabled {
  accent-color: #f5d0fe;
}

.disabled\:accent-fuchsia-300:disabled {
  accent-color: #f0abfc;
}

.disabled\:accent-fuchsia-400:disabled {
  accent-color: #e879f9;
}

.disabled\:accent-fuchsia-50:disabled {
  accent-color: #fdf4ff;
}

.disabled\:accent-fuchsia-500:disabled {
  accent-color: #d946ef;
}

.disabled\:accent-fuchsia-600:disabled {
  accent-color: #c026d3;
}

.disabled\:accent-fuchsia-700:disabled {
  accent-color: #a21caf;
}

.disabled\:accent-fuchsia-800:disabled {
  accent-color: #86198f;
}

.disabled\:accent-fuchsia-900:disabled {
  accent-color: #701a75;
}

.disabled\:accent-fuchsia-950:disabled {
  accent-color: #4a044e;
}

.disabled\:accent-gray-100:disabled {
  accent-color: #f3f4f6;
}

.disabled\:accent-gray-200:disabled {
  accent-color: #e5e7eb;
}

.disabled\:accent-gray-300:disabled {
  accent-color: #d1d5db;
}

.disabled\:accent-gray-400:disabled {
  accent-color: #9ca3af;
}

.disabled\:accent-gray-50:disabled {
  accent-color: #f9fafb;
}

.disabled\:accent-gray-500:disabled {
  accent-color: #6b7280;
}

.disabled\:accent-gray-600:disabled {
  accent-color: #4b5563;
}

.disabled\:accent-gray-700:disabled {
  accent-color: #374151;
}

.disabled\:accent-gray-800:disabled {
  accent-color: #1f2937;
}

.disabled\:accent-gray-900:disabled {
  accent-color: #111827;
}

.disabled\:accent-gray-950:disabled {
  accent-color: #030712;
}

.disabled\:accent-green-100:disabled {
  accent-color: #dcfce7;
}

.disabled\:accent-green-200:disabled {
  accent-color: #bbf7d0;
}

.disabled\:accent-green-300:disabled {
  accent-color: #86efac;
}

.disabled\:accent-green-400:disabled {
  accent-color: #4ade80;
}

.disabled\:accent-green-50:disabled {
  accent-color: #f0fdf4;
}

.disabled\:accent-green-500:disabled {
  accent-color: #22c55e;
}

.disabled\:accent-green-600:disabled {
  accent-color: #16a34a;
}

.disabled\:accent-green-700:disabled {
  accent-color: #15803d;
}

.disabled\:accent-green-800:disabled {
  accent-color: #166534;
}

.disabled\:accent-green-900:disabled {
  accent-color: #14532d;
}

.disabled\:accent-green-950:disabled {
  accent-color: #052e16;
}

.disabled\:accent-indigo-100:disabled {
  accent-color: #e0e7ff;
}

.disabled\:accent-indigo-200:disabled {
  accent-color: #c7d2fe;
}

.disabled\:accent-indigo-300:disabled {
  accent-color: #a5b4fc;
}

.disabled\:accent-indigo-400:disabled {
  accent-color: #818cf8;
}

.disabled\:accent-indigo-50:disabled {
  accent-color: #eef2ff;
}

.disabled\:accent-indigo-500:disabled {
  accent-color: #6366f1;
}

.disabled\:accent-indigo-600:disabled {
  accent-color: #4f46e5;
}

.disabled\:accent-indigo-700:disabled {
  accent-color: #4338ca;
}

.disabled\:accent-indigo-800:disabled {
  accent-color: #3730a3;
}

.disabled\:accent-indigo-900:disabled {
  accent-color: #312e81;
}

.disabled\:accent-indigo-950:disabled {
  accent-color: #1e1b4b;
}

.disabled\:accent-inherit:disabled {
  accent-color: inherit;
}

.disabled\:accent-lime-100:disabled {
  accent-color: #ecfccb;
}

.disabled\:accent-lime-200:disabled {
  accent-color: #d9f99d;
}

.disabled\:accent-lime-300:disabled {
  accent-color: #bef264;
}

.disabled\:accent-lime-400:disabled {
  accent-color: #a3e635;
}

.disabled\:accent-lime-50:disabled {
  accent-color: #f7fee7;
}

.disabled\:accent-lime-500:disabled {
  accent-color: #84cc16;
}

.disabled\:accent-lime-600:disabled {
  accent-color: #65a30d;
}

.disabled\:accent-lime-700:disabled {
  accent-color: #4d7c0f;
}

.disabled\:accent-lime-800:disabled {
  accent-color: #3f6212;
}

.disabled\:accent-lime-900:disabled {
  accent-color: #365314;
}

.disabled\:accent-lime-950:disabled {
  accent-color: #1a2e05;
}

.disabled\:accent-neutral-100:disabled {
  accent-color: #f5f5f5;
}

.disabled\:accent-neutral-200:disabled {
  accent-color: #e5e5e5;
}

.disabled\:accent-neutral-300:disabled {
  accent-color: #d4d4d4;
}

.disabled\:accent-neutral-400:disabled {
  accent-color: #a3a3a3;
}

.disabled\:accent-neutral-50:disabled {
  accent-color: #fafafa;
}

.disabled\:accent-neutral-500:disabled {
  accent-color: #737373;
}

.disabled\:accent-neutral-600:disabled {
  accent-color: #525252;
}

.disabled\:accent-neutral-700:disabled {
  accent-color: #404040;
}

.disabled\:accent-neutral-800:disabled {
  accent-color: #262626;
}

.disabled\:accent-neutral-900:disabled {
  accent-color: #171717;
}

.disabled\:accent-neutral-950:disabled {
  accent-color: #0a0a0a;
}

.disabled\:accent-orange-100:disabled {
  accent-color: #ffedd5;
}

.disabled\:accent-orange-200:disabled {
  accent-color: #fed7aa;
}

.disabled\:accent-orange-300:disabled {
  accent-color: #fdba74;
}

.disabled\:accent-orange-400:disabled {
  accent-color: #fb923c;
}

.disabled\:accent-orange-50:disabled {
  accent-color: #fff7ed;
}

.disabled\:accent-orange-500:disabled {
  accent-color: #f97316;
}

.disabled\:accent-orange-600:disabled {
  accent-color: #ea580c;
}

.disabled\:accent-orange-700:disabled {
  accent-color: #c2410c;
}

.disabled\:accent-orange-800:disabled {
  accent-color: #9a3412;
}

.disabled\:accent-orange-900:disabled {
  accent-color: #7c2d12;
}

.disabled\:accent-orange-950:disabled {
  accent-color: #431407;
}

.disabled\:accent-pink-100:disabled {
  accent-color: #fce7f3;
}

.disabled\:accent-pink-200:disabled {
  accent-color: #fbcfe8;
}

.disabled\:accent-pink-300:disabled {
  accent-color: #f9a8d4;
}

.disabled\:accent-pink-400:disabled {
  accent-color: #f472b6;
}

.disabled\:accent-pink-50:disabled {
  accent-color: #fdf2f8;
}

.disabled\:accent-pink-500:disabled {
  accent-color: #ec4899;
}

.disabled\:accent-pink-600:disabled {
  accent-color: #db2777;
}

.disabled\:accent-pink-700:disabled {
  accent-color: #be185d;
}

.disabled\:accent-pink-800:disabled {
  accent-color: #9d174d;
}

.disabled\:accent-pink-900:disabled {
  accent-color: #831843;
}

.disabled\:accent-pink-950:disabled {
  accent-color: #500724;
}

.disabled\:accent-purple-100:disabled {
  accent-color: #f3e8ff;
}

.disabled\:accent-purple-200:disabled {
  accent-color: #e9d5ff;
}

.disabled\:accent-purple-300:disabled {
  accent-color: #d8b4fe;
}

.disabled\:accent-purple-400:disabled {
  accent-color: #c084fc;
}

.disabled\:accent-purple-50:disabled {
  accent-color: #faf5ff;
}

.disabled\:accent-purple-500:disabled {
  accent-color: #a855f7;
}

.disabled\:accent-purple-600:disabled {
  accent-color: #9333ea;
}

.disabled\:accent-purple-700:disabled {
  accent-color: #7e22ce;
}

.disabled\:accent-purple-800:disabled {
  accent-color: #6b21a8;
}

.disabled\:accent-purple-900:disabled {
  accent-color: #581c87;
}

.disabled\:accent-purple-950:disabled {
  accent-color: #3b0764;
}

.disabled\:accent-red-100:disabled {
  accent-color: #fee2e2;
}

.disabled\:accent-red-200:disabled {
  accent-color: #fecaca;
}

.disabled\:accent-red-300:disabled {
  accent-color: #fca5a5;
}

.disabled\:accent-red-400:disabled {
  accent-color: #f87171;
}

.disabled\:accent-red-50:disabled {
  accent-color: #fef2f2;
}

.disabled\:accent-red-500:disabled {
  accent-color: #ef4444;
}

.disabled\:accent-red-600:disabled {
  accent-color: #dc2626;
}

.disabled\:accent-red-700:disabled {
  accent-color: #b91c1c;
}

.disabled\:accent-red-800:disabled {
  accent-color: #991b1b;
}

.disabled\:accent-red-900:disabled {
  accent-color: #7f1d1d;
}

.disabled\:accent-red-950:disabled {
  accent-color: #450a0a;
}

.disabled\:accent-rose-100:disabled {
  accent-color: #ffe4e6;
}

.disabled\:accent-rose-200:disabled {
  accent-color: #fecdd3;
}

.disabled\:accent-rose-300:disabled {
  accent-color: #fda4af;
}

.disabled\:accent-rose-400:disabled {
  accent-color: #fb7185;
}

.disabled\:accent-rose-50:disabled {
  accent-color: #fff1f2;
}

.disabled\:accent-rose-500:disabled {
  accent-color: #f43f5e;
}

.disabled\:accent-rose-600:disabled {
  accent-color: #e11d48;
}

.disabled\:accent-rose-700:disabled {
  accent-color: #be123c;
}

.disabled\:accent-rose-800:disabled {
  accent-color: #9f1239;
}

.disabled\:accent-rose-900:disabled {
  accent-color: #881337;
}

.disabled\:accent-rose-950:disabled {
  accent-color: #4c0519;
}

.disabled\:accent-sky-100:disabled {
  accent-color: #e0f2fe;
}

.disabled\:accent-sky-200:disabled {
  accent-color: #bae6fd;
}

.disabled\:accent-sky-300:disabled {
  accent-color: #7dd3fc;
}

.disabled\:accent-sky-400:disabled {
  accent-color: #38bdf8;
}

.disabled\:accent-sky-50:disabled {
  accent-color: #f0f9ff;
}

.disabled\:accent-sky-500:disabled {
  accent-color: #0ea5e9;
}

.disabled\:accent-sky-600:disabled {
  accent-color: #0284c7;
}

.disabled\:accent-sky-700:disabled {
  accent-color: #0369a1;
}

.disabled\:accent-sky-800:disabled {
  accent-color: #075985;
}

.disabled\:accent-sky-900:disabled {
  accent-color: #0c4a6e;
}

.disabled\:accent-sky-950:disabled {
  accent-color: #082f49;
}

.disabled\:accent-slate-100:disabled {
  accent-color: #f1f5f9;
}

.disabled\:accent-slate-200:disabled {
  accent-color: #e2e8f0;
}

.disabled\:accent-slate-300:disabled {
  accent-color: #cbd5e1;
}

.disabled\:accent-slate-400:disabled {
  accent-color: #94a3b8;
}

.disabled\:accent-slate-50:disabled {
  accent-color: #f8fafc;
}

.disabled\:accent-slate-500:disabled {
  accent-color: #64748b;
}

.disabled\:accent-slate-600:disabled {
  accent-color: #475569;
}

.disabled\:accent-slate-700:disabled {
  accent-color: #334155;
}

.disabled\:accent-slate-800:disabled {
  accent-color: #1e293b;
}

.disabled\:accent-slate-900:disabled {
  accent-color: #0f172a;
}

.disabled\:accent-slate-950:disabled {
  accent-color: #020617;
}

.disabled\:accent-stone-100:disabled {
  accent-color: #f5f5f4;
}

.disabled\:accent-stone-200:disabled {
  accent-color: #e7e5e4;
}

.disabled\:accent-stone-300:disabled {
  accent-color: #d6d3d1;
}

.disabled\:accent-stone-400:disabled {
  accent-color: #a8a29e;
}

.disabled\:accent-stone-50:disabled {
  accent-color: #fafaf9;
}

.disabled\:accent-stone-500:disabled {
  accent-color: #78716c;
}

.disabled\:accent-stone-600:disabled {
  accent-color: #57534e;
}

.disabled\:accent-stone-700:disabled {
  accent-color: #44403c;
}

.disabled\:accent-stone-800:disabled {
  accent-color: #292524;
}

.disabled\:accent-stone-900:disabled {
  accent-color: #1c1917;
}

.disabled\:accent-stone-950:disabled {
  accent-color: #0c0a09;
}

.disabled\:accent-teal-100:disabled {
  accent-color: #ccfbf1;
}

.disabled\:accent-teal-200:disabled {
  accent-color: #99f6e4;
}

.disabled\:accent-teal-300:disabled {
  accent-color: #5eead4;
}

.disabled\:accent-teal-400:disabled {
  accent-color: #2dd4bf;
}

.disabled\:accent-teal-50:disabled {
  accent-color: #f0fdfa;
}

.disabled\:accent-teal-500:disabled {
  accent-color: #14b8a6;
}

.disabled\:accent-teal-600:disabled {
  accent-color: #0d9488;
}

.disabled\:accent-teal-700:disabled {
  accent-color: #0f766e;
}

.disabled\:accent-teal-800:disabled {
  accent-color: #115e59;
}

.disabled\:accent-teal-900:disabled {
  accent-color: #134e4a;
}

.disabled\:accent-teal-950:disabled {
  accent-color: #042f2e;
}

.disabled\:accent-transparent:disabled {
  accent-color: transparent;
}

.disabled\:accent-violet-100:disabled {
  accent-color: #ede9fe;
}

.disabled\:accent-violet-200:disabled {
  accent-color: #ddd6fe;
}

.disabled\:accent-violet-300:disabled {
  accent-color: #c4b5fd;
}

.disabled\:accent-violet-400:disabled {
  accent-color: #a78bfa;
}

.disabled\:accent-violet-50:disabled {
  accent-color: #f5f3ff;
}

.disabled\:accent-violet-500:disabled {
  accent-color: #8b5cf6;
}

.disabled\:accent-violet-600:disabled {
  accent-color: #7c3aed;
}

.disabled\:accent-violet-700:disabled {
  accent-color: #6d28d9;
}

.disabled\:accent-violet-800:disabled {
  accent-color: #5b21b6;
}

.disabled\:accent-violet-900:disabled {
  accent-color: #4c1d95;
}

.disabled\:accent-violet-950:disabled {
  accent-color: #2e1065;
}

.disabled\:accent-white:disabled {
  accent-color: #fff;
}

.disabled\:accent-yellow-100:disabled {
  accent-color: #fef9c3;
}

.disabled\:accent-yellow-200:disabled {
  accent-color: #fef08a;
}

.disabled\:accent-yellow-300:disabled {
  accent-color: #fde047;
}

.disabled\:accent-yellow-400:disabled {
  accent-color: #facc15;
}

.disabled\:accent-yellow-50:disabled {
  accent-color: #fefce8;
}

.disabled\:accent-yellow-500:disabled {
  accent-color: #eab308;
}

.disabled\:accent-yellow-600:disabled {
  accent-color: #ca8a04;
}

.disabled\:accent-yellow-700:disabled {
  accent-color: #a16207;
}

.disabled\:accent-yellow-800:disabled {
  accent-color: #854d0e;
}

.disabled\:accent-yellow-900:disabled {
  accent-color: #713f12;
}

.disabled\:accent-yellow-950:disabled {
  accent-color: #422006;
}

.disabled\:accent-zinc-100:disabled {
  accent-color: #f4f4f5;
}

.disabled\:accent-zinc-200:disabled {
  accent-color: #e4e4e7;
}

.disabled\:accent-zinc-300:disabled {
  accent-color: #d4d4d8;
}

.disabled\:accent-zinc-400:disabled {
  accent-color: #a1a1aa;
}

.disabled\:accent-zinc-50:disabled {
  accent-color: #fafafa;
}

.disabled\:accent-zinc-500:disabled {
  accent-color: #71717a;
}

.disabled\:accent-zinc-600:disabled {
  accent-color: #52525b;
}

.disabled\:accent-zinc-700:disabled {
  accent-color: #3f3f46;
}

.disabled\:accent-zinc-800:disabled {
  accent-color: #27272a;
}

.disabled\:accent-zinc-900:disabled {
  accent-color: #18181b;
}

.disabled\:accent-zinc-950:disabled {
  accent-color: #09090b;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:outline-amber-100:disabled {
  outline-color: #fef3c7;
}

.disabled\:outline-amber-200:disabled {
  outline-color: #fde68a;
}

.disabled\:outline-amber-300:disabled {
  outline-color: #fcd34d;
}

.disabled\:outline-amber-400:disabled {
  outline-color: #fbbf24;
}

.disabled\:outline-amber-50:disabled {
  outline-color: #fffbeb;
}

.disabled\:outline-amber-500:disabled {
  outline-color: #f59e0b;
}

.disabled\:outline-amber-600:disabled {
  outline-color: #d97706;
}

.disabled\:outline-amber-700:disabled {
  outline-color: #b45309;
}

.disabled\:outline-amber-800:disabled {
  outline-color: #92400e;
}

.disabled\:outline-amber-900:disabled {
  outline-color: #78350f;
}

.disabled\:outline-amber-950:disabled {
  outline-color: #451a03;
}

.disabled\:outline-black:disabled {
  outline-color: #000;
}

.disabled\:outline-blue-100:disabled {
  outline-color: #dbeafe;
}

.disabled\:outline-blue-200:disabled {
  outline-color: #bfdbfe;
}

.disabled\:outline-blue-300:disabled {
  outline-color: #93c5fd;
}

.disabled\:outline-blue-400:disabled {
  outline-color: #60a5fa;
}

.disabled\:outline-blue-50:disabled {
  outline-color: #eff6ff;
}

.disabled\:outline-blue-500:disabled {
  outline-color: #3b82f6;
}

.disabled\:outline-blue-600:disabled {
  outline-color: #2563eb;
}

.disabled\:outline-blue-700:disabled {
  outline-color: #1d4ed8;
}

.disabled\:outline-blue-800:disabled {
  outline-color: #1e40af;
}

.disabled\:outline-blue-900:disabled {
  outline-color: #1e3a8a;
}

.disabled\:outline-blue-950:disabled {
  outline-color: #172554;
}

.disabled\:outline-current:disabled {
  outline-color: currentColor;
}

.disabled\:outline-cyan-100:disabled {
  outline-color: #cffafe;
}

.disabled\:outline-cyan-200:disabled {
  outline-color: #a5f3fc;
}

.disabled\:outline-cyan-300:disabled {
  outline-color: #67e8f9;
}

.disabled\:outline-cyan-400:disabled {
  outline-color: #22d3ee;
}

.disabled\:outline-cyan-50:disabled {
  outline-color: #ecfeff;
}

.disabled\:outline-cyan-500:disabled {
  outline-color: #06b6d4;
}

.disabled\:outline-cyan-600:disabled {
  outline-color: #0891b2;
}

.disabled\:outline-cyan-700:disabled {
  outline-color: #0e7490;
}

.disabled\:outline-cyan-800:disabled {
  outline-color: #155e75;
}

.disabled\:outline-cyan-900:disabled {
  outline-color: #164e63;
}

.disabled\:outline-cyan-950:disabled {
  outline-color: #083344;
}

.disabled\:outline-emerald-100:disabled {
  outline-color: #d1fae5;
}

.disabled\:outline-emerald-200:disabled {
  outline-color: #a7f3d0;
}

.disabled\:outline-emerald-300:disabled {
  outline-color: #6ee7b7;
}

.disabled\:outline-emerald-400:disabled {
  outline-color: #34d399;
}

.disabled\:outline-emerald-50:disabled {
  outline-color: #ecfdf5;
}

.disabled\:outline-emerald-500:disabled {
  outline-color: #10b981;
}

.disabled\:outline-emerald-600:disabled {
  outline-color: #059669;
}

.disabled\:outline-emerald-700:disabled {
  outline-color: #047857;
}

.disabled\:outline-emerald-800:disabled {
  outline-color: #065f46;
}

.disabled\:outline-emerald-900:disabled {
  outline-color: #064e3b;
}

.disabled\:outline-emerald-950:disabled {
  outline-color: #022c22;
}

.disabled\:outline-fuchsia-100:disabled {
  outline-color: #fae8ff;
}

.disabled\:outline-fuchsia-200:disabled {
  outline-color: #f5d0fe;
}

.disabled\:outline-fuchsia-300:disabled {
  outline-color: #f0abfc;
}

.disabled\:outline-fuchsia-400:disabled {
  outline-color: #e879f9;
}

.disabled\:outline-fuchsia-50:disabled {
  outline-color: #fdf4ff;
}

.disabled\:outline-fuchsia-500:disabled {
  outline-color: #d946ef;
}

.disabled\:outline-fuchsia-600:disabled {
  outline-color: #c026d3;
}

.disabled\:outline-fuchsia-700:disabled {
  outline-color: #a21caf;
}

.disabled\:outline-fuchsia-800:disabled {
  outline-color: #86198f;
}

.disabled\:outline-fuchsia-900:disabled {
  outline-color: #701a75;
}

.disabled\:outline-fuchsia-950:disabled {
  outline-color: #4a044e;
}

.disabled\:outline-gray-100:disabled {
  outline-color: #f3f4f6;
}

.disabled\:outline-gray-200:disabled {
  outline-color: #e5e7eb;
}

.disabled\:outline-gray-300:disabled {
  outline-color: #d1d5db;
}

.disabled\:outline-gray-400:disabled {
  outline-color: #9ca3af;
}

.disabled\:outline-gray-50:disabled {
  outline-color: #f9fafb;
}

.disabled\:outline-gray-500:disabled {
  outline-color: #6b7280;
}

.disabled\:outline-gray-600:disabled {
  outline-color: #4b5563;
}

.disabled\:outline-gray-700:disabled {
  outline-color: #374151;
}

.disabled\:outline-gray-800:disabled {
  outline-color: #1f2937;
}

.disabled\:outline-gray-900:disabled {
  outline-color: #111827;
}

.disabled\:outline-gray-950:disabled {
  outline-color: #030712;
}

.disabled\:outline-green-100:disabled {
  outline-color: #dcfce7;
}

.disabled\:outline-green-200:disabled {
  outline-color: #bbf7d0;
}

.disabled\:outline-green-300:disabled {
  outline-color: #86efac;
}

.disabled\:outline-green-400:disabled {
  outline-color: #4ade80;
}

.disabled\:outline-green-50:disabled {
  outline-color: #f0fdf4;
}

.disabled\:outline-green-500:disabled {
  outline-color: #22c55e;
}

.disabled\:outline-green-600:disabled {
  outline-color: #16a34a;
}

.disabled\:outline-green-700:disabled {
  outline-color: #15803d;
}

.disabled\:outline-green-800:disabled {
  outline-color: #166534;
}

.disabled\:outline-green-900:disabled {
  outline-color: #14532d;
}

.disabled\:outline-green-950:disabled {
  outline-color: #052e16;
}

.disabled\:outline-indigo-100:disabled {
  outline-color: #e0e7ff;
}

.disabled\:outline-indigo-200:disabled {
  outline-color: #c7d2fe;
}

.disabled\:outline-indigo-300:disabled {
  outline-color: #a5b4fc;
}

.disabled\:outline-indigo-400:disabled {
  outline-color: #818cf8;
}

.disabled\:outline-indigo-50:disabled {
  outline-color: #eef2ff;
}

.disabled\:outline-indigo-500:disabled {
  outline-color: #6366f1;
}

.disabled\:outline-indigo-600:disabled {
  outline-color: #4f46e5;
}

.disabled\:outline-indigo-700:disabled {
  outline-color: #4338ca;
}

.disabled\:outline-indigo-800:disabled {
  outline-color: #3730a3;
}

.disabled\:outline-indigo-900:disabled {
  outline-color: #312e81;
}

.disabled\:outline-indigo-950:disabled {
  outline-color: #1e1b4b;
}

.disabled\:outline-inherit:disabled {
  outline-color: inherit;
}

.disabled\:outline-lime-100:disabled {
  outline-color: #ecfccb;
}

.disabled\:outline-lime-200:disabled {
  outline-color: #d9f99d;
}

.disabled\:outline-lime-300:disabled {
  outline-color: #bef264;
}

.disabled\:outline-lime-400:disabled {
  outline-color: #a3e635;
}

.disabled\:outline-lime-50:disabled {
  outline-color: #f7fee7;
}

.disabled\:outline-lime-500:disabled {
  outline-color: #84cc16;
}

.disabled\:outline-lime-600:disabled {
  outline-color: #65a30d;
}

.disabled\:outline-lime-700:disabled {
  outline-color: #4d7c0f;
}

.disabled\:outline-lime-800:disabled {
  outline-color: #3f6212;
}

.disabled\:outline-lime-900:disabled {
  outline-color: #365314;
}

.disabled\:outline-lime-950:disabled {
  outline-color: #1a2e05;
}

.disabled\:outline-neutral-100:disabled {
  outline-color: #f5f5f5;
}

.disabled\:outline-neutral-200:disabled {
  outline-color: #e5e5e5;
}

.disabled\:outline-neutral-300:disabled {
  outline-color: #d4d4d4;
}

.disabled\:outline-neutral-400:disabled {
  outline-color: #a3a3a3;
}

.disabled\:outline-neutral-50:disabled {
  outline-color: #fafafa;
}

.disabled\:outline-neutral-500:disabled {
  outline-color: #737373;
}

.disabled\:outline-neutral-600:disabled {
  outline-color: #525252;
}

.disabled\:outline-neutral-700:disabled {
  outline-color: #404040;
}

.disabled\:outline-neutral-800:disabled {
  outline-color: #262626;
}

.disabled\:outline-neutral-900:disabled {
  outline-color: #171717;
}

.disabled\:outline-neutral-950:disabled {
  outline-color: #0a0a0a;
}

.disabled\:outline-orange-100:disabled {
  outline-color: #ffedd5;
}

.disabled\:outline-orange-200:disabled {
  outline-color: #fed7aa;
}

.disabled\:outline-orange-300:disabled {
  outline-color: #fdba74;
}

.disabled\:outline-orange-400:disabled {
  outline-color: #fb923c;
}

.disabled\:outline-orange-50:disabled {
  outline-color: #fff7ed;
}

.disabled\:outline-orange-500:disabled {
  outline-color: #f97316;
}

.disabled\:outline-orange-600:disabled {
  outline-color: #ea580c;
}

.disabled\:outline-orange-700:disabled {
  outline-color: #c2410c;
}

.disabled\:outline-orange-800:disabled {
  outline-color: #9a3412;
}

.disabled\:outline-orange-900:disabled {
  outline-color: #7c2d12;
}

.disabled\:outline-orange-950:disabled {
  outline-color: #431407;
}

.disabled\:outline-pink-100:disabled {
  outline-color: #fce7f3;
}

.disabled\:outline-pink-200:disabled {
  outline-color: #fbcfe8;
}

.disabled\:outline-pink-300:disabled {
  outline-color: #f9a8d4;
}

.disabled\:outline-pink-400:disabled {
  outline-color: #f472b6;
}

.disabled\:outline-pink-50:disabled {
  outline-color: #fdf2f8;
}

.disabled\:outline-pink-500:disabled {
  outline-color: #ec4899;
}

.disabled\:outline-pink-600:disabled {
  outline-color: #db2777;
}

.disabled\:outline-pink-700:disabled {
  outline-color: #be185d;
}

.disabled\:outline-pink-800:disabled {
  outline-color: #9d174d;
}

.disabled\:outline-pink-900:disabled {
  outline-color: #831843;
}

.disabled\:outline-pink-950:disabled {
  outline-color: #500724;
}

.disabled\:outline-purple-100:disabled {
  outline-color: #f3e8ff;
}

.disabled\:outline-purple-200:disabled {
  outline-color: #e9d5ff;
}

.disabled\:outline-purple-300:disabled {
  outline-color: #d8b4fe;
}

.disabled\:outline-purple-400:disabled {
  outline-color: #c084fc;
}

.disabled\:outline-purple-50:disabled {
  outline-color: #faf5ff;
}

.disabled\:outline-purple-500:disabled {
  outline-color: #a855f7;
}

.disabled\:outline-purple-600:disabled {
  outline-color: #9333ea;
}

.disabled\:outline-purple-700:disabled {
  outline-color: #7e22ce;
}

.disabled\:outline-purple-800:disabled {
  outline-color: #6b21a8;
}

.disabled\:outline-purple-900:disabled {
  outline-color: #581c87;
}

.disabled\:outline-purple-950:disabled {
  outline-color: #3b0764;
}

.disabled\:outline-red-100:disabled {
  outline-color: #fee2e2;
}

.disabled\:outline-red-200:disabled {
  outline-color: #fecaca;
}

.disabled\:outline-red-300:disabled {
  outline-color: #fca5a5;
}

.disabled\:outline-red-400:disabled {
  outline-color: #f87171;
}

.disabled\:outline-red-50:disabled {
  outline-color: #fef2f2;
}

.disabled\:outline-red-500:disabled {
  outline-color: #ef4444;
}

.disabled\:outline-red-600:disabled {
  outline-color: #dc2626;
}

.disabled\:outline-red-700:disabled {
  outline-color: #b91c1c;
}

.disabled\:outline-red-800:disabled {
  outline-color: #991b1b;
}

.disabled\:outline-red-900:disabled {
  outline-color: #7f1d1d;
}

.disabled\:outline-red-950:disabled {
  outline-color: #450a0a;
}

.disabled\:outline-rose-100:disabled {
  outline-color: #ffe4e6;
}

.disabled\:outline-rose-200:disabled {
  outline-color: #fecdd3;
}

.disabled\:outline-rose-300:disabled {
  outline-color: #fda4af;
}

.disabled\:outline-rose-400:disabled {
  outline-color: #fb7185;
}

.disabled\:outline-rose-50:disabled {
  outline-color: #fff1f2;
}

.disabled\:outline-rose-500:disabled {
  outline-color: #f43f5e;
}

.disabled\:outline-rose-600:disabled {
  outline-color: #e11d48;
}

.disabled\:outline-rose-700:disabled {
  outline-color: #be123c;
}

.disabled\:outline-rose-800:disabled {
  outline-color: #9f1239;
}

.disabled\:outline-rose-900:disabled {
  outline-color: #881337;
}

.disabled\:outline-rose-950:disabled {
  outline-color: #4c0519;
}

.disabled\:outline-sky-100:disabled {
  outline-color: #e0f2fe;
}

.disabled\:outline-sky-200:disabled {
  outline-color: #bae6fd;
}

.disabled\:outline-sky-300:disabled {
  outline-color: #7dd3fc;
}

.disabled\:outline-sky-400:disabled {
  outline-color: #38bdf8;
}

.disabled\:outline-sky-50:disabled {
  outline-color: #f0f9ff;
}

.disabled\:outline-sky-500:disabled {
  outline-color: #0ea5e9;
}

.disabled\:outline-sky-600:disabled {
  outline-color: #0284c7;
}

.disabled\:outline-sky-700:disabled {
  outline-color: #0369a1;
}

.disabled\:outline-sky-800:disabled {
  outline-color: #075985;
}

.disabled\:outline-sky-900:disabled {
  outline-color: #0c4a6e;
}

.disabled\:outline-sky-950:disabled {
  outline-color: #082f49;
}

.disabled\:outline-slate-100:disabled {
  outline-color: #f1f5f9;
}

.disabled\:outline-slate-200:disabled {
  outline-color: #e2e8f0;
}

.disabled\:outline-slate-300:disabled {
  outline-color: #cbd5e1;
}

.disabled\:outline-slate-400:disabled {
  outline-color: #94a3b8;
}

.disabled\:outline-slate-50:disabled {
  outline-color: #f8fafc;
}

.disabled\:outline-slate-500:disabled {
  outline-color: #64748b;
}

.disabled\:outline-slate-600:disabled {
  outline-color: #475569;
}

.disabled\:outline-slate-700:disabled {
  outline-color: #334155;
}

.disabled\:outline-slate-800:disabled {
  outline-color: #1e293b;
}

.disabled\:outline-slate-900:disabled {
  outline-color: #0f172a;
}

.disabled\:outline-slate-950:disabled {
  outline-color: #020617;
}

.disabled\:outline-stone-100:disabled {
  outline-color: #f5f5f4;
}

.disabled\:outline-stone-200:disabled {
  outline-color: #e7e5e4;
}

.disabled\:outline-stone-300:disabled {
  outline-color: #d6d3d1;
}

.disabled\:outline-stone-400:disabled {
  outline-color: #a8a29e;
}

.disabled\:outline-stone-50:disabled {
  outline-color: #fafaf9;
}

.disabled\:outline-stone-500:disabled {
  outline-color: #78716c;
}

.disabled\:outline-stone-600:disabled {
  outline-color: #57534e;
}

.disabled\:outline-stone-700:disabled {
  outline-color: #44403c;
}

.disabled\:outline-stone-800:disabled {
  outline-color: #292524;
}

.disabled\:outline-stone-900:disabled {
  outline-color: #1c1917;
}

.disabled\:outline-stone-950:disabled {
  outline-color: #0c0a09;
}

.disabled\:outline-teal-100:disabled {
  outline-color: #ccfbf1;
}

.disabled\:outline-teal-200:disabled {
  outline-color: #99f6e4;
}

.disabled\:outline-teal-300:disabled {
  outline-color: #5eead4;
}

.disabled\:outline-teal-400:disabled {
  outline-color: #2dd4bf;
}

.disabled\:outline-teal-50:disabled {
  outline-color: #f0fdfa;
}

.disabled\:outline-teal-500:disabled {
  outline-color: #14b8a6;
}

.disabled\:outline-teal-600:disabled {
  outline-color: #0d9488;
}

.disabled\:outline-teal-700:disabled {
  outline-color: #0f766e;
}

.disabled\:outline-teal-800:disabled {
  outline-color: #115e59;
}

.disabled\:outline-teal-900:disabled {
  outline-color: #134e4a;
}

.disabled\:outline-teal-950:disabled {
  outline-color: #042f2e;
}

.disabled\:outline-transparent:disabled {
  outline-color: transparent;
}

.disabled\:outline-violet-100:disabled {
  outline-color: #ede9fe;
}

.disabled\:outline-violet-200:disabled {
  outline-color: #ddd6fe;
}

.disabled\:outline-violet-300:disabled {
  outline-color: #c4b5fd;
}

.disabled\:outline-violet-400:disabled {
  outline-color: #a78bfa;
}

.disabled\:outline-violet-50:disabled {
  outline-color: #f5f3ff;
}

.disabled\:outline-violet-500:disabled {
  outline-color: #8b5cf6;
}

.disabled\:outline-violet-600:disabled {
  outline-color: #7c3aed;
}

.disabled\:outline-violet-700:disabled {
  outline-color: #6d28d9;
}

.disabled\:outline-violet-800:disabled {
  outline-color: #5b21b6;
}

.disabled\:outline-violet-900:disabled {
  outline-color: #4c1d95;
}

.disabled\:outline-violet-950:disabled {
  outline-color: #2e1065;
}

.disabled\:outline-white:disabled {
  outline-color: #fff;
}

.disabled\:outline-yellow-100:disabled {
  outline-color: #fef9c3;
}

.disabled\:outline-yellow-200:disabled {
  outline-color: #fef08a;
}

.disabled\:outline-yellow-300:disabled {
  outline-color: #fde047;
}

.disabled\:outline-yellow-400:disabled {
  outline-color: #facc15;
}

.disabled\:outline-yellow-50:disabled {
  outline-color: #fefce8;
}

.disabled\:outline-yellow-500:disabled {
  outline-color: #eab308;
}

.disabled\:outline-yellow-600:disabled {
  outline-color: #ca8a04;
}

.disabled\:outline-yellow-700:disabled {
  outline-color: #a16207;
}

.disabled\:outline-yellow-800:disabled {
  outline-color: #854d0e;
}

.disabled\:outline-yellow-900:disabled {
  outline-color: #713f12;
}

.disabled\:outline-yellow-950:disabled {
  outline-color: #422006;
}

.disabled\:outline-zinc-100:disabled {
  outline-color: #f4f4f5;
}

.disabled\:outline-zinc-200:disabled {
  outline-color: #e4e4e7;
}

.disabled\:outline-zinc-300:disabled {
  outline-color: #d4d4d8;
}

.disabled\:outline-zinc-400:disabled {
  outline-color: #a1a1aa;
}

.disabled\:outline-zinc-50:disabled {
  outline-color: #fafafa;
}

.disabled\:outline-zinc-500:disabled {
  outline-color: #71717a;
}

.disabled\:outline-zinc-600:disabled {
  outline-color: #52525b;
}

.disabled\:outline-zinc-700:disabled {
  outline-color: #3f3f46;
}

.disabled\:outline-zinc-800:disabled {
  outline-color: #27272a;
}

.disabled\:outline-zinc-900:disabled {
  outline-color: #18181b;
}

.disabled\:outline-zinc-950:disabled {
  outline-color: #09090b;
}

.disabled\:ring-amber-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-amber-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-black:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-blue-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-current:disabled {
  --tw-ring-color: currentColor;
}

.disabled\:ring-cyan-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-cyan-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-emerald-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-fuchsia-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-gray-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-green-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-indigo-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-inherit:disabled {
  --tw-ring-color: inherit;
}

.disabled\:ring-lime-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-lime-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-neutral-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-orange-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-pink-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-purple-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-red-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-rose-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-sky-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-slate-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-stone-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-teal-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-transparent:disabled {
  --tw-ring-color: transparent;
}

.disabled\:ring-violet-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-violet-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-white:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-yellow-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-100:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-200:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-300:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-400:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-50:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-500:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-600:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-700:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-800:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-900:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.disabled\:ring-zinc-950:disabled {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.disabled\:hover\:bg-transparent:hover:disabled {
  background-color: transparent;
}

.group[open] .group-open\: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));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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\:divide-amber-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-amber-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-black > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-blue-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-current > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.group:hover .group-hover\:divide-cyan-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-cyan-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-emerald-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-fuchsia-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-gray-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-green-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-indigo-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-inherit > :not([hidden]) ~ :not([hidden]) {
  border-color: inherit;
}

.group:hover .group-hover\:divide-lime-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-lime-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-neutral-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-orange-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-pink-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-purple-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-red-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-rose-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-sky-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-slate-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-stone-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-teal-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-transparent > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.group:hover .group-hover\:divide-violet-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-violet-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-yellow-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-50 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-600 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-700 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-800 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-900 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:divide-zinc-950 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-divide-opacity, 1));
}

.group:hover .group-hover\:border-amber-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-200 {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-500 {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-600 {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-700 {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-800 {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-900 {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-amber-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-300 {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-50 {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-blue-950 {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-current {
  border-color: currentColor;
}

.group:hover .group-hover\:border-cyan-100 {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-200 {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-300 {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-400 {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-500 {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-600 {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-700 {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-800 {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-900 {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-cyan-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-100 {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-200 {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-300 {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-50 {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-600 {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-700 {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-800 {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-900 {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-emerald-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-100 {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-200 {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-300 {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-400 {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-500 {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-600 {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-700 {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-800 {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-900 {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-fuchsia-950 {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-gray-950 {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-200 {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-300 {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-400 {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-50 {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-500 {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-600 {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-700 {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-800 {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-900 {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-indigo-950 {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-inherit {
  border-color: inherit;
}

.group:hover .group-hover\:border-lime-100 {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-200 {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-300 {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-500 {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-600 {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-700 {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-800 {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-900 {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-lime-950 {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-400 {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-500 {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-700 {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-800 {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-900 {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-neutral-950 {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-700 {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-800 {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-900 {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-orange-950 {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-100 {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-300 {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-400 {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-50 {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-500 {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-800 {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-900 {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-pink-950 {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-200 {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-300 {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-400 {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-500 {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-600 {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-700 {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-800 {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-900 {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-purple-950 {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-300 {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-800 {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-red-950 {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-500 {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-600 {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-700 {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-800 {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-900 {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-rose-950 {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-100 {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-200 {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-400 {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-500 {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-600 {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-700 {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-800 {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-900 {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-sky-950 {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-300 {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-50 {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-600 {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-700 {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-800 {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-900 {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-slate-950 {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-100 {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-200 {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-400 {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-500 {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-600 {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-800 {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-900 {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-stone-950 {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-200 {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-300 {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-50 {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-800 {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-teal-950 {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-transparent {
  border-color: transparent;
}

.group:hover .group-hover\:border-violet-100 {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-200 {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-400 {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-50 {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-500 {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-600 {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-700 {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-800 {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-900 {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-violet-950 {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-100 {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-300 {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-600 {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-700 {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-800 {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-yellow-950 {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-400 {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-50 {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-500 {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-600 {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-700 {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-800 {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-900 {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:border-zinc-950 {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

.group:hover .group-hover\:bg-amber-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-500\/20 {
  background-color: rgb(245 158 11 / 0.2);
}

.group:hover .group-hover\:bg-amber-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-amber-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-400\/20 {
  background-color: rgb(96 165 250 / 0.2);
}

.group:hover .group-hover\:bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-500\/20 {
  background-color: rgb(59 130 246 / 0.2);
}

.group:hover .group-hover\:bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-current {
  background-color: currentColor;
}

.group:hover .group-hover\:bg-cyan-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-400\/20 {
  background-color: rgb(34 211 238 / 0.2);
}

.group:hover .group-hover\:bg-cyan-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-500\/20 {
  background-color: rgb(6 182 212 / 0.2);
}

.group:hover .group-hover\:bg-cyan-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-cyan-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-500\/20 {
  background-color: rgb(16 185 129 / 0.2);
}

.group:hover .group-hover\:bg-emerald-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-emerald-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-500\/20 {
  background-color: rgb(217 70 239 / 0.2);
}

.group:hover .group-hover\:bg-fuchsia-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-fuchsia-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.group:hover .group-hover\:bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-500\/20 {
  background-color: rgb(99 102 241 / 0.2);
}

.group:hover .group-hover\:bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-indigo-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-inherit {
  background-color: inherit;
}

.group:hover .group-hover\:bg-lime-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-500\/20 {
  background-color: rgb(132 204 22 / 0.2);
}

.group:hover .group-hover\:bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-lime-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-500\/20 {
  background-color: rgb(249 115 22 / 0.2);
}

.group:hover .group-hover\:bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-orange-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-500\/20 {
  background-color: rgb(236 72 153 / 0.2);
}

.group:hover .group-hover\:bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-pink-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-500\/20 {
  background-color: rgb(168 85 247 / 0.2);
}

.group:hover .group-hover\:bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-purple-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.group:hover .group-hover\:bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-500\/20 {
  background-color: rgb(244 63 94 / 0.2);
}

.group:hover .group-hover\:bg-rose-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-rose-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-500\/20 {
  background-color: rgb(14 165 233 / 0.2);
}

.group:hover .group-hover\:bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-sky-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-400\/20 {
  background-color: rgb(148 163 184 / 0.2);
}

.group:hover .group-hover\:bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-slate-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-stone-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-500\/20 {
  background-color: rgb(20 184 166 / 0.2);
}

.group:hover .group-hover\:bg-teal-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-teal-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group:hover .group-hover\:bg-violet-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-500\/20 {
  background-color: rgb(139 92 246 / 0.2);
}

.group:hover .group-hover\:bg-violet-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-violet-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.group:hover .group-hover\:bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-zinc-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:from-amber-100 {
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-amber-200 {
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-amber-300 {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-amber-400 {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-amber-50 {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-amber-500 {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\:from-amber-700 {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-amber-800 {
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-amber-900 {
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-amber-950 {
  --tw-gradient-from: #451a03 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);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\:from-blue-100 {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-200 {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-300 {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-400 {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-50 {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-600 {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-700 {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-800 {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-900 {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-blue-950 {
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-current {
  --tw-gradient-from: currentColor 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);
}

.group:hover .group-hover\:from-cyan-100 {
  --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-cyan-200 {
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-cyan-300 {
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-cyan-400 {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-cyan-50 {
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-cyan-500 {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\:from-cyan-700 {
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-cyan-800 {
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-cyan-900 {
  --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-cyan-950 {
  --tw-gradient-from: #083344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 51 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-emerald-100 {
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-emerald-200 {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-emerald-300 {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-emerald-400 {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-emerald-50 {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-emerald-500 {
  --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);
}

.group:hover .group-hover\:from-emerald-600 {
  --tw-gradient-from: #059669 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);
}

.group:hover .group-hover\:from-emerald-700 {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-emerald-800 {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-emerald-900 {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-emerald-950 {
  --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-100 {
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-200 {
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-300 {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-400 {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-50 {
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-500 {
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-600 {
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-700 {
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-800 {
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-900 {
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-fuchsia-950 {
  --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-100 {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-200 {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-300 {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-400 {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-50 {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-500 {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-600 {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-700 {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-800 {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-gray-950 {
  --tw-gradient-from: #030712 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-100 {
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-200 {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-300 {
  --tw-gradient-from: #86efac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-400 {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-50 {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-500 {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-600 {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-700 {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-800 {
  --tw-gradient-from: #166534 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-900 {
  --tw-gradient-from: #14532d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-green-950 {
  --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-100 {
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-200 {
  --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-300 {
  --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-400 {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-50 {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-500 {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-600 {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-700 {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-800 {
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-900 {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-indigo-950 {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-inherit {
  --tw-gradient-from: inherit 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);
}

.group:hover .group-hover\:from-lime-100 {
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-200 {
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-300 {
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-400 {
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-50 {
  --tw-gradient-from: #f7fee7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-500 {
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-600 {
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-700 {
  --tw-gradient-from: #4d7c0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-800 {
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-900 {
  --tw-gradient-from: #365314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-lime-950 {
  --tw-gradient-from: #1a2e05 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 46 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-100 {
  --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-200 {
  --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-300 {
  --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-400 {
  --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-50 {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-500 {
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-600 {
  --tw-gradient-from: #525252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-700 {
  --tw-gradient-from: #404040 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-800 {
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-900 {
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-neutral-950 {
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-100 {
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-200 {
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-300 {
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-400 {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-50 {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-500 {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-600 {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-700 {
  --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-800 {
  --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-900 {
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-orange-950 {
  --tw-gradient-from: #431407 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 20 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-100 {
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-200 {
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-300 {
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-400 {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-50 {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-600 {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-700 {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-800 {
  --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-900 {
  --tw-gradient-from: #831843 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-pink-950 {
  --tw-gradient-from: #500724 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 7 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-100 {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-200 {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-300 {
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-400 {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-50 {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-500 {
  --tw-gradient-from: #a855f7 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);
}

.group:hover .group-hover\:from-purple-600 {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-700 {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-800 {
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-900 {
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-purple-950 {
  --tw-gradient-from: #3b0764 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 7 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-100 {
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-200 {
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-300 {
  --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-400 {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-50 {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-500 {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-600 {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-700 {
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-800 {
  --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-900 {
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-red-950 {
  --tw-gradient-from: #450a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-100 {
  --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-200 {
  --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-300 {
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-400 {
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-50 {
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-500 {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-600 {
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-700 {
  --tw-gradient-from: #be123c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-800 {
  --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-900 {
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-rose-950 {
  --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 5 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-100 {
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-200 {
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-300 {
  --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-400 {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-50 {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-500 {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-600 {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-700 {
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-800 {
  --tw-gradient-from: #075985 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-900 {
  --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-sky-950 {
  --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 47 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-slate-100 {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-slate-200 {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-slate-300 {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-slate-400 {
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-slate-50 {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-slate-500 {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-slate-600 {
  --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);
}

.group:hover .group-hover\:from-slate-700 {
  --tw-gradient-from: #334155 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);
}

.group:hover .group-hover\:from-slate-800 {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-slate-900 {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-slate-950 {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-100 {
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-200 {
  --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-300 {
  --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-400 {
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-50 {
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-500 {
  --tw-gradient-from: #78716c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-600 {
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-700 {
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-800 {
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-900 {
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-stone-950 {
  --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 10 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-100 {
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-200 {
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-300 {
  --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-400 {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-50 {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-500 {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-600 {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-700 {
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-800 {
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-900 {
  --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-teal-950 {
  --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 47 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\:from-violet-100 {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-200 {
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-300 {
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-400 {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-50 {
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-500 {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-600 {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-700 {
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-800 {
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-900 {
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-violet-950 {
  --tw-gradient-from: #2e1065 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);
}

.group:hover .group-hover\:from-white {
  --tw-gradient-from: #fff 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);
}

.group:hover .group-hover\:from-yellow-100 {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-300 {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-700 {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-900 {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-yellow-950 {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-100 {
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-200 {
  --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-300 {
  --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-400 {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-50 {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-500 {
  --tw-gradient-from: #71717a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-600 {
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-700 {
  --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-800 {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-900 {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:from-zinc-950 {
  --tw-gradient-from: #09090b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-100 {
  --tw-gradient-to: rgb(254 243 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-200 {
  --tw-gradient-to: rgb(253 230 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-300 {
  --tw-gradient-to: rgb(252 211 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-400 {
  --tw-gradient-to: rgb(251 191 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-50 {
  --tw-gradient-to: rgb(255 251 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-500 {
  --tw-gradient-to: rgb(245 158 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-600 {
  --tw-gradient-to: rgb(217 119 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-700 {
  --tw-gradient-to: rgb(180 83 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b45309 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-800 {
  --tw-gradient-to: rgb(146 64 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #92400e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-900 {
  --tw-gradient-to: rgb(120 53 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78350f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-amber-950 {
  --tw-gradient-to: rgb(69 26 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #451a03 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-black {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-100 {
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-200 {
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-300 {
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-400 {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-50 {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-500 {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-600 {
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-700 {
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-800 {
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-900 {
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-blue-950 {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-current {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), currentColor var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-100 {
  --tw-gradient-to: rgb(207 250 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-200 {
  --tw-gradient-to: rgb(165 243 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-300 {
  --tw-gradient-to: rgb(103 232 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-400 {
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-50 {
  --tw-gradient-to: rgb(236 254 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-500 {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-600 {
  --tw-gradient-to: rgb(8 145 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-700 {
  --tw-gradient-to: rgb(14 116 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-800 {
  --tw-gradient-to: rgb(21 94 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #155e75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-900 {
  --tw-gradient-to: rgb(22 78 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #164e63 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-cyan-950 {
  --tw-gradient-to: rgb(8 51 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #083344 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-100 {
  --tw-gradient-to: rgb(209 250 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-200 {
  --tw-gradient-to: rgb(167 243 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-300 {
  --tw-gradient-to: rgb(110 231 183 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-400 {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-50 {
  --tw-gradient-to: rgb(236 253 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-500 {
  --tw-gradient-to: rgb(16 185 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #10b981 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-600 {
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-700 {
  --tw-gradient-to: rgb(4 120 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #047857 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-800 {
  --tw-gradient-to: rgb(6 95 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #065f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-900 {
  --tw-gradient-to: rgb(6 78 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-emerald-950 {
  --tw-gradient-to: rgb(2 44 34 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #022c22 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-100 {
  --tw-gradient-to: rgb(250 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-200 {
  --tw-gradient-to: rgb(245 208 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-300 {
  --tw-gradient-to: rgb(240 171 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-400 {
  --tw-gradient-to: rgb(232 121 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-50 {
  --tw-gradient-to: rgb(253 244 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-500 {
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-600 {
  --tw-gradient-to: rgb(192 38 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-700 {
  --tw-gradient-to: rgb(162 28 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-800 {
  --tw-gradient-to: rgb(134 25 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86198f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-900 {
  --tw-gradient-to: rgb(112 26 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #701a75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-fuchsia-950 {
  --tw-gradient-to: rgb(74 4 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a044e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-100 {
  --tw-gradient-to: rgb(243 244 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-200 {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-300 {
  --tw-gradient-to: rgb(209 213 219 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-400 {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-50 {
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-500 {
  --tw-gradient-to: rgb(107 114 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-600 {
  --tw-gradient-to: rgb(75 85 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-700 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-800 {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-900 {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-gray-950 {
  --tw-gradient-to: rgb(3 7 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #030712 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-100 {
  --tw-gradient-to: rgb(220 252 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-200 {
  --tw-gradient-to: rgb(187 247 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-300 {
  --tw-gradient-to: rgb(134 239 172 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86efac var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-400 {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-50 {
  --tw-gradient-to: rgb(240 253 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-500 {
  --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-600 {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-700 {
  --tw-gradient-to: rgb(21 128 61 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #15803d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-800 {
  --tw-gradient-to: rgb(22 101 52 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-900 {
  --tw-gradient-to: rgb(20 83 45 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14532d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-green-950 {
  --tw-gradient-to: rgb(5 46 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #052e16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-100 {
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-200 {
  --tw-gradient-to: rgb(199 210 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-300 {
  --tw-gradient-to: rgb(165 180 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-400 {
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-50 {
  --tw-gradient-to: rgb(238 242 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-500 {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-600 {
  --tw-gradient-to: rgb(79 70 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-700 {
  --tw-gradient-to: rgb(67 56 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-800 {
  --tw-gradient-to: rgb(55 48 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-900 {
  --tw-gradient-to: rgb(49 46 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #312e81 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-indigo-950 {
  --tw-gradient-to: rgb(30 27 75 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e1b4b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-inherit {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), inherit var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-100 {
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-200 {
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-300 {
  --tw-gradient-to: rgb(190 242 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bef264 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-400 {
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-50 {
  --tw-gradient-to: rgb(247 254 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-500 {
  --tw-gradient-to: rgb(132 204 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-600 {
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-700 {
  --tw-gradient-to: rgb(77 124 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-800 {
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-900 {
  --tw-gradient-to: rgb(54 83 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #365314 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-lime-950 {
  --tw-gradient-to: rgb(26 46 5 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a2e05 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-100 {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-200 {
  --tw-gradient-to: rgb(229 229 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-300 {
  --tw-gradient-to: rgb(212 212 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-400 {
  --tw-gradient-to: rgb(163 163 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-50 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-500 {
  --tw-gradient-to: rgb(115 115 115 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #737373 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-600 {
  --tw-gradient-to: rgb(82 82 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #525252 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-700 {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #404040 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-800 {
  --tw-gradient-to: rgb(38 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #262626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-900 {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #171717 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-neutral-950 {
  --tw-gradient-to: rgb(10 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-100 {
  --tw-gradient-to: rgb(255 237 213 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-200 {
  --tw-gradient-to: rgb(254 215 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-300 {
  --tw-gradient-to: rgb(253 186 116 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-400 {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-50 {
  --tw-gradient-to: rgb(255 247 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-500 {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-600 {
  --tw-gradient-to: rgb(234 88 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-700 {
  --tw-gradient-to: rgb(194 65 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-800 {
  --tw-gradient-to: rgb(154 52 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-900 {
  --tw-gradient-to: rgb(124 45 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-orange-950 {
  --tw-gradient-to: rgb(67 20 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #431407 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-100 {
  --tw-gradient-to: rgb(252 231 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-200 {
  --tw-gradient-to: rgb(251 207 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-300 {
  --tw-gradient-to: rgb(249 168 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-400 {
  --tw-gradient-to: rgb(244 114 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-50 {
  --tw-gradient-to: rgb(253 242 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-500 {
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-600 {
  --tw-gradient-to: rgb(219 39 119 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-700 {
  --tw-gradient-to: rgb(190 24 93 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be185d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-800 {
  --tw-gradient-to: rgb(157 23 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-900 {
  --tw-gradient-to: rgb(131 24 67 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #831843 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-pink-950 {
  --tw-gradient-to: rgb(80 7 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #500724 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-100 {
  --tw-gradient-to: rgb(243 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-200 {
  --tw-gradient-to: rgb(233 213 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-300 {
  --tw-gradient-to: rgb(216 180 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-400 {
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-50 {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-500 {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-600 {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-700 {
  --tw-gradient-to: rgb(126 34 206 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-800 {
  --tw-gradient-to: rgb(107 33 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-900 {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-purple-950 {
  --tw-gradient-to: rgb(59 7 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b0764 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-100 {
  --tw-gradient-to: rgb(254 226 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-200 {
  --tw-gradient-to: rgb(254 202 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-300 {
  --tw-gradient-to: rgb(252 165 165 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-400 {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f87171 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-50 {
  --tw-gradient-to: rgb(254 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-500 {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-600 {
  --tw-gradient-to: rgb(220 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-700 {
  --tw-gradient-to: rgb(185 28 28 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-800 {
  --tw-gradient-to: rgb(153 27 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-900 {
  --tw-gradient-to: rgb(127 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-red-950 {
  --tw-gradient-to: rgb(69 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-100 {
  --tw-gradient-to: rgb(255 228 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-200 {
  --tw-gradient-to: rgb(254 205 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-300 {
  --tw-gradient-to: rgb(253 164 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-400 {
  --tw-gradient-to: rgb(251 113 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-50 {
  --tw-gradient-to: rgb(255 241 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-500 {
  --tw-gradient-to: rgb(244 63 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-600 {
  --tw-gradient-to: rgb(225 29 72 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-700 {
  --tw-gradient-to: rgb(190 18 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be123c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-800 {
  --tw-gradient-to: rgb(159 18 57 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-900 {
  --tw-gradient-to: rgb(136 19 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #881337 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-rose-950 {
  --tw-gradient-to: rgb(76 5 25 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c0519 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-100 {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-200 {
  --tw-gradient-to: rgb(186 230 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-300 {
  --tw-gradient-to: rgb(125 211 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-400 {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-50 {
  --tw-gradient-to: rgb(240 249 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-500 {
  --tw-gradient-to: rgb(14 165 233 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-600 {
  --tw-gradient-to: rgb(2 132 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-700 {
  --tw-gradient-to: rgb(3 105 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-800 {
  --tw-gradient-to: rgb(7 89 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #075985 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-900 {
  --tw-gradient-to: rgb(12 74 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-sky-950 {
  --tw-gradient-to: rgb(8 47 73 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #082f49 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-100 {
  --tw-gradient-to: rgb(241 245 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-200 {
  --tw-gradient-to: rgb(226 232 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-300 {
  --tw-gradient-to: rgb(203 213 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-400 {
  --tw-gradient-to: rgb(148 163 184 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-50 {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-500 {
  --tw-gradient-to: rgb(100 116 139 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #64748b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-600 {
  --tw-gradient-to: rgb(71 85 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #475569 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-700 {
  --tw-gradient-to: rgb(51 65 85 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-800 {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-900 {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-slate-950 {
  --tw-gradient-to: rgb(2 6 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-100 {
  --tw-gradient-to: rgb(245 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-200 {
  --tw-gradient-to: rgb(231 229 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-300 {
  --tw-gradient-to: rgb(214 211 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-400 {
  --tw-gradient-to: rgb(168 162 158 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-50 {
  --tw-gradient-to: rgb(250 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-500 {
  --tw-gradient-to: rgb(120 113 108 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78716c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-600 {
  --tw-gradient-to: rgb(87 83 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #57534e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-700 {
  --tw-gradient-to: rgb(68 64 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #44403c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-800 {
  --tw-gradient-to: rgb(41 37 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #292524 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-900 {
  --tw-gradient-to: rgb(28 25 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-stone-950 {
  --tw-gradient-to: rgb(12 10 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c0a09 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-100 {
  --tw-gradient-to: rgb(204 251 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-200 {
  --tw-gradient-to: rgb(153 246 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-300 {
  --tw-gradient-to: rgb(94 234 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-400 {
  --tw-gradient-to: rgb(45 212 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-50 {
  --tw-gradient-to: rgb(240 253 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-500 {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-600 {
  --tw-gradient-to: rgb(13 148 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-700 {
  --tw-gradient-to: rgb(15 118 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-800 {
  --tw-gradient-to: rgb(17 94 89 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #115e59 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-900 {
  --tw-gradient-to: rgb(19 78 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-teal-950 {
  --tw-gradient-to: rgb(4 47 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #042f2e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\: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);
}

.group:hover .group-hover\:via-violet-100 {
  --tw-gradient-to: rgb(237 233 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-200 {
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-300 {
  --tw-gradient-to: rgb(196 181 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-400 {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-50 {
  --tw-gradient-to: rgb(245 243 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-500 {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-600 {
  --tw-gradient-to: rgb(124 58 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-700 {
  --tw-gradient-to: rgb(109 40 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-800 {
  --tw-gradient-to: rgb(91 33 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-900 {
  --tw-gradient-to: rgb(76 29 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-violet-950 {
  --tw-gradient-to: rgb(46 16 101 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1065 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-white {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-100 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-300 {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-700 {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-900 {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-yellow-950 {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-100 {
  --tw-gradient-to: rgb(244 244 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-200 {
  --tw-gradient-to: rgb(228 228 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-300 {
  --tw-gradient-to: rgb(212 212 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-400 {
  --tw-gradient-to: rgb(161 161 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-50 {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-500 {
  --tw-gradient-to: rgb(113 113 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #71717a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-600 {
  --tw-gradient-to: rgb(82 82 91 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #52525b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-700 {
  --tw-gradient-to: rgb(63 63 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-800 {
  --tw-gradient-to: rgb(39 39 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-900 {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:via-zinc-950 {
  --tw-gradient-to: rgb(9 9 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #09090b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.group:hover .group-hover\:to-amber-100 {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-200 {
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-300 {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-400 {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-50 {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-500 {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-600 {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-700 {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-800 {
  --tw-gradient-to: #92400e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-900 {
  --tw-gradient-to: #78350f var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-amber-950 {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-black {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-100 {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-200 {
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-300 {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-400 {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-50 {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-500 {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-600 {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-700 {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-800 {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-900 {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-blue-950 {
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-current {
  --tw-gradient-to: currentColor var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-100 {
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-200 {
  --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-300 {
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-400 {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-50 {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-500 {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-600 {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-700 {
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-800 {
  --tw-gradient-to: #155e75 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-900 {
  --tw-gradient-to: #164e63 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-cyan-950 {
  --tw-gradient-to: #083344 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-100 {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-200 {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-300 {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-400 {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-50 {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-500 {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-600 {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-700 {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-800 {
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-900 {
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-emerald-950 {
  --tw-gradient-to: #022c22 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-100 {
  --tw-gradient-to: #fae8ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-200 {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-300 {
  --tw-gradient-to: #f0abfc var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-400 {
  --tw-gradient-to: #e879f9 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-50 {
  --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-500 {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-600 {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-700 {
  --tw-gradient-to: #a21caf var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-800 {
  --tw-gradient-to: #86198f var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-900 {
  --tw-gradient-to: #701a75 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-fuchsia-950 {
  --tw-gradient-to: #4a044e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-100 {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-200 {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-300 {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-400 {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-50 {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-500 {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-600 {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-700 {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-800 {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-900 {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-gray-950 {
  --tw-gradient-to: #030712 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-100 {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-200 {
  --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-300 {
  --tw-gradient-to: #86efac var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-400 {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-50 {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-500 {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-600 {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-700 {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-800 {
  --tw-gradient-to: #166534 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-900 {
  --tw-gradient-to: #14532d var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-green-950 {
  --tw-gradient-to: #052e16 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-100 {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-200 {
  --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-300 {
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-400 {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-50 {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-500 {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-600 {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-700 {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-800 {
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-900 {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-indigo-950 {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-inherit {
  --tw-gradient-to: inherit var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-100 {
  --tw-gradient-to: #ecfccb var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-200 {
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-300 {
  --tw-gradient-to: #bef264 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-400 {
  --tw-gradient-to: #a3e635 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-50 {
  --tw-gradient-to: #f7fee7 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-500 {
  --tw-gradient-to: #84cc16 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-600 {
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-700 {
  --tw-gradient-to: #4d7c0f var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-800 {
  --tw-gradient-to: #3f6212 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-900 {
  --tw-gradient-to: #365314 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-lime-950 {
  --tw-gradient-to: #1a2e05 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-100 {
  --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-200 {
  --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-300 {
  --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-400 {
  --tw-gradient-to: #a3a3a3 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-50 {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-500 {
  --tw-gradient-to: #737373 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-600 {
  --tw-gradient-to: #525252 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-700 {
  --tw-gradient-to: #404040 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-800 {
  --tw-gradient-to: #262626 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-900 {
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-neutral-950 {
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-100 {
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-200 {
  --tw-gradient-to: #fed7aa var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-300 {
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-400 {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-50 {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-500 {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-600 {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-700 {
  --tw-gradient-to: #c2410c var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-800 {
  --tw-gradient-to: #9a3412 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-900 {
  --tw-gradient-to: #7c2d12 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-orange-950 {
  --tw-gradient-to: #431407 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-100 {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-200 {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-300 {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-400 {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-50 {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-500 {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-600 {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-700 {
  --tw-gradient-to: #be185d var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-800 {
  --tw-gradient-to: #9d174d var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-900 {
  --tw-gradient-to: #831843 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-pink-950 {
  --tw-gradient-to: #500724 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-100 {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-200 {
  --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-300 {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-400 {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-50 {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-500 {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-600 {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-700 {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-800 {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-900 {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-purple-950 {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-100 {
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-200 {
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-300 {
  --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-400 {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-50 {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-500 {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-600 {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-700 {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-800 {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-900 {
  --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-red-950 {
  --tw-gradient-to: #450a0a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-100 {
  --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-200 {
  --tw-gradient-to: #fecdd3 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-300 {
  --tw-gradient-to: #fda4af var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-400 {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-50 {
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-500 {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-600 {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-700 {
  --tw-gradient-to: #be123c var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-800 {
  --tw-gradient-to: #9f1239 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-900 {
  --tw-gradient-to: #881337 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-rose-950 {
  --tw-gradient-to: #4c0519 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-100 {
  --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-200 {
  --tw-gradient-to: #bae6fd var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-300 {
  --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-400 {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-50 {
  --tw-gradient-to: #f0f9ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-500 {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-600 {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-700 {
  --tw-gradient-to: #0369a1 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-800 {
  --tw-gradient-to: #075985 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-900 {
  --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-sky-950 {
  --tw-gradient-to: #082f49 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-100 {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-200 {
  --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-300 {
  --tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-400 {
  --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-50 {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-500 {
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-600 {
  --tw-gradient-to: #475569 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-700 {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-800 {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-900 {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-slate-950 {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-100 {
  --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-200 {
  --tw-gradient-to: #e7e5e4 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-300 {
  --tw-gradient-to: #d6d3d1 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-400 {
  --tw-gradient-to: #a8a29e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-50 {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-500 {
  --tw-gradient-to: #78716c var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-600 {
  --tw-gradient-to: #57534e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-700 {
  --tw-gradient-to: #44403c var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-800 {
  --tw-gradient-to: #292524 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-900 {
  --tw-gradient-to: #1c1917 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-stone-950 {
  --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-100 {
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-200 {
  --tw-gradient-to: #99f6e4 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-300 {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-400 {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-50 {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-500 {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-600 {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-700 {
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-800 {
  --tw-gradient-to: #115e59 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-900 {
  --tw-gradient-to: #134e4a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-teal-950 {
  --tw-gradient-to: #042f2e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-100 {
  --tw-gradient-to: #ede9fe var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-200 {
  --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-300 {
  --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-400 {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-50 {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-500 {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-600 {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-700 {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-800 {
  --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-900 {
  --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-violet-950 {
  --tw-gradient-to: #2e1065 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-100 {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-300 {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-700 {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-900 {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-yellow-950 {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-100 {
  --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-200 {
  --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-300 {
  --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-400 {
  --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-50 {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-500 {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-600 {
  --tw-gradient-to: #52525b var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-700 {
  --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-800 {
  --tw-gradient-to: #27272a var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-900 {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.group:hover .group-hover\:to-zinc-950 {
  --tw-gradient-to: #09090b var(--tw-gradient-to-position);
}

.group:hover .group-hover\:fill-amber-100 {
  fill: #fef3c7;
}

.group:hover .group-hover\:fill-amber-200 {
  fill: #fde68a;
}

.group:hover .group-hover\:fill-amber-300 {
  fill: #fcd34d;
}

.group:hover .group-hover\:fill-amber-400 {
  fill: #fbbf24;
}

.group:hover .group-hover\:fill-amber-50 {
  fill: #fffbeb;
}

.group:hover .group-hover\:fill-amber-500 {
  fill: #f59e0b;
}

.group:hover .group-hover\:fill-amber-600 {
  fill: #d97706;
}

.group:hover .group-hover\:fill-amber-700 {
  fill: #b45309;
}

.group:hover .group-hover\:fill-amber-800 {
  fill: #92400e;
}

.group:hover .group-hover\:fill-amber-900 {
  fill: #78350f;
}

.group:hover .group-hover\:fill-amber-950 {
  fill: #451a03;
}

.group:hover .group-hover\:fill-black {
  fill: #000;
}

.group:hover .group-hover\:fill-blue-100 {
  fill: #dbeafe;
}

.group:hover .group-hover\:fill-blue-200 {
  fill: #bfdbfe;
}

.group:hover .group-hover\:fill-blue-300 {
  fill: #93c5fd;
}

.group:hover .group-hover\:fill-blue-400 {
  fill: #60a5fa;
}

.group:hover .group-hover\:fill-blue-50 {
  fill: #eff6ff;
}

.group:hover .group-hover\:fill-blue-500 {
  fill: #3b82f6;
}

.group:hover .group-hover\:fill-blue-600 {
  fill: #2563eb;
}

.group:hover .group-hover\:fill-blue-700 {
  fill: #1d4ed8;
}

.group:hover .group-hover\:fill-blue-800 {
  fill: #1e40af;
}

.group:hover .group-hover\:fill-blue-900 {
  fill: #1e3a8a;
}

.group:hover .group-hover\:fill-blue-950 {
  fill: #172554;
}

.group:hover .group-hover\:fill-current {
  fill: currentColor;
}

.group:hover .group-hover\:fill-cyan-100 {
  fill: #cffafe;
}

.group:hover .group-hover\:fill-cyan-200 {
  fill: #a5f3fc;
}

.group:hover .group-hover\:fill-cyan-300 {
  fill: #67e8f9;
}

.group:hover .group-hover\:fill-cyan-400 {
  fill: #22d3ee;
}

.group:hover .group-hover\:fill-cyan-50 {
  fill: #ecfeff;
}

.group:hover .group-hover\:fill-cyan-500 {
  fill: #06b6d4;
}

.group:hover .group-hover\:fill-cyan-600 {
  fill: #0891b2;
}

.group:hover .group-hover\:fill-cyan-700 {
  fill: #0e7490;
}

.group:hover .group-hover\:fill-cyan-800 {
  fill: #155e75;
}

.group:hover .group-hover\:fill-cyan-900 {
  fill: #164e63;
}

.group:hover .group-hover\:fill-cyan-950 {
  fill: #083344;
}

.group:hover .group-hover\:fill-emerald-100 {
  fill: #d1fae5;
}

.group:hover .group-hover\:fill-emerald-200 {
  fill: #a7f3d0;
}

.group:hover .group-hover\:fill-emerald-300 {
  fill: #6ee7b7;
}

.group:hover .group-hover\:fill-emerald-400 {
  fill: #34d399;
}

.group:hover .group-hover\:fill-emerald-50 {
  fill: #ecfdf5;
}

.group:hover .group-hover\:fill-emerald-500 {
  fill: #10b981;
}

.group:hover .group-hover\:fill-emerald-600 {
  fill: #059669;
}

.group:hover .group-hover\:fill-emerald-700 {
  fill: #047857;
}

.group:hover .group-hover\:fill-emerald-800 {
  fill: #065f46;
}

.group:hover .group-hover\:fill-emerald-900 {
  fill: #064e3b;
}

.group:hover .group-hover\:fill-emerald-950 {
  fill: #022c22;
}

.group:hover .group-hover\:fill-fuchsia-100 {
  fill: #fae8ff;
}

.group:hover .group-hover\:fill-fuchsia-200 {
  fill: #f5d0fe;
}

.group:hover .group-hover\:fill-fuchsia-300 {
  fill: #f0abfc;
}

.group:hover .group-hover\:fill-fuchsia-400 {
  fill: #e879f9;
}

.group:hover .group-hover\:fill-fuchsia-50 {
  fill: #fdf4ff;
}

.group:hover .group-hover\:fill-fuchsia-500 {
  fill: #d946ef;
}

.group:hover .group-hover\:fill-fuchsia-600 {
  fill: #c026d3;
}

.group:hover .group-hover\:fill-fuchsia-700 {
  fill: #a21caf;
}

.group:hover .group-hover\:fill-fuchsia-800 {
  fill: #86198f;
}

.group:hover .group-hover\:fill-fuchsia-900 {
  fill: #701a75;
}

.group:hover .group-hover\:fill-fuchsia-950 {
  fill: #4a044e;
}

.group:hover .group-hover\:fill-gray-100 {
  fill: #f3f4f6;
}

.group:hover .group-hover\:fill-gray-200 {
  fill: #e5e7eb;
}

.group:hover .group-hover\:fill-gray-300 {
  fill: #d1d5db;
}

.group:hover .group-hover\:fill-gray-400 {
  fill: #9ca3af;
}

.group:hover .group-hover\:fill-gray-50 {
  fill: #f9fafb;
}

.group:hover .group-hover\:fill-gray-500 {
  fill: #6b7280;
}

.group:hover .group-hover\:fill-gray-600 {
  fill: #4b5563;
}

.group:hover .group-hover\:fill-gray-700 {
  fill: #374151;
}

.group:hover .group-hover\:fill-gray-800 {
  fill: #1f2937;
}

.group:hover .group-hover\:fill-gray-900 {
  fill: #111827;
}

.group:hover .group-hover\:fill-gray-950 {
  fill: #030712;
}

.group:hover .group-hover\:fill-green-100 {
  fill: #dcfce7;
}

.group:hover .group-hover\:fill-green-200 {
  fill: #bbf7d0;
}

.group:hover .group-hover\:fill-green-300 {
  fill: #86efac;
}

.group:hover .group-hover\:fill-green-400 {
  fill: #4ade80;
}

.group:hover .group-hover\:fill-green-50 {
  fill: #f0fdf4;
}

.group:hover .group-hover\:fill-green-500 {
  fill: #22c55e;
}

.group:hover .group-hover\:fill-green-600 {
  fill: #16a34a;
}

.group:hover .group-hover\:fill-green-700 {
  fill: #15803d;
}

.group:hover .group-hover\:fill-green-800 {
  fill: #166534;
}

.group:hover .group-hover\:fill-green-900 {
  fill: #14532d;
}

.group:hover .group-hover\:fill-green-950 {
  fill: #052e16;
}

.group:hover .group-hover\:fill-indigo-100 {
  fill: #e0e7ff;
}

.group:hover .group-hover\:fill-indigo-200 {
  fill: #c7d2fe;
}

.group:hover .group-hover\:fill-indigo-300 {
  fill: #a5b4fc;
}

.group:hover .group-hover\:fill-indigo-400 {
  fill: #818cf8;
}

.group:hover .group-hover\:fill-indigo-50 {
  fill: #eef2ff;
}

.group:hover .group-hover\:fill-indigo-500 {
  fill: #6366f1;
}

.group:hover .group-hover\:fill-indigo-600 {
  fill: #4f46e5;
}

.group:hover .group-hover\:fill-indigo-700 {
  fill: #4338ca;
}

.group:hover .group-hover\:fill-indigo-800 {
  fill: #3730a3;
}

.group:hover .group-hover\:fill-indigo-900 {
  fill: #312e81;
}

.group:hover .group-hover\:fill-indigo-950 {
  fill: #1e1b4b;
}

.group:hover .group-hover\:fill-inherit {
  fill: inherit;
}

.group:hover .group-hover\:fill-lime-100 {
  fill: #ecfccb;
}

.group:hover .group-hover\:fill-lime-200 {
  fill: #d9f99d;
}

.group:hover .group-hover\:fill-lime-300 {
  fill: #bef264;
}

.group:hover .group-hover\:fill-lime-400 {
  fill: #a3e635;
}

.group:hover .group-hover\:fill-lime-50 {
  fill: #f7fee7;
}

.group:hover .group-hover\:fill-lime-500 {
  fill: #84cc16;
}

.group:hover .group-hover\:fill-lime-600 {
  fill: #65a30d;
}

.group:hover .group-hover\:fill-lime-700 {
  fill: #4d7c0f;
}

.group:hover .group-hover\:fill-lime-800 {
  fill: #3f6212;
}

.group:hover .group-hover\:fill-lime-900 {
  fill: #365314;
}

.group:hover .group-hover\:fill-lime-950 {
  fill: #1a2e05;
}

.group:hover .group-hover\:fill-neutral-100 {
  fill: #f5f5f5;
}

.group:hover .group-hover\:fill-neutral-200 {
  fill: #e5e5e5;
}

.group:hover .group-hover\:fill-neutral-300 {
  fill: #d4d4d4;
}

.group:hover .group-hover\:fill-neutral-400 {
  fill: #a3a3a3;
}

.group:hover .group-hover\:fill-neutral-50 {
  fill: #fafafa;
}

.group:hover .group-hover\:fill-neutral-500 {
  fill: #737373;
}

.group:hover .group-hover\:fill-neutral-600 {
  fill: #525252;
}

.group:hover .group-hover\:fill-neutral-700 {
  fill: #404040;
}

.group:hover .group-hover\:fill-neutral-800 {
  fill: #262626;
}

.group:hover .group-hover\:fill-neutral-900 {
  fill: #171717;
}

.group:hover .group-hover\:fill-neutral-950 {
  fill: #0a0a0a;
}

.group:hover .group-hover\:fill-orange-100 {
  fill: #ffedd5;
}

.group:hover .group-hover\:fill-orange-200 {
  fill: #fed7aa;
}

.group:hover .group-hover\:fill-orange-300 {
  fill: #fdba74;
}

.group:hover .group-hover\:fill-orange-400 {
  fill: #fb923c;
}

.group:hover .group-hover\:fill-orange-50 {
  fill: #fff7ed;
}

.group:hover .group-hover\:fill-orange-500 {
  fill: #f97316;
}

.group:hover .group-hover\:fill-orange-600 {
  fill: #ea580c;
}

.group:hover .group-hover\:fill-orange-700 {
  fill: #c2410c;
}

.group:hover .group-hover\:fill-orange-800 {
  fill: #9a3412;
}

.group:hover .group-hover\:fill-orange-900 {
  fill: #7c2d12;
}

.group:hover .group-hover\:fill-orange-950 {
  fill: #431407;
}

.group:hover .group-hover\:fill-pink-100 {
  fill: #fce7f3;
}

.group:hover .group-hover\:fill-pink-200 {
  fill: #fbcfe8;
}

.group:hover .group-hover\:fill-pink-300 {
  fill: #f9a8d4;
}

.group:hover .group-hover\:fill-pink-400 {
  fill: #f472b6;
}

.group:hover .group-hover\:fill-pink-50 {
  fill: #fdf2f8;
}

.group:hover .group-hover\:fill-pink-500 {
  fill: #ec4899;
}

.group:hover .group-hover\:fill-pink-600 {
  fill: #db2777;
}

.group:hover .group-hover\:fill-pink-700 {
  fill: #be185d;
}

.group:hover .group-hover\:fill-pink-800 {
  fill: #9d174d;
}

.group:hover .group-hover\:fill-pink-900 {
  fill: #831843;
}

.group:hover .group-hover\:fill-pink-950 {
  fill: #500724;
}

.group:hover .group-hover\:fill-purple-100 {
  fill: #f3e8ff;
}

.group:hover .group-hover\:fill-purple-200 {
  fill: #e9d5ff;
}

.group:hover .group-hover\:fill-purple-300 {
  fill: #d8b4fe;
}

.group:hover .group-hover\:fill-purple-400 {
  fill: #c084fc;
}

.group:hover .group-hover\:fill-purple-50 {
  fill: #faf5ff;
}

.group:hover .group-hover\:fill-purple-500 {
  fill: #a855f7;
}

.group:hover .group-hover\:fill-purple-600 {
  fill: #9333ea;
}

.group:hover .group-hover\:fill-purple-700 {
  fill: #7e22ce;
}

.group:hover .group-hover\:fill-purple-800 {
  fill: #6b21a8;
}

.group:hover .group-hover\:fill-purple-900 {
  fill: #581c87;
}

.group:hover .group-hover\:fill-purple-950 {
  fill: #3b0764;
}

.group:hover .group-hover\:fill-red-100 {
  fill: #fee2e2;
}

.group:hover .group-hover\:fill-red-200 {
  fill: #fecaca;
}

.group:hover .group-hover\:fill-red-300 {
  fill: #fca5a5;
}

.group:hover .group-hover\:fill-red-400 {
  fill: #f87171;
}

.group:hover .group-hover\:fill-red-50 {
  fill: #fef2f2;
}

.group:hover .group-hover\:fill-red-500 {
  fill: #ef4444;
}

.group:hover .group-hover\:fill-red-600 {
  fill: #dc2626;
}

.group:hover .group-hover\:fill-red-700 {
  fill: #b91c1c;
}

.group:hover .group-hover\:fill-red-800 {
  fill: #991b1b;
}

.group:hover .group-hover\:fill-red-900 {
  fill: #7f1d1d;
}

.group:hover .group-hover\:fill-red-950 {
  fill: #450a0a;
}

.group:hover .group-hover\:fill-rose-100 {
  fill: #ffe4e6;
}

.group:hover .group-hover\:fill-rose-200 {
  fill: #fecdd3;
}

.group:hover .group-hover\:fill-rose-300 {
  fill: #fda4af;
}

.group:hover .group-hover\:fill-rose-400 {
  fill: #fb7185;
}

.group:hover .group-hover\:fill-rose-50 {
  fill: #fff1f2;
}

.group:hover .group-hover\:fill-rose-500 {
  fill: #f43f5e;
}

.group:hover .group-hover\:fill-rose-600 {
  fill: #e11d48;
}

.group:hover .group-hover\:fill-rose-700 {
  fill: #be123c;
}

.group:hover .group-hover\:fill-rose-800 {
  fill: #9f1239;
}

.group:hover .group-hover\:fill-rose-900 {
  fill: #881337;
}

.group:hover .group-hover\:fill-rose-950 {
  fill: #4c0519;
}

.group:hover .group-hover\:fill-sky-100 {
  fill: #e0f2fe;
}

.group:hover .group-hover\:fill-sky-200 {
  fill: #bae6fd;
}

.group:hover .group-hover\:fill-sky-300 {
  fill: #7dd3fc;
}

.group:hover .group-hover\:fill-sky-400 {
  fill: #38bdf8;
}

.group:hover .group-hover\:fill-sky-50 {
  fill: #f0f9ff;
}

.group:hover .group-hover\:fill-sky-500 {
  fill: #0ea5e9;
}

.group:hover .group-hover\:fill-sky-600 {
  fill: #0284c7;
}

.group:hover .group-hover\:fill-sky-700 {
  fill: #0369a1;
}

.group:hover .group-hover\:fill-sky-800 {
  fill: #075985;
}

.group:hover .group-hover\:fill-sky-900 {
  fill: #0c4a6e;
}

.group:hover .group-hover\:fill-sky-950 {
  fill: #082f49;
}

.group:hover .group-hover\:fill-slate-100 {
  fill: #f1f5f9;
}

.group:hover .group-hover\:fill-slate-200 {
  fill: #e2e8f0;
}

.group:hover .group-hover\:fill-slate-300 {
  fill: #cbd5e1;
}

.group:hover .group-hover\:fill-slate-400 {
  fill: #94a3b8;
}

.group:hover .group-hover\:fill-slate-50 {
  fill: #f8fafc;
}

.group:hover .group-hover\:fill-slate-500 {
  fill: #64748b;
}

.group:hover .group-hover\:fill-slate-600 {
  fill: #475569;
}

.group:hover .group-hover\:fill-slate-700 {
  fill: #334155;
}

.group:hover .group-hover\:fill-slate-800 {
  fill: #1e293b;
}

.group:hover .group-hover\:fill-slate-900 {
  fill: #0f172a;
}

.group:hover .group-hover\:fill-slate-950 {
  fill: #020617;
}

.group:hover .group-hover\:fill-stone-100 {
  fill: #f5f5f4;
}

.group:hover .group-hover\:fill-stone-200 {
  fill: #e7e5e4;
}

.group:hover .group-hover\:fill-stone-300 {
  fill: #d6d3d1;
}

.group:hover .group-hover\:fill-stone-400 {
  fill: #a8a29e;
}

.group:hover .group-hover\:fill-stone-50 {
  fill: #fafaf9;
}

.group:hover .group-hover\:fill-stone-500 {
  fill: #78716c;
}

.group:hover .group-hover\:fill-stone-600 {
  fill: #57534e;
}

.group:hover .group-hover\:fill-stone-700 {
  fill: #44403c;
}

.group:hover .group-hover\:fill-stone-800 {
  fill: #292524;
}

.group:hover .group-hover\:fill-stone-900 {
  fill: #1c1917;
}

.group:hover .group-hover\:fill-stone-950 {
  fill: #0c0a09;
}

.group:hover .group-hover\:fill-teal-100 {
  fill: #ccfbf1;
}

.group:hover .group-hover\:fill-teal-200 {
  fill: #99f6e4;
}

.group:hover .group-hover\:fill-teal-300 {
  fill: #5eead4;
}

.group:hover .group-hover\:fill-teal-400 {
  fill: #2dd4bf;
}

.group:hover .group-hover\:fill-teal-50 {
  fill: #f0fdfa;
}

.group:hover .group-hover\:fill-teal-500 {
  fill: #14b8a6;
}

.group:hover .group-hover\:fill-teal-600 {
  fill: #0d9488;
}

.group:hover .group-hover\:fill-teal-700 {
  fill: #0f766e;
}

.group:hover .group-hover\:fill-teal-800 {
  fill: #115e59;
}

.group:hover .group-hover\:fill-teal-900 {
  fill: #134e4a;
}

.group:hover .group-hover\:fill-teal-950 {
  fill: #042f2e;
}

.group:hover .group-hover\:fill-transparent {
  fill: transparent;
}

.group:hover .group-hover\:fill-violet-100 {
  fill: #ede9fe;
}

.group:hover .group-hover\:fill-violet-200 {
  fill: #ddd6fe;
}

.group:hover .group-hover\:fill-violet-300 {
  fill: #c4b5fd;
}

.group:hover .group-hover\:fill-violet-400 {
  fill: #a78bfa;
}

.group:hover .group-hover\:fill-violet-50 {
  fill: #f5f3ff;
}

.group:hover .group-hover\:fill-violet-500 {
  fill: #8b5cf6;
}

.group:hover .group-hover\:fill-violet-600 {
  fill: #7c3aed;
}

.group:hover .group-hover\:fill-violet-700 {
  fill: #6d28d9;
}

.group:hover .group-hover\:fill-violet-800 {
  fill: #5b21b6;
}

.group:hover .group-hover\:fill-violet-900 {
  fill: #4c1d95;
}

.group:hover .group-hover\:fill-violet-950 {
  fill: #2e1065;
}

.group:hover .group-hover\:fill-white {
  fill: #fff;
}

.group:hover .group-hover\:fill-yellow-100 {
  fill: #fef9c3;
}

.group:hover .group-hover\:fill-yellow-200 {
  fill: #fef08a;
}

.group:hover .group-hover\:fill-yellow-300 {
  fill: #fde047;
}

.group:hover .group-hover\:fill-yellow-400 {
  fill: #facc15;
}

.group:hover .group-hover\:fill-yellow-50 {
  fill: #fefce8;
}

.group:hover .group-hover\:fill-yellow-500 {
  fill: #eab308;
}

.group:hover .group-hover\:fill-yellow-600 {
  fill: #ca8a04;
}

.group:hover .group-hover\:fill-yellow-700 {
  fill: #a16207;
}

.group:hover .group-hover\:fill-yellow-800 {
  fill: #854d0e;
}

.group:hover .group-hover\:fill-yellow-900 {
  fill: #713f12;
}

.group:hover .group-hover\:fill-yellow-950 {
  fill: #422006;
}

.group:hover .group-hover\:fill-zinc-100 {
  fill: #f4f4f5;
}

.group:hover .group-hover\:fill-zinc-200 {
  fill: #e4e4e7;
}

.group:hover .group-hover\:fill-zinc-300 {
  fill: #d4d4d8;
}

.group:hover .group-hover\:fill-zinc-400 {
  fill: #a1a1aa;
}

.group:hover .group-hover\:fill-zinc-50 {
  fill: #fafafa;
}

.group:hover .group-hover\:fill-zinc-500 {
  fill: #71717a;
}

.group:hover .group-hover\:fill-zinc-600 {
  fill: #52525b;
}

.group:hover .group-hover\:fill-zinc-700 {
  fill: #3f3f46;
}

.group:hover .group-hover\:fill-zinc-800 {
  fill: #27272a;
}

.group:hover .group-hover\:fill-zinc-900 {
  fill: #18181b;
}

.group:hover .group-hover\:fill-zinc-950 {
  fill: #09090b;
}

.group:hover .group-hover\:stroke-amber-100 {
  stroke: #fef3c7;
}

.group:hover .group-hover\:stroke-amber-200 {
  stroke: #fde68a;
}

.group:hover .group-hover\:stroke-amber-300 {
  stroke: #fcd34d;
}

.group:hover .group-hover\:stroke-amber-400 {
  stroke: #fbbf24;
}

.group:hover .group-hover\:stroke-amber-50 {
  stroke: #fffbeb;
}

.group:hover .group-hover\:stroke-amber-500 {
  stroke: #f59e0b;
}

.group:hover .group-hover\:stroke-amber-600 {
  stroke: #d97706;
}

.group:hover .group-hover\:stroke-amber-700 {
  stroke: #b45309;
}

.group:hover .group-hover\:stroke-amber-800 {
  stroke: #92400e;
}

.group:hover .group-hover\:stroke-amber-900 {
  stroke: #78350f;
}

.group:hover .group-hover\:stroke-amber-950 {
  stroke: #451a03;
}

.group:hover .group-hover\:stroke-black {
  stroke: #000;
}

.group:hover .group-hover\:stroke-blue-100 {
  stroke: #dbeafe;
}

.group:hover .group-hover\:stroke-blue-200 {
  stroke: #bfdbfe;
}

.group:hover .group-hover\:stroke-blue-300 {
  stroke: #93c5fd;
}

.group:hover .group-hover\:stroke-blue-400 {
  stroke: #60a5fa;
}

.group:hover .group-hover\:stroke-blue-50 {
  stroke: #eff6ff;
}

.group:hover .group-hover\:stroke-blue-500 {
  stroke: #3b82f6;
}

.group:hover .group-hover\:stroke-blue-600 {
  stroke: #2563eb;
}

.group:hover .group-hover\:stroke-blue-700 {
  stroke: #1d4ed8;
}

.group:hover .group-hover\:stroke-blue-800 {
  stroke: #1e40af;
}

.group:hover .group-hover\:stroke-blue-900 {
  stroke: #1e3a8a;
}

.group:hover .group-hover\:stroke-blue-950 {
  stroke: #172554;
}

.group:hover .group-hover\:stroke-current {
  stroke: currentColor;
}

.group:hover .group-hover\:stroke-cyan-100 {
  stroke: #cffafe;
}

.group:hover .group-hover\:stroke-cyan-200 {
  stroke: #a5f3fc;
}

.group:hover .group-hover\:stroke-cyan-300 {
  stroke: #67e8f9;
}

.group:hover .group-hover\:stroke-cyan-400 {
  stroke: #22d3ee;
}

.group:hover .group-hover\:stroke-cyan-50 {
  stroke: #ecfeff;
}

.group:hover .group-hover\:stroke-cyan-500 {
  stroke: #06b6d4;
}

.group:hover .group-hover\:stroke-cyan-600 {
  stroke: #0891b2;
}

.group:hover .group-hover\:stroke-cyan-700 {
  stroke: #0e7490;
}

.group:hover .group-hover\:stroke-cyan-800 {
  stroke: #155e75;
}

.group:hover .group-hover\:stroke-cyan-900 {
  stroke: #164e63;
}

.group:hover .group-hover\:stroke-cyan-950 {
  stroke: #083344;
}

.group:hover .group-hover\:stroke-emerald-100 {
  stroke: #d1fae5;
}

.group:hover .group-hover\:stroke-emerald-200 {
  stroke: #a7f3d0;
}

.group:hover .group-hover\:stroke-emerald-300 {
  stroke: #6ee7b7;
}

.group:hover .group-hover\:stroke-emerald-400 {
  stroke: #34d399;
}

.group:hover .group-hover\:stroke-emerald-50 {
  stroke: #ecfdf5;
}

.group:hover .group-hover\:stroke-emerald-500 {
  stroke: #10b981;
}

.group:hover .group-hover\:stroke-emerald-600 {
  stroke: #059669;
}

.group:hover .group-hover\:stroke-emerald-700 {
  stroke: #047857;
}

.group:hover .group-hover\:stroke-emerald-800 {
  stroke: #065f46;
}

.group:hover .group-hover\:stroke-emerald-900 {
  stroke: #064e3b;
}

.group:hover .group-hover\:stroke-emerald-950 {
  stroke: #022c22;
}

.group:hover .group-hover\:stroke-fuchsia-100 {
  stroke: #fae8ff;
}

.group:hover .group-hover\:stroke-fuchsia-200 {
  stroke: #f5d0fe;
}

.group:hover .group-hover\:stroke-fuchsia-300 {
  stroke: #f0abfc;
}

.group:hover .group-hover\:stroke-fuchsia-400 {
  stroke: #e879f9;
}

.group:hover .group-hover\:stroke-fuchsia-50 {
  stroke: #fdf4ff;
}

.group:hover .group-hover\:stroke-fuchsia-500 {
  stroke: #d946ef;
}

.group:hover .group-hover\:stroke-fuchsia-600 {
  stroke: #c026d3;
}

.group:hover .group-hover\:stroke-fuchsia-700 {
  stroke: #a21caf;
}

.group:hover .group-hover\:stroke-fuchsia-800 {
  stroke: #86198f;
}

.group:hover .group-hover\:stroke-fuchsia-900 {
  stroke: #701a75;
}

.group:hover .group-hover\:stroke-fuchsia-950 {
  stroke: #4a044e;
}

.group:hover .group-hover\:stroke-gray-100 {
  stroke: #f3f4f6;
}

.group:hover .group-hover\:stroke-gray-200 {
  stroke: #e5e7eb;
}

.group:hover .group-hover\:stroke-gray-300 {
  stroke: #d1d5db;
}

.group:hover .group-hover\:stroke-gray-400 {
  stroke: #9ca3af;
}

.group:hover .group-hover\:stroke-gray-50 {
  stroke: #f9fafb;
}

.group:hover .group-hover\:stroke-gray-500 {
  stroke: #6b7280;
}

.group:hover .group-hover\:stroke-gray-600 {
  stroke: #4b5563;
}

.group:hover .group-hover\:stroke-gray-700 {
  stroke: #374151;
}

.group:hover .group-hover\:stroke-gray-800 {
  stroke: #1f2937;
}

.group:hover .group-hover\:stroke-gray-900 {
  stroke: #111827;
}

.group:hover .group-hover\:stroke-gray-950 {
  stroke: #030712;
}

.group:hover .group-hover\:stroke-green-100 {
  stroke: #dcfce7;
}

.group:hover .group-hover\:stroke-green-200 {
  stroke: #bbf7d0;
}

.group:hover .group-hover\:stroke-green-300 {
  stroke: #86efac;
}

.group:hover .group-hover\:stroke-green-400 {
  stroke: #4ade80;
}

.group:hover .group-hover\:stroke-green-50 {
  stroke: #f0fdf4;
}

.group:hover .group-hover\:stroke-green-500 {
  stroke: #22c55e;
}

.group:hover .group-hover\:stroke-green-600 {
  stroke: #16a34a;
}

.group:hover .group-hover\:stroke-green-700 {
  stroke: #15803d;
}

.group:hover .group-hover\:stroke-green-800 {
  stroke: #166534;
}

.group:hover .group-hover\:stroke-green-900 {
  stroke: #14532d;
}

.group:hover .group-hover\:stroke-green-950 {
  stroke: #052e16;
}

.group:hover .group-hover\:stroke-indigo-100 {
  stroke: #e0e7ff;
}

.group:hover .group-hover\:stroke-indigo-200 {
  stroke: #c7d2fe;
}

.group:hover .group-hover\:stroke-indigo-300 {
  stroke: #a5b4fc;
}

.group:hover .group-hover\:stroke-indigo-400 {
  stroke: #818cf8;
}

.group:hover .group-hover\:stroke-indigo-50 {
  stroke: #eef2ff;
}

.group:hover .group-hover\:stroke-indigo-500 {
  stroke: #6366f1;
}

.group:hover .group-hover\:stroke-indigo-600 {
  stroke: #4f46e5;
}

.group:hover .group-hover\:stroke-indigo-700 {
  stroke: #4338ca;
}

.group:hover .group-hover\:stroke-indigo-800 {
  stroke: #3730a3;
}

.group:hover .group-hover\:stroke-indigo-900 {
  stroke: #312e81;
}

.group:hover .group-hover\:stroke-indigo-950 {
  stroke: #1e1b4b;
}

.group:hover .group-hover\:stroke-inherit {
  stroke: inherit;
}

.group:hover .group-hover\:stroke-lime-100 {
  stroke: #ecfccb;
}

.group:hover .group-hover\:stroke-lime-200 {
  stroke: #d9f99d;
}

.group:hover .group-hover\:stroke-lime-300 {
  stroke: #bef264;
}

.group:hover .group-hover\:stroke-lime-400 {
  stroke: #a3e635;
}

.group:hover .group-hover\:stroke-lime-50 {
  stroke: #f7fee7;
}

.group:hover .group-hover\:stroke-lime-500 {
  stroke: #84cc16;
}

.group:hover .group-hover\:stroke-lime-600 {
  stroke: #65a30d;
}

.group:hover .group-hover\:stroke-lime-700 {
  stroke: #4d7c0f;
}

.group:hover .group-hover\:stroke-lime-800 {
  stroke: #3f6212;
}

.group:hover .group-hover\:stroke-lime-900 {
  stroke: #365314;
}

.group:hover .group-hover\:stroke-lime-950 {
  stroke: #1a2e05;
}

.group:hover .group-hover\:stroke-neutral-100 {
  stroke: #f5f5f5;
}

.group:hover .group-hover\:stroke-neutral-200 {
  stroke: #e5e5e5;
}

.group:hover .group-hover\:stroke-neutral-300 {
  stroke: #d4d4d4;
}

.group:hover .group-hover\:stroke-neutral-400 {
  stroke: #a3a3a3;
}

.group:hover .group-hover\:stroke-neutral-50 {
  stroke: #fafafa;
}

.group:hover .group-hover\:stroke-neutral-500 {
  stroke: #737373;
}

.group:hover .group-hover\:stroke-neutral-600 {
  stroke: #525252;
}

.group:hover .group-hover\:stroke-neutral-700 {
  stroke: #404040;
}

.group:hover .group-hover\:stroke-neutral-800 {
  stroke: #262626;
}

.group:hover .group-hover\:stroke-neutral-900 {
  stroke: #171717;
}

.group:hover .group-hover\:stroke-neutral-950 {
  stroke: #0a0a0a;
}

.group:hover .group-hover\:stroke-orange-100 {
  stroke: #ffedd5;
}

.group:hover .group-hover\:stroke-orange-200 {
  stroke: #fed7aa;
}

.group:hover .group-hover\:stroke-orange-300 {
  stroke: #fdba74;
}

.group:hover .group-hover\:stroke-orange-400 {
  stroke: #fb923c;
}

.group:hover .group-hover\:stroke-orange-50 {
  stroke: #fff7ed;
}

.group:hover .group-hover\:stroke-orange-500 {
  stroke: #f97316;
}

.group:hover .group-hover\:stroke-orange-600 {
  stroke: #ea580c;
}

.group:hover .group-hover\:stroke-orange-700 {
  stroke: #c2410c;
}

.group:hover .group-hover\:stroke-orange-800 {
  stroke: #9a3412;
}

.group:hover .group-hover\:stroke-orange-900 {
  stroke: #7c2d12;
}

.group:hover .group-hover\:stroke-orange-950 {
  stroke: #431407;
}

.group:hover .group-hover\:stroke-pink-100 {
  stroke: #fce7f3;
}

.group:hover .group-hover\:stroke-pink-200 {
  stroke: #fbcfe8;
}

.group:hover .group-hover\:stroke-pink-300 {
  stroke: #f9a8d4;
}

.group:hover .group-hover\:stroke-pink-400 {
  stroke: #f472b6;
}

.group:hover .group-hover\:stroke-pink-50 {
  stroke: #fdf2f8;
}

.group:hover .group-hover\:stroke-pink-500 {
  stroke: #ec4899;
}

.group:hover .group-hover\:stroke-pink-600 {
  stroke: #db2777;
}

.group:hover .group-hover\:stroke-pink-700 {
  stroke: #be185d;
}

.group:hover .group-hover\:stroke-pink-800 {
  stroke: #9d174d;
}

.group:hover .group-hover\:stroke-pink-900 {
  stroke: #831843;
}

.group:hover .group-hover\:stroke-pink-950 {
  stroke: #500724;
}

.group:hover .group-hover\:stroke-purple-100 {
  stroke: #f3e8ff;
}

.group:hover .group-hover\:stroke-purple-200 {
  stroke: #e9d5ff;
}

.group:hover .group-hover\:stroke-purple-300 {
  stroke: #d8b4fe;
}

.group:hover .group-hover\:stroke-purple-400 {
  stroke: #c084fc;
}

.group:hover .group-hover\:stroke-purple-50 {
  stroke: #faf5ff;
}

.group:hover .group-hover\:stroke-purple-500 {
  stroke: #a855f7;
}

.group:hover .group-hover\:stroke-purple-600 {
  stroke: #9333ea;
}

.group:hover .group-hover\:stroke-purple-700 {
  stroke: #7e22ce;
}

.group:hover .group-hover\:stroke-purple-800 {
  stroke: #6b21a8;
}

.group:hover .group-hover\:stroke-purple-900 {
  stroke: #581c87;
}

.group:hover .group-hover\:stroke-purple-950 {
  stroke: #3b0764;
}

.group:hover .group-hover\:stroke-red-100 {
  stroke: #fee2e2;
}

.group:hover .group-hover\:stroke-red-200 {
  stroke: #fecaca;
}

.group:hover .group-hover\:stroke-red-300 {
  stroke: #fca5a5;
}

.group:hover .group-hover\:stroke-red-400 {
  stroke: #f87171;
}

.group:hover .group-hover\:stroke-red-50 {
  stroke: #fef2f2;
}

.group:hover .group-hover\:stroke-red-500 {
  stroke: #ef4444;
}

.group:hover .group-hover\:stroke-red-600 {
  stroke: #dc2626;
}

.group:hover .group-hover\:stroke-red-700 {
  stroke: #b91c1c;
}

.group:hover .group-hover\:stroke-red-800 {
  stroke: #991b1b;
}

.group:hover .group-hover\:stroke-red-900 {
  stroke: #7f1d1d;
}

.group:hover .group-hover\:stroke-red-950 {
  stroke: #450a0a;
}

.group:hover .group-hover\:stroke-rose-100 {
  stroke: #ffe4e6;
}

.group:hover .group-hover\:stroke-rose-200 {
  stroke: #fecdd3;
}

.group:hover .group-hover\:stroke-rose-300 {
  stroke: #fda4af;
}

.group:hover .group-hover\:stroke-rose-400 {
  stroke: #fb7185;
}

.group:hover .group-hover\:stroke-rose-50 {
  stroke: #fff1f2;
}

.group:hover .group-hover\:stroke-rose-500 {
  stroke: #f43f5e;
}

.group:hover .group-hover\:stroke-rose-600 {
  stroke: #e11d48;
}

.group:hover .group-hover\:stroke-rose-700 {
  stroke: #be123c;
}

.group:hover .group-hover\:stroke-rose-800 {
  stroke: #9f1239;
}

.group:hover .group-hover\:stroke-rose-900 {
  stroke: #881337;
}

.group:hover .group-hover\:stroke-rose-950 {
  stroke: #4c0519;
}

.group:hover .group-hover\:stroke-sky-100 {
  stroke: #e0f2fe;
}

.group:hover .group-hover\:stroke-sky-200 {
  stroke: #bae6fd;
}

.group:hover .group-hover\:stroke-sky-300 {
  stroke: #7dd3fc;
}

.group:hover .group-hover\:stroke-sky-400 {
  stroke: #38bdf8;
}

.group:hover .group-hover\:stroke-sky-50 {
  stroke: #f0f9ff;
}

.group:hover .group-hover\:stroke-sky-500 {
  stroke: #0ea5e9;
}

.group:hover .group-hover\:stroke-sky-600 {
  stroke: #0284c7;
}

.group:hover .group-hover\:stroke-sky-700 {
  stroke: #0369a1;
}

.group:hover .group-hover\:stroke-sky-800 {
  stroke: #075985;
}

.group:hover .group-hover\:stroke-sky-900 {
  stroke: #0c4a6e;
}

.group:hover .group-hover\:stroke-sky-950 {
  stroke: #082f49;
}

.group:hover .group-hover\:stroke-slate-100 {
  stroke: #f1f5f9;
}

.group:hover .group-hover\:stroke-slate-200 {
  stroke: #e2e8f0;
}

.group:hover .group-hover\:stroke-slate-300 {
  stroke: #cbd5e1;
}

.group:hover .group-hover\:stroke-slate-400 {
  stroke: #94a3b8;
}

.group:hover .group-hover\:stroke-slate-50 {
  stroke: #f8fafc;
}

.group:hover .group-hover\:stroke-slate-500 {
  stroke: #64748b;
}

.group:hover .group-hover\:stroke-slate-600 {
  stroke: #475569;
}

.group:hover .group-hover\:stroke-slate-700 {
  stroke: #334155;
}

.group:hover .group-hover\:stroke-slate-800 {
  stroke: #1e293b;
}

.group:hover .group-hover\:stroke-slate-900 {
  stroke: #0f172a;
}

.group:hover .group-hover\:stroke-slate-950 {
  stroke: #020617;
}

.group:hover .group-hover\:stroke-stone-100 {
  stroke: #f5f5f4;
}

.group:hover .group-hover\:stroke-stone-200 {
  stroke: #e7e5e4;
}

.group:hover .group-hover\:stroke-stone-300 {
  stroke: #d6d3d1;
}

.group:hover .group-hover\:stroke-stone-400 {
  stroke: #a8a29e;
}

.group:hover .group-hover\:stroke-stone-50 {
  stroke: #fafaf9;
}

.group:hover .group-hover\:stroke-stone-500 {
  stroke: #78716c;
}

.group:hover .group-hover\:stroke-stone-600 {
  stroke: #57534e;
}

.group:hover .group-hover\:stroke-stone-700 {
  stroke: #44403c;
}

.group:hover .group-hover\:stroke-stone-800 {
  stroke: #292524;
}

.group:hover .group-hover\:stroke-stone-900 {
  stroke: #1c1917;
}

.group:hover .group-hover\:stroke-stone-950 {
  stroke: #0c0a09;
}

.group:hover .group-hover\:stroke-teal-100 {
  stroke: #ccfbf1;
}

.group:hover .group-hover\:stroke-teal-200 {
  stroke: #99f6e4;
}

.group:hover .group-hover\:stroke-teal-300 {
  stroke: #5eead4;
}

.group:hover .group-hover\:stroke-teal-400 {
  stroke: #2dd4bf;
}

.group:hover .group-hover\:stroke-teal-50 {
  stroke: #f0fdfa;
}

.group:hover .group-hover\:stroke-teal-500 {
  stroke: #14b8a6;
}

.group:hover .group-hover\:stroke-teal-600 {
  stroke: #0d9488;
}

.group:hover .group-hover\:stroke-teal-700 {
  stroke: #0f766e;
}

.group:hover .group-hover\:stroke-teal-800 {
  stroke: #115e59;
}

.group:hover .group-hover\:stroke-teal-900 {
  stroke: #134e4a;
}

.group:hover .group-hover\:stroke-teal-950 {
  stroke: #042f2e;
}

.group:hover .group-hover\:stroke-transparent {
  stroke: transparent;
}

.group:hover .group-hover\:stroke-violet-100 {
  stroke: #ede9fe;
}

.group:hover .group-hover\:stroke-violet-200 {
  stroke: #ddd6fe;
}

.group:hover .group-hover\:stroke-violet-300 {
  stroke: #c4b5fd;
}

.group:hover .group-hover\:stroke-violet-400 {
  stroke: #a78bfa;
}

.group:hover .group-hover\:stroke-violet-50 {
  stroke: #f5f3ff;
}

.group:hover .group-hover\:stroke-violet-500 {
  stroke: #8b5cf6;
}

.group:hover .group-hover\:stroke-violet-600 {
  stroke: #7c3aed;
}

.group:hover .group-hover\:stroke-violet-700 {
  stroke: #6d28d9;
}

.group:hover .group-hover\:stroke-violet-800 {
  stroke: #5b21b6;
}

.group:hover .group-hover\:stroke-violet-900 {
  stroke: #4c1d95;
}

.group:hover .group-hover\:stroke-violet-950 {
  stroke: #2e1065;
}

.group:hover .group-hover\:stroke-white {
  stroke: #fff;
}

.group:hover .group-hover\:stroke-yellow-100 {
  stroke: #fef9c3;
}

.group:hover .group-hover\:stroke-yellow-200 {
  stroke: #fef08a;
}

.group:hover .group-hover\:stroke-yellow-300 {
  stroke: #fde047;
}

.group:hover .group-hover\:stroke-yellow-400 {
  stroke: #facc15;
}

.group:hover .group-hover\:stroke-yellow-50 {
  stroke: #fefce8;
}

.group:hover .group-hover\:stroke-yellow-500 {
  stroke: #eab308;
}

.group:hover .group-hover\:stroke-yellow-600 {
  stroke: #ca8a04;
}

.group:hover .group-hover\:stroke-yellow-700 {
  stroke: #a16207;
}

.group:hover .group-hover\:stroke-yellow-800 {
  stroke: #854d0e;
}

.group:hover .group-hover\:stroke-yellow-900 {
  stroke: #713f12;
}

.group:hover .group-hover\:stroke-yellow-950 {
  stroke: #422006;
}

.group:hover .group-hover\:stroke-zinc-100 {
  stroke: #f4f4f5;
}

.group:hover .group-hover\:stroke-zinc-200 {
  stroke: #e4e4e7;
}

.group:hover .group-hover\:stroke-zinc-300 {
  stroke: #d4d4d8;
}

.group:hover .group-hover\:stroke-zinc-400 {
  stroke: #a1a1aa;
}

.group:hover .group-hover\:stroke-zinc-50 {
  stroke: #fafafa;
}

.group:hover .group-hover\:stroke-zinc-500 {
  stroke: #71717a;
}

.group:hover .group-hover\:stroke-zinc-600 {
  stroke: #52525b;
}

.group:hover .group-hover\:stroke-zinc-700 {
  stroke: #3f3f46;
}

.group:hover .group-hover\:stroke-zinc-800 {
  stroke: #27272a;
}

.group:hover .group-hover\:stroke-zinc-900 {
  stroke: #18181b;
}

.group:hover .group-hover\:stroke-zinc-950 {
  stroke: #09090b;
}

.group:hover .group-hover\:text-amber-100 {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-200 {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-50 {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-700 {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-800 {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-900 {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-amber-950 {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-100 {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-50 {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-current {
  color: currentColor;
}

.group:hover .group-hover\:text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-200 {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-300 {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-400 {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-50 {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-500 {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-600 {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-800 {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-900 {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-cyan-950 {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-100 {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-300 {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-400 {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-50 {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-800 {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-900 {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-emerald-950 {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-100 {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-200 {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-300 {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-400 {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-50 {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-500 {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-600 {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-700 {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-800 {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-900 {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-fuchsia-950 {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-gray-950 {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-100 {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-200 {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-50 {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-700 {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-800 {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-900 {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-indigo-950 {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-inherit {
  color: inherit;
}

.group:hover .group-hover\:text-lime-100 {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-200 {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-300 {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-400 {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-50 {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-500 {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-600 {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-700 {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-800 {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-900 {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-lime-950 {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-100 {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-200 {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-800 {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-900 {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-orange-950 {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-100 {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-200 {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-50 {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-500 {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-700 {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-800 {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-900 {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-pink-950 {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-100 {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-200 {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-50 {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-500 {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-600 {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-800 {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-purple-950 {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-100 {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-200 {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-300 {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-400 {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-50 {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-600 {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-800 {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-900 {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-rose-950 {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-100 {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-200 {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-300 {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-400 {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-500 {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-700 {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-800 {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-900 {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-sky-950 {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-100 {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-300 {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-900 {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-slate-950 {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-200 {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-300 {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-400 {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-500 {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-600 {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-800 {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-900 {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-stone-950 {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-100 {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-200 {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-400 {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-500 {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-600 {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-700 {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-800 {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-900 {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-teal-950 {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-transparent {
  color: transparent;
}

.group:hover .group-hover\:text-violet-100 {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-200 {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-300 {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-400 {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-50 {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-500 {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-600 {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-800 {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-900 {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-violet-950 {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / 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-yellow-100 {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-200 {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-900 {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-yellow-950 {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-100 {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-200 {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-400 {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-500 {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-700 {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-900 {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-zinc-950 {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:decoration-amber-100 {
  text-decoration-color: #fef3c7;
}

.group:hover .group-hover\:decoration-amber-200 {
  text-decoration-color: #fde68a;
}

.group:hover .group-hover\:decoration-amber-300 {
  text-decoration-color: #fcd34d;
}

.group:hover .group-hover\:decoration-amber-400 {
  text-decoration-color: #fbbf24;
}

.group:hover .group-hover\:decoration-amber-50 {
  text-decoration-color: #fffbeb;
}

.group:hover .group-hover\:decoration-amber-500 {
  text-decoration-color: #f59e0b;
}

.group:hover .group-hover\:decoration-amber-600 {
  text-decoration-color: #d97706;
}

.group:hover .group-hover\:decoration-amber-700 {
  text-decoration-color: #b45309;
}

.group:hover .group-hover\:decoration-amber-800 {
  text-decoration-color: #92400e;
}

.group:hover .group-hover\:decoration-amber-900 {
  text-decoration-color: #78350f;
}

.group:hover .group-hover\:decoration-amber-950 {
  text-decoration-color: #451a03;
}

.group:hover .group-hover\:decoration-black {
  text-decoration-color: #000;
}

.group:hover .group-hover\:decoration-blue-100 {
  text-decoration-color: #dbeafe;
}

.group:hover .group-hover\:decoration-blue-200 {
  text-decoration-color: #bfdbfe;
}

.group:hover .group-hover\:decoration-blue-300 {
  text-decoration-color: #93c5fd;
}

.group:hover .group-hover\:decoration-blue-400 {
  text-decoration-color: #60a5fa;
}

.group:hover .group-hover\:decoration-blue-50 {
  text-decoration-color: #eff6ff;
}

.group:hover .group-hover\:decoration-blue-500 {
  text-decoration-color: #3b82f6;
}

.group:hover .group-hover\:decoration-blue-600 {
  text-decoration-color: #2563eb;
}

.group:hover .group-hover\:decoration-blue-700 {
  text-decoration-color: #1d4ed8;
}

.group:hover .group-hover\:decoration-blue-800 {
  text-decoration-color: #1e40af;
}

.group:hover .group-hover\:decoration-blue-900 {
  text-decoration-color: #1e3a8a;
}

.group:hover .group-hover\:decoration-blue-950 {
  text-decoration-color: #172554;
}

.group:hover .group-hover\:decoration-current {
  text-decoration-color: currentColor;
}

.group:hover .group-hover\:decoration-cyan-100 {
  text-decoration-color: #cffafe;
}

.group:hover .group-hover\:decoration-cyan-200 {
  text-decoration-color: #a5f3fc;
}

.group:hover .group-hover\:decoration-cyan-300 {
  text-decoration-color: #67e8f9;
}

.group:hover .group-hover\:decoration-cyan-400 {
  text-decoration-color: #22d3ee;
}

.group:hover .group-hover\:decoration-cyan-50 {
  text-decoration-color: #ecfeff;
}

.group:hover .group-hover\:decoration-cyan-500 {
  text-decoration-color: #06b6d4;
}

.group:hover .group-hover\:decoration-cyan-600 {
  text-decoration-color: #0891b2;
}

.group:hover .group-hover\:decoration-cyan-700 {
  text-decoration-color: #0e7490;
}

.group:hover .group-hover\:decoration-cyan-800 {
  text-decoration-color: #155e75;
}

.group:hover .group-hover\:decoration-cyan-900 {
  text-decoration-color: #164e63;
}

.group:hover .group-hover\:decoration-cyan-950 {
  text-decoration-color: #083344;
}

.group:hover .group-hover\:decoration-emerald-100 {
  text-decoration-color: #d1fae5;
}

.group:hover .group-hover\:decoration-emerald-200 {
  text-decoration-color: #a7f3d0;
}

.group:hover .group-hover\:decoration-emerald-300 {
  text-decoration-color: #6ee7b7;
}

.group:hover .group-hover\:decoration-emerald-400 {
  text-decoration-color: #34d399;
}

.group:hover .group-hover\:decoration-emerald-50 {
  text-decoration-color: #ecfdf5;
}

.group:hover .group-hover\:decoration-emerald-500 {
  text-decoration-color: #10b981;
}

.group:hover .group-hover\:decoration-emerald-600 {
  text-decoration-color: #059669;
}

.group:hover .group-hover\:decoration-emerald-700 {
  text-decoration-color: #047857;
}

.group:hover .group-hover\:decoration-emerald-800 {
  text-decoration-color: #065f46;
}

.group:hover .group-hover\:decoration-emerald-900 {
  text-decoration-color: #064e3b;
}

.group:hover .group-hover\:decoration-emerald-950 {
  text-decoration-color: #022c22;
}

.group:hover .group-hover\:decoration-fuchsia-100 {
  text-decoration-color: #fae8ff;
}

.group:hover .group-hover\:decoration-fuchsia-200 {
  text-decoration-color: #f5d0fe;
}

.group:hover .group-hover\:decoration-fuchsia-300 {
  text-decoration-color: #f0abfc;
}

.group:hover .group-hover\:decoration-fuchsia-400 {
  text-decoration-color: #e879f9;
}

.group:hover .group-hover\:decoration-fuchsia-50 {
  text-decoration-color: #fdf4ff;
}

.group:hover .group-hover\:decoration-fuchsia-500 {
  text-decoration-color: #d946ef;
}

.group:hover .group-hover\:decoration-fuchsia-600 {
  text-decoration-color: #c026d3;
}

.group:hover .group-hover\:decoration-fuchsia-700 {
  text-decoration-color: #a21caf;
}

.group:hover .group-hover\:decoration-fuchsia-800 {
  text-decoration-color: #86198f;
}

.group:hover .group-hover\:decoration-fuchsia-900 {
  text-decoration-color: #701a75;
}

.group:hover .group-hover\:decoration-fuchsia-950 {
  text-decoration-color: #4a044e;
}

.group:hover .group-hover\:decoration-gray-100 {
  text-decoration-color: #f3f4f6;
}

.group:hover .group-hover\:decoration-gray-200 {
  text-decoration-color: #e5e7eb;
}

.group:hover .group-hover\:decoration-gray-300 {
  text-decoration-color: #d1d5db;
}

.group:hover .group-hover\:decoration-gray-400 {
  text-decoration-color: #9ca3af;
}

.group:hover .group-hover\:decoration-gray-50 {
  text-decoration-color: #f9fafb;
}

.group:hover .group-hover\:decoration-gray-500 {
  text-decoration-color: #6b7280;
}

.group:hover .group-hover\:decoration-gray-600 {
  text-decoration-color: #4b5563;
}

.group:hover .group-hover\:decoration-gray-700 {
  text-decoration-color: #374151;
}

.group:hover .group-hover\:decoration-gray-800 {
  text-decoration-color: #1f2937;
}

.group:hover .group-hover\:decoration-gray-900 {
  text-decoration-color: #111827;
}

.group:hover .group-hover\:decoration-gray-950 {
  text-decoration-color: #030712;
}

.group:hover .group-hover\:decoration-green-100 {
  text-decoration-color: #dcfce7;
}

.group:hover .group-hover\:decoration-green-200 {
  text-decoration-color: #bbf7d0;
}

.group:hover .group-hover\:decoration-green-300 {
  text-decoration-color: #86efac;
}

.group:hover .group-hover\:decoration-green-400 {
  text-decoration-color: #4ade80;
}

.group:hover .group-hover\:decoration-green-50 {
  text-decoration-color: #f0fdf4;
}

.group:hover .group-hover\:decoration-green-500 {
  text-decoration-color: #22c55e;
}

.group:hover .group-hover\:decoration-green-600 {
  text-decoration-color: #16a34a;
}

.group:hover .group-hover\:decoration-green-700 {
  text-decoration-color: #15803d;
}

.group:hover .group-hover\:decoration-green-800 {
  text-decoration-color: #166534;
}

.group:hover .group-hover\:decoration-green-900 {
  text-decoration-color: #14532d;
}

.group:hover .group-hover\:decoration-green-950 {
  text-decoration-color: #052e16;
}

.group:hover .group-hover\:decoration-indigo-100 {
  text-decoration-color: #e0e7ff;
}

.group:hover .group-hover\:decoration-indigo-200 {
  text-decoration-color: #c7d2fe;
}

.group:hover .group-hover\:decoration-indigo-300 {
  text-decoration-color: #a5b4fc;
}

.group:hover .group-hover\:decoration-indigo-400 {
  text-decoration-color: #818cf8;
}

.group:hover .group-hover\:decoration-indigo-50 {
  text-decoration-color: #eef2ff;
}

.group:hover .group-hover\:decoration-indigo-500 {
  text-decoration-color: #6366f1;
}

.group:hover .group-hover\:decoration-indigo-600 {
  text-decoration-color: #4f46e5;
}

.group:hover .group-hover\:decoration-indigo-700 {
  text-decoration-color: #4338ca;
}

.group:hover .group-hover\:decoration-indigo-800 {
  text-decoration-color: #3730a3;
}

.group:hover .group-hover\:decoration-indigo-900 {
  text-decoration-color: #312e81;
}

.group:hover .group-hover\:decoration-indigo-950 {
  text-decoration-color: #1e1b4b;
}

.group:hover .group-hover\:decoration-inherit {
  text-decoration-color: inherit;
}

.group:hover .group-hover\:decoration-lime-100 {
  text-decoration-color: #ecfccb;
}

.group:hover .group-hover\:decoration-lime-200 {
  text-decoration-color: #d9f99d;
}

.group:hover .group-hover\:decoration-lime-300 {
  text-decoration-color: #bef264;
}

.group:hover .group-hover\:decoration-lime-400 {
  text-decoration-color: #a3e635;
}

.group:hover .group-hover\:decoration-lime-50 {
  text-decoration-color: #f7fee7;
}

.group:hover .group-hover\:decoration-lime-500 {
  text-decoration-color: #84cc16;
}

.group:hover .group-hover\:decoration-lime-600 {
  text-decoration-color: #65a30d;
}

.group:hover .group-hover\:decoration-lime-700 {
  text-decoration-color: #4d7c0f;
}

.group:hover .group-hover\:decoration-lime-800 {
  text-decoration-color: #3f6212;
}

.group:hover .group-hover\:decoration-lime-900 {
  text-decoration-color: #365314;
}

.group:hover .group-hover\:decoration-lime-950 {
  text-decoration-color: #1a2e05;
}

.group:hover .group-hover\:decoration-neutral-100 {
  text-decoration-color: #f5f5f5;
}

.group:hover .group-hover\:decoration-neutral-200 {
  text-decoration-color: #e5e5e5;
}

.group:hover .group-hover\:decoration-neutral-300 {
  text-decoration-color: #d4d4d4;
}

.group:hover .group-hover\:decoration-neutral-400 {
  text-decoration-color: #a3a3a3;
}

.group:hover .group-hover\:decoration-neutral-50 {
  text-decoration-color: #fafafa;
}

.group:hover .group-hover\:decoration-neutral-500 {
  text-decoration-color: #737373;
}

.group:hover .group-hover\:decoration-neutral-600 {
  text-decoration-color: #525252;
}

.group:hover .group-hover\:decoration-neutral-700 {
  text-decoration-color: #404040;
}

.group:hover .group-hover\:decoration-neutral-800 {
  text-decoration-color: #262626;
}

.group:hover .group-hover\:decoration-neutral-900 {
  text-decoration-color: #171717;
}

.group:hover .group-hover\:decoration-neutral-950 {
  text-decoration-color: #0a0a0a;
}

.group:hover .group-hover\:decoration-orange-100 {
  text-decoration-color: #ffedd5;
}

.group:hover .group-hover\:decoration-orange-200 {
  text-decoration-color: #fed7aa;
}

.group:hover .group-hover\:decoration-orange-300 {
  text-decoration-color: #fdba74;
}

.group:hover .group-hover\:decoration-orange-400 {
  text-decoration-color: #fb923c;
}

.group:hover .group-hover\:decoration-orange-50 {
  text-decoration-color: #fff7ed;
}

.group:hover .group-hover\:decoration-orange-500 {
  text-decoration-color: #f97316;
}

.group:hover .group-hover\:decoration-orange-600 {
  text-decoration-color: #ea580c;
}

.group:hover .group-hover\:decoration-orange-700 {
  text-decoration-color: #c2410c;
}

.group:hover .group-hover\:decoration-orange-800 {
  text-decoration-color: #9a3412;
}

.group:hover .group-hover\:decoration-orange-900 {
  text-decoration-color: #7c2d12;
}

.group:hover .group-hover\:decoration-orange-950 {
  text-decoration-color: #431407;
}

.group:hover .group-hover\:decoration-pink-100 {
  text-decoration-color: #fce7f3;
}

.group:hover .group-hover\:decoration-pink-200 {
  text-decoration-color: #fbcfe8;
}

.group:hover .group-hover\:decoration-pink-300 {
  text-decoration-color: #f9a8d4;
}

.group:hover .group-hover\:decoration-pink-400 {
  text-decoration-color: #f472b6;
}

.group:hover .group-hover\:decoration-pink-50 {
  text-decoration-color: #fdf2f8;
}

.group:hover .group-hover\:decoration-pink-500 {
  text-decoration-color: #ec4899;
}

.group:hover .group-hover\:decoration-pink-600 {
  text-decoration-color: #db2777;
}

.group:hover .group-hover\:decoration-pink-700 {
  text-decoration-color: #be185d;
}

.group:hover .group-hover\:decoration-pink-800 {
  text-decoration-color: #9d174d;
}

.group:hover .group-hover\:decoration-pink-900 {
  text-decoration-color: #831843;
}

.group:hover .group-hover\:decoration-pink-950 {
  text-decoration-color: #500724;
}

.group:hover .group-hover\:decoration-purple-100 {
  text-decoration-color: #f3e8ff;
}

.group:hover .group-hover\:decoration-purple-200 {
  text-decoration-color: #e9d5ff;
}

.group:hover .group-hover\:decoration-purple-300 {
  text-decoration-color: #d8b4fe;
}

.group:hover .group-hover\:decoration-purple-400 {
  text-decoration-color: #c084fc;
}

.group:hover .group-hover\:decoration-purple-50 {
  text-decoration-color: #faf5ff;
}

.group:hover .group-hover\:decoration-purple-500 {
  text-decoration-color: #a855f7;
}

.group:hover .group-hover\:decoration-purple-600 {
  text-decoration-color: #9333ea;
}

.group:hover .group-hover\:decoration-purple-700 {
  text-decoration-color: #7e22ce;
}

.group:hover .group-hover\:decoration-purple-800 {
  text-decoration-color: #6b21a8;
}

.group:hover .group-hover\:decoration-purple-900 {
  text-decoration-color: #581c87;
}

.group:hover .group-hover\:decoration-purple-950 {
  text-decoration-color: #3b0764;
}

.group:hover .group-hover\:decoration-red-100 {
  text-decoration-color: #fee2e2;
}

.group:hover .group-hover\:decoration-red-200 {
  text-decoration-color: #fecaca;
}

.group:hover .group-hover\:decoration-red-300 {
  text-decoration-color: #fca5a5;
}

.group:hover .group-hover\:decoration-red-400 {
  text-decoration-color: #f87171;
}

.group:hover .group-hover\:decoration-red-50 {
  text-decoration-color: #fef2f2;
}

.group:hover .group-hover\:decoration-red-500 {
  text-decoration-color: #ef4444;
}

.group:hover .group-hover\:decoration-red-600 {
  text-decoration-color: #dc2626;
}

.group:hover .group-hover\:decoration-red-700 {
  text-decoration-color: #b91c1c;
}

.group:hover .group-hover\:decoration-red-800 {
  text-decoration-color: #991b1b;
}

.group:hover .group-hover\:decoration-red-900 {
  text-decoration-color: #7f1d1d;
}

.group:hover .group-hover\:decoration-red-950 {
  text-decoration-color: #450a0a;
}

.group:hover .group-hover\:decoration-rose-100 {
  text-decoration-color: #ffe4e6;
}

.group:hover .group-hover\:decoration-rose-200 {
  text-decoration-color: #fecdd3;
}

.group:hover .group-hover\:decoration-rose-300 {
  text-decoration-color: #fda4af;
}

.group:hover .group-hover\:decoration-rose-400 {
  text-decoration-color: #fb7185;
}

.group:hover .group-hover\:decoration-rose-50 {
  text-decoration-color: #fff1f2;
}

.group:hover .group-hover\:decoration-rose-500 {
  text-decoration-color: #f43f5e;
}

.group:hover .group-hover\:decoration-rose-600 {
  text-decoration-color: #e11d48;
}

.group:hover .group-hover\:decoration-rose-700 {
  text-decoration-color: #be123c;
}

.group:hover .group-hover\:decoration-rose-800 {
  text-decoration-color: #9f1239;
}

.group:hover .group-hover\:decoration-rose-900 {
  text-decoration-color: #881337;
}

.group:hover .group-hover\:decoration-rose-950 {
  text-decoration-color: #4c0519;
}

.group:hover .group-hover\:decoration-sky-100 {
  text-decoration-color: #e0f2fe;
}

.group:hover .group-hover\:decoration-sky-200 {
  text-decoration-color: #bae6fd;
}

.group:hover .group-hover\:decoration-sky-300 {
  text-decoration-color: #7dd3fc;
}

.group:hover .group-hover\:decoration-sky-400 {
  text-decoration-color: #38bdf8;
}

.group:hover .group-hover\:decoration-sky-50 {
  text-decoration-color: #f0f9ff;
}

.group:hover .group-hover\:decoration-sky-500 {
  text-decoration-color: #0ea5e9;
}

.group:hover .group-hover\:decoration-sky-600 {
  text-decoration-color: #0284c7;
}

.group:hover .group-hover\:decoration-sky-700 {
  text-decoration-color: #0369a1;
}

.group:hover .group-hover\:decoration-sky-800 {
  text-decoration-color: #075985;
}

.group:hover .group-hover\:decoration-sky-900 {
  text-decoration-color: #0c4a6e;
}

.group:hover .group-hover\:decoration-sky-950 {
  text-decoration-color: #082f49;
}

.group:hover .group-hover\:decoration-slate-100 {
  text-decoration-color: #f1f5f9;
}

.group:hover .group-hover\:decoration-slate-200 {
  text-decoration-color: #e2e8f0;
}

.group:hover .group-hover\:decoration-slate-300 {
  text-decoration-color: #cbd5e1;
}

.group:hover .group-hover\:decoration-slate-400 {
  text-decoration-color: #94a3b8;
}

.group:hover .group-hover\:decoration-slate-50 {
  text-decoration-color: #f8fafc;
}

.group:hover .group-hover\:decoration-slate-500 {
  text-decoration-color: #64748b;
}

.group:hover .group-hover\:decoration-slate-600 {
  text-decoration-color: #475569;
}

.group:hover .group-hover\:decoration-slate-700 {
  text-decoration-color: #334155;
}

.group:hover .group-hover\:decoration-slate-800 {
  text-decoration-color: #1e293b;
}

.group:hover .group-hover\:decoration-slate-900 {
  text-decoration-color: #0f172a;
}

.group:hover .group-hover\:decoration-slate-950 {
  text-decoration-color: #020617;
}

.group:hover .group-hover\:decoration-stone-100 {
  text-decoration-color: #f5f5f4;
}

.group:hover .group-hover\:decoration-stone-200 {
  text-decoration-color: #e7e5e4;
}

.group:hover .group-hover\:decoration-stone-300 {
  text-decoration-color: #d6d3d1;
}

.group:hover .group-hover\:decoration-stone-400 {
  text-decoration-color: #a8a29e;
}

.group:hover .group-hover\:decoration-stone-50 {
  text-decoration-color: #fafaf9;
}

.group:hover .group-hover\:decoration-stone-500 {
  text-decoration-color: #78716c;
}

.group:hover .group-hover\:decoration-stone-600 {
  text-decoration-color: #57534e;
}

.group:hover .group-hover\:decoration-stone-700 {
  text-decoration-color: #44403c;
}

.group:hover .group-hover\:decoration-stone-800 {
  text-decoration-color: #292524;
}

.group:hover .group-hover\:decoration-stone-900 {
  text-decoration-color: #1c1917;
}

.group:hover .group-hover\:decoration-stone-950 {
  text-decoration-color: #0c0a09;
}

.group:hover .group-hover\:decoration-teal-100 {
  text-decoration-color: #ccfbf1;
}

.group:hover .group-hover\:decoration-teal-200 {
  text-decoration-color: #99f6e4;
}

.group:hover .group-hover\:decoration-teal-300 {
  text-decoration-color: #5eead4;
}

.group:hover .group-hover\:decoration-teal-400 {
  text-decoration-color: #2dd4bf;
}

.group:hover .group-hover\:decoration-teal-50 {
  text-decoration-color: #f0fdfa;
}

.group:hover .group-hover\:decoration-teal-500 {
  text-decoration-color: #14b8a6;
}

.group:hover .group-hover\:decoration-teal-600 {
  text-decoration-color: #0d9488;
}

.group:hover .group-hover\:decoration-teal-700 {
  text-decoration-color: #0f766e;
}

.group:hover .group-hover\:decoration-teal-800 {
  text-decoration-color: #115e59;
}

.group:hover .group-hover\:decoration-teal-900 {
  text-decoration-color: #134e4a;
}

.group:hover .group-hover\:decoration-teal-950 {
  text-decoration-color: #042f2e;
}

.group:hover .group-hover\:decoration-transparent {
  text-decoration-color: transparent;
}

.group:hover .group-hover\:decoration-violet-100 {
  text-decoration-color: #ede9fe;
}

.group:hover .group-hover\:decoration-violet-200 {
  text-decoration-color: #ddd6fe;
}

.group:hover .group-hover\:decoration-violet-300 {
  text-decoration-color: #c4b5fd;
}

.group:hover .group-hover\:decoration-violet-400 {
  text-decoration-color: #a78bfa;
}

.group:hover .group-hover\:decoration-violet-50 {
  text-decoration-color: #f5f3ff;
}

.group:hover .group-hover\:decoration-violet-500 {
  text-decoration-color: #8b5cf6;
}

.group:hover .group-hover\:decoration-violet-600 {
  text-decoration-color: #7c3aed;
}

.group:hover .group-hover\:decoration-violet-700 {
  text-decoration-color: #6d28d9;
}

.group:hover .group-hover\:decoration-violet-800 {
  text-decoration-color: #5b21b6;
}

.group:hover .group-hover\:decoration-violet-900 {
  text-decoration-color: #4c1d95;
}

.group:hover .group-hover\:decoration-violet-950 {
  text-decoration-color: #2e1065;
}

.group:hover .group-hover\:decoration-white {
  text-decoration-color: #fff;
}

.group:hover .group-hover\:decoration-yellow-100 {
  text-decoration-color: #fef9c3;
}

.group:hover .group-hover\:decoration-yellow-200 {
  text-decoration-color: #fef08a;
}

.group:hover .group-hover\:decoration-yellow-300 {
  text-decoration-color: #fde047;
}

.group:hover .group-hover\:decoration-yellow-400 {
  text-decoration-color: #facc15;
}

.group:hover .group-hover\:decoration-yellow-50 {
  text-decoration-color: #fefce8;
}

.group:hover .group-hover\:decoration-yellow-500 {
  text-decoration-color: #eab308;
}

.group:hover .group-hover\:decoration-yellow-600 {
  text-decoration-color: #ca8a04;
}

.group:hover .group-hover\:decoration-yellow-700 {
  text-decoration-color: #a16207;
}

.group:hover .group-hover\:decoration-yellow-800 {
  text-decoration-color: #854d0e;
}

.group:hover .group-hover\:decoration-yellow-900 {
  text-decoration-color: #713f12;
}

.group:hover .group-hover\:decoration-yellow-950 {
  text-decoration-color: #422006;
}

.group:hover .group-hover\:decoration-zinc-100 {
  text-decoration-color: #f4f4f5;
}

.group:hover .group-hover\:decoration-zinc-200 {
  text-decoration-color: #e4e4e7;
}

.group:hover .group-hover\:decoration-zinc-300 {
  text-decoration-color: #d4d4d8;
}

.group:hover .group-hover\:decoration-zinc-400 {
  text-decoration-color: #a1a1aa;
}

.group:hover .group-hover\:decoration-zinc-50 {
  text-decoration-color: #fafafa;
}

.group:hover .group-hover\:decoration-zinc-500 {
  text-decoration-color: #71717a;
}

.group:hover .group-hover\:decoration-zinc-600 {
  text-decoration-color: #52525b;
}

.group:hover .group-hover\:decoration-zinc-700 {
  text-decoration-color: #3f3f46;
}

.group:hover .group-hover\:decoration-zinc-800 {
  text-decoration-color: #27272a;
}

.group:hover .group-hover\:decoration-zinc-900 {
  text-decoration-color: #18181b;
}

.group:hover .group-hover\:decoration-zinc-950 {
  text-decoration-color: #09090b;
}

.group:hover .group-hover\:placeholder-amber-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-amber-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-black::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-black::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-blue-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-current::-moz-placeholder {
  color: currentColor;
}

.group:hover .group-hover\:placeholder-current::placeholder {
  color: currentColor;
}

.group:hover .group-hover\:placeholder-cyan-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-cyan-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-emerald-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-fuchsia-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-gray-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-green-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-indigo-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-inherit::-moz-placeholder {
  color: inherit;
}

.group:hover .group-hover\:placeholder-inherit::placeholder {
  color: inherit;
}

.group:hover .group-hover\:placeholder-lime-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-lime-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-neutral-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-orange-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-pink-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-purple-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-red-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-rose-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-sky-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-slate-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-stone-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-teal-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-transparent::placeholder {
  color: transparent;
}

.group:hover .group-hover\:placeholder-violet-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-violet-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-white::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-white::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-yellow-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-100::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-200::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-200::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-300::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-300::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-600::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-600::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-700::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-700::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-800::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-800::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-900::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-900::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-950::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:placeholder-zinc-950::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.group:hover .group-hover\:caret-amber-100 {
  caret-color: #fef3c7;
}

.group:hover .group-hover\:caret-amber-200 {
  caret-color: #fde68a;
}

.group:hover .group-hover\:caret-amber-300 {
  caret-color: #fcd34d;
}

.group:hover .group-hover\:caret-amber-400 {
  caret-color: #fbbf24;
}

.group:hover .group-hover\:caret-amber-50 {
  caret-color: #fffbeb;
}

.group:hover .group-hover\:caret-amber-500 {
  caret-color: #f59e0b;
}

.group:hover .group-hover\:caret-amber-600 {
  caret-color: #d97706;
}

.group:hover .group-hover\:caret-amber-700 {
  caret-color: #b45309;
}

.group:hover .group-hover\:caret-amber-800 {
  caret-color: #92400e;
}

.group:hover .group-hover\:caret-amber-900 {
  caret-color: #78350f;
}

.group:hover .group-hover\:caret-amber-950 {
  caret-color: #451a03;
}

.group:hover .group-hover\:caret-black {
  caret-color: #000;
}

.group:hover .group-hover\:caret-blue-100 {
  caret-color: #dbeafe;
}

.group:hover .group-hover\:caret-blue-200 {
  caret-color: #bfdbfe;
}

.group:hover .group-hover\:caret-blue-300 {
  caret-color: #93c5fd;
}

.group:hover .group-hover\:caret-blue-400 {
  caret-color: #60a5fa;
}

.group:hover .group-hover\:caret-blue-50 {
  caret-color: #eff6ff;
}

.group:hover .group-hover\:caret-blue-500 {
  caret-color: #3b82f6;
}

.group:hover .group-hover\:caret-blue-600 {
  caret-color: #2563eb;
}

.group:hover .group-hover\:caret-blue-700 {
  caret-color: #1d4ed8;
}

.group:hover .group-hover\:caret-blue-800 {
  caret-color: #1e40af;
}

.group:hover .group-hover\:caret-blue-900 {
  caret-color: #1e3a8a;
}

.group:hover .group-hover\:caret-blue-950 {
  caret-color: #172554;
}

.group:hover .group-hover\:caret-current {
  caret-color: currentColor;
}

.group:hover .group-hover\:caret-cyan-100 {
  caret-color: #cffafe;
}

.group:hover .group-hover\:caret-cyan-200 {
  caret-color: #a5f3fc;
}

.group:hover .group-hover\:caret-cyan-300 {
  caret-color: #67e8f9;
}

.group:hover .group-hover\:caret-cyan-400 {
  caret-color: #22d3ee;
}

.group:hover .group-hover\:caret-cyan-50 {
  caret-color: #ecfeff;
}

.group:hover .group-hover\:caret-cyan-500 {
  caret-color: #06b6d4;
}

.group:hover .group-hover\:caret-cyan-600 {
  caret-color: #0891b2;
}

.group:hover .group-hover\:caret-cyan-700 {
  caret-color: #0e7490;
}

.group:hover .group-hover\:caret-cyan-800 {
  caret-color: #155e75;
}

.group:hover .group-hover\:caret-cyan-900 {
  caret-color: #164e63;
}

.group:hover .group-hover\:caret-cyan-950 {
  caret-color: #083344;
}

.group:hover .group-hover\:caret-emerald-100 {
  caret-color: #d1fae5;
}

.group:hover .group-hover\:caret-emerald-200 {
  caret-color: #a7f3d0;
}

.group:hover .group-hover\:caret-emerald-300 {
  caret-color: #6ee7b7;
}

.group:hover .group-hover\:caret-emerald-400 {
  caret-color: #34d399;
}

.group:hover .group-hover\:caret-emerald-50 {
  caret-color: #ecfdf5;
}

.group:hover .group-hover\:caret-emerald-500 {
  caret-color: #10b981;
}

.group:hover .group-hover\:caret-emerald-600 {
  caret-color: #059669;
}

.group:hover .group-hover\:caret-emerald-700 {
  caret-color: #047857;
}

.group:hover .group-hover\:caret-emerald-800 {
  caret-color: #065f46;
}

.group:hover .group-hover\:caret-emerald-900 {
  caret-color: #064e3b;
}

.group:hover .group-hover\:caret-emerald-950 {
  caret-color: #022c22;
}

.group:hover .group-hover\:caret-fuchsia-100 {
  caret-color: #fae8ff;
}

.group:hover .group-hover\:caret-fuchsia-200 {
  caret-color: #f5d0fe;
}

.group:hover .group-hover\:caret-fuchsia-300 {
  caret-color: #f0abfc;
}

.group:hover .group-hover\:caret-fuchsia-400 {
  caret-color: #e879f9;
}

.group:hover .group-hover\:caret-fuchsia-50 {
  caret-color: #fdf4ff;
}

.group:hover .group-hover\:caret-fuchsia-500 {
  caret-color: #d946ef;
}

.group:hover .group-hover\:caret-fuchsia-600 {
  caret-color: #c026d3;
}

.group:hover .group-hover\:caret-fuchsia-700 {
  caret-color: #a21caf;
}

.group:hover .group-hover\:caret-fuchsia-800 {
  caret-color: #86198f;
}

.group:hover .group-hover\:caret-fuchsia-900 {
  caret-color: #701a75;
}

.group:hover .group-hover\:caret-fuchsia-950 {
  caret-color: #4a044e;
}

.group:hover .group-hover\:caret-gray-100 {
  caret-color: #f3f4f6;
}

.group:hover .group-hover\:caret-gray-200 {
  caret-color: #e5e7eb;
}

.group:hover .group-hover\:caret-gray-300 {
  caret-color: #d1d5db;
}

.group:hover .group-hover\:caret-gray-400 {
  caret-color: #9ca3af;
}

.group:hover .group-hover\:caret-gray-50 {
  caret-color: #f9fafb;
}

.group:hover .group-hover\:caret-gray-500 {
  caret-color: #6b7280;
}

.group:hover .group-hover\:caret-gray-600 {
  caret-color: #4b5563;
}

.group:hover .group-hover\:caret-gray-700 {
  caret-color: #374151;
}

.group:hover .group-hover\:caret-gray-800 {
  caret-color: #1f2937;
}

.group:hover .group-hover\:caret-gray-900 {
  caret-color: #111827;
}

.group:hover .group-hover\:caret-gray-950 {
  caret-color: #030712;
}

.group:hover .group-hover\:caret-green-100 {
  caret-color: #dcfce7;
}

.group:hover .group-hover\:caret-green-200 {
  caret-color: #bbf7d0;
}

.group:hover .group-hover\:caret-green-300 {
  caret-color: #86efac;
}

.group:hover .group-hover\:caret-green-400 {
  caret-color: #4ade80;
}

.group:hover .group-hover\:caret-green-50 {
  caret-color: #f0fdf4;
}

.group:hover .group-hover\:caret-green-500 {
  caret-color: #22c55e;
}

.group:hover .group-hover\:caret-green-600 {
  caret-color: #16a34a;
}

.group:hover .group-hover\:caret-green-700 {
  caret-color: #15803d;
}

.group:hover .group-hover\:caret-green-800 {
  caret-color: #166534;
}

.group:hover .group-hover\:caret-green-900 {
  caret-color: #14532d;
}

.group:hover .group-hover\:caret-green-950 {
  caret-color: #052e16;
}

.group:hover .group-hover\:caret-indigo-100 {
  caret-color: #e0e7ff;
}

.group:hover .group-hover\:caret-indigo-200 {
  caret-color: #c7d2fe;
}

.group:hover .group-hover\:caret-indigo-300 {
  caret-color: #a5b4fc;
}

.group:hover .group-hover\:caret-indigo-400 {
  caret-color: #818cf8;
}

.group:hover .group-hover\:caret-indigo-50 {
  caret-color: #eef2ff;
}

.group:hover .group-hover\:caret-indigo-500 {
  caret-color: #6366f1;
}

.group:hover .group-hover\:caret-indigo-600 {
  caret-color: #4f46e5;
}

.group:hover .group-hover\:caret-indigo-700 {
  caret-color: #4338ca;
}

.group:hover .group-hover\:caret-indigo-800 {
  caret-color: #3730a3;
}

.group:hover .group-hover\:caret-indigo-900 {
  caret-color: #312e81;
}

.group:hover .group-hover\:caret-indigo-950 {
  caret-color: #1e1b4b;
}

.group:hover .group-hover\:caret-inherit {
  caret-color: inherit;
}

.group:hover .group-hover\:caret-lime-100 {
  caret-color: #ecfccb;
}

.group:hover .group-hover\:caret-lime-200 {
  caret-color: #d9f99d;
}

.group:hover .group-hover\:caret-lime-300 {
  caret-color: #bef264;
}

.group:hover .group-hover\:caret-lime-400 {
  caret-color: #a3e635;
}

.group:hover .group-hover\:caret-lime-50 {
  caret-color: #f7fee7;
}

.group:hover .group-hover\:caret-lime-500 {
  caret-color: #84cc16;
}

.group:hover .group-hover\:caret-lime-600 {
  caret-color: #65a30d;
}

.group:hover .group-hover\:caret-lime-700 {
  caret-color: #4d7c0f;
}

.group:hover .group-hover\:caret-lime-800 {
  caret-color: #3f6212;
}

.group:hover .group-hover\:caret-lime-900 {
  caret-color: #365314;
}

.group:hover .group-hover\:caret-lime-950 {
  caret-color: #1a2e05;
}

.group:hover .group-hover\:caret-neutral-100 {
  caret-color: #f5f5f5;
}

.group:hover .group-hover\:caret-neutral-200 {
  caret-color: #e5e5e5;
}

.group:hover .group-hover\:caret-neutral-300 {
  caret-color: #d4d4d4;
}

.group:hover .group-hover\:caret-neutral-400 {
  caret-color: #a3a3a3;
}

.group:hover .group-hover\:caret-neutral-50 {
  caret-color: #fafafa;
}

.group:hover .group-hover\:caret-neutral-500 {
  caret-color: #737373;
}

.group:hover .group-hover\:caret-neutral-600 {
  caret-color: #525252;
}

.group:hover .group-hover\:caret-neutral-700 {
  caret-color: #404040;
}

.group:hover .group-hover\:caret-neutral-800 {
  caret-color: #262626;
}

.group:hover .group-hover\:caret-neutral-900 {
  caret-color: #171717;
}

.group:hover .group-hover\:caret-neutral-950 {
  caret-color: #0a0a0a;
}

.group:hover .group-hover\:caret-orange-100 {
  caret-color: #ffedd5;
}

.group:hover .group-hover\:caret-orange-200 {
  caret-color: #fed7aa;
}

.group:hover .group-hover\:caret-orange-300 {
  caret-color: #fdba74;
}

.group:hover .group-hover\:caret-orange-400 {
  caret-color: #fb923c;
}

.group:hover .group-hover\:caret-orange-50 {
  caret-color: #fff7ed;
}

.group:hover .group-hover\:caret-orange-500 {
  caret-color: #f97316;
}

.group:hover .group-hover\:caret-orange-600 {
  caret-color: #ea580c;
}

.group:hover .group-hover\:caret-orange-700 {
  caret-color: #c2410c;
}

.group:hover .group-hover\:caret-orange-800 {
  caret-color: #9a3412;
}

.group:hover .group-hover\:caret-orange-900 {
  caret-color: #7c2d12;
}

.group:hover .group-hover\:caret-orange-950 {
  caret-color: #431407;
}

.group:hover .group-hover\:caret-pink-100 {
  caret-color: #fce7f3;
}

.group:hover .group-hover\:caret-pink-200 {
  caret-color: #fbcfe8;
}

.group:hover .group-hover\:caret-pink-300 {
  caret-color: #f9a8d4;
}

.group:hover .group-hover\:caret-pink-400 {
  caret-color: #f472b6;
}

.group:hover .group-hover\:caret-pink-50 {
  caret-color: #fdf2f8;
}

.group:hover .group-hover\:caret-pink-500 {
  caret-color: #ec4899;
}

.group:hover .group-hover\:caret-pink-600 {
  caret-color: #db2777;
}

.group:hover .group-hover\:caret-pink-700 {
  caret-color: #be185d;
}

.group:hover .group-hover\:caret-pink-800 {
  caret-color: #9d174d;
}

.group:hover .group-hover\:caret-pink-900 {
  caret-color: #831843;
}

.group:hover .group-hover\:caret-pink-950 {
  caret-color: #500724;
}

.group:hover .group-hover\:caret-purple-100 {
  caret-color: #f3e8ff;
}

.group:hover .group-hover\:caret-purple-200 {
  caret-color: #e9d5ff;
}

.group:hover .group-hover\:caret-purple-300 {
  caret-color: #d8b4fe;
}

.group:hover .group-hover\:caret-purple-400 {
  caret-color: #c084fc;
}

.group:hover .group-hover\:caret-purple-50 {
  caret-color: #faf5ff;
}

.group:hover .group-hover\:caret-purple-500 {
  caret-color: #a855f7;
}

.group:hover .group-hover\:caret-purple-600 {
  caret-color: #9333ea;
}

.group:hover .group-hover\:caret-purple-700 {
  caret-color: #7e22ce;
}

.group:hover .group-hover\:caret-purple-800 {
  caret-color: #6b21a8;
}

.group:hover .group-hover\:caret-purple-900 {
  caret-color: #581c87;
}

.group:hover .group-hover\:caret-purple-950 {
  caret-color: #3b0764;
}

.group:hover .group-hover\:caret-red-100 {
  caret-color: #fee2e2;
}

.group:hover .group-hover\:caret-red-200 {
  caret-color: #fecaca;
}

.group:hover .group-hover\:caret-red-300 {
  caret-color: #fca5a5;
}

.group:hover .group-hover\:caret-red-400 {
  caret-color: #f87171;
}

.group:hover .group-hover\:caret-red-50 {
  caret-color: #fef2f2;
}

.group:hover .group-hover\:caret-red-500 {
  caret-color: #ef4444;
}

.group:hover .group-hover\:caret-red-600 {
  caret-color: #dc2626;
}

.group:hover .group-hover\:caret-red-700 {
  caret-color: #b91c1c;
}

.group:hover .group-hover\:caret-red-800 {
  caret-color: #991b1b;
}

.group:hover .group-hover\:caret-red-900 {
  caret-color: #7f1d1d;
}

.group:hover .group-hover\:caret-red-950 {
  caret-color: #450a0a;
}

.group:hover .group-hover\:caret-rose-100 {
  caret-color: #ffe4e6;
}

.group:hover .group-hover\:caret-rose-200 {
  caret-color: #fecdd3;
}

.group:hover .group-hover\:caret-rose-300 {
  caret-color: #fda4af;
}

.group:hover .group-hover\:caret-rose-400 {
  caret-color: #fb7185;
}

.group:hover .group-hover\:caret-rose-50 {
  caret-color: #fff1f2;
}

.group:hover .group-hover\:caret-rose-500 {
  caret-color: #f43f5e;
}

.group:hover .group-hover\:caret-rose-600 {
  caret-color: #e11d48;
}

.group:hover .group-hover\:caret-rose-700 {
  caret-color: #be123c;
}

.group:hover .group-hover\:caret-rose-800 {
  caret-color: #9f1239;
}

.group:hover .group-hover\:caret-rose-900 {
  caret-color: #881337;
}

.group:hover .group-hover\:caret-rose-950 {
  caret-color: #4c0519;
}

.group:hover .group-hover\:caret-sky-100 {
  caret-color: #e0f2fe;
}

.group:hover .group-hover\:caret-sky-200 {
  caret-color: #bae6fd;
}

.group:hover .group-hover\:caret-sky-300 {
  caret-color: #7dd3fc;
}

.group:hover .group-hover\:caret-sky-400 {
  caret-color: #38bdf8;
}

.group:hover .group-hover\:caret-sky-50 {
  caret-color: #f0f9ff;
}

.group:hover .group-hover\:caret-sky-500 {
  caret-color: #0ea5e9;
}

.group:hover .group-hover\:caret-sky-600 {
  caret-color: #0284c7;
}

.group:hover .group-hover\:caret-sky-700 {
  caret-color: #0369a1;
}

.group:hover .group-hover\:caret-sky-800 {
  caret-color: #075985;
}

.group:hover .group-hover\:caret-sky-900 {
  caret-color: #0c4a6e;
}

.group:hover .group-hover\:caret-sky-950 {
  caret-color: #082f49;
}

.group:hover .group-hover\:caret-slate-100 {
  caret-color: #f1f5f9;
}

.group:hover .group-hover\:caret-slate-200 {
  caret-color: #e2e8f0;
}

.group:hover .group-hover\:caret-slate-300 {
  caret-color: #cbd5e1;
}

.group:hover .group-hover\:caret-slate-400 {
  caret-color: #94a3b8;
}

.group:hover .group-hover\:caret-slate-50 {
  caret-color: #f8fafc;
}

.group:hover .group-hover\:caret-slate-500 {
  caret-color: #64748b;
}

.group:hover .group-hover\:caret-slate-600 {
  caret-color: #475569;
}

.group:hover .group-hover\:caret-slate-700 {
  caret-color: #334155;
}

.group:hover .group-hover\:caret-slate-800 {
  caret-color: #1e293b;
}

.group:hover .group-hover\:caret-slate-900 {
  caret-color: #0f172a;
}

.group:hover .group-hover\:caret-slate-950 {
  caret-color: #020617;
}

.group:hover .group-hover\:caret-stone-100 {
  caret-color: #f5f5f4;
}

.group:hover .group-hover\:caret-stone-200 {
  caret-color: #e7e5e4;
}

.group:hover .group-hover\:caret-stone-300 {
  caret-color: #d6d3d1;
}

.group:hover .group-hover\:caret-stone-400 {
  caret-color: #a8a29e;
}

.group:hover .group-hover\:caret-stone-50 {
  caret-color: #fafaf9;
}

.group:hover .group-hover\:caret-stone-500 {
  caret-color: #78716c;
}

.group:hover .group-hover\:caret-stone-600 {
  caret-color: #57534e;
}

.group:hover .group-hover\:caret-stone-700 {
  caret-color: #44403c;
}

.group:hover .group-hover\:caret-stone-800 {
  caret-color: #292524;
}

.group:hover .group-hover\:caret-stone-900 {
  caret-color: #1c1917;
}

.group:hover .group-hover\:caret-stone-950 {
  caret-color: #0c0a09;
}

.group:hover .group-hover\:caret-teal-100 {
  caret-color: #ccfbf1;
}

.group:hover .group-hover\:caret-teal-200 {
  caret-color: #99f6e4;
}

.group:hover .group-hover\:caret-teal-300 {
  caret-color: #5eead4;
}

.group:hover .group-hover\:caret-teal-400 {
  caret-color: #2dd4bf;
}

.group:hover .group-hover\:caret-teal-50 {
  caret-color: #f0fdfa;
}

.group:hover .group-hover\:caret-teal-500 {
  caret-color: #14b8a6;
}

.group:hover .group-hover\:caret-teal-600 {
  caret-color: #0d9488;
}

.group:hover .group-hover\:caret-teal-700 {
  caret-color: #0f766e;
}

.group:hover .group-hover\:caret-teal-800 {
  caret-color: #115e59;
}

.group:hover .group-hover\:caret-teal-900 {
  caret-color: #134e4a;
}

.group:hover .group-hover\:caret-teal-950 {
  caret-color: #042f2e;
}

.group:hover .group-hover\:caret-transparent {
  caret-color: transparent;
}

.group:hover .group-hover\:caret-violet-100 {
  caret-color: #ede9fe;
}

.group:hover .group-hover\:caret-violet-200 {
  caret-color: #ddd6fe;
}

.group:hover .group-hover\:caret-violet-300 {
  caret-color: #c4b5fd;
}

.group:hover .group-hover\:caret-violet-400 {
  caret-color: #a78bfa;
}

.group:hover .group-hover\:caret-violet-50 {
  caret-color: #f5f3ff;
}

.group:hover .group-hover\:caret-violet-500 {
  caret-color: #8b5cf6;
}

.group:hover .group-hover\:caret-violet-600 {
  caret-color: #7c3aed;
}

.group:hover .group-hover\:caret-violet-700 {
  caret-color: #6d28d9;
}

.group:hover .group-hover\:caret-violet-800 {
  caret-color: #5b21b6;
}

.group:hover .group-hover\:caret-violet-900 {
  caret-color: #4c1d95;
}

.group:hover .group-hover\:caret-violet-950 {
  caret-color: #2e1065;
}

.group:hover .group-hover\:caret-white {
  caret-color: #fff;
}

.group:hover .group-hover\:caret-yellow-100 {
  caret-color: #fef9c3;
}

.group:hover .group-hover\:caret-yellow-200 {
  caret-color: #fef08a;
}

.group:hover .group-hover\:caret-yellow-300 {
  caret-color: #fde047;
}

.group:hover .group-hover\:caret-yellow-400 {
  caret-color: #facc15;
}

.group:hover .group-hover\:caret-yellow-50 {
  caret-color: #fefce8;
}

.group:hover .group-hover\:caret-yellow-500 {
  caret-color: #eab308;
}

.group:hover .group-hover\:caret-yellow-600 {
  caret-color: #ca8a04;
}

.group:hover .group-hover\:caret-yellow-700 {
  caret-color: #a16207;
}

.group:hover .group-hover\:caret-yellow-800 {
  caret-color: #854d0e;
}

.group:hover .group-hover\:caret-yellow-900 {
  caret-color: #713f12;
}

.group:hover .group-hover\:caret-yellow-950 {
  caret-color: #422006;
}

.group:hover .group-hover\:caret-zinc-100 {
  caret-color: #f4f4f5;
}

.group:hover .group-hover\:caret-zinc-200 {
  caret-color: #e4e4e7;
}

.group:hover .group-hover\:caret-zinc-300 {
  caret-color: #d4d4d8;
}

.group:hover .group-hover\:caret-zinc-400 {
  caret-color: #a1a1aa;
}

.group:hover .group-hover\:caret-zinc-50 {
  caret-color: #fafafa;
}

.group:hover .group-hover\:caret-zinc-500 {
  caret-color: #71717a;
}

.group:hover .group-hover\:caret-zinc-600 {
  caret-color: #52525b;
}

.group:hover .group-hover\:caret-zinc-700 {
  caret-color: #3f3f46;
}

.group:hover .group-hover\:caret-zinc-800 {
  caret-color: #27272a;
}

.group:hover .group-hover\:caret-zinc-900 {
  caret-color: #18181b;
}

.group:hover .group-hover\:caret-zinc-950 {
  caret-color: #09090b;
}

.group:hover .group-hover\:accent-amber-100 {
  accent-color: #fef3c7;
}

.group:hover .group-hover\:accent-amber-200 {
  accent-color: #fde68a;
}

.group:hover .group-hover\:accent-amber-300 {
  accent-color: #fcd34d;
}

.group:hover .group-hover\:accent-amber-400 {
  accent-color: #fbbf24;
}

.group:hover .group-hover\:accent-amber-50 {
  accent-color: #fffbeb;
}

.group:hover .group-hover\:accent-amber-500 {
  accent-color: #f59e0b;
}

.group:hover .group-hover\:accent-amber-600 {
  accent-color: #d97706;
}

.group:hover .group-hover\:accent-amber-700 {
  accent-color: #b45309;
}

.group:hover .group-hover\:accent-amber-800 {
  accent-color: #92400e;
}

.group:hover .group-hover\:accent-amber-900 {
  accent-color: #78350f;
}

.group:hover .group-hover\:accent-amber-950 {
  accent-color: #451a03;
}

.group:hover .group-hover\:accent-black {
  accent-color: #000;
}

.group:hover .group-hover\:accent-blue-100 {
  accent-color: #dbeafe;
}

.group:hover .group-hover\:accent-blue-200 {
  accent-color: #bfdbfe;
}

.group:hover .group-hover\:accent-blue-300 {
  accent-color: #93c5fd;
}

.group:hover .group-hover\:accent-blue-400 {
  accent-color: #60a5fa;
}

.group:hover .group-hover\:accent-blue-50 {
  accent-color: #eff6ff;
}

.group:hover .group-hover\:accent-blue-500 {
  accent-color: #3b82f6;
}

.group:hover .group-hover\:accent-blue-600 {
  accent-color: #2563eb;
}

.group:hover .group-hover\:accent-blue-700 {
  accent-color: #1d4ed8;
}

.group:hover .group-hover\:accent-blue-800 {
  accent-color: #1e40af;
}

.group:hover .group-hover\:accent-blue-900 {
  accent-color: #1e3a8a;
}

.group:hover .group-hover\:accent-blue-950 {
  accent-color: #172554;
}

.group:hover .group-hover\:accent-current {
  accent-color: currentColor;
}

.group:hover .group-hover\:accent-cyan-100 {
  accent-color: #cffafe;
}

.group:hover .group-hover\:accent-cyan-200 {
  accent-color: #a5f3fc;
}

.group:hover .group-hover\:accent-cyan-300 {
  accent-color: #67e8f9;
}

.group:hover .group-hover\:accent-cyan-400 {
  accent-color: #22d3ee;
}

.group:hover .group-hover\:accent-cyan-50 {
  accent-color: #ecfeff;
}

.group:hover .group-hover\:accent-cyan-500 {
  accent-color: #06b6d4;
}

.group:hover .group-hover\:accent-cyan-600 {
  accent-color: #0891b2;
}

.group:hover .group-hover\:accent-cyan-700 {
  accent-color: #0e7490;
}

.group:hover .group-hover\:accent-cyan-800 {
  accent-color: #155e75;
}

.group:hover .group-hover\:accent-cyan-900 {
  accent-color: #164e63;
}

.group:hover .group-hover\:accent-cyan-950 {
  accent-color: #083344;
}

.group:hover .group-hover\:accent-emerald-100 {
  accent-color: #d1fae5;
}

.group:hover .group-hover\:accent-emerald-200 {
  accent-color: #a7f3d0;
}

.group:hover .group-hover\:accent-emerald-300 {
  accent-color: #6ee7b7;
}

.group:hover .group-hover\:accent-emerald-400 {
  accent-color: #34d399;
}

.group:hover .group-hover\:accent-emerald-50 {
  accent-color: #ecfdf5;
}

.group:hover .group-hover\:accent-emerald-500 {
  accent-color: #10b981;
}

.group:hover .group-hover\:accent-emerald-600 {
  accent-color: #059669;
}

.group:hover .group-hover\:accent-emerald-700 {
  accent-color: #047857;
}

.group:hover .group-hover\:accent-emerald-800 {
  accent-color: #065f46;
}

.group:hover .group-hover\:accent-emerald-900 {
  accent-color: #064e3b;
}

.group:hover .group-hover\:accent-emerald-950 {
  accent-color: #022c22;
}

.group:hover .group-hover\:accent-fuchsia-100 {
  accent-color: #fae8ff;
}

.group:hover .group-hover\:accent-fuchsia-200 {
  accent-color: #f5d0fe;
}

.group:hover .group-hover\:accent-fuchsia-300 {
  accent-color: #f0abfc;
}

.group:hover .group-hover\:accent-fuchsia-400 {
  accent-color: #e879f9;
}

.group:hover .group-hover\:accent-fuchsia-50 {
  accent-color: #fdf4ff;
}

.group:hover .group-hover\:accent-fuchsia-500 {
  accent-color: #d946ef;
}

.group:hover .group-hover\:accent-fuchsia-600 {
  accent-color: #c026d3;
}

.group:hover .group-hover\:accent-fuchsia-700 {
  accent-color: #a21caf;
}

.group:hover .group-hover\:accent-fuchsia-800 {
  accent-color: #86198f;
}

.group:hover .group-hover\:accent-fuchsia-900 {
  accent-color: #701a75;
}

.group:hover .group-hover\:accent-fuchsia-950 {
  accent-color: #4a044e;
}

.group:hover .group-hover\:accent-gray-100 {
  accent-color: #f3f4f6;
}

.group:hover .group-hover\:accent-gray-200 {
  accent-color: #e5e7eb;
}

.group:hover .group-hover\:accent-gray-300 {
  accent-color: #d1d5db;
}

.group:hover .group-hover\:accent-gray-400 {
  accent-color: #9ca3af;
}

.group:hover .group-hover\:accent-gray-50 {
  accent-color: #f9fafb;
}

.group:hover .group-hover\:accent-gray-500 {
  accent-color: #6b7280;
}

.group:hover .group-hover\:accent-gray-600 {
  accent-color: #4b5563;
}

.group:hover .group-hover\:accent-gray-700 {
  accent-color: #374151;
}

.group:hover .group-hover\:accent-gray-800 {
  accent-color: #1f2937;
}

.group:hover .group-hover\:accent-gray-900 {
  accent-color: #111827;
}

.group:hover .group-hover\:accent-gray-950 {
  accent-color: #030712;
}

.group:hover .group-hover\:accent-green-100 {
  accent-color: #dcfce7;
}

.group:hover .group-hover\:accent-green-200 {
  accent-color: #bbf7d0;
}

.group:hover .group-hover\:accent-green-300 {
  accent-color: #86efac;
}

.group:hover .group-hover\:accent-green-400 {
  accent-color: #4ade80;
}

.group:hover .group-hover\:accent-green-50 {
  accent-color: #f0fdf4;
}

.group:hover .group-hover\:accent-green-500 {
  accent-color: #22c55e;
}

.group:hover .group-hover\:accent-green-600 {
  accent-color: #16a34a;
}

.group:hover .group-hover\:accent-green-700 {
  accent-color: #15803d;
}

.group:hover .group-hover\:accent-green-800 {
  accent-color: #166534;
}

.group:hover .group-hover\:accent-green-900 {
  accent-color: #14532d;
}

.group:hover .group-hover\:accent-green-950 {
  accent-color: #052e16;
}

.group:hover .group-hover\:accent-indigo-100 {
  accent-color: #e0e7ff;
}

.group:hover .group-hover\:accent-indigo-200 {
  accent-color: #c7d2fe;
}

.group:hover .group-hover\:accent-indigo-300 {
  accent-color: #a5b4fc;
}

.group:hover .group-hover\:accent-indigo-400 {
  accent-color: #818cf8;
}

.group:hover .group-hover\:accent-indigo-50 {
  accent-color: #eef2ff;
}

.group:hover .group-hover\:accent-indigo-500 {
  accent-color: #6366f1;
}

.group:hover .group-hover\:accent-indigo-600 {
  accent-color: #4f46e5;
}

.group:hover .group-hover\:accent-indigo-700 {
  accent-color: #4338ca;
}

.group:hover .group-hover\:accent-indigo-800 {
  accent-color: #3730a3;
}

.group:hover .group-hover\:accent-indigo-900 {
  accent-color: #312e81;
}

.group:hover .group-hover\:accent-indigo-950 {
  accent-color: #1e1b4b;
}

.group:hover .group-hover\:accent-inherit {
  accent-color: inherit;
}

.group:hover .group-hover\:accent-lime-100 {
  accent-color: #ecfccb;
}

.group:hover .group-hover\:accent-lime-200 {
  accent-color: #d9f99d;
}

.group:hover .group-hover\:accent-lime-300 {
  accent-color: #bef264;
}

.group:hover .group-hover\:accent-lime-400 {
  accent-color: #a3e635;
}

.group:hover .group-hover\:accent-lime-50 {
  accent-color: #f7fee7;
}

.group:hover .group-hover\:accent-lime-500 {
  accent-color: #84cc16;
}

.group:hover .group-hover\:accent-lime-600 {
  accent-color: #65a30d;
}

.group:hover .group-hover\:accent-lime-700 {
  accent-color: #4d7c0f;
}

.group:hover .group-hover\:accent-lime-800 {
  accent-color: #3f6212;
}

.group:hover .group-hover\:accent-lime-900 {
  accent-color: #365314;
}

.group:hover .group-hover\:accent-lime-950 {
  accent-color: #1a2e05;
}

.group:hover .group-hover\:accent-neutral-100 {
  accent-color: #f5f5f5;
}

.group:hover .group-hover\:accent-neutral-200 {
  accent-color: #e5e5e5;
}

.group:hover .group-hover\:accent-neutral-300 {
  accent-color: #d4d4d4;
}

.group:hover .group-hover\:accent-neutral-400 {
  accent-color: #a3a3a3;
}

.group:hover .group-hover\:accent-neutral-50 {
  accent-color: #fafafa;
}

.group:hover .group-hover\:accent-neutral-500 {
  accent-color: #737373;
}

.group:hover .group-hover\:accent-neutral-600 {
  accent-color: #525252;
}

.group:hover .group-hover\:accent-neutral-700 {
  accent-color: #404040;
}

.group:hover .group-hover\:accent-neutral-800 {
  accent-color: #262626;
}

.group:hover .group-hover\:accent-neutral-900 {
  accent-color: #171717;
}

.group:hover .group-hover\:accent-neutral-950 {
  accent-color: #0a0a0a;
}

.group:hover .group-hover\:accent-orange-100 {
  accent-color: #ffedd5;
}

.group:hover .group-hover\:accent-orange-200 {
  accent-color: #fed7aa;
}

.group:hover .group-hover\:accent-orange-300 {
  accent-color: #fdba74;
}

.group:hover .group-hover\:accent-orange-400 {
  accent-color: #fb923c;
}

.group:hover .group-hover\:accent-orange-50 {
  accent-color: #fff7ed;
}

.group:hover .group-hover\:accent-orange-500 {
  accent-color: #f97316;
}

.group:hover .group-hover\:accent-orange-600 {
  accent-color: #ea580c;
}

.group:hover .group-hover\:accent-orange-700 {
  accent-color: #c2410c;
}

.group:hover .group-hover\:accent-orange-800 {
  accent-color: #9a3412;
}

.group:hover .group-hover\:accent-orange-900 {
  accent-color: #7c2d12;
}

.group:hover .group-hover\:accent-orange-950 {
  accent-color: #431407;
}

.group:hover .group-hover\:accent-pink-100 {
  accent-color: #fce7f3;
}

.group:hover .group-hover\:accent-pink-200 {
  accent-color: #fbcfe8;
}

.group:hover .group-hover\:accent-pink-300 {
  accent-color: #f9a8d4;
}

.group:hover .group-hover\:accent-pink-400 {
  accent-color: #f472b6;
}

.group:hover .group-hover\:accent-pink-50 {
  accent-color: #fdf2f8;
}

.group:hover .group-hover\:accent-pink-500 {
  accent-color: #ec4899;
}

.group:hover .group-hover\:accent-pink-600 {
  accent-color: #db2777;
}

.group:hover .group-hover\:accent-pink-700 {
  accent-color: #be185d;
}

.group:hover .group-hover\:accent-pink-800 {
  accent-color: #9d174d;
}

.group:hover .group-hover\:accent-pink-900 {
  accent-color: #831843;
}

.group:hover .group-hover\:accent-pink-950 {
  accent-color: #500724;
}

.group:hover .group-hover\:accent-purple-100 {
  accent-color: #f3e8ff;
}

.group:hover .group-hover\:accent-purple-200 {
  accent-color: #e9d5ff;
}

.group:hover .group-hover\:accent-purple-300 {
  accent-color: #d8b4fe;
}

.group:hover .group-hover\:accent-purple-400 {
  accent-color: #c084fc;
}

.group:hover .group-hover\:accent-purple-50 {
  accent-color: #faf5ff;
}

.group:hover .group-hover\:accent-purple-500 {
  accent-color: #a855f7;
}

.group:hover .group-hover\:accent-purple-600 {
  accent-color: #9333ea;
}

.group:hover .group-hover\:accent-purple-700 {
  accent-color: #7e22ce;
}

.group:hover .group-hover\:accent-purple-800 {
  accent-color: #6b21a8;
}

.group:hover .group-hover\:accent-purple-900 {
  accent-color: #581c87;
}

.group:hover .group-hover\:accent-purple-950 {
  accent-color: #3b0764;
}

.group:hover .group-hover\:accent-red-100 {
  accent-color: #fee2e2;
}

.group:hover .group-hover\:accent-red-200 {
  accent-color: #fecaca;
}

.group:hover .group-hover\:accent-red-300 {
  accent-color: #fca5a5;
}

.group:hover .group-hover\:accent-red-400 {
  accent-color: #f87171;
}

.group:hover .group-hover\:accent-red-50 {
  accent-color: #fef2f2;
}

.group:hover .group-hover\:accent-red-500 {
  accent-color: #ef4444;
}

.group:hover .group-hover\:accent-red-600 {
  accent-color: #dc2626;
}

.group:hover .group-hover\:accent-red-700 {
  accent-color: #b91c1c;
}

.group:hover .group-hover\:accent-red-800 {
  accent-color: #991b1b;
}

.group:hover .group-hover\:accent-red-900 {
  accent-color: #7f1d1d;
}

.group:hover .group-hover\:accent-red-950 {
  accent-color: #450a0a;
}

.group:hover .group-hover\:accent-rose-100 {
  accent-color: #ffe4e6;
}

.group:hover .group-hover\:accent-rose-200 {
  accent-color: #fecdd3;
}

.group:hover .group-hover\:accent-rose-300 {
  accent-color: #fda4af;
}

.group:hover .group-hover\:accent-rose-400 {
  accent-color: #fb7185;
}

.group:hover .group-hover\:accent-rose-50 {
  accent-color: #fff1f2;
}

.group:hover .group-hover\:accent-rose-500 {
  accent-color: #f43f5e;
}

.group:hover .group-hover\:accent-rose-600 {
  accent-color: #e11d48;
}

.group:hover .group-hover\:accent-rose-700 {
  accent-color: #be123c;
}

.group:hover .group-hover\:accent-rose-800 {
  accent-color: #9f1239;
}

.group:hover .group-hover\:accent-rose-900 {
  accent-color: #881337;
}

.group:hover .group-hover\:accent-rose-950 {
  accent-color: #4c0519;
}

.group:hover .group-hover\:accent-sky-100 {
  accent-color: #e0f2fe;
}

.group:hover .group-hover\:accent-sky-200 {
  accent-color: #bae6fd;
}

.group:hover .group-hover\:accent-sky-300 {
  accent-color: #7dd3fc;
}

.group:hover .group-hover\:accent-sky-400 {
  accent-color: #38bdf8;
}

.group:hover .group-hover\:accent-sky-50 {
  accent-color: #f0f9ff;
}

.group:hover .group-hover\:accent-sky-500 {
  accent-color: #0ea5e9;
}

.group:hover .group-hover\:accent-sky-600 {
  accent-color: #0284c7;
}

.group:hover .group-hover\:accent-sky-700 {
  accent-color: #0369a1;
}

.group:hover .group-hover\:accent-sky-800 {
  accent-color: #075985;
}

.group:hover .group-hover\:accent-sky-900 {
  accent-color: #0c4a6e;
}

.group:hover .group-hover\:accent-sky-950 {
  accent-color: #082f49;
}

.group:hover .group-hover\:accent-slate-100 {
  accent-color: #f1f5f9;
}

.group:hover .group-hover\:accent-slate-200 {
  accent-color: #e2e8f0;
}

.group:hover .group-hover\:accent-slate-300 {
  accent-color: #cbd5e1;
}

.group:hover .group-hover\:accent-slate-400 {
  accent-color: #94a3b8;
}

.group:hover .group-hover\:accent-slate-50 {
  accent-color: #f8fafc;
}

.group:hover .group-hover\:accent-slate-500 {
  accent-color: #64748b;
}

.group:hover .group-hover\:accent-slate-600 {
  accent-color: #475569;
}

.group:hover .group-hover\:accent-slate-700 {
  accent-color: #334155;
}

.group:hover .group-hover\:accent-slate-800 {
  accent-color: #1e293b;
}

.group:hover .group-hover\:accent-slate-900 {
  accent-color: #0f172a;
}

.group:hover .group-hover\:accent-slate-950 {
  accent-color: #020617;
}

.group:hover .group-hover\:accent-stone-100 {
  accent-color: #f5f5f4;
}

.group:hover .group-hover\:accent-stone-200 {
  accent-color: #e7e5e4;
}

.group:hover .group-hover\:accent-stone-300 {
  accent-color: #d6d3d1;
}

.group:hover .group-hover\:accent-stone-400 {
  accent-color: #a8a29e;
}

.group:hover .group-hover\:accent-stone-50 {
  accent-color: #fafaf9;
}

.group:hover .group-hover\:accent-stone-500 {
  accent-color: #78716c;
}

.group:hover .group-hover\:accent-stone-600 {
  accent-color: #57534e;
}

.group:hover .group-hover\:accent-stone-700 {
  accent-color: #44403c;
}

.group:hover .group-hover\:accent-stone-800 {
  accent-color: #292524;
}

.group:hover .group-hover\:accent-stone-900 {
  accent-color: #1c1917;
}

.group:hover .group-hover\:accent-stone-950 {
  accent-color: #0c0a09;
}

.group:hover .group-hover\:accent-teal-100 {
  accent-color: #ccfbf1;
}

.group:hover .group-hover\:accent-teal-200 {
  accent-color: #99f6e4;
}

.group:hover .group-hover\:accent-teal-300 {
  accent-color: #5eead4;
}

.group:hover .group-hover\:accent-teal-400 {
  accent-color: #2dd4bf;
}

.group:hover .group-hover\:accent-teal-50 {
  accent-color: #f0fdfa;
}

.group:hover .group-hover\:accent-teal-500 {
  accent-color: #14b8a6;
}

.group:hover .group-hover\:accent-teal-600 {
  accent-color: #0d9488;
}

.group:hover .group-hover\:accent-teal-700 {
  accent-color: #0f766e;
}

.group:hover .group-hover\:accent-teal-800 {
  accent-color: #115e59;
}

.group:hover .group-hover\:accent-teal-900 {
  accent-color: #134e4a;
}

.group:hover .group-hover\:accent-teal-950 {
  accent-color: #042f2e;
}

.group:hover .group-hover\:accent-transparent {
  accent-color: transparent;
}

.group:hover .group-hover\:accent-violet-100 {
  accent-color: #ede9fe;
}

.group:hover .group-hover\:accent-violet-200 {
  accent-color: #ddd6fe;
}

.group:hover .group-hover\:accent-violet-300 {
  accent-color: #c4b5fd;
}

.group:hover .group-hover\:accent-violet-400 {
  accent-color: #a78bfa;
}

.group:hover .group-hover\:accent-violet-50 {
  accent-color: #f5f3ff;
}

.group:hover .group-hover\:accent-violet-500 {
  accent-color: #8b5cf6;
}

.group:hover .group-hover\:accent-violet-600 {
  accent-color: #7c3aed;
}

.group:hover .group-hover\:accent-violet-700 {
  accent-color: #6d28d9;
}

.group:hover .group-hover\:accent-violet-800 {
  accent-color: #5b21b6;
}

.group:hover .group-hover\:accent-violet-900 {
  accent-color: #4c1d95;
}

.group:hover .group-hover\:accent-violet-950 {
  accent-color: #2e1065;
}

.group:hover .group-hover\:accent-white {
  accent-color: #fff;
}

.group:hover .group-hover\:accent-yellow-100 {
  accent-color: #fef9c3;
}

.group:hover .group-hover\:accent-yellow-200 {
  accent-color: #fef08a;
}

.group:hover .group-hover\:accent-yellow-300 {
  accent-color: #fde047;
}

.group:hover .group-hover\:accent-yellow-400 {
  accent-color: #facc15;
}

.group:hover .group-hover\:accent-yellow-50 {
  accent-color: #fefce8;
}

.group:hover .group-hover\:accent-yellow-500 {
  accent-color: #eab308;
}

.group:hover .group-hover\:accent-yellow-600 {
  accent-color: #ca8a04;
}

.group:hover .group-hover\:accent-yellow-700 {
  accent-color: #a16207;
}

.group:hover .group-hover\:accent-yellow-800 {
  accent-color: #854d0e;
}

.group:hover .group-hover\:accent-yellow-900 {
  accent-color: #713f12;
}

.group:hover .group-hover\:accent-yellow-950 {
  accent-color: #422006;
}

.group:hover .group-hover\:accent-zinc-100 {
  accent-color: #f4f4f5;
}

.group:hover .group-hover\:accent-zinc-200 {
  accent-color: #e4e4e7;
}

.group:hover .group-hover\:accent-zinc-300 {
  accent-color: #d4d4d8;
}

.group:hover .group-hover\:accent-zinc-400 {
  accent-color: #a1a1aa;
}

.group:hover .group-hover\:accent-zinc-50 {
  accent-color: #fafafa;
}

.group:hover .group-hover\:accent-zinc-500 {
  accent-color: #71717a;
}

.group:hover .group-hover\:accent-zinc-600 {
  accent-color: #52525b;
}

.group:hover .group-hover\:accent-zinc-700 {
  accent-color: #3f3f46;
}

.group:hover .group-hover\:accent-zinc-800 {
  accent-color: #27272a;
}

.group:hover .group-hover\:accent-zinc-900 {
  accent-color: #18181b;
}

.group:hover .group-hover\:accent-zinc-950 {
  accent-color: #09090b;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:opacity-40 {
  opacity: 0.4;
}

.group:hover .group-hover\:opacity-50 {
  opacity: 0.5;
}

.group:hover .group-hover\:outline-amber-100 {
  outline-color: #fef3c7;
}

.group:hover .group-hover\:outline-amber-200 {
  outline-color: #fde68a;
}

.group:hover .group-hover\:outline-amber-300 {
  outline-color: #fcd34d;
}

.group:hover .group-hover\:outline-amber-400 {
  outline-color: #fbbf24;
}

.group:hover .group-hover\:outline-amber-50 {
  outline-color: #fffbeb;
}

.group:hover .group-hover\:outline-amber-500 {
  outline-color: #f59e0b;
}

.group:hover .group-hover\:outline-amber-600 {
  outline-color: #d97706;
}

.group:hover .group-hover\:outline-amber-700 {
  outline-color: #b45309;
}

.group:hover .group-hover\:outline-amber-800 {
  outline-color: #92400e;
}

.group:hover .group-hover\:outline-amber-900 {
  outline-color: #78350f;
}

.group:hover .group-hover\:outline-amber-950 {
  outline-color: #451a03;
}

.group:hover .group-hover\:outline-black {
  outline-color: #000;
}

.group:hover .group-hover\:outline-blue-100 {
  outline-color: #dbeafe;
}

.group:hover .group-hover\:outline-blue-200 {
  outline-color: #bfdbfe;
}

.group:hover .group-hover\:outline-blue-300 {
  outline-color: #93c5fd;
}

.group:hover .group-hover\:outline-blue-400 {
  outline-color: #60a5fa;
}

.group:hover .group-hover\:outline-blue-50 {
  outline-color: #eff6ff;
}

.group:hover .group-hover\:outline-blue-500 {
  outline-color: #3b82f6;
}

.group:hover .group-hover\:outline-blue-600 {
  outline-color: #2563eb;
}

.group:hover .group-hover\:outline-blue-700 {
  outline-color: #1d4ed8;
}

.group:hover .group-hover\:outline-blue-800 {
  outline-color: #1e40af;
}

.group:hover .group-hover\:outline-blue-900 {
  outline-color: #1e3a8a;
}

.group:hover .group-hover\:outline-blue-950 {
  outline-color: #172554;
}

.group:hover .group-hover\:outline-current {
  outline-color: currentColor;
}

.group:hover .group-hover\:outline-cyan-100 {
  outline-color: #cffafe;
}

.group:hover .group-hover\:outline-cyan-200 {
  outline-color: #a5f3fc;
}

.group:hover .group-hover\:outline-cyan-300 {
  outline-color: #67e8f9;
}

.group:hover .group-hover\:outline-cyan-400 {
  outline-color: #22d3ee;
}

.group:hover .group-hover\:outline-cyan-50 {
  outline-color: #ecfeff;
}

.group:hover .group-hover\:outline-cyan-500 {
  outline-color: #06b6d4;
}

.group:hover .group-hover\:outline-cyan-600 {
  outline-color: #0891b2;
}

.group:hover .group-hover\:outline-cyan-700 {
  outline-color: #0e7490;
}

.group:hover .group-hover\:outline-cyan-800 {
  outline-color: #155e75;
}

.group:hover .group-hover\:outline-cyan-900 {
  outline-color: #164e63;
}

.group:hover .group-hover\:outline-cyan-950 {
  outline-color: #083344;
}

.group:hover .group-hover\:outline-emerald-100 {
  outline-color: #d1fae5;
}

.group:hover .group-hover\:outline-emerald-200 {
  outline-color: #a7f3d0;
}

.group:hover .group-hover\:outline-emerald-300 {
  outline-color: #6ee7b7;
}

.group:hover .group-hover\:outline-emerald-400 {
  outline-color: #34d399;
}

.group:hover .group-hover\:outline-emerald-50 {
  outline-color: #ecfdf5;
}

.group:hover .group-hover\:outline-emerald-500 {
  outline-color: #10b981;
}

.group:hover .group-hover\:outline-emerald-600 {
  outline-color: #059669;
}

.group:hover .group-hover\:outline-emerald-700 {
  outline-color: #047857;
}

.group:hover .group-hover\:outline-emerald-800 {
  outline-color: #065f46;
}

.group:hover .group-hover\:outline-emerald-900 {
  outline-color: #064e3b;
}

.group:hover .group-hover\:outline-emerald-950 {
  outline-color: #022c22;
}

.group:hover .group-hover\:outline-fuchsia-100 {
  outline-color: #fae8ff;
}

.group:hover .group-hover\:outline-fuchsia-200 {
  outline-color: #f5d0fe;
}

.group:hover .group-hover\:outline-fuchsia-300 {
  outline-color: #f0abfc;
}

.group:hover .group-hover\:outline-fuchsia-400 {
  outline-color: #e879f9;
}

.group:hover .group-hover\:outline-fuchsia-50 {
  outline-color: #fdf4ff;
}

.group:hover .group-hover\:outline-fuchsia-500 {
  outline-color: #d946ef;
}

.group:hover .group-hover\:outline-fuchsia-600 {
  outline-color: #c026d3;
}

.group:hover .group-hover\:outline-fuchsia-700 {
  outline-color: #a21caf;
}

.group:hover .group-hover\:outline-fuchsia-800 {
  outline-color: #86198f;
}

.group:hover .group-hover\:outline-fuchsia-900 {
  outline-color: #701a75;
}

.group:hover .group-hover\:outline-fuchsia-950 {
  outline-color: #4a044e;
}

.group:hover .group-hover\:outline-gray-100 {
  outline-color: #f3f4f6;
}

.group:hover .group-hover\:outline-gray-200 {
  outline-color: #e5e7eb;
}

.group:hover .group-hover\:outline-gray-300 {
  outline-color: #d1d5db;
}

.group:hover .group-hover\:outline-gray-400 {
  outline-color: #9ca3af;
}

.group:hover .group-hover\:outline-gray-50 {
  outline-color: #f9fafb;
}

.group:hover .group-hover\:outline-gray-500 {
  outline-color: #6b7280;
}

.group:hover .group-hover\:outline-gray-600 {
  outline-color: #4b5563;
}

.group:hover .group-hover\:outline-gray-700 {
  outline-color: #374151;
}

.group:hover .group-hover\:outline-gray-800 {
  outline-color: #1f2937;
}

.group:hover .group-hover\:outline-gray-900 {
  outline-color: #111827;
}

.group:hover .group-hover\:outline-gray-950 {
  outline-color: #030712;
}

.group:hover .group-hover\:outline-green-100 {
  outline-color: #dcfce7;
}

.group:hover .group-hover\:outline-green-200 {
  outline-color: #bbf7d0;
}

.group:hover .group-hover\:outline-green-300 {
  outline-color: #86efac;
}

.group:hover .group-hover\:outline-green-400 {
  outline-color: #4ade80;
}

.group:hover .group-hover\:outline-green-50 {
  outline-color: #f0fdf4;
}

.group:hover .group-hover\:outline-green-500 {
  outline-color: #22c55e;
}

.group:hover .group-hover\:outline-green-600 {
  outline-color: #16a34a;
}

.group:hover .group-hover\:outline-green-700 {
  outline-color: #15803d;
}

.group:hover .group-hover\:outline-green-800 {
  outline-color: #166534;
}

.group:hover .group-hover\:outline-green-900 {
  outline-color: #14532d;
}

.group:hover .group-hover\:outline-green-950 {
  outline-color: #052e16;
}

.group:hover .group-hover\:outline-indigo-100 {
  outline-color: #e0e7ff;
}

.group:hover .group-hover\:outline-indigo-200 {
  outline-color: #c7d2fe;
}

.group:hover .group-hover\:outline-indigo-300 {
  outline-color: #a5b4fc;
}

.group:hover .group-hover\:outline-indigo-400 {
  outline-color: #818cf8;
}

.group:hover .group-hover\:outline-indigo-50 {
  outline-color: #eef2ff;
}

.group:hover .group-hover\:outline-indigo-500 {
  outline-color: #6366f1;
}

.group:hover .group-hover\:outline-indigo-600 {
  outline-color: #4f46e5;
}

.group:hover .group-hover\:outline-indigo-700 {
  outline-color: #4338ca;
}

.group:hover .group-hover\:outline-indigo-800 {
  outline-color: #3730a3;
}

.group:hover .group-hover\:outline-indigo-900 {
  outline-color: #312e81;
}

.group:hover .group-hover\:outline-indigo-950 {
  outline-color: #1e1b4b;
}

.group:hover .group-hover\:outline-inherit {
  outline-color: inherit;
}

.group:hover .group-hover\:outline-lime-100 {
  outline-color: #ecfccb;
}

.group:hover .group-hover\:outline-lime-200 {
  outline-color: #d9f99d;
}

.group:hover .group-hover\:outline-lime-300 {
  outline-color: #bef264;
}

.group:hover .group-hover\:outline-lime-400 {
  outline-color: #a3e635;
}

.group:hover .group-hover\:outline-lime-50 {
  outline-color: #f7fee7;
}

.group:hover .group-hover\:outline-lime-500 {
  outline-color: #84cc16;
}

.group:hover .group-hover\:outline-lime-600 {
  outline-color: #65a30d;
}

.group:hover .group-hover\:outline-lime-700 {
  outline-color: #4d7c0f;
}

.group:hover .group-hover\:outline-lime-800 {
  outline-color: #3f6212;
}

.group:hover .group-hover\:outline-lime-900 {
  outline-color: #365314;
}

.group:hover .group-hover\:outline-lime-950 {
  outline-color: #1a2e05;
}

.group:hover .group-hover\:outline-neutral-100 {
  outline-color: #f5f5f5;
}

.group:hover .group-hover\:outline-neutral-200 {
  outline-color: #e5e5e5;
}

.group:hover .group-hover\:outline-neutral-300 {
  outline-color: #d4d4d4;
}

.group:hover .group-hover\:outline-neutral-400 {
  outline-color: #a3a3a3;
}

.group:hover .group-hover\:outline-neutral-50 {
  outline-color: #fafafa;
}

.group:hover .group-hover\:outline-neutral-500 {
  outline-color: #737373;
}

.group:hover .group-hover\:outline-neutral-600 {
  outline-color: #525252;
}

.group:hover .group-hover\:outline-neutral-700 {
  outline-color: #404040;
}

.group:hover .group-hover\:outline-neutral-800 {
  outline-color: #262626;
}

.group:hover .group-hover\:outline-neutral-900 {
  outline-color: #171717;
}

.group:hover .group-hover\:outline-neutral-950 {
  outline-color: #0a0a0a;
}

.group:hover .group-hover\:outline-orange-100 {
  outline-color: #ffedd5;
}

.group:hover .group-hover\:outline-orange-200 {
  outline-color: #fed7aa;
}

.group:hover .group-hover\:outline-orange-300 {
  outline-color: #fdba74;
}

.group:hover .group-hover\:outline-orange-400 {
  outline-color: #fb923c;
}

.group:hover .group-hover\:outline-orange-50 {
  outline-color: #fff7ed;
}

.group:hover .group-hover\:outline-orange-500 {
  outline-color: #f97316;
}

.group:hover .group-hover\:outline-orange-600 {
  outline-color: #ea580c;
}

.group:hover .group-hover\:outline-orange-700 {
  outline-color: #c2410c;
}

.group:hover .group-hover\:outline-orange-800 {
  outline-color: #9a3412;
}

.group:hover .group-hover\:outline-orange-900 {
  outline-color: #7c2d12;
}

.group:hover .group-hover\:outline-orange-950 {
  outline-color: #431407;
}

.group:hover .group-hover\:outline-pink-100 {
  outline-color: #fce7f3;
}

.group:hover .group-hover\:outline-pink-200 {
  outline-color: #fbcfe8;
}

.group:hover .group-hover\:outline-pink-300 {
  outline-color: #f9a8d4;
}

.group:hover .group-hover\:outline-pink-400 {
  outline-color: #f472b6;
}

.group:hover .group-hover\:outline-pink-50 {
  outline-color: #fdf2f8;
}

.group:hover .group-hover\:outline-pink-500 {
  outline-color: #ec4899;
}

.group:hover .group-hover\:outline-pink-600 {
  outline-color: #db2777;
}

.group:hover .group-hover\:outline-pink-700 {
  outline-color: #be185d;
}

.group:hover .group-hover\:outline-pink-800 {
  outline-color: #9d174d;
}

.group:hover .group-hover\:outline-pink-900 {
  outline-color: #831843;
}

.group:hover .group-hover\:outline-pink-950 {
  outline-color: #500724;
}

.group:hover .group-hover\:outline-purple-100 {
  outline-color: #f3e8ff;
}

.group:hover .group-hover\:outline-purple-200 {
  outline-color: #e9d5ff;
}

.group:hover .group-hover\:outline-purple-300 {
  outline-color: #d8b4fe;
}

.group:hover .group-hover\:outline-purple-400 {
  outline-color: #c084fc;
}

.group:hover .group-hover\:outline-purple-50 {
  outline-color: #faf5ff;
}

.group:hover .group-hover\:outline-purple-500 {
  outline-color: #a855f7;
}

.group:hover .group-hover\:outline-purple-600 {
  outline-color: #9333ea;
}

.group:hover .group-hover\:outline-purple-700 {
  outline-color: #7e22ce;
}

.group:hover .group-hover\:outline-purple-800 {
  outline-color: #6b21a8;
}

.group:hover .group-hover\:outline-purple-900 {
  outline-color: #581c87;
}

.group:hover .group-hover\:outline-purple-950 {
  outline-color: #3b0764;
}

.group:hover .group-hover\:outline-red-100 {
  outline-color: #fee2e2;
}

.group:hover .group-hover\:outline-red-200 {
  outline-color: #fecaca;
}

.group:hover .group-hover\:outline-red-300 {
  outline-color: #fca5a5;
}

.group:hover .group-hover\:outline-red-400 {
  outline-color: #f87171;
}

.group:hover .group-hover\:outline-red-50 {
  outline-color: #fef2f2;
}

.group:hover .group-hover\:outline-red-500 {
  outline-color: #ef4444;
}

.group:hover .group-hover\:outline-red-600 {
  outline-color: #dc2626;
}

.group:hover .group-hover\:outline-red-700 {
  outline-color: #b91c1c;
}

.group:hover .group-hover\:outline-red-800 {
  outline-color: #991b1b;
}

.group:hover .group-hover\:outline-red-900 {
  outline-color: #7f1d1d;
}

.group:hover .group-hover\:outline-red-950 {
  outline-color: #450a0a;
}

.group:hover .group-hover\:outline-rose-100 {
  outline-color: #ffe4e6;
}

.group:hover .group-hover\:outline-rose-200 {
  outline-color: #fecdd3;
}

.group:hover .group-hover\:outline-rose-300 {
  outline-color: #fda4af;
}

.group:hover .group-hover\:outline-rose-400 {
  outline-color: #fb7185;
}

.group:hover .group-hover\:outline-rose-50 {
  outline-color: #fff1f2;
}

.group:hover .group-hover\:outline-rose-500 {
  outline-color: #f43f5e;
}

.group:hover .group-hover\:outline-rose-600 {
  outline-color: #e11d48;
}

.group:hover .group-hover\:outline-rose-700 {
  outline-color: #be123c;
}

.group:hover .group-hover\:outline-rose-800 {
  outline-color: #9f1239;
}

.group:hover .group-hover\:outline-rose-900 {
  outline-color: #881337;
}

.group:hover .group-hover\:outline-rose-950 {
  outline-color: #4c0519;
}

.group:hover .group-hover\:outline-sky-100 {
  outline-color: #e0f2fe;
}

.group:hover .group-hover\:outline-sky-200 {
  outline-color: #bae6fd;
}

.group:hover .group-hover\:outline-sky-300 {
  outline-color: #7dd3fc;
}

.group:hover .group-hover\:outline-sky-400 {
  outline-color: #38bdf8;
}

.group:hover .group-hover\:outline-sky-50 {
  outline-color: #f0f9ff;
}

.group:hover .group-hover\:outline-sky-500 {
  outline-color: #0ea5e9;
}

.group:hover .group-hover\:outline-sky-600 {
  outline-color: #0284c7;
}

.group:hover .group-hover\:outline-sky-700 {
  outline-color: #0369a1;
}

.group:hover .group-hover\:outline-sky-800 {
  outline-color: #075985;
}

.group:hover .group-hover\:outline-sky-900 {
  outline-color: #0c4a6e;
}

.group:hover .group-hover\:outline-sky-950 {
  outline-color: #082f49;
}

.group:hover .group-hover\:outline-slate-100 {
  outline-color: #f1f5f9;
}

.group:hover .group-hover\:outline-slate-200 {
  outline-color: #e2e8f0;
}

.group:hover .group-hover\:outline-slate-300 {
  outline-color: #cbd5e1;
}

.group:hover .group-hover\:outline-slate-400 {
  outline-color: #94a3b8;
}

.group:hover .group-hover\:outline-slate-50 {
  outline-color: #f8fafc;
}

.group:hover .group-hover\:outline-slate-500 {
  outline-color: #64748b;
}

.group:hover .group-hover\:outline-slate-600 {
  outline-color: #475569;
}

.group:hover .group-hover\:outline-slate-700 {
  outline-color: #334155;
}

.group:hover .group-hover\:outline-slate-800 {
  outline-color: #1e293b;
}

.group:hover .group-hover\:outline-slate-900 {
  outline-color: #0f172a;
}

.group:hover .group-hover\:outline-slate-950 {
  outline-color: #020617;
}

.group:hover .group-hover\:outline-stone-100 {
  outline-color: #f5f5f4;
}

.group:hover .group-hover\:outline-stone-200 {
  outline-color: #e7e5e4;
}

.group:hover .group-hover\:outline-stone-300 {
  outline-color: #d6d3d1;
}

.group:hover .group-hover\:outline-stone-400 {
  outline-color: #a8a29e;
}

.group:hover .group-hover\:outline-stone-50 {
  outline-color: #fafaf9;
}

.group:hover .group-hover\:outline-stone-500 {
  outline-color: #78716c;
}

.group:hover .group-hover\:outline-stone-600 {
  outline-color: #57534e;
}

.group:hover .group-hover\:outline-stone-700 {
  outline-color: #44403c;
}

.group:hover .group-hover\:outline-stone-800 {
  outline-color: #292524;
}

.group:hover .group-hover\:outline-stone-900 {
  outline-color: #1c1917;
}

.group:hover .group-hover\:outline-stone-950 {
  outline-color: #0c0a09;
}

.group:hover .group-hover\:outline-teal-100 {
  outline-color: #ccfbf1;
}

.group:hover .group-hover\:outline-teal-200 {
  outline-color: #99f6e4;
}

.group:hover .group-hover\:outline-teal-300 {
  outline-color: #5eead4;
}

.group:hover .group-hover\:outline-teal-400 {
  outline-color: #2dd4bf;
}

.group:hover .group-hover\:outline-teal-50 {
  outline-color: #f0fdfa;
}

.group:hover .group-hover\:outline-teal-500 {
  outline-color: #14b8a6;
}

.group:hover .group-hover\:outline-teal-600 {
  outline-color: #0d9488;
}

.group:hover .group-hover\:outline-teal-700 {
  outline-color: #0f766e;
}

.group:hover .group-hover\:outline-teal-800 {
  outline-color: #115e59;
}

.group:hover .group-hover\:outline-teal-900 {
  outline-color: #134e4a;
}

.group:hover .group-hover\:outline-teal-950 {
  outline-color: #042f2e;
}

.group:hover .group-hover\:outline-transparent {
  outline-color: transparent;
}

.group:hover .group-hover\:outline-violet-100 {
  outline-color: #ede9fe;
}

.group:hover .group-hover\:outline-violet-200 {
  outline-color: #ddd6fe;
}

.group:hover .group-hover\:outline-violet-300 {
  outline-color: #c4b5fd;
}

.group:hover .group-hover\:outline-violet-400 {
  outline-color: #a78bfa;
}

.group:hover .group-hover\:outline-violet-50 {
  outline-color: #f5f3ff;
}

.group:hover .group-hover\:outline-violet-500 {
  outline-color: #8b5cf6;
}

.group:hover .group-hover\:outline-violet-600 {
  outline-color: #7c3aed;
}

.group:hover .group-hover\:outline-violet-700 {
  outline-color: #6d28d9;
}

.group:hover .group-hover\:outline-violet-800 {
  outline-color: #5b21b6;
}

.group:hover .group-hover\:outline-violet-900 {
  outline-color: #4c1d95;
}

.group:hover .group-hover\:outline-violet-950 {
  outline-color: #2e1065;
}

.group:hover .group-hover\:outline-white {
  outline-color: #fff;
}

.group:hover .group-hover\:outline-yellow-100 {
  outline-color: #fef9c3;
}

.group:hover .group-hover\:outline-yellow-200 {
  outline-color: #fef08a;
}

.group:hover .group-hover\:outline-yellow-300 {
  outline-color: #fde047;
}

.group:hover .group-hover\:outline-yellow-400 {
  outline-color: #facc15;
}

.group:hover .group-hover\:outline-yellow-50 {
  outline-color: #fefce8;
}

.group:hover .group-hover\:outline-yellow-500 {
  outline-color: #eab308;
}

.group:hover .group-hover\:outline-yellow-600 {
  outline-color: #ca8a04;
}

.group:hover .group-hover\:outline-yellow-700 {
  outline-color: #a16207;
}

.group:hover .group-hover\:outline-yellow-800 {
  outline-color: #854d0e;
}

.group:hover .group-hover\:outline-yellow-900 {
  outline-color: #713f12;
}

.group:hover .group-hover\:outline-yellow-950 {
  outline-color: #422006;
}

.group:hover .group-hover\:outline-zinc-100 {
  outline-color: #f4f4f5;
}

.group:hover .group-hover\:outline-zinc-200 {
  outline-color: #e4e4e7;
}

.group:hover .group-hover\:outline-zinc-300 {
  outline-color: #d4d4d8;
}

.group:hover .group-hover\:outline-zinc-400 {
  outline-color: #a1a1aa;
}

.group:hover .group-hover\:outline-zinc-50 {
  outline-color: #fafafa;
}

.group:hover .group-hover\:outline-zinc-500 {
  outline-color: #71717a;
}

.group:hover .group-hover\:outline-zinc-600 {
  outline-color: #52525b;
}

.group:hover .group-hover\:outline-zinc-700 {
  outline-color: #3f3f46;
}

.group:hover .group-hover\:outline-zinc-800 {
  outline-color: #27272a;
}

.group:hover .group-hover\:outline-zinc-900 {
  outline-color: #18181b;
}

.group:hover .group-hover\:outline-zinc-950 {
  outline-color: #09090b;
}

.group:hover .group-hover\:ring-amber-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-amber-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-blue-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-current {
  --tw-ring-color: currentColor;
}

.group:hover .group-hover\:ring-cyan-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-cyan-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-emerald-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-fuchsia-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-gray-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-green-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-indigo-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-inherit {
  --tw-ring-color: inherit;
}

.group:hover .group-hover\:ring-lime-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-lime-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-neutral-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-orange-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-pink-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-purple-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-red-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-rose-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-sky-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-slate-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-stone-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-teal-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-transparent {
  --tw-ring-color: transparent;
}

.group:hover .group-hover\:ring-violet-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-violet-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-yellow-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:ring-zinc-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.group:hover .group-hover\:\[transform\:rotateY\(0deg\)_scale\(1\.02\)\] {
  transform: rotateY(0deg) scale(1.02);
}

.peer:checked ~ .peer-checked\:border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}

.peer:checked ~ .peer-checked\:bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}

.peer:checked ~ .peer-checked\:text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.peer:checked ~ .peer-checked\:text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-full::after {
  content: var(--tw-content);
  --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));
}

.peer:checked ~ .peer-checked\:after\:border-white::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.peer:focus ~ .peer-focus\:outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.peer:focus ~ .peer-focus\:ring-4 {
  --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(4px + 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);
}

.peer:focus ~ .peer-focus\:ring-green-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.dark\:inline:is(.dark *) {
  display: inline;
}

.dark\:hidden:is(.dark *) {
  display: none;
}

.dark\:divide-amber-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-divide-opacity, 1));
}

.dark\:divide-amber-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-divide-opacity, 1));
}

.dark\:divide-black:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-divide-opacity, 1));
}

.dark\:divide-blue-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-divide-opacity, 1));
}

.dark\:divide-current:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  border-color: currentColor;
}

.dark\:divide-cyan-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-divide-opacity, 1));
}

.dark\:divide-cyan-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-divide-opacity, 1));
}

.dark\:divide-emerald-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-divide-opacity, 1));
}

.dark\:divide-fuchsia-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-divide-opacity, 1));
}

.dark\:divide-gray-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-divide-opacity, 1));
}

.dark\:divide-green-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-divide-opacity, 1));
}

.dark\:divide-indigo-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-divide-opacity, 1));
}

.dark\:divide-inherit:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  border-color: inherit;
}

.dark\:divide-lime-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-divide-opacity, 1));
}

.dark\:divide-lime-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-divide-opacity, 1));
}

.dark\:divide-neutral-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-divide-opacity, 1));
}

.dark\:divide-orange-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-divide-opacity, 1));
}

.dark\:divide-pink-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-divide-opacity, 1));
}

.dark\:divide-purple-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-divide-opacity, 1));
}

.dark\:divide-red-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-divide-opacity, 1));
}

.dark\:divide-rose-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-divide-opacity, 1));
}

.dark\:divide-sky-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-divide-opacity, 1));
}

.dark\:divide-slate-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-divide-opacity, 1));
}

.dark\:divide-stone-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-divide-opacity, 1));
}

.dark\:divide-teal-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-divide-opacity, 1));
}

.dark\:divide-transparent:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  border-color: transparent;
}

.dark\:divide-violet-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-divide-opacity, 1));
}

.dark\:divide-violet-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-divide-opacity, 1));
}

.dark\:divide-white:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-divide-opacity, 1));
}

.dark\:divide-yellow-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-100:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-200:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-300:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-400:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-50:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-500:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-600:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-700:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-800:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-900:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-divide-opacity, 1));
}

.dark\:divide-zinc-950:is(.dark *) > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-divide-opacity, 1));
}

.dark\:border-b:is(.dark *) {
  border-bottom-width: 1px;
}

.dark\:border-amber-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 243 199 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(253 230 138 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 77 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 235 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(245 158 11 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(217 119 6 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(180 83 9 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(146 64 14 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(120 53 15 / var(--tw-border-opacity, 1));
}

.dark\:border-amber-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(69 26 3 / var(--tw-border-opacity, 1));
}

.dark\:border-black:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(239 246 255 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 64 175 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity, 1));
}

.dark\:border-blue-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(23 37 84 / var(--tw-border-opacity, 1));
}

.dark\:border-current:is(.dark *) {
  border-color: currentColor;
}

.dark\:border-cyan-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(207 250 254 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(165 243 252 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(103 232 249 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(34 211 238 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(236 254 255 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(6 182 212 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(8 145 178 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(14 116 144 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(21 94 117 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(22 78 99 / var(--tw-border-opacity, 1));
}

.dark\:border-cyan-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(8 51 68 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(209 250 229 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(167 243 208 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(110 231 183 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(236 253 245 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(5 150 105 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(4 120 87 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(6 95 70 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(6 78 59 / var(--tw-border-opacity, 1));
}

.dark\:border-emerald-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(2 44 34 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(250 232 255 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(245 208 254 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(240 171 252 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(232 121 249 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(253 244 255 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(217 70 239 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(192 38 211 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(162 28 175 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(134 25 143 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(112 26 117 / var(--tw-border-opacity, 1));
}

.dark\:border-fuchsia-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(74 4 78 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1));
}

.dark\:border-gray-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(3 7 18 / var(--tw-border-opacity, 1));
}

.dark\:border-green-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 252 231 / var(--tw-border-opacity, 1));
}

.dark\:border-green-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}

.dark\:border-green-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity, 1));
}

.dark\:border-green-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

.dark\:border-green-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 244 / var(--tw-border-opacity, 1));
}

.dark\:border-green-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}

.dark\:border-green-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity, 1));
}

.dark\:border-green-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61 / var(--tw-border-opacity, 1));
}

.dark\:border-green-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(22 101 52 / var(--tw-border-opacity, 1));
}

.dark\:border-green-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity, 1));
}

.dark\:border-green-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(224 231 255 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(199 210 254 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 255 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-500\/20:is(.dark *) {
  border-color: rgb(99 102 241 / 0.2);
}

.dark\:border-indigo-500\/30:is(.dark *) {
  border-color: rgb(99 102 241 / 0.3);
}

.dark\:border-indigo-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(79 70 229 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(55 48 163 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(49 46 129 / var(--tw-border-opacity, 1));
}

.dark\:border-indigo-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.dark\:border-inherit:is(.dark *) {
  border-color: inherit;
}

.dark\:border-lime-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(236 252 203 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(217 249 157 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(190 242 100 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(163 230 53 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(247 254 231 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(132 204 22 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(101 163 13 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(77 124 15 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 98 18 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(54 83 20 / var(--tw-border-opacity, 1));
}

.dark\:border-lime-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(26 46 5 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(64 64 64 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(23 23 23 / var(--tw-border-opacity, 1));
}

.dark\:border-neutral-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(10 10 10 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 237 213 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(253 186 116 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 237 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(194 65 12 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(154 52 18 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(124 45 18 / var(--tw-border-opacity, 1));
}

.dark\:border-orange-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(67 20 7 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(252 231 243 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 232 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(249 168 212 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(244 114 182 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(253 242 248 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(219 39 119 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(190 24 93 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(157 23 77 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(131 24 67 / var(--tw-border-opacity, 1));
}

.dark\:border-pink-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(80 7 36 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(243 232 255 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(216 180 254 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(192 132 252 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(250 245 255 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(168 85 247 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(147 51 234 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(126 34 206 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(107 33 168 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(88 28 135 / var(--tw-border-opacity, 1));
}

.dark\:border-purple-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(59 7 100 / var(--tw-border-opacity, 1));
}

.dark\:border-red-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 226 226 / var(--tw-border-opacity, 1));
}

.dark\:border-red-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}

.dark\:border-red-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity, 1));
}

.dark\:border-red-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}

.dark\:border-red-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 242 242 / var(--tw-border-opacity, 1));
}

.dark\:border-red-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.dark\:border-red-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity, 1));
}

.dark\:border-red-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity, 1));
}

.dark\:border-red-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(153 27 27 / var(--tw-border-opacity, 1));
}

.dark\:border-red-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity, 1));
}

.dark\:border-red-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(69 10 10 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 228 230 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 205 211 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(253 164 175 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(251 113 133 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 241 242 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(244 63 94 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(190 18 60 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(159 18 57 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(136 19 55 / var(--tw-border-opacity, 1));
}

.dark\:border-rose-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(76 5 25 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(224 242 254 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(186 230 253 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(240 249 255 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(2 132 199 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(3 105 161 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(7 89 133 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(12 74 110 / var(--tw-border-opacity, 1));
}

.dark\:border-sky-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(8 47 73 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(100 116 139 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(71 85 105 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(51 65 85 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(30 41 59 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(15 23 42 / var(--tw-border-opacity, 1));
}

.dark\:border-slate-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(2 6 23 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(231 229 228 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(168 162 158 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 249 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(120 113 108 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(87 83 78 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(41 37 36 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(28 25 23 / var(--tw-border-opacity, 1));
}

.dark\:border-stone-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(12 10 9 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(204 251 241 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(153 246 228 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(94 234 212 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(45 212 191 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(240 253 250 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(13 148 136 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(15 118 110 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(17 94 89 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(19 78 74 / var(--tw-border-opacity, 1));
}

.dark\:border-teal-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(4 47 46 / var(--tw-border-opacity, 1));
}

.dark\:border-transparent:is(.dark *) {
  border-color: transparent;
}

.dark\:border-violet-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(237 233 254 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(221 214 254 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(196 181 253 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(167 139 250 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 255 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(139 92 246 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(124 58 237 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(109 40 217 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(91 33 182 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(76 29 149 / var(--tw-border-opacity, 1));
}

.dark\:border-violet-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 101 / var(--tw-border-opacity, 1));
}

.dark\:border-white:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(253 224 71 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(161 98 7 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity, 1));
}

.dark\:border-yellow-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(66 32 6 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-100:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 245 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-200:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-300:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 216 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-400:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(161 161 170 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-50:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(250 250 250 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-500:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(113 113 122 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-600:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(82 82 91 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-700:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(63 63 70 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-800:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(39 39 42 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-900:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 27 / var(--tw-border-opacity, 1));
}

.dark\:border-zinc-950:is(.dark *) {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 11 / var(--tw-border-opacity, 1));
}

.dark\:bg-amber-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 230 138 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 191 36 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 119 6 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(120 53 15 / var(--tw-bg-opacity, 1));
}

.dark\:bg-amber-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 26 3 / var(--tw-bg-opacity, 1));
}

.dark\:bg-black:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.dark\:bg-black\/20:is(.dark *) {
  background-color: rgb(0 0 0 / 0.2);
}

.dark\:bg-blue-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.dark\:bg-blue-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84 / var(--tw-bg-opacity, 1));
}

.dark\:bg-current:is(.dark *) {
  background-color: currentColor;
}

.dark\:bg-cyan-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(165 243 252 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(103 232 249 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 211 238 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 254 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 182 212 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 145 178 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 116 144 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 78 99 / var(--tw-bg-opacity, 1));
}

.dark\:bg-cyan-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 51 68 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(167 243 208 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(110 231 183 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(52 211 153 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 253 245 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 95 70 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(6 78 59 / var(--tw-bg-opacity, 1));
}

.dark\:bg-emerald-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 44 34 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 232 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 208 254 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 171 252 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 244 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 70 239 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 38 211 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(162 28 175 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(134 25 143 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(112 26 117 / var(--tw-bg-opacity, 1));
}

.dark\:bg-fuchsia-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 4 78 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.dark\:bg-gray-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity, 1));
}

.dark\:bg-green-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(199 210 254 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(165 180 252 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(129 140 248 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-500\/10:is(.dark *) {
  background-color: rgb(99 102 241 / 0.1);
}

.dark\:bg-indigo-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 56 202 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 48 163 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(49 46 129 / var(--tw-bg-opacity, 1));
}

.dark\:bg-indigo-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 27 75 / var(--tw-bg-opacity, 1));
}

.dark\:bg-inherit:is(.dark *) {
  background-color: inherit;
}

.dark\:bg-lime-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 203 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(217 249 157 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(163 230 53 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(132 204 22 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(101 163 13 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(77 124 15 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 98 18 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(54 83 20 / var(--tw-bg-opacity, 1));
}

.dark\:bg-lime-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 46 5 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity, 1));
}

.dark\:bg-neutral-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity, 1));
}

.dark\:bg-orange-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(67 20 7 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 231 243 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(249 168 212 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 114 182 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 248 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 24 93 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(157 23 77 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(131 24 67 / var(--tw-bg-opacity, 1));
}

.dark\:bg-pink-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(80 7 36 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(233 213 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(216 180 254 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(192 132 252 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 245 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(107 33 168 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(88 28 135 / var(--tw-bg-opacity, 1));
}

.dark\:bg-purple-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(59 7 100 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.dark\:bg-red-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 205 211 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 164 175 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(251 113 133 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 241 242 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 63 94 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(225 29 72 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(190 18 60 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(159 18 57 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(136 19 55 / var(--tw-bg-opacity, 1));
}

.dark\:bg-rose-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(76 5 25 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(186 230 253 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(125 211 252 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(7 89 133 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity, 1));
}

.dark\:bg-sky-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(8 47 73 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(148 163 184 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(100 116 139 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.dark\:bg-slate-900\/50:is(.dark *) {
  background-color: rgb(15 23 42 / 0.5);
}

.dark\:bg-slate-900\/95:is(.dark *) {
  background-color: rgb(15 23 42 / 0.95);
}

.dark\:bg-slate-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(214 211 209 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(120 113 108 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(87 83 78 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(68 64 60 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(41 37 36 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 25 23 / var(--tw-bg-opacity, 1));
}

.dark\:bg-stone-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(12 10 9 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(153 246 228 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(94 234 212 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 250 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(15 118 110 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 94 89 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(19 78 74 / var(--tw-bg-opacity, 1));
}

.dark\:bg-teal-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(4 47 46 / var(--tw-bg-opacity, 1));
}

.dark\:bg-transparent:is(.dark *) {
  background-color: transparent;
}

.dark\:bg-violet-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity, 1));
}

.dark\:bg-violet-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 101 / var(--tw-bg-opacity, 1));
}

.dark\:bg-white:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.dark\:bg-yellow-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-100:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 245 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-200:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 231 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-300:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 216 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-400:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(161 161 170 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-50:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-500:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-600:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-700:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-800:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-900:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(24 24 27 / var(--tw-bg-opacity, 1));
}

.dark\:bg-zinc-950:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(9 9 11 / var(--tw-bg-opacity, 1));
}

.dark\:from-amber-100:is(.dark *) {
  --tw-gradient-from: #fef3c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 243 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-amber-200:is(.dark *) {
  --tw-gradient-from: #fde68a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 230 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-amber-300:is(.dark *) {
  --tw-gradient-from: #fcd34d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-amber-400:is(.dark *) {
  --tw-gradient-from: #fbbf24 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 191 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-amber-50:is(.dark *) {
  --tw-gradient-from: #fffbeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 251 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-amber-500:is(.dark *) {
  --tw-gradient-from: #f59e0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 158 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-amber-600:is(.dark *) {
  --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);
}

.dark\:from-amber-700:is(.dark *) {
  --tw-gradient-from: #b45309 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(180 83 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-amber-800:is(.dark *) {
  --tw-gradient-from: #92400e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(146 64 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-amber-900:is(.dark *) {
  --tw-gradient-from: #78350f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 53 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-amber-950:is(.dark *) {
  --tw-gradient-from: #451a03 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);
}

.dark\:from-black:is(.dark *) {
  --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);
}

.dark\:from-blue-100:is(.dark *) {
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-200:is(.dark *) {
  --tw-gradient-from: #bfdbfe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(191 219 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-300:is(.dark *) {
  --tw-gradient-from: #93c5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-400:is(.dark *) {
  --tw-gradient-from: #60a5fa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-50:is(.dark *) {
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-500:is(.dark *) {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-600:is(.dark *) {
  --tw-gradient-from: #2563eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-700:is(.dark *) {
  --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-800:is(.dark *) {
  --tw-gradient-from: #1e40af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 64 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-900:is(.dark *) {
  --tw-gradient-from: #1e3a8a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 58 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-blue-950:is(.dark *) {
  --tw-gradient-from: #172554 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 37 84 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-current:is(.dark *) {
  --tw-gradient-from: currentColor 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);
}

.dark\:from-cyan-100:is(.dark *) {
  --tw-gradient-from: #cffafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(207 250 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-cyan-200:is(.dark *) {
  --tw-gradient-from: #a5f3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 243 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-cyan-300:is(.dark *) {
  --tw-gradient-from: #67e8f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(103 232 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-cyan-400:is(.dark *) {
  --tw-gradient-from: #22d3ee var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 211 238 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-cyan-50:is(.dark *) {
  --tw-gradient-from: #ecfeff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 254 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-cyan-500:is(.dark *) {
  --tw-gradient-from: #06b6d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 182 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-cyan-600:is(.dark *) {
  --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);
}

.dark\:from-cyan-700:is(.dark *) {
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-cyan-800:is(.dark *) {
  --tw-gradient-from: #155e75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 94 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-cyan-900:is(.dark *) {
  --tw-gradient-from: #164e63 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 78 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-cyan-950:is(.dark *) {
  --tw-gradient-from: #083344 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 51 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-emerald-100:is(.dark *) {
  --tw-gradient-from: #d1fae5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 250 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-emerald-200:is(.dark *) {
  --tw-gradient-from: #a7f3d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 243 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-emerald-300:is(.dark *) {
  --tw-gradient-from: #6ee7b7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(110 231 183 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-emerald-400:is(.dark *) {
  --tw-gradient-from: #34d399 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(52 211 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-emerald-50:is(.dark *) {
  --tw-gradient-from: #ecfdf5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 253 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-emerald-500:is(.dark *) {
  --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);
}

.dark\:from-emerald-600:is(.dark *) {
  --tw-gradient-from: #059669 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);
}

.dark\:from-emerald-700:is(.dark *) {
  --tw-gradient-from: #047857 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 120 87 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-emerald-800:is(.dark *) {
  --tw-gradient-from: #065f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 95 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-emerald-900:is(.dark *) {
  --tw-gradient-from: #064e3b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(6 78 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-emerald-950:is(.dark *) {
  --tw-gradient-from: #022c22 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 44 34 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-100:is(.dark *) {
  --tw-gradient-from: #fae8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-200:is(.dark *) {
  --tw-gradient-from: #f5d0fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 208 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-300:is(.dark *) {
  --tw-gradient-from: #f0abfc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 171 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-400:is(.dark *) {
  --tw-gradient-from: #e879f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(232 121 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-50:is(.dark *) {
  --tw-gradient-from: #fdf4ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 244 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-500:is(.dark *) {
  --tw-gradient-from: #d946ef var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 70 239 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-600:is(.dark *) {
  --tw-gradient-from: #c026d3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 38 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-700:is(.dark *) {
  --tw-gradient-from: #a21caf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(162 28 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-800:is(.dark *) {
  --tw-gradient-from: #86198f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 25 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-900:is(.dark *) {
  --tw-gradient-from: #701a75 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(112 26 117 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-fuchsia-950:is(.dark *) {
  --tw-gradient-from: #4a044e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 4 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-100:is(.dark *) {
  --tw-gradient-from: #f3f4f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 244 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-200:is(.dark *) {
  --tw-gradient-from: #e5e7eb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 231 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-300:is(.dark *) {
  --tw-gradient-from: #d1d5db var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(209 213 219 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-400:is(.dark *) {
  --tw-gradient-from: #9ca3af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(156 163 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-50:is(.dark *) {
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-500:is(.dark *) {
  --tw-gradient-from: #6b7280 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 114 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-600:is(.dark *) {
  --tw-gradient-from: #4b5563 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 85 99 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-700:is(.dark *) {
  --tw-gradient-from: #374151 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 65 81 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-800:is(.dark *) {
  --tw-gradient-from: #1f2937 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(31 41 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-900:is(.dark *) {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-gray-950:is(.dark *) {
  --tw-gradient-from: #030712 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-100:is(.dark *) {
  --tw-gradient-from: #dcfce7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 252 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-200:is(.dark *) {
  --tw-gradient-from: #bbf7d0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(187 247 208 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-300:is(.dark *) {
  --tw-gradient-from: #86efac var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(134 239 172 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-400:is(.dark *) {
  --tw-gradient-from: #4ade80 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(74 222 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-50:is(.dark *) {
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-500:is(.dark *) {
  --tw-gradient-from: #22c55e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(34 197 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-600:is(.dark *) {
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-700:is(.dark *) {
  --tw-gradient-from: #15803d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(21 128 61 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-800:is(.dark *) {
  --tw-gradient-from: #166534 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 101 52 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-900:is(.dark *) {
  --tw-gradient-from: #14532d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 83 45 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-green-950:is(.dark *) {
  --tw-gradient-from: #052e16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 46 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-100:is(.dark *) {
  --tw-gradient-from: #e0e7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 231 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-200:is(.dark *) {
  --tw-gradient-from: #c7d2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(199 210 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-300:is(.dark *) {
  --tw-gradient-from: #a5b4fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(165 180 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-400:is(.dark *) {
  --tw-gradient-from: #818cf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 140 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-50:is(.dark *) {
  --tw-gradient-from: #eef2ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(238 242 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-500:is(.dark *) {
  --tw-gradient-from: #6366f1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(99 102 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-600:is(.dark *) {
  --tw-gradient-from: #4f46e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(79 70 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-700:is(.dark *) {
  --tw-gradient-from: #4338ca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 56 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-800:is(.dark *) {
  --tw-gradient-from: #3730a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(55 48 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-900:is(.dark *) {
  --tw-gradient-from: #312e81 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(49 46 129 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-indigo-950:is(.dark *) {
  --tw-gradient-from: #1e1b4b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 27 75 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-inherit:is(.dark *) {
  --tw-gradient-from: inherit 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);
}

.dark\:from-lime-100:is(.dark *) {
  --tw-gradient-from: #ecfccb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 252 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-200:is(.dark *) {
  --tw-gradient-from: #d9f99d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(217 249 157 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-300:is(.dark *) {
  --tw-gradient-from: #bef264 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 242 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-400:is(.dark *) {
  --tw-gradient-from: #a3e635 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 230 53 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-50:is(.dark *) {
  --tw-gradient-from: #f7fee7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 254 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-500:is(.dark *) {
  --tw-gradient-from: #84cc16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 204 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-600:is(.dark *) {
  --tw-gradient-from: #65a30d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(101 163 13 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-700:is(.dark *) {
  --tw-gradient-from: #4d7c0f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(77 124 15 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-800:is(.dark *) {
  --tw-gradient-from: #3f6212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 98 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-900:is(.dark *) {
  --tw-gradient-from: #365314 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 83 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-lime-950:is(.dark *) {
  --tw-gradient-from: #1a2e05 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(26 46 5 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-100:is(.dark *) {
  --tw-gradient-from: #f5f5f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-200:is(.dark *) {
  --tw-gradient-from: #e5e5e5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(229 229 229 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-300:is(.dark *) {
  --tw-gradient-from: #d4d4d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-400:is(.dark *) {
  --tw-gradient-from: #a3a3a3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(163 163 163 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-50:is(.dark *) {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-500:is(.dark *) {
  --tw-gradient-from: #737373 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(115 115 115 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-600:is(.dark *) {
  --tw-gradient-from: #525252 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-700:is(.dark *) {
  --tw-gradient-from: #404040 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 64 64 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-800:is(.dark *) {
  --tw-gradient-from: #262626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(38 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-900:is(.dark *) {
  --tw-gradient-from: #171717 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(23 23 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-neutral-950:is(.dark *) {
  --tw-gradient-from: #0a0a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(10 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-100:is(.dark *) {
  --tw-gradient-from: #ffedd5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 237 213 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-200:is(.dark *) {
  --tw-gradient-from: #fed7aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 215 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-300:is(.dark *) {
  --tw-gradient-from: #fdba74 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 186 116 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-400:is(.dark *) {
  --tw-gradient-from: #fb923c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 146 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-50:is(.dark *) {
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-500:is(.dark *) {
  --tw-gradient-from: #f97316 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 115 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-600:is(.dark *) {
  --tw-gradient-from: #ea580c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 88 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-700:is(.dark *) {
  --tw-gradient-from: #c2410c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(194 65 12 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-800:is(.dark *) {
  --tw-gradient-from: #9a3412 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(154 52 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-900:is(.dark *) {
  --tw-gradient-from: #7c2d12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 45 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-orange-950:is(.dark *) {
  --tw-gradient-from: #431407 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(67 20 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-100:is(.dark *) {
  --tw-gradient-from: #fce7f3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 231 243 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-200:is(.dark *) {
  --tw-gradient-from: #fbcfe8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 207 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-300:is(.dark *) {
  --tw-gradient-from: #f9a8d4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-400:is(.dark *) {
  --tw-gradient-from: #f472b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 114 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-50:is(.dark *) {
  --tw-gradient-from: #fdf2f8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 242 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-500:is(.dark *) {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-600:is(.dark *) {
  --tw-gradient-from: #db2777 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 39 119 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-700:is(.dark *) {
  --tw-gradient-from: #be185d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 24 93 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-800:is(.dark *) {
  --tw-gradient-from: #9d174d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(157 23 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-900:is(.dark *) {
  --tw-gradient-from: #831843 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(131 24 67 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-pink-950:is(.dark *) {
  --tw-gradient-from: #500724 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(80 7 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-100:is(.dark *) {
  --tw-gradient-from: #f3e8ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(243 232 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-200:is(.dark *) {
  --tw-gradient-from: #e9d5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 213 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-300:is(.dark *) {
  --tw-gradient-from: #d8b4fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 180 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-400:is(.dark *) {
  --tw-gradient-from: #c084fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(192 132 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-50:is(.dark *) {
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-500:is(.dark *) {
  --tw-gradient-from: #a855f7 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);
}

.dark\:from-purple-600:is(.dark *) {
  --tw-gradient-from: #9333ea var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(147 51 234 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-700:is(.dark *) {
  --tw-gradient-from: #7e22ce var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(126 34 206 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-800:is(.dark *) {
  --tw-gradient-from: #6b21a8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(107 33 168 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-900:is(.dark *) {
  --tw-gradient-from: #581c87 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(88 28 135 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-purple-950:is(.dark *) {
  --tw-gradient-from: #3b0764 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 7 100 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-100:is(.dark *) {
  --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-200:is(.dark *) {
  --tw-gradient-from: #fecaca var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 202 202 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-300:is(.dark *) {
  --tw-gradient-from: #fca5a5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 165 165 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-400:is(.dark *) {
  --tw-gradient-from: #f87171 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 113 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-50:is(.dark *) {
  --tw-gradient-from: #fef2f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 242 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-500:is(.dark *) {
  --tw-gradient-from: #ef4444 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 68 68 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-600:is(.dark *) {
  --tw-gradient-from: #dc2626 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(220 38 38 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-700:is(.dark *) {
  --tw-gradient-from: #b91c1c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(185 28 28 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-800:is(.dark *) {
  --tw-gradient-from: #991b1b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 27 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-900:is(.dark *) {
  --tw-gradient-from: #7f1d1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(127 29 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-red-950:is(.dark *) {
  --tw-gradient-from: #450a0a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(69 10 10 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-100:is(.dark *) {
  --tw-gradient-from: #ffe4e6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 228 230 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-200:is(.dark *) {
  --tw-gradient-from: #fecdd3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 205 211 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-300:is(.dark *) {
  --tw-gradient-from: #fda4af var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 164 175 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-400:is(.dark *) {
  --tw-gradient-from: #fb7185 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 113 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-50:is(.dark *) {
  --tw-gradient-from: #fff1f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 241 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-500:is(.dark *) {
  --tw-gradient-from: #f43f5e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 63 94 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-600:is(.dark *) {
  --tw-gradient-from: #e11d48 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(225 29 72 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-700:is(.dark *) {
  --tw-gradient-from: #be123c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(190 18 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-800:is(.dark *) {
  --tw-gradient-from: #9f1239 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(159 18 57 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-900:is(.dark *) {
  --tw-gradient-from: #881337 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(136 19 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-rose-950:is(.dark *) {
  --tw-gradient-from: #4c0519 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 5 25 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-100:is(.dark *) {
  --tw-gradient-from: #e0f2fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(224 242 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-200:is(.dark *) {
  --tw-gradient-from: #bae6fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(186 230 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-300:is(.dark *) {
  --tw-gradient-from: #7dd3fc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(125 211 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-400:is(.dark *) {
  --tw-gradient-from: #38bdf8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(56 189 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-50:is(.dark *) {
  --tw-gradient-from: #f0f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-500:is(.dark *) {
  --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-600:is(.dark *) {
  --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-700:is(.dark *) {
  --tw-gradient-from: #0369a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 105 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-800:is(.dark *) {
  --tw-gradient-from: #075985 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(7 89 133 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-900:is(.dark *) {
  --tw-gradient-from: #0c4a6e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 74 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-sky-950:is(.dark *) {
  --tw-gradient-from: #082f49 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(8 47 73 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-100:is(.dark *) {
  --tw-gradient-from: #f1f5f9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 245 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-200:is(.dark *) {
  --tw-gradient-from: #e2e8f0 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(226 232 240 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-300:is(.dark *) {
  --tw-gradient-from: #cbd5e1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(203 213 225 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-400:is(.dark *) {
  --tw-gradient-from: #94a3b8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(148 163 184 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-50:is(.dark *) {
  --tw-gradient-from: #f8fafc var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(248 250 252 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-500:is(.dark *) {
  --tw-gradient-from: #64748b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(100 116 139 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-600:is(.dark *) {
  --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);
}

.dark\:from-slate-700:is(.dark *) {
  --tw-gradient-from: #334155 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);
}

.dark\:from-slate-800:is(.dark *) {
  --tw-gradient-from: #1e293b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(30 41 59 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-900:is(.dark *) {
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-slate-950:is(.dark *) {
  --tw-gradient-from: #020617 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 6 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-100:is(.dark *) {
  --tw-gradient-from: #f5f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-200:is(.dark *) {
  --tw-gradient-from: #e7e5e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(231 229 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-300:is(.dark *) {
  --tw-gradient-from: #d6d3d1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(214 211 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-400:is(.dark *) {
  --tw-gradient-from: #a8a29e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(168 162 158 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-50:is(.dark *) {
  --tw-gradient-from: #fafaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-500:is(.dark *) {
  --tw-gradient-from: #78716c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(120 113 108 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-600:is(.dark *) {
  --tw-gradient-from: #57534e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(87 83 78 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-700:is(.dark *) {
  --tw-gradient-from: #44403c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(68 64 60 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-800:is(.dark *) {
  --tw-gradient-from: #292524 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(41 37 36 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-900:is(.dark *) {
  --tw-gradient-from: #1c1917 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 25 23 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-stone-950:is(.dark *) {
  --tw-gradient-from: #0c0a09 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(12 10 9 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-100:is(.dark *) {
  --tw-gradient-from: #ccfbf1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 251 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-200:is(.dark *) {
  --tw-gradient-from: #99f6e4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(153 246 228 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-300:is(.dark *) {
  --tw-gradient-from: #5eead4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(94 234 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-400:is(.dark *) {
  --tw-gradient-from: #2dd4bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(45 212 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-50:is(.dark *) {
  --tw-gradient-from: #f0fdfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-500:is(.dark *) {
  --tw-gradient-from: #14b8a6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(20 184 166 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-600:is(.dark *) {
  --tw-gradient-from: #0d9488 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(13 148 136 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-700:is(.dark *) {
  --tw-gradient-from: #0f766e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 118 110 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-800:is(.dark *) {
  --tw-gradient-from: #115e59 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 94 89 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-900:is(.dark *) {
  --tw-gradient-from: #134e4a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 78 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-teal-950:is(.dark *) {
  --tw-gradient-from: #042f2e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(4 47 46 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-transparent:is(.dark *) {
  --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);
}

.dark\:from-violet-100:is(.dark *) {
  --tw-gradient-from: #ede9fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(237 233 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-200:is(.dark *) {
  --tw-gradient-from: #ddd6fe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 214 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-300:is(.dark *) {
  --tw-gradient-from: #c4b5fd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 181 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-400:is(.dark *) {
  --tw-gradient-from: #a78bfa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(167 139 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-50:is(.dark *) {
  --tw-gradient-from: #f5f3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(245 243 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-500:is(.dark *) {
  --tw-gradient-from: #8b5cf6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(139 92 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-600:is(.dark *) {
  --tw-gradient-from: #7c3aed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(124 58 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-700:is(.dark *) {
  --tw-gradient-from: #6d28d9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(109 40 217 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-800:is(.dark *) {
  --tw-gradient-from: #5b21b6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(91 33 182 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-900:is(.dark *) {
  --tw-gradient-from: #4c1d95 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(76 29 149 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-violet-950:is(.dark *) {
  --tw-gradient-from: #2e1065 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);
}

.dark\:from-white:is(.dark *) {
  --tw-gradient-from: #fff 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);
}

.dark\:from-yellow-100:is(.dark *) {
  --tw-gradient-from: #fef9c3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-200:is(.dark *) {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-300:is(.dark *) {
  --tw-gradient-from: #fde047 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(253 224 71 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-400:is(.dark *) {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-50:is(.dark *) {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-500:is(.dark *) {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-600:is(.dark *) {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-700:is(.dark *) {
  --tw-gradient-from: #a16207 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 98 7 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-800:is(.dark *) {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-900:is(.dark *) {
  --tw-gradient-from: #713f12 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 63 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-yellow-950:is(.dark *) {
  --tw-gradient-from: #422006 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 32 6 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-100:is(.dark *) {
  --tw-gradient-from: #f4f4f5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 244 245 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-200:is(.dark *) {
  --tw-gradient-from: #e4e4e7 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(228 228 231 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-300:is(.dark *) {
  --tw-gradient-from: #d4d4d8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 212 216 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-400:is(.dark *) {
  --tw-gradient-from: #a1a1aa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 161 170 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-50:is(.dark *) {
  --tw-gradient-from: #fafafa var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 250 250 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-500:is(.dark *) {
  --tw-gradient-from: #71717a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(113 113 122 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-600:is(.dark *) {
  --tw-gradient-from: #52525b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(82 82 91 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-700:is(.dark *) {
  --tw-gradient-from: #3f3f46 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(63 63 70 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-800:is(.dark *) {
  --tw-gradient-from: #27272a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 39 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-900:is(.dark *) {
  --tw-gradient-from: #18181b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(24 24 27 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:from-zinc-950:is(.dark *) {
  --tw-gradient-from: #09090b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(9 9 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.dark\:via-amber-100:is(.dark *) {
  --tw-gradient-to: rgb(254 243 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef3c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-200:is(.dark *) {
  --tw-gradient-to: rgb(253 230 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde68a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-300:is(.dark *) {
  --tw-gradient-to: rgb(252 211 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd34d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-400:is(.dark *) {
  --tw-gradient-to: rgb(251 191 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbbf24 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-50:is(.dark *) {
  --tw-gradient-to: rgb(255 251 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fffbeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-500:is(.dark *) {
  --tw-gradient-to: rgb(245 158 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f59e0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-600:is(.dark *) {
  --tw-gradient-to: rgb(217 119 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d97706 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-700:is(.dark *) {
  --tw-gradient-to: rgb(180 83 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b45309 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-800:is(.dark *) {
  --tw-gradient-to: rgb(146 64 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #92400e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-900:is(.dark *) {
  --tw-gradient-to: rgb(120 53 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78350f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-amber-950:is(.dark *) {
  --tw-gradient-to: rgb(69 26 3 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #451a03 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-black:is(.dark *) {
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #000 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-100:is(.dark *) {
  --tw-gradient-to: rgb(219 234 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dbeafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-200:is(.dark *) {
  --tw-gradient-to: rgb(191 219 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bfdbfe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-300:is(.dark *) {
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-400:is(.dark *) {
  --tw-gradient-to: rgb(96 165 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #60a5fa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-50:is(.dark *) {
  --tw-gradient-to: rgb(239 246 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eff6ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-500:is(.dark *) {
  --tw-gradient-to: rgb(59 130 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b82f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-600:is(.dark *) {
  --tw-gradient-to: rgb(37 99 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2563eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-700:is(.dark *) {
  --tw-gradient-to: rgb(29 78 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1d4ed8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-800:is(.dark *) {
  --tw-gradient-to: rgb(30 64 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e40af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-900:is(.dark *) {
  --tw-gradient-to: rgb(30 58 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e3a8a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-blue-950:is(.dark *) {
  --tw-gradient-to: rgb(23 37 84 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #172554 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-current:is(.dark *) {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), currentColor var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-100:is(.dark *) {
  --tw-gradient-to: rgb(207 250 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cffafe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-200:is(.dark *) {
  --tw-gradient-to: rgb(165 243 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5f3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-300:is(.dark *) {
  --tw-gradient-to: rgb(103 232 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #67e8f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-400:is(.dark *) {
  --tw-gradient-to: rgb(34 211 238 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22d3ee var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-50:is(.dark *) {
  --tw-gradient-to: rgb(236 254 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfeff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-500:is(.dark *) {
  --tw-gradient-to: rgb(6 182 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #06b6d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-600:is(.dark *) {
  --tw-gradient-to: rgb(8 145 178 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0891b2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-700:is(.dark *) {
  --tw-gradient-to: rgb(14 116 144 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0e7490 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-800:is(.dark *) {
  --tw-gradient-to: rgb(21 94 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #155e75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-900:is(.dark *) {
  --tw-gradient-to: rgb(22 78 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #164e63 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-cyan-950:is(.dark *) {
  --tw-gradient-to: rgb(8 51 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #083344 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-100:is(.dark *) {
  --tw-gradient-to: rgb(209 250 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1fae5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-200:is(.dark *) {
  --tw-gradient-to: rgb(167 243 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a7f3d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-300:is(.dark *) {
  --tw-gradient-to: rgb(110 231 183 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6ee7b7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-400:is(.dark *) {
  --tw-gradient-to: rgb(52 211 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #34d399 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-50:is(.dark *) {
  --tw-gradient-to: rgb(236 253 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfdf5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-500:is(.dark *) {
  --tw-gradient-to: rgb(16 185 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #10b981 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-600:is(.dark *) {
  --tw-gradient-to: rgb(5 150 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #059669 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-700:is(.dark *) {
  --tw-gradient-to: rgb(4 120 87 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #047857 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-800:is(.dark *) {
  --tw-gradient-to: rgb(6 95 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #065f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-900:is(.dark *) {
  --tw-gradient-to: rgb(6 78 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #064e3b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-emerald-950:is(.dark *) {
  --tw-gradient-to: rgb(2 44 34 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #022c22 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-100:is(.dark *) {
  --tw-gradient-to: rgb(250 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fae8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-200:is(.dark *) {
  --tw-gradient-to: rgb(245 208 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5d0fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-300:is(.dark *) {
  --tw-gradient-to: rgb(240 171 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0abfc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-400:is(.dark *) {
  --tw-gradient-to: rgb(232 121 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e879f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-50:is(.dark *) {
  --tw-gradient-to: rgb(253 244 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf4ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-500:is(.dark *) {
  --tw-gradient-to: rgb(217 70 239 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d946ef var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-600:is(.dark *) {
  --tw-gradient-to: rgb(192 38 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c026d3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-700:is(.dark *) {
  --tw-gradient-to: rgb(162 28 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a21caf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-800:is(.dark *) {
  --tw-gradient-to: rgb(134 25 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86198f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-900:is(.dark *) {
  --tw-gradient-to: rgb(112 26 117 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #701a75 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-fuchsia-950:is(.dark *) {
  --tw-gradient-to: rgb(74 4 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4a044e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-100:is(.dark *) {
  --tw-gradient-to: rgb(243 244 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3f4f6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-200:is(.dark *) {
  --tw-gradient-to: rgb(229 231 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e7eb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-300:is(.dark *) {
  --tw-gradient-to: rgb(209 213 219 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d1d5db var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-400:is(.dark *) {
  --tw-gradient-to: rgb(156 163 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9ca3af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-50:is(.dark *) {
  --tw-gradient-to: rgb(249 250 251 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9fafb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-500:is(.dark *) {
  --tw-gradient-to: rgb(107 114 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b7280 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-600:is(.dark *) {
  --tw-gradient-to: rgb(75 85 99 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4b5563 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-700:is(.dark *) {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-800:is(.dark *) {
  --tw-gradient-to: rgb(31 41 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f2937 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-900:is(.dark *) {
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #111827 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-gray-950:is(.dark *) {
  --tw-gradient-to: rgb(3 7 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #030712 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-100:is(.dark *) {
  --tw-gradient-to: rgb(220 252 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dcfce7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-200:is(.dark *) {
  --tw-gradient-to: rgb(187 247 208 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bbf7d0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-300:is(.dark *) {
  --tw-gradient-to: rgb(134 239 172 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #86efac var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-400:is(.dark *) {
  --tw-gradient-to: rgb(74 222 128 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4ade80 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-50:is(.dark *) {
  --tw-gradient-to: rgb(240 253 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdf4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-500:is(.dark *) {
  --tw-gradient-to: rgb(34 197 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #22c55e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-600:is(.dark *) {
  --tw-gradient-to: rgb(22 163 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16a34a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-700:is(.dark *) {
  --tw-gradient-to: rgb(21 128 61 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #15803d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-800:is(.dark *) {
  --tw-gradient-to: rgb(22 101 52 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #166534 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-900:is(.dark *) {
  --tw-gradient-to: rgb(20 83 45 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14532d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-green-950:is(.dark *) {
  --tw-gradient-to: rgb(5 46 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #052e16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-100:is(.dark *) {
  --tw-gradient-to: rgb(224 231 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0e7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-200:is(.dark *) {
  --tw-gradient-to: rgb(199 210 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c7d2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-300:is(.dark *) {
  --tw-gradient-to: rgb(165 180 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a5b4fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-400:is(.dark *) {
  --tw-gradient-to: rgb(129 140 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #818cf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-50:is(.dark *) {
  --tw-gradient-to: rgb(238 242 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eef2ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-500:is(.dark *) {
  --tw-gradient-to: rgb(99 102 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6366f1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-600:is(.dark *) {
  --tw-gradient-to: rgb(79 70 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4f46e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-700:is(.dark *) {
  --tw-gradient-to: rgb(67 56 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4338ca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-800:is(.dark *) {
  --tw-gradient-to: rgb(55 48 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3730a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-900:is(.dark *) {
  --tw-gradient-to: rgb(49 46 129 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #312e81 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-indigo-950:is(.dark *) {
  --tw-gradient-to: rgb(30 27 75 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e1b4b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-inherit:is(.dark *) {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), inherit var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-100:is(.dark *) {
  --tw-gradient-to: rgb(236 252 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ecfccb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-200:is(.dark *) {
  --tw-gradient-to: rgb(217 249 157 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d9f99d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-300:is(.dark *) {
  --tw-gradient-to: rgb(190 242 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bef264 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-400:is(.dark *) {
  --tw-gradient-to: rgb(163 230 53 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3e635 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-50:is(.dark *) {
  --tw-gradient-to: rgb(247 254 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fee7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-500:is(.dark *) {
  --tw-gradient-to: rgb(132 204 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #84cc16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-600:is(.dark *) {
  --tw-gradient-to: rgb(101 163 13 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #65a30d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-700:is(.dark *) {
  --tw-gradient-to: rgb(77 124 15 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4d7c0f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-800:is(.dark *) {
  --tw-gradient-to: rgb(63 98 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f6212 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-900:is(.dark *) {
  --tw-gradient-to: rgb(54 83 20 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #365314 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-lime-950:is(.dark *) {
  --tw-gradient-to: rgb(26 46 5 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1a2e05 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-100:is(.dark *) {
  --tw-gradient-to: rgb(245 245 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-200:is(.dark *) {
  --tw-gradient-to: rgb(229 229 229 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e5e5e5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-300:is(.dark *) {
  --tw-gradient-to: rgb(212 212 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-400:is(.dark *) {
  --tw-gradient-to: rgb(163 163 163 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a3a3a3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-50:is(.dark *) {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-500:is(.dark *) {
  --tw-gradient-to: rgb(115 115 115 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #737373 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-600:is(.dark *) {
  --tw-gradient-to: rgb(82 82 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #525252 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-700:is(.dark *) {
  --tw-gradient-to: rgb(64 64 64 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #404040 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-800:is(.dark *) {
  --tw-gradient-to: rgb(38 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #262626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-900:is(.dark *) {
  --tw-gradient-to: rgb(23 23 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #171717 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-neutral-950:is(.dark *) {
  --tw-gradient-to: rgb(10 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0a0a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-100:is(.dark *) {
  --tw-gradient-to: rgb(255 237 213 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffedd5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-200:is(.dark *) {
  --tw-gradient-to: rgb(254 215 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fed7aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-300:is(.dark *) {
  --tw-gradient-to: rgb(253 186 116 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdba74 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-400:is(.dark *) {
  --tw-gradient-to: rgb(251 146 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb923c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-50:is(.dark *) {
  --tw-gradient-to: rgb(255 247 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7ed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-500:is(.dark *) {
  --tw-gradient-to: rgb(249 115 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f97316 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-600:is(.dark *) {
  --tw-gradient-to: rgb(234 88 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ea580c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-700:is(.dark *) {
  --tw-gradient-to: rgb(194 65 12 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c2410c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-800:is(.dark *) {
  --tw-gradient-to: rgb(154 52 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9a3412 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-900:is(.dark *) {
  --tw-gradient-to: rgb(124 45 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c2d12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-orange-950:is(.dark *) {
  --tw-gradient-to: rgb(67 20 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #431407 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-100:is(.dark *) {
  --tw-gradient-to: rgb(252 231 243 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fce7f3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-200:is(.dark *) {
  --tw-gradient-to: rgb(251 207 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbcfe8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-300:is(.dark *) {
  --tw-gradient-to: rgb(249 168 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-400:is(.dark *) {
  --tw-gradient-to: rgb(244 114 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f472b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-50:is(.dark *) {
  --tw-gradient-to: rgb(253 242 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fdf2f8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-500:is(.dark *) {
  --tw-gradient-to: rgb(236 72 153 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ec4899 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-600:is(.dark *) {
  --tw-gradient-to: rgb(219 39 119 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #db2777 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-700:is(.dark *) {
  --tw-gradient-to: rgb(190 24 93 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be185d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-800:is(.dark *) {
  --tw-gradient-to: rgb(157 23 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9d174d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-900:is(.dark *) {
  --tw-gradient-to: rgb(131 24 67 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #831843 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-pink-950:is(.dark *) {
  --tw-gradient-to: rgb(80 7 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #500724 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-100:is(.dark *) {
  --tw-gradient-to: rgb(243 232 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f3e8ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-200:is(.dark *) {
  --tw-gradient-to: rgb(233 213 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9d5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-300:is(.dark *) {
  --tw-gradient-to: rgb(216 180 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8b4fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-400:is(.dark *) {
  --tw-gradient-to: rgb(192 132 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c084fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-50:is(.dark *) {
  --tw-gradient-to: rgb(250 245 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #faf5ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-500:is(.dark *) {
  --tw-gradient-to: rgb(168 85 247 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a855f7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-600:is(.dark *) {
  --tw-gradient-to: rgb(147 51 234 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9333ea var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-700:is(.dark *) {
  --tw-gradient-to: rgb(126 34 206 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7e22ce var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-800:is(.dark *) {
  --tw-gradient-to: rgb(107 33 168 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6b21a8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-900:is(.dark *) {
  --tw-gradient-to: rgb(88 28 135 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #581c87 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-purple-950:is(.dark *) {
  --tw-gradient-to: rgb(59 7 100 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3b0764 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-100:is(.dark *) {
  --tw-gradient-to: rgb(254 226 226 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fee2e2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-200:is(.dark *) {
  --tw-gradient-to: rgb(254 202 202 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecaca var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-300:is(.dark *) {
  --tw-gradient-to: rgb(252 165 165 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fca5a5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-400:is(.dark *) {
  --tw-gradient-to: rgb(248 113 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f87171 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-50:is(.dark *) {
  --tw-gradient-to: rgb(254 242 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef2f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-500:is(.dark *) {
  --tw-gradient-to: rgb(239 68 68 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ef4444 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-600:is(.dark *) {
  --tw-gradient-to: rgb(220 38 38 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #dc2626 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-700:is(.dark *) {
  --tw-gradient-to: rgb(185 28 28 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b91c1c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-800:is(.dark *) {
  --tw-gradient-to: rgb(153 27 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #991b1b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-900:is(.dark *) {
  --tw-gradient-to: rgb(127 29 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7f1d1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-red-950:is(.dark *) {
  --tw-gradient-to: rgb(69 10 10 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #450a0a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-100:is(.dark *) {
  --tw-gradient-to: rgb(255 228 230 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ffe4e6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-200:is(.dark *) {
  --tw-gradient-to: rgb(254 205 211 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fecdd3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-300:is(.dark *) {
  --tw-gradient-to: rgb(253 164 175 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fda4af var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-400:is(.dark *) {
  --tw-gradient-to: rgb(251 113 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fb7185 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-50:is(.dark *) {
  --tw-gradient-to: rgb(255 241 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff1f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-500:is(.dark *) {
  --tw-gradient-to: rgb(244 63 94 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f43f5e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-600:is(.dark *) {
  --tw-gradient-to: rgb(225 29 72 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e11d48 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-700:is(.dark *) {
  --tw-gradient-to: rgb(190 18 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #be123c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-800:is(.dark *) {
  --tw-gradient-to: rgb(159 18 57 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9f1239 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-900:is(.dark *) {
  --tw-gradient-to: rgb(136 19 55 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #881337 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-rose-950:is(.dark *) {
  --tw-gradient-to: rgb(76 5 25 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c0519 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-100:is(.dark *) {
  --tw-gradient-to: rgb(224 242 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e0f2fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-200:is(.dark *) {
  --tw-gradient-to: rgb(186 230 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #bae6fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-300:is(.dark *) {
  --tw-gradient-to: rgb(125 211 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7dd3fc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-400:is(.dark *) {
  --tw-gradient-to: rgb(56 189 248 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #38bdf8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-50:is(.dark *) {
  --tw-gradient-to: rgb(240 249 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0f9ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-500:is(.dark *) {
  --tw-gradient-to: rgb(14 165 233 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0ea5e9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-600:is(.dark *) {
  --tw-gradient-to: rgb(2 132 199 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0284c7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-700:is(.dark *) {
  --tw-gradient-to: rgb(3 105 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0369a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-800:is(.dark *) {
  --tw-gradient-to: rgb(7 89 133 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #075985 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-900:is(.dark *) {
  --tw-gradient-to: rgb(12 74 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c4a6e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-sky-950:is(.dark *) {
  --tw-gradient-to: rgb(8 47 73 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #082f49 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-100:is(.dark *) {
  --tw-gradient-to: rgb(241 245 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f1f5f9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-200:is(.dark *) {
  --tw-gradient-to: rgb(226 232 240 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e2e8f0 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-300:is(.dark *) {
  --tw-gradient-to: rgb(203 213 225 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #cbd5e1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-400:is(.dark *) {
  --tw-gradient-to: rgb(148 163 184 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #94a3b8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-50:is(.dark *) {
  --tw-gradient-to: rgb(248 250 252 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f8fafc var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-500:is(.dark *) {
  --tw-gradient-to: rgb(100 116 139 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #64748b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-600:is(.dark *) {
  --tw-gradient-to: rgb(71 85 105 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #475569 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-700:is(.dark *) {
  --tw-gradient-to: rgb(51 65 85 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #334155 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-800:is(.dark *) {
  --tw-gradient-to: rgb(30 41 59 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1e293b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-900:is(.dark *) {
  --tw-gradient-to: rgb(15 23 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f172a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-slate-950:is(.dark *) {
  --tw-gradient-to: rgb(2 6 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #020617 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-100:is(.dark *) {
  --tw-gradient-to: rgb(245 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-200:is(.dark *) {
  --tw-gradient-to: rgb(231 229 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e7e5e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-300:is(.dark *) {
  --tw-gradient-to: rgb(214 211 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d6d3d1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-400:is(.dark *) {
  --tw-gradient-to: rgb(168 162 158 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a8a29e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-50:is(.dark *) {
  --tw-gradient-to: rgb(250 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-500:is(.dark *) {
  --tw-gradient-to: rgb(120 113 108 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #78716c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-600:is(.dark *) {
  --tw-gradient-to: rgb(87 83 78 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #57534e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-700:is(.dark *) {
  --tw-gradient-to: rgb(68 64 60 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #44403c var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-800:is(.dark *) {
  --tw-gradient-to: rgb(41 37 36 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #292524 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-900:is(.dark *) {
  --tw-gradient-to: rgb(28 25 23 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1c1917 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-stone-950:is(.dark *) {
  --tw-gradient-to: rgb(12 10 9 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0c0a09 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-100:is(.dark *) {
  --tw-gradient-to: rgb(204 251 241 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ccfbf1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-200:is(.dark *) {
  --tw-gradient-to: rgb(153 246 228 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #99f6e4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-300:is(.dark *) {
  --tw-gradient-to: rgb(94 234 212 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5eead4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-400:is(.dark *) {
  --tw-gradient-to: rgb(45 212 191 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2dd4bf var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-50:is(.dark *) {
  --tw-gradient-to: rgb(240 253 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f0fdfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-500:is(.dark *) {
  --tw-gradient-to: rgb(20 184 166 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #14b8a6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-600:is(.dark *) {
  --tw-gradient-to: rgb(13 148 136 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0d9488 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-700:is(.dark *) {
  --tw-gradient-to: rgb(15 118 110 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0f766e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-800:is(.dark *) {
  --tw-gradient-to: rgb(17 94 89 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #115e59 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-900:is(.dark *) {
  --tw-gradient-to: rgb(19 78 74 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #134e4a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-teal-950:is(.dark *) {
  --tw-gradient-to: rgb(4 47 46 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #042f2e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-transparent:is(.dark *) {
  --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);
}

.dark\:via-violet-100:is(.dark *) {
  --tw-gradient-to: rgb(237 233 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ede9fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-200:is(.dark *) {
  --tw-gradient-to: rgb(221 214 254 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ddd6fe var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-300:is(.dark *) {
  --tw-gradient-to: rgb(196 181 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4b5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-400:is(.dark *) {
  --tw-gradient-to: rgb(167 139 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a78bfa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-50:is(.dark *) {
  --tw-gradient-to: rgb(245 243 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f5f3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-500:is(.dark *) {
  --tw-gradient-to: rgb(139 92 246 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #8b5cf6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-600:is(.dark *) {
  --tw-gradient-to: rgb(124 58 237 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7c3aed var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-700:is(.dark *) {
  --tw-gradient-to: rgb(109 40 217 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #6d28d9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-800:is(.dark *) {
  --tw-gradient-to: rgb(91 33 182 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #5b21b6 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-900:is(.dark *) {
  --tw-gradient-to: rgb(76 29 149 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4c1d95 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-violet-950:is(.dark *) {
  --tw-gradient-to: rgb(46 16 101 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1065 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-white:is(.dark *) {
  --tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-100:is(.dark *) {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef9c3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-200:is(.dark *) {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-300:is(.dark *) {
  --tw-gradient-to: rgb(253 224 71 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fde047 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-400:is(.dark *) {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-50:is(.dark *) {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-500:is(.dark *) {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-600:is(.dark *) {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-700:is(.dark *) {
  --tw-gradient-to: rgb(161 98 7 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a16207 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-800:is(.dark *) {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-900:is(.dark *) {
  --tw-gradient-to: rgb(113 63 18 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #713f12 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-yellow-950:is(.dark *) {
  --tw-gradient-to: rgb(66 32 6 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #422006 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-100:is(.dark *) {
  --tw-gradient-to: rgb(244 244 245 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f4f5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-200:is(.dark *) {
  --tw-gradient-to: rgb(228 228 231 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e4e4e7 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-300:is(.dark *) {
  --tw-gradient-to: rgb(212 212 216 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d4d4d8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-400:is(.dark *) {
  --tw-gradient-to: rgb(161 161 170 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a1a1aa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-50:is(.dark *) {
  --tw-gradient-to: rgb(250 250 250 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fafafa var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-500:is(.dark *) {
  --tw-gradient-to: rgb(113 113 122 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #71717a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-600:is(.dark *) {
  --tw-gradient-to: rgb(82 82 91 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #52525b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-700:is(.dark *) {
  --tw-gradient-to: rgb(63 63 70 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #3f3f46 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-800:is(.dark *) {
  --tw-gradient-to: rgb(39 39 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #27272a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-900:is(.dark *) {
  --tw-gradient-to: rgb(24 24 27 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #18181b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:via-zinc-950:is(.dark *) {
  --tw-gradient-to: rgb(9 9 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #09090b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.dark\:to-amber-100:is(.dark *) {
  --tw-gradient-to: #fef3c7 var(--tw-gradient-to-position);
}

.dark\:to-amber-200:is(.dark *) {
  --tw-gradient-to: #fde68a var(--tw-gradient-to-position);
}

.dark\:to-amber-300:is(.dark *) {
  --tw-gradient-to: #fcd34d var(--tw-gradient-to-position);
}

.dark\:to-amber-400:is(.dark *) {
  --tw-gradient-to: #fbbf24 var(--tw-gradient-to-position);
}

.dark\:to-amber-50:is(.dark *) {
  --tw-gradient-to: #fffbeb var(--tw-gradient-to-position);
}

.dark\:to-amber-500:is(.dark *) {
  --tw-gradient-to: #f59e0b var(--tw-gradient-to-position);
}

.dark\:to-amber-600:is(.dark *) {
  --tw-gradient-to: #d97706 var(--tw-gradient-to-position);
}

.dark\:to-amber-700:is(.dark *) {
  --tw-gradient-to: #b45309 var(--tw-gradient-to-position);
}

.dark\:to-amber-800:is(.dark *) {
  --tw-gradient-to: #92400e var(--tw-gradient-to-position);
}

.dark\:to-amber-900:is(.dark *) {
  --tw-gradient-to: #78350f var(--tw-gradient-to-position);
}

.dark\:to-amber-950:is(.dark *) {
  --tw-gradient-to: #451a03 var(--tw-gradient-to-position);
}

.dark\:to-black:is(.dark *) {
  --tw-gradient-to: #000 var(--tw-gradient-to-position);
}

.dark\:to-blue-100:is(.dark *) {
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}

.dark\:to-blue-200:is(.dark *) {
  --tw-gradient-to: #bfdbfe var(--tw-gradient-to-position);
}

.dark\:to-blue-300:is(.dark *) {
  --tw-gradient-to: #93c5fd var(--tw-gradient-to-position);
}

.dark\:to-blue-400:is(.dark *) {
  --tw-gradient-to: #60a5fa var(--tw-gradient-to-position);
}

.dark\:to-blue-50:is(.dark *) {
  --tw-gradient-to: #eff6ff var(--tw-gradient-to-position);
}

.dark\:to-blue-500:is(.dark *) {
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.dark\:to-blue-600:is(.dark *) {
  --tw-gradient-to: #2563eb var(--tw-gradient-to-position);
}

.dark\:to-blue-700:is(.dark *) {
  --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position);
}

.dark\:to-blue-800:is(.dark *) {
  --tw-gradient-to: #1e40af var(--tw-gradient-to-position);
}

.dark\:to-blue-900:is(.dark *) {
  --tw-gradient-to: #1e3a8a var(--tw-gradient-to-position);
}

.dark\:to-blue-950:is(.dark *) {
  --tw-gradient-to: #172554 var(--tw-gradient-to-position);
}

.dark\:to-current:is(.dark *) {
  --tw-gradient-to: currentColor var(--tw-gradient-to-position);
}

.dark\:to-cyan-100:is(.dark *) {
  --tw-gradient-to: #cffafe var(--tw-gradient-to-position);
}

.dark\:to-cyan-200:is(.dark *) {
  --tw-gradient-to: #a5f3fc var(--tw-gradient-to-position);
}

.dark\:to-cyan-300:is(.dark *) {
  --tw-gradient-to: #67e8f9 var(--tw-gradient-to-position);
}

.dark\:to-cyan-400:is(.dark *) {
  --tw-gradient-to: #22d3ee var(--tw-gradient-to-position);
}

.dark\:to-cyan-50:is(.dark *) {
  --tw-gradient-to: #ecfeff var(--tw-gradient-to-position);
}

.dark\:to-cyan-500:is(.dark *) {
  --tw-gradient-to: #06b6d4 var(--tw-gradient-to-position);
}

.dark\:to-cyan-600:is(.dark *) {
  --tw-gradient-to: #0891b2 var(--tw-gradient-to-position);
}

.dark\:to-cyan-700:is(.dark *) {
  --tw-gradient-to: #0e7490 var(--tw-gradient-to-position);
}

.dark\:to-cyan-800:is(.dark *) {
  --tw-gradient-to: #155e75 var(--tw-gradient-to-position);
}

.dark\:to-cyan-900:is(.dark *) {
  --tw-gradient-to: #164e63 var(--tw-gradient-to-position);
}

.dark\:to-cyan-950:is(.dark *) {
  --tw-gradient-to: #083344 var(--tw-gradient-to-position);
}

.dark\:to-emerald-100:is(.dark *) {
  --tw-gradient-to: #d1fae5 var(--tw-gradient-to-position);
}

.dark\:to-emerald-200:is(.dark *) {
  --tw-gradient-to: #a7f3d0 var(--tw-gradient-to-position);
}

.dark\:to-emerald-300:is(.dark *) {
  --tw-gradient-to: #6ee7b7 var(--tw-gradient-to-position);
}

.dark\:to-emerald-400:is(.dark *) {
  --tw-gradient-to: #34d399 var(--tw-gradient-to-position);
}

.dark\:to-emerald-50:is(.dark *) {
  --tw-gradient-to: #ecfdf5 var(--tw-gradient-to-position);
}

.dark\:to-emerald-500:is(.dark *) {
  --tw-gradient-to: #10b981 var(--tw-gradient-to-position);
}

.dark\:to-emerald-600:is(.dark *) {
  --tw-gradient-to: #059669 var(--tw-gradient-to-position);
}

.dark\:to-emerald-700:is(.dark *) {
  --tw-gradient-to: #047857 var(--tw-gradient-to-position);
}

.dark\:to-emerald-800:is(.dark *) {
  --tw-gradient-to: #065f46 var(--tw-gradient-to-position);
}

.dark\:to-emerald-900:is(.dark *) {
  --tw-gradient-to: #064e3b var(--tw-gradient-to-position);
}

.dark\:to-emerald-950:is(.dark *) {
  --tw-gradient-to: #022c22 var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-100:is(.dark *) {
  --tw-gradient-to: #fae8ff var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-200:is(.dark *) {
  --tw-gradient-to: #f5d0fe var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-300:is(.dark *) {
  --tw-gradient-to: #f0abfc var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-400:is(.dark *) {
  --tw-gradient-to: #e879f9 var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-50:is(.dark *) {
  --tw-gradient-to: #fdf4ff var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-500:is(.dark *) {
  --tw-gradient-to: #d946ef var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-600:is(.dark *) {
  --tw-gradient-to: #c026d3 var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-700:is(.dark *) {
  --tw-gradient-to: #a21caf var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-800:is(.dark *) {
  --tw-gradient-to: #86198f var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-900:is(.dark *) {
  --tw-gradient-to: #701a75 var(--tw-gradient-to-position);
}

.dark\:to-fuchsia-950:is(.dark *) {
  --tw-gradient-to: #4a044e var(--tw-gradient-to-position);
}

.dark\:to-gray-100:is(.dark *) {
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.dark\:to-gray-200:is(.dark *) {
  --tw-gradient-to: #e5e7eb var(--tw-gradient-to-position);
}

.dark\:to-gray-300:is(.dark *) {
  --tw-gradient-to: #d1d5db var(--tw-gradient-to-position);
}

.dark\:to-gray-400:is(.dark *) {
  --tw-gradient-to: #9ca3af var(--tw-gradient-to-position);
}

.dark\:to-gray-50:is(.dark *) {
  --tw-gradient-to: #f9fafb var(--tw-gradient-to-position);
}

.dark\:to-gray-500:is(.dark *) {
  --tw-gradient-to: #6b7280 var(--tw-gradient-to-position);
}

.dark\:to-gray-600:is(.dark *) {
  --tw-gradient-to: #4b5563 var(--tw-gradient-to-position);
}

.dark\:to-gray-700:is(.dark *) {
  --tw-gradient-to: #374151 var(--tw-gradient-to-position);
}

.dark\:to-gray-800:is(.dark *) {
  --tw-gradient-to: #1f2937 var(--tw-gradient-to-position);
}

.dark\:to-gray-900:is(.dark *) {
  --tw-gradient-to: #111827 var(--tw-gradient-to-position);
}

.dark\:to-gray-950:is(.dark *) {
  --tw-gradient-to: #030712 var(--tw-gradient-to-position);
}

.dark\:to-green-100:is(.dark *) {
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}

.dark\:to-green-200:is(.dark *) {
  --tw-gradient-to: #bbf7d0 var(--tw-gradient-to-position);
}

.dark\:to-green-300:is(.dark *) {
  --tw-gradient-to: #86efac var(--tw-gradient-to-position);
}

.dark\:to-green-400:is(.dark *) {
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}

.dark\:to-green-50:is(.dark *) {
  --tw-gradient-to: #f0fdf4 var(--tw-gradient-to-position);
}

.dark\:to-green-500:is(.dark *) {
  --tw-gradient-to: #22c55e var(--tw-gradient-to-position);
}

.dark\:to-green-600:is(.dark *) {
  --tw-gradient-to: #16a34a var(--tw-gradient-to-position);
}

.dark\:to-green-700:is(.dark *) {
  --tw-gradient-to: #15803d var(--tw-gradient-to-position);
}

.dark\:to-green-800:is(.dark *) {
  --tw-gradient-to: #166534 var(--tw-gradient-to-position);
}

.dark\:to-green-900:is(.dark *) {
  --tw-gradient-to: #14532d var(--tw-gradient-to-position);
}

.dark\:to-green-950:is(.dark *) {
  --tw-gradient-to: #052e16 var(--tw-gradient-to-position);
}

.dark\:to-indigo-100:is(.dark *) {
  --tw-gradient-to: #e0e7ff var(--tw-gradient-to-position);
}

.dark\:to-indigo-200:is(.dark *) {
  --tw-gradient-to: #c7d2fe var(--tw-gradient-to-position);
}

.dark\:to-indigo-300:is(.dark *) {
  --tw-gradient-to: #a5b4fc var(--tw-gradient-to-position);
}

.dark\:to-indigo-400:is(.dark *) {
  --tw-gradient-to: #818cf8 var(--tw-gradient-to-position);
}

.dark\:to-indigo-50:is(.dark *) {
  --tw-gradient-to: #eef2ff var(--tw-gradient-to-position);
}

.dark\:to-indigo-500:is(.dark *) {
  --tw-gradient-to: #6366f1 var(--tw-gradient-to-position);
}

.dark\:to-indigo-600:is(.dark *) {
  --tw-gradient-to: #4f46e5 var(--tw-gradient-to-position);
}

.dark\:to-indigo-700:is(.dark *) {
  --tw-gradient-to: #4338ca var(--tw-gradient-to-position);
}

.dark\:to-indigo-800:is(.dark *) {
  --tw-gradient-to: #3730a3 var(--tw-gradient-to-position);
}

.dark\:to-indigo-900:is(.dark *) {
  --tw-gradient-to: #312e81 var(--tw-gradient-to-position);
}

.dark\:to-indigo-950:is(.dark *) {
  --tw-gradient-to: #1e1b4b var(--tw-gradient-to-position);
}

.dark\:to-inherit:is(.dark *) {
  --tw-gradient-to: inherit var(--tw-gradient-to-position);
}

.dark\:to-lime-100:is(.dark *) {
  --tw-gradient-to: #ecfccb var(--tw-gradient-to-position);
}

.dark\:to-lime-200:is(.dark *) {
  --tw-gradient-to: #d9f99d var(--tw-gradient-to-position);
}

.dark\:to-lime-300:is(.dark *) {
  --tw-gradient-to: #bef264 var(--tw-gradient-to-position);
}

.dark\:to-lime-400:is(.dark *) {
  --tw-gradient-to: #a3e635 var(--tw-gradient-to-position);
}

.dark\:to-lime-50:is(.dark *) {
  --tw-gradient-to: #f7fee7 var(--tw-gradient-to-position);
}

.dark\:to-lime-500:is(.dark *) {
  --tw-gradient-to: #84cc16 var(--tw-gradient-to-position);
}

.dark\:to-lime-600:is(.dark *) {
  --tw-gradient-to: #65a30d var(--tw-gradient-to-position);
}

.dark\:to-lime-700:is(.dark *) {
  --tw-gradient-to: #4d7c0f var(--tw-gradient-to-position);
}

.dark\:to-lime-800:is(.dark *) {
  --tw-gradient-to: #3f6212 var(--tw-gradient-to-position);
}

.dark\:to-lime-900:is(.dark *) {
  --tw-gradient-to: #365314 var(--tw-gradient-to-position);
}

.dark\:to-lime-950:is(.dark *) {
  --tw-gradient-to: #1a2e05 var(--tw-gradient-to-position);
}

.dark\:to-neutral-100:is(.dark *) {
  --tw-gradient-to: #f5f5f5 var(--tw-gradient-to-position);
}

.dark\:to-neutral-200:is(.dark *) {
  --tw-gradient-to: #e5e5e5 var(--tw-gradient-to-position);
}

.dark\:to-neutral-300:is(.dark *) {
  --tw-gradient-to: #d4d4d4 var(--tw-gradient-to-position);
}

.dark\:to-neutral-400:is(.dark *) {
  --tw-gradient-to: #a3a3a3 var(--tw-gradient-to-position);
}

.dark\:to-neutral-50:is(.dark *) {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.dark\:to-neutral-500:is(.dark *) {
  --tw-gradient-to: #737373 var(--tw-gradient-to-position);
}

.dark\:to-neutral-600:is(.dark *) {
  --tw-gradient-to: #525252 var(--tw-gradient-to-position);
}

.dark\:to-neutral-700:is(.dark *) {
  --tw-gradient-to: #404040 var(--tw-gradient-to-position);
}

.dark\:to-neutral-800:is(.dark *) {
  --tw-gradient-to: #262626 var(--tw-gradient-to-position);
}

.dark\:to-neutral-900:is(.dark *) {
  --tw-gradient-to: #171717 var(--tw-gradient-to-position);
}

.dark\:to-neutral-950:is(.dark *) {
  --tw-gradient-to: #0a0a0a var(--tw-gradient-to-position);
}

.dark\:to-orange-100:is(.dark *) {
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}

.dark\:to-orange-200:is(.dark *) {
  --tw-gradient-to: #fed7aa var(--tw-gradient-to-position);
}

.dark\:to-orange-300:is(.dark *) {
  --tw-gradient-to: #fdba74 var(--tw-gradient-to-position);
}

.dark\:to-orange-400:is(.dark *) {
  --tw-gradient-to: #fb923c var(--tw-gradient-to-position);
}

.dark\:to-orange-50:is(.dark *) {
  --tw-gradient-to: #fff7ed var(--tw-gradient-to-position);
}

.dark\:to-orange-500:is(.dark *) {
  --tw-gradient-to: #f97316 var(--tw-gradient-to-position);
}

.dark\:to-orange-600:is(.dark *) {
  --tw-gradient-to: #ea580c var(--tw-gradient-to-position);
}

.dark\:to-orange-700:is(.dark *) {
  --tw-gradient-to: #c2410c var(--tw-gradient-to-position);
}

.dark\:to-orange-800:is(.dark *) {
  --tw-gradient-to: #9a3412 var(--tw-gradient-to-position);
}

.dark\:to-orange-900:is(.dark *) {
  --tw-gradient-to: #7c2d12 var(--tw-gradient-to-position);
}

.dark\:to-orange-950:is(.dark *) {
  --tw-gradient-to: #431407 var(--tw-gradient-to-position);
}

.dark\:to-pink-100:is(.dark *) {
  --tw-gradient-to: #fce7f3 var(--tw-gradient-to-position);
}

.dark\:to-pink-200:is(.dark *) {
  --tw-gradient-to: #fbcfe8 var(--tw-gradient-to-position);
}

.dark\:to-pink-300:is(.dark *) {
  --tw-gradient-to: #f9a8d4 var(--tw-gradient-to-position);
}

.dark\:to-pink-400:is(.dark *) {
  --tw-gradient-to: #f472b6 var(--tw-gradient-to-position);
}

.dark\:to-pink-50:is(.dark *) {
  --tw-gradient-to: #fdf2f8 var(--tw-gradient-to-position);
}

.dark\:to-pink-500:is(.dark *) {
  --tw-gradient-to: #ec4899 var(--tw-gradient-to-position);
}

.dark\:to-pink-600:is(.dark *) {
  --tw-gradient-to: #db2777 var(--tw-gradient-to-position);
}

.dark\:to-pink-700:is(.dark *) {
  --tw-gradient-to: #be185d var(--tw-gradient-to-position);
}

.dark\:to-pink-800:is(.dark *) {
  --tw-gradient-to: #9d174d var(--tw-gradient-to-position);
}

.dark\:to-pink-900:is(.dark *) {
  --tw-gradient-to: #831843 var(--tw-gradient-to-position);
}

.dark\:to-pink-950:is(.dark *) {
  --tw-gradient-to: #500724 var(--tw-gradient-to-position);
}

.dark\:to-purple-100:is(.dark *) {
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}

.dark\:to-purple-200:is(.dark *) {
  --tw-gradient-to: #e9d5ff var(--tw-gradient-to-position);
}

.dark\:to-purple-300:is(.dark *) {
  --tw-gradient-to: #d8b4fe var(--tw-gradient-to-position);
}

.dark\:to-purple-400:is(.dark *) {
  --tw-gradient-to: #c084fc var(--tw-gradient-to-position);
}

.dark\:to-purple-50:is(.dark *) {
  --tw-gradient-to: #faf5ff var(--tw-gradient-to-position);
}

.dark\:to-purple-500:is(.dark *) {
  --tw-gradient-to: #a855f7 var(--tw-gradient-to-position);
}

.dark\:to-purple-600:is(.dark *) {
  --tw-gradient-to: #9333ea var(--tw-gradient-to-position);
}

.dark\:to-purple-700:is(.dark *) {
  --tw-gradient-to: #7e22ce var(--tw-gradient-to-position);
}

.dark\:to-purple-800:is(.dark *) {
  --tw-gradient-to: #6b21a8 var(--tw-gradient-to-position);
}

.dark\:to-purple-900:is(.dark *) {
  --tw-gradient-to: #581c87 var(--tw-gradient-to-position);
}

.dark\:to-purple-950:is(.dark *) {
  --tw-gradient-to: #3b0764 var(--tw-gradient-to-position);
}

.dark\:to-red-100:is(.dark *) {
  --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position);
}

.dark\:to-red-200:is(.dark *) {
  --tw-gradient-to: #fecaca var(--tw-gradient-to-position);
}

.dark\:to-red-300:is(.dark *) {
  --tw-gradient-to: #fca5a5 var(--tw-gradient-to-position);
}

.dark\:to-red-400:is(.dark *) {
  --tw-gradient-to: #f87171 var(--tw-gradient-to-position);
}

.dark\:to-red-50:is(.dark *) {
  --tw-gradient-to: #fef2f2 var(--tw-gradient-to-position);
}

.dark\:to-red-500:is(.dark *) {
  --tw-gradient-to: #ef4444 var(--tw-gradient-to-position);
}

.dark\:to-red-600:is(.dark *) {
  --tw-gradient-to: #dc2626 var(--tw-gradient-to-position);
}

.dark\:to-red-700:is(.dark *) {
  --tw-gradient-to: #b91c1c var(--tw-gradient-to-position);
}

.dark\:to-red-800:is(.dark *) {
  --tw-gradient-to: #991b1b var(--tw-gradient-to-position);
}

.dark\:to-red-900:is(.dark *) {
  --tw-gradient-to: #7f1d1d var(--tw-gradient-to-position);
}

.dark\:to-red-950:is(.dark *) {
  --tw-gradient-to: #450a0a var(--tw-gradient-to-position);
}

.dark\:to-rose-100:is(.dark *) {
  --tw-gradient-to: #ffe4e6 var(--tw-gradient-to-position);
}

.dark\:to-rose-200:is(.dark *) {
  --tw-gradient-to: #fecdd3 var(--tw-gradient-to-position);
}

.dark\:to-rose-300:is(.dark *) {
  --tw-gradient-to: #fda4af var(--tw-gradient-to-position);
}

.dark\:to-rose-400:is(.dark *) {
  --tw-gradient-to: #fb7185 var(--tw-gradient-to-position);
}

.dark\:to-rose-50:is(.dark *) {
  --tw-gradient-to: #fff1f2 var(--tw-gradient-to-position);
}

.dark\:to-rose-500:is(.dark *) {
  --tw-gradient-to: #f43f5e var(--tw-gradient-to-position);
}

.dark\:to-rose-600:is(.dark *) {
  --tw-gradient-to: #e11d48 var(--tw-gradient-to-position);
}

.dark\:to-rose-700:is(.dark *) {
  --tw-gradient-to: #be123c var(--tw-gradient-to-position);
}

.dark\:to-rose-800:is(.dark *) {
  --tw-gradient-to: #9f1239 var(--tw-gradient-to-position);
}

.dark\:to-rose-900:is(.dark *) {
  --tw-gradient-to: #881337 var(--tw-gradient-to-position);
}

.dark\:to-rose-950:is(.dark *) {
  --tw-gradient-to: #4c0519 var(--tw-gradient-to-position);
}

.dark\:to-sky-100:is(.dark *) {
  --tw-gradient-to: #e0f2fe var(--tw-gradient-to-position);
}

.dark\:to-sky-200:is(.dark *) {
  --tw-gradient-to: #bae6fd var(--tw-gradient-to-position);
}

.dark\:to-sky-300:is(.dark *) {
  --tw-gradient-to: #7dd3fc var(--tw-gradient-to-position);
}

.dark\:to-sky-400:is(.dark *) {
  --tw-gradient-to: #38bdf8 var(--tw-gradient-to-position);
}

.dark\:to-sky-50:is(.dark *) {
  --tw-gradient-to: #f0f9ff var(--tw-gradient-to-position);
}

.dark\:to-sky-500:is(.dark *) {
  --tw-gradient-to: #0ea5e9 var(--tw-gradient-to-position);
}

.dark\:to-sky-600:is(.dark *) {
  --tw-gradient-to: #0284c7 var(--tw-gradient-to-position);
}

.dark\:to-sky-700:is(.dark *) {
  --tw-gradient-to: #0369a1 var(--tw-gradient-to-position);
}

.dark\:to-sky-800:is(.dark *) {
  --tw-gradient-to: #075985 var(--tw-gradient-to-position);
}

.dark\:to-sky-900:is(.dark *) {
  --tw-gradient-to: #0c4a6e var(--tw-gradient-to-position);
}

.dark\:to-sky-950:is(.dark *) {
  --tw-gradient-to: #082f49 var(--tw-gradient-to-position);
}

.dark\:to-slate-100:is(.dark *) {
  --tw-gradient-to: #f1f5f9 var(--tw-gradient-to-position);
}

.dark\:to-slate-200:is(.dark *) {
  --tw-gradient-to: #e2e8f0 var(--tw-gradient-to-position);
}

.dark\:to-slate-300:is(.dark *) {
  --tw-gradient-to: #cbd5e1 var(--tw-gradient-to-position);
}

.dark\:to-slate-400:is(.dark *) {
  --tw-gradient-to: #94a3b8 var(--tw-gradient-to-position);
}

.dark\:to-slate-50:is(.dark *) {
  --tw-gradient-to: #f8fafc var(--tw-gradient-to-position);
}

.dark\:to-slate-500:is(.dark *) {
  --tw-gradient-to: #64748b var(--tw-gradient-to-position);
}

.dark\:to-slate-600:is(.dark *) {
  --tw-gradient-to: #475569 var(--tw-gradient-to-position);
}

.dark\:to-slate-700:is(.dark *) {
  --tw-gradient-to: #334155 var(--tw-gradient-to-position);
}

.dark\:to-slate-800:is(.dark *) {
  --tw-gradient-to: #1e293b var(--tw-gradient-to-position);
}

.dark\:to-slate-900:is(.dark *) {
  --tw-gradient-to: #0f172a var(--tw-gradient-to-position);
}

.dark\:to-slate-950:is(.dark *) {
  --tw-gradient-to: #020617 var(--tw-gradient-to-position);
}

.dark\:to-stone-100:is(.dark *) {
  --tw-gradient-to: #f5f5f4 var(--tw-gradient-to-position);
}

.dark\:to-stone-200:is(.dark *) {
  --tw-gradient-to: #e7e5e4 var(--tw-gradient-to-position);
}

.dark\:to-stone-300:is(.dark *) {
  --tw-gradient-to: #d6d3d1 var(--tw-gradient-to-position);
}

.dark\:to-stone-400:is(.dark *) {
  --tw-gradient-to: #a8a29e var(--tw-gradient-to-position);
}

.dark\:to-stone-50:is(.dark *) {
  --tw-gradient-to: #fafaf9 var(--tw-gradient-to-position);
}

.dark\:to-stone-500:is(.dark *) {
  --tw-gradient-to: #78716c var(--tw-gradient-to-position);
}

.dark\:to-stone-600:is(.dark *) {
  --tw-gradient-to: #57534e var(--tw-gradient-to-position);
}

.dark\:to-stone-700:is(.dark *) {
  --tw-gradient-to: #44403c var(--tw-gradient-to-position);
}

.dark\:to-stone-800:is(.dark *) {
  --tw-gradient-to: #292524 var(--tw-gradient-to-position);
}

.dark\:to-stone-900:is(.dark *) {
  --tw-gradient-to: #1c1917 var(--tw-gradient-to-position);
}

.dark\:to-stone-950:is(.dark *) {
  --tw-gradient-to: #0c0a09 var(--tw-gradient-to-position);
}

.dark\:to-teal-100:is(.dark *) {
  --tw-gradient-to: #ccfbf1 var(--tw-gradient-to-position);
}

.dark\:to-teal-200:is(.dark *) {
  --tw-gradient-to: #99f6e4 var(--tw-gradient-to-position);
}

.dark\:to-teal-300:is(.dark *) {
  --tw-gradient-to: #5eead4 var(--tw-gradient-to-position);
}

.dark\:to-teal-400:is(.dark *) {
  --tw-gradient-to: #2dd4bf var(--tw-gradient-to-position);
}

.dark\:to-teal-50:is(.dark *) {
  --tw-gradient-to: #f0fdfa var(--tw-gradient-to-position);
}

.dark\:to-teal-500:is(.dark *) {
  --tw-gradient-to: #14b8a6 var(--tw-gradient-to-position);
}

.dark\:to-teal-600:is(.dark *) {
  --tw-gradient-to: #0d9488 var(--tw-gradient-to-position);
}

.dark\:to-teal-700:is(.dark *) {
  --tw-gradient-to: #0f766e var(--tw-gradient-to-position);
}

.dark\:to-teal-800:is(.dark *) {
  --tw-gradient-to: #115e59 var(--tw-gradient-to-position);
}

.dark\:to-teal-900:is(.dark *) {
  --tw-gradient-to: #134e4a var(--tw-gradient-to-position);
}

.dark\:to-teal-950:is(.dark *) {
  --tw-gradient-to: #042f2e var(--tw-gradient-to-position);
}

.dark\:to-transparent:is(.dark *) {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.dark\:to-violet-100:is(.dark *) {
  --tw-gradient-to: #ede9fe var(--tw-gradient-to-position);
}

.dark\:to-violet-200:is(.dark *) {
  --tw-gradient-to: #ddd6fe var(--tw-gradient-to-position);
}

.dark\:to-violet-300:is(.dark *) {
  --tw-gradient-to: #c4b5fd var(--tw-gradient-to-position);
}

.dark\:to-violet-400:is(.dark *) {
  --tw-gradient-to: #a78bfa var(--tw-gradient-to-position);
}

.dark\:to-violet-50:is(.dark *) {
  --tw-gradient-to: #f5f3ff var(--tw-gradient-to-position);
}

.dark\:to-violet-500:is(.dark *) {
  --tw-gradient-to: #8b5cf6 var(--tw-gradient-to-position);
}

.dark\:to-violet-600:is(.dark *) {
  --tw-gradient-to: #7c3aed var(--tw-gradient-to-position);
}

.dark\:to-violet-700:is(.dark *) {
  --tw-gradient-to: #6d28d9 var(--tw-gradient-to-position);
}

.dark\:to-violet-800:is(.dark *) {
  --tw-gradient-to: #5b21b6 var(--tw-gradient-to-position);
}

.dark\:to-violet-900:is(.dark *) {
  --tw-gradient-to: #4c1d95 var(--tw-gradient-to-position);
}

.dark\:to-violet-950:is(.dark *) {
  --tw-gradient-to: #2e1065 var(--tw-gradient-to-position);
}

.dark\:to-white:is(.dark *) {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.dark\:to-yellow-100:is(.dark *) {
  --tw-gradient-to: #fef9c3 var(--tw-gradient-to-position);
}

.dark\:to-yellow-200:is(.dark *) {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.dark\:to-yellow-300:is(.dark *) {
  --tw-gradient-to: #fde047 var(--tw-gradient-to-position);
}

.dark\:to-yellow-400:is(.dark *) {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.dark\:to-yellow-50:is(.dark *) {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.dark\:to-yellow-500:is(.dark *) {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.dark\:to-yellow-600:is(.dark *) {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.dark\:to-yellow-700:is(.dark *) {
  --tw-gradient-to: #a16207 var(--tw-gradient-to-position);
}

.dark\:to-yellow-800:is(.dark *) {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.dark\:to-yellow-900:is(.dark *) {
  --tw-gradient-to: #713f12 var(--tw-gradient-to-position);
}

.dark\:to-yellow-950:is(.dark *) {
  --tw-gradient-to: #422006 var(--tw-gradient-to-position);
}

.dark\:to-zinc-100:is(.dark *) {
  --tw-gradient-to: #f4f4f5 var(--tw-gradient-to-position);
}

.dark\:to-zinc-200:is(.dark *) {
  --tw-gradient-to: #e4e4e7 var(--tw-gradient-to-position);
}

.dark\:to-zinc-300:is(.dark *) {
  --tw-gradient-to: #d4d4d8 var(--tw-gradient-to-position);
}

.dark\:to-zinc-400:is(.dark *) {
  --tw-gradient-to: #a1a1aa var(--tw-gradient-to-position);
}

.dark\:to-zinc-50:is(.dark *) {
  --tw-gradient-to: #fafafa var(--tw-gradient-to-position);
}

.dark\:to-zinc-500:is(.dark *) {
  --tw-gradient-to: #71717a var(--tw-gradient-to-position);
}

.dark\:to-zinc-600:is(.dark *) {
  --tw-gradient-to: #52525b var(--tw-gradient-to-position);
}

.dark\:to-zinc-700:is(.dark *) {
  --tw-gradient-to: #3f3f46 var(--tw-gradient-to-position);
}

.dark\:to-zinc-800:is(.dark *) {
  --tw-gradient-to: #27272a var(--tw-gradient-to-position);
}

.dark\:to-zinc-900:is(.dark *) {
  --tw-gradient-to: #18181b var(--tw-gradient-to-position);
}

.dark\:to-zinc-950:is(.dark *) {
  --tw-gradient-to: #09090b var(--tw-gradient-to-position);
}

.dark\:fill-amber-100:is(.dark *) {
  fill: #fef3c7;
}

.dark\:fill-amber-200:is(.dark *) {
  fill: #fde68a;
}

.dark\:fill-amber-300:is(.dark *) {
  fill: #fcd34d;
}

.dark\:fill-amber-400:is(.dark *) {
  fill: #fbbf24;
}

.dark\:fill-amber-50:is(.dark *) {
  fill: #fffbeb;
}

.dark\:fill-amber-500:is(.dark *) {
  fill: #f59e0b;
}

.dark\:fill-amber-600:is(.dark *) {
  fill: #d97706;
}

.dark\:fill-amber-700:is(.dark *) {
  fill: #b45309;
}

.dark\:fill-amber-800:is(.dark *) {
  fill: #92400e;
}

.dark\:fill-amber-900:is(.dark *) {
  fill: #78350f;
}

.dark\:fill-amber-950:is(.dark *) {
  fill: #451a03;
}

.dark\:fill-black:is(.dark *) {
  fill: #000;
}

.dark\:fill-blue-100:is(.dark *) {
  fill: #dbeafe;
}

.dark\:fill-blue-200:is(.dark *) {
  fill: #bfdbfe;
}

.dark\:fill-blue-300:is(.dark *) {
  fill: #93c5fd;
}

.dark\:fill-blue-400:is(.dark *) {
  fill: #60a5fa;
}

.dark\:fill-blue-50:is(.dark *) {
  fill: #eff6ff;
}

.dark\:fill-blue-500:is(.dark *) {
  fill: #3b82f6;
}

.dark\:fill-blue-600:is(.dark *) {
  fill: #2563eb;
}

.dark\:fill-blue-700:is(.dark *) {
  fill: #1d4ed8;
}

.dark\:fill-blue-800:is(.dark *) {
  fill: #1e40af;
}

.dark\:fill-blue-900:is(.dark *) {
  fill: #1e3a8a;
}

.dark\:fill-blue-950:is(.dark *) {
  fill: #172554;
}

.dark\:fill-current:is(.dark *) {
  fill: currentColor;
}

.dark\:fill-cyan-100:is(.dark *) {
  fill: #cffafe;
}

.dark\:fill-cyan-200:is(.dark *) {
  fill: #a5f3fc;
}

.dark\:fill-cyan-300:is(.dark *) {
  fill: #67e8f9;
}

.dark\:fill-cyan-400:is(.dark *) {
  fill: #22d3ee;
}

.dark\:fill-cyan-50:is(.dark *) {
  fill: #ecfeff;
}

.dark\:fill-cyan-500:is(.dark *) {
  fill: #06b6d4;
}

.dark\:fill-cyan-600:is(.dark *) {
  fill: #0891b2;
}

.dark\:fill-cyan-700:is(.dark *) {
  fill: #0e7490;
}

.dark\:fill-cyan-800:is(.dark *) {
  fill: #155e75;
}

.dark\:fill-cyan-900:is(.dark *) {
  fill: #164e63;
}

.dark\:fill-cyan-950:is(.dark *) {
  fill: #083344;
}

.dark\:fill-emerald-100:is(.dark *) {
  fill: #d1fae5;
}

.dark\:fill-emerald-200:is(.dark *) {
  fill: #a7f3d0;
}

.dark\:fill-emerald-300:is(.dark *) {
  fill: #6ee7b7;
}

.dark\:fill-emerald-400:is(.dark *) {
  fill: #34d399;
}

.dark\:fill-emerald-50:is(.dark *) {
  fill: #ecfdf5;
}

.dark\:fill-emerald-500:is(.dark *) {
  fill: #10b981;
}

.dark\:fill-emerald-600:is(.dark *) {
  fill: #059669;
}

.dark\:fill-emerald-700:is(.dark *) {
  fill: #047857;
}

.dark\:fill-emerald-800:is(.dark *) {
  fill: #065f46;
}

.dark\:fill-emerald-900:is(.dark *) {
  fill: #064e3b;
}

.dark\:fill-emerald-950:is(.dark *) {
  fill: #022c22;
}

.dark\:fill-fuchsia-100:is(.dark *) {
  fill: #fae8ff;
}

.dark\:fill-fuchsia-200:is(.dark *) {
  fill: #f5d0fe;
}

.dark\:fill-fuchsia-300:is(.dark *) {
  fill: #f0abfc;
}

.dark\:fill-fuchsia-400:is(.dark *) {
  fill: #e879f9;
}

.dark\:fill-fuchsia-50:is(.dark *) {
  fill: #fdf4ff;
}

.dark\:fill-fuchsia-500:is(.dark *) {
  fill: #d946ef;
}

.dark\:fill-fuchsia-600:is(.dark *) {
  fill: #c026d3;
}

.dark\:fill-fuchsia-700:is(.dark *) {
  fill: #a21caf;
}

.dark\:fill-fuchsia-800:is(.dark *) {
  fill: #86198f;
}

.dark\:fill-fuchsia-900:is(.dark *) {
  fill: #701a75;
}

.dark\:fill-fuchsia-950:is(.dark *) {
  fill: #4a044e;
}

.dark\:fill-gray-100:is(.dark *) {
  fill: #f3f4f6;
}

.dark\:fill-gray-200:is(.dark *) {
  fill: #e5e7eb;
}

.dark\:fill-gray-300:is(.dark *) {
  fill: #d1d5db;
}

.dark\:fill-gray-400:is(.dark *) {
  fill: #9ca3af;
}

.dark\:fill-gray-50:is(.dark *) {
  fill: #f9fafb;
}

.dark\:fill-gray-500:is(.dark *) {
  fill: #6b7280;
}

.dark\:fill-gray-600:is(.dark *) {
  fill: #4b5563;
}

.dark\:fill-gray-700:is(.dark *) {
  fill: #374151;
}

.dark\:fill-gray-800:is(.dark *) {
  fill: #1f2937;
}

.dark\:fill-gray-900:is(.dark *) {
  fill: #111827;
}

.dark\:fill-gray-950:is(.dark *) {
  fill: #030712;
}

.dark\:fill-green-100:is(.dark *) {
  fill: #dcfce7;
}

.dark\:fill-green-200:is(.dark *) {
  fill: #bbf7d0;
}

.dark\:fill-green-300:is(.dark *) {
  fill: #86efac;
}

.dark\:fill-green-400:is(.dark *) {
  fill: #4ade80;
}

.dark\:fill-green-50:is(.dark *) {
  fill: #f0fdf4;
}

.dark\:fill-green-500:is(.dark *) {
  fill: #22c55e;
}

.dark\:fill-green-600:is(.dark *) {
  fill: #16a34a;
}

.dark\:fill-green-700:is(.dark *) {
  fill: #15803d;
}

.dark\:fill-green-800:is(.dark *) {
  fill: #166534;
}

.dark\:fill-green-900:is(.dark *) {
  fill: #14532d;
}

.dark\:fill-green-950:is(.dark *) {
  fill: #052e16;
}

.dark\:fill-indigo-100:is(.dark *) {
  fill: #e0e7ff;
}

.dark\:fill-indigo-200:is(.dark *) {
  fill: #c7d2fe;
}

.dark\:fill-indigo-300:is(.dark *) {
  fill: #a5b4fc;
}

.dark\:fill-indigo-400:is(.dark *) {
  fill: #818cf8;
}

.dark\:fill-indigo-50:is(.dark *) {
  fill: #eef2ff;
}

.dark\:fill-indigo-500:is(.dark *) {
  fill: #6366f1;
}

.dark\:fill-indigo-600:is(.dark *) {
  fill: #4f46e5;
}

.dark\:fill-indigo-700:is(.dark *) {
  fill: #4338ca;
}

.dark\:fill-indigo-800:is(.dark *) {
  fill: #3730a3;
}

.dark\:fill-indigo-900:is(.dark *) {
  fill: #312e81;
}

.dark\:fill-indigo-950:is(.dark *) {
  fill: #1e1b4b;
}

.dark\:fill-inherit:is(.dark *) {
  fill: inherit;
}

.dark\:fill-lime-100:is(.dark *) {
  fill: #ecfccb;
}

.dark\:fill-lime-200:is(.dark *) {
  fill: #d9f99d;
}

.dark\:fill-lime-300:is(.dark *) {
  fill: #bef264;
}

.dark\:fill-lime-400:is(.dark *) {
  fill: #a3e635;
}

.dark\:fill-lime-50:is(.dark *) {
  fill: #f7fee7;
}

.dark\:fill-lime-500:is(.dark *) {
  fill: #84cc16;
}

.dark\:fill-lime-600:is(.dark *) {
  fill: #65a30d;
}

.dark\:fill-lime-700:is(.dark *) {
  fill: #4d7c0f;
}

.dark\:fill-lime-800:is(.dark *) {
  fill: #3f6212;
}

.dark\:fill-lime-900:is(.dark *) {
  fill: #365314;
}

.dark\:fill-lime-950:is(.dark *) {
  fill: #1a2e05;
}

.dark\:fill-neutral-100:is(.dark *) {
  fill: #f5f5f5;
}

.dark\:fill-neutral-200:is(.dark *) {
  fill: #e5e5e5;
}

.dark\:fill-neutral-300:is(.dark *) {
  fill: #d4d4d4;
}

.dark\:fill-neutral-400:is(.dark *) {
  fill: #a3a3a3;
}

.dark\:fill-neutral-50:is(.dark *) {
  fill: #fafafa;
}

.dark\:fill-neutral-500:is(.dark *) {
  fill: #737373;
}

.dark\:fill-neutral-600:is(.dark *) {
  fill: #525252;
}

.dark\:fill-neutral-700:is(.dark *) {
  fill: #404040;
}

.dark\:fill-neutral-800:is(.dark *) {
  fill: #262626;
}

.dark\:fill-neutral-900:is(.dark *) {
  fill: #171717;
}

.dark\:fill-neutral-950:is(.dark *) {
  fill: #0a0a0a;
}

.dark\:fill-orange-100:is(.dark *) {
  fill: #ffedd5;
}

.dark\:fill-orange-200:is(.dark *) {
  fill: #fed7aa;
}

.dark\:fill-orange-300:is(.dark *) {
  fill: #fdba74;
}

.dark\:fill-orange-400:is(.dark *) {
  fill: #fb923c;
}

.dark\:fill-orange-50:is(.dark *) {
  fill: #fff7ed;
}

.dark\:fill-orange-500:is(.dark *) {
  fill: #f97316;
}

.dark\:fill-orange-600:is(.dark *) {
  fill: #ea580c;
}

.dark\:fill-orange-700:is(.dark *) {
  fill: #c2410c;
}

.dark\:fill-orange-800:is(.dark *) {
  fill: #9a3412;
}

.dark\:fill-orange-900:is(.dark *) {
  fill: #7c2d12;
}

.dark\:fill-orange-950:is(.dark *) {
  fill: #431407;
}

.dark\:fill-pink-100:is(.dark *) {
  fill: #fce7f3;
}

.dark\:fill-pink-200:is(.dark *) {
  fill: #fbcfe8;
}

.dark\:fill-pink-300:is(.dark *) {
  fill: #f9a8d4;
}

.dark\:fill-pink-400:is(.dark *) {
  fill: #f472b6;
}

.dark\:fill-pink-50:is(.dark *) {
  fill: #fdf2f8;
}

.dark\:fill-pink-500:is(.dark *) {
  fill: #ec4899;
}

.dark\:fill-pink-600:is(.dark *) {
  fill: #db2777;
}

.dark\:fill-pink-700:is(.dark *) {
  fill: #be185d;
}

.dark\:fill-pink-800:is(.dark *) {
  fill: #9d174d;
}

.dark\:fill-pink-900:is(.dark *) {
  fill: #831843;
}

.dark\:fill-pink-950:is(.dark *) {
  fill: #500724;
}

.dark\:fill-purple-100:is(.dark *) {
  fill: #f3e8ff;
}

.dark\:fill-purple-200:is(.dark *) {
  fill: #e9d5ff;
}

.dark\:fill-purple-300:is(.dark *) {
  fill: #d8b4fe;
}

.dark\:fill-purple-400:is(.dark *) {
  fill: #c084fc;
}

.dark\:fill-purple-50:is(.dark *) {
  fill: #faf5ff;
}

.dark\:fill-purple-500:is(.dark *) {
  fill: #a855f7;
}

.dark\:fill-purple-600:is(.dark *) {
  fill: #9333ea;
}

.dark\:fill-purple-700:is(.dark *) {
  fill: #7e22ce;
}

.dark\:fill-purple-800:is(.dark *) {
  fill: #6b21a8;
}

.dark\:fill-purple-900:is(.dark *) {
  fill: #581c87;
}

.dark\:fill-purple-950:is(.dark *) {
  fill: #3b0764;
}

.dark\:fill-red-100:is(.dark *) {
  fill: #fee2e2;
}

.dark\:fill-red-200:is(.dark *) {
  fill: #fecaca;
}

.dark\:fill-red-300:is(.dark *) {
  fill: #fca5a5;
}

.dark\:fill-red-400:is(.dark *) {
  fill: #f87171;
}

.dark\:fill-red-50:is(.dark *) {
  fill: #fef2f2;
}

.dark\:fill-red-500:is(.dark *) {
  fill: #ef4444;
}

.dark\:fill-red-600:is(.dark *) {
  fill: #dc2626;
}

.dark\:fill-red-700:is(.dark *) {
  fill: #b91c1c;
}

.dark\:fill-red-800:is(.dark *) {
  fill: #991b1b;
}

.dark\:fill-red-900:is(.dark *) {
  fill: #7f1d1d;
}

.dark\:fill-red-950:is(.dark *) {
  fill: #450a0a;
}

.dark\:fill-rose-100:is(.dark *) {
  fill: #ffe4e6;
}

.dark\:fill-rose-200:is(.dark *) {
  fill: #fecdd3;
}

.dark\:fill-rose-300:is(.dark *) {
  fill: #fda4af;
}

.dark\:fill-rose-400:is(.dark *) {
  fill: #fb7185;
}

.dark\:fill-rose-50:is(.dark *) {
  fill: #fff1f2;
}

.dark\:fill-rose-500:is(.dark *) {
  fill: #f43f5e;
}

.dark\:fill-rose-600:is(.dark *) {
  fill: #e11d48;
}

.dark\:fill-rose-700:is(.dark *) {
  fill: #be123c;
}

.dark\:fill-rose-800:is(.dark *) {
  fill: #9f1239;
}

.dark\:fill-rose-900:is(.dark *) {
  fill: #881337;
}

.dark\:fill-rose-950:is(.dark *) {
  fill: #4c0519;
}

.dark\:fill-sky-100:is(.dark *) {
  fill: #e0f2fe;
}

.dark\:fill-sky-200:is(.dark *) {
  fill: #bae6fd;
}

.dark\:fill-sky-300:is(.dark *) {
  fill: #7dd3fc;
}

.dark\:fill-sky-400:is(.dark *) {
  fill: #38bdf8;
}

.dark\:fill-sky-50:is(.dark *) {
  fill: #f0f9ff;
}

.dark\:fill-sky-500:is(.dark *) {
  fill: #0ea5e9;
}

.dark\:fill-sky-600:is(.dark *) {
  fill: #0284c7;
}

.dark\:fill-sky-700:is(.dark *) {
  fill: #0369a1;
}

.dark\:fill-sky-800:is(.dark *) {
  fill: #075985;
}

.dark\:fill-sky-900:is(.dark *) {
  fill: #0c4a6e;
}

.dark\:fill-sky-950:is(.dark *) {
  fill: #082f49;
}

.dark\:fill-slate-100:is(.dark *) {
  fill: #f1f5f9;
}

.dark\:fill-slate-200:is(.dark *) {
  fill: #e2e8f0;
}

.dark\:fill-slate-300:is(.dark *) {
  fill: #cbd5e1;
}

.dark\:fill-slate-400:is(.dark *) {
  fill: #94a3b8;
}

.dark\:fill-slate-50:is(.dark *) {
  fill: #f8fafc;
}

.dark\:fill-slate-500:is(.dark *) {
  fill: #64748b;
}

.dark\:fill-slate-600:is(.dark *) {
  fill: #475569;
}

.dark\:fill-slate-700:is(.dark *) {
  fill: #334155;
}

.dark\:fill-slate-800:is(.dark *) {
  fill: #1e293b;
}

.dark\:fill-slate-900:is(.dark *) {
  fill: #0f172a;
}

.dark\:fill-slate-950:is(.dark *) {
  fill: #020617;
}

.dark\:fill-stone-100:is(.dark *) {
  fill: #f5f5f4;
}

.dark\:fill-stone-200:is(.dark *) {
  fill: #e7e5e4;
}

.dark\:fill-stone-300:is(.dark *) {
  fill: #d6d3d1;
}

.dark\:fill-stone-400:is(.dark *) {
  fill: #a8a29e;
}

.dark\:fill-stone-50:is(.dark *) {
  fill: #fafaf9;
}

.dark\:fill-stone-500:is(.dark *) {
  fill: #78716c;
}

.dark\:fill-stone-600:is(.dark *) {
  fill: #57534e;
}

.dark\:fill-stone-700:is(.dark *) {
  fill: #44403c;
}

.dark\:fill-stone-800:is(.dark *) {
  fill: #292524;
}

.dark\:fill-stone-900:is(.dark *) {
  fill: #1c1917;
}

.dark\:fill-stone-950:is(.dark *) {
  fill: #0c0a09;
}

.dark\:fill-teal-100:is(.dark *) {
  fill: #ccfbf1;
}

.dark\:fill-teal-200:is(.dark *) {
  fill: #99f6e4;
}

.dark\:fill-teal-300:is(.dark *) {
  fill: #5eead4;
}

.dark\:fill-teal-400:is(.dark *) {
  fill: #2dd4bf;
}

.dark\:fill-teal-50:is(.dark *) {
  fill: #f0fdfa;
}

.dark\:fill-teal-500:is(.dark *) {
  fill: #14b8a6;
}

.dark\:fill-teal-600:is(.dark *) {
  fill: #0d9488;
}

.dark\:fill-teal-700:is(.dark *) {
  fill: #0f766e;
}

.dark\:fill-teal-800:is(.dark *) {
  fill: #115e59;
}

.dark\:fill-teal-900:is(.dark *) {
  fill: #134e4a;
}

.dark\:fill-teal-950:is(.dark *) {
  fill: #042f2e;
}

.dark\:fill-transparent:is(.dark *) {
  fill: transparent;
}

.dark\:fill-violet-100:is(.dark *) {
  fill: #ede9fe;
}

.dark\:fill-violet-200:is(.dark *) {
  fill: #ddd6fe;
}

.dark\:fill-violet-300:is(.dark *) {
  fill: #c4b5fd;
}

.dark\:fill-violet-400:is(.dark *) {
  fill: #a78bfa;
}

.dark\:fill-violet-50:is(.dark *) {
  fill: #f5f3ff;
}

.dark\:fill-violet-500:is(.dark *) {
  fill: #8b5cf6;
}

.dark\:fill-violet-600:is(.dark *) {
  fill: #7c3aed;
}

.dark\:fill-violet-700:is(.dark *) {
  fill: #6d28d9;
}

.dark\:fill-violet-800:is(.dark *) {
  fill: #5b21b6;
}

.dark\:fill-violet-900:is(.dark *) {
  fill: #4c1d95;
}

.dark\:fill-violet-950:is(.dark *) {
  fill: #2e1065;
}

.dark\:fill-white:is(.dark *) {
  fill: #fff;
}

.dark\:fill-yellow-100:is(.dark *) {
  fill: #fef9c3;
}

.dark\:fill-yellow-200:is(.dark *) {
  fill: #fef08a;
}

.dark\:fill-yellow-300:is(.dark *) {
  fill: #fde047;
}

.dark\:fill-yellow-400:is(.dark *) {
  fill: #facc15;
}

.dark\:fill-yellow-50:is(.dark *) {
  fill: #fefce8;
}

.dark\:fill-yellow-500:is(.dark *) {
  fill: #eab308;
}

.dark\:fill-yellow-600:is(.dark *) {
  fill: #ca8a04;
}

.dark\:fill-yellow-700:is(.dark *) {
  fill: #a16207;
}

.dark\:fill-yellow-800:is(.dark *) {
  fill: #854d0e;
}

.dark\:fill-yellow-900:is(.dark *) {
  fill: #713f12;
}

.dark\:fill-yellow-950:is(.dark *) {
  fill: #422006;
}

.dark\:fill-zinc-100:is(.dark *) {
  fill: #f4f4f5;
}

.dark\:fill-zinc-200:is(.dark *) {
  fill: #e4e4e7;
}

.dark\:fill-zinc-300:is(.dark *) {
  fill: #d4d4d8;
}

.dark\:fill-zinc-400:is(.dark *) {
  fill: #a1a1aa;
}

.dark\:fill-zinc-50:is(.dark *) {
  fill: #fafafa;
}

.dark\:fill-zinc-500:is(.dark *) {
  fill: #71717a;
}

.dark\:fill-zinc-600:is(.dark *) {
  fill: #52525b;
}

.dark\:fill-zinc-700:is(.dark *) {
  fill: #3f3f46;
}

.dark\:fill-zinc-800:is(.dark *) {
  fill: #27272a;
}

.dark\:fill-zinc-900:is(.dark *) {
  fill: #18181b;
}

.dark\:fill-zinc-950:is(.dark *) {
  fill: #09090b;
}

.dark\:stroke-amber-100:is(.dark *) {
  stroke: #fef3c7;
}

.dark\:stroke-amber-200:is(.dark *) {
  stroke: #fde68a;
}

.dark\:stroke-amber-300:is(.dark *) {
  stroke: #fcd34d;
}

.dark\:stroke-amber-400:is(.dark *) {
  stroke: #fbbf24;
}

.dark\:stroke-amber-50:is(.dark *) {
  stroke: #fffbeb;
}

.dark\:stroke-amber-500:is(.dark *) {
  stroke: #f59e0b;
}

.dark\:stroke-amber-600:is(.dark *) {
  stroke: #d97706;
}

.dark\:stroke-amber-700:is(.dark *) {
  stroke: #b45309;
}

.dark\:stroke-amber-800:is(.dark *) {
  stroke: #92400e;
}

.dark\:stroke-amber-900:is(.dark *) {
  stroke: #78350f;
}

.dark\:stroke-amber-950:is(.dark *) {
  stroke: #451a03;
}

.dark\:stroke-black:is(.dark *) {
  stroke: #000;
}

.dark\:stroke-blue-100:is(.dark *) {
  stroke: #dbeafe;
}

.dark\:stroke-blue-200:is(.dark *) {
  stroke: #bfdbfe;
}

.dark\:stroke-blue-300:is(.dark *) {
  stroke: #93c5fd;
}

.dark\:stroke-blue-400:is(.dark *) {
  stroke: #60a5fa;
}

.dark\:stroke-blue-50:is(.dark *) {
  stroke: #eff6ff;
}

.dark\:stroke-blue-500:is(.dark *) {
  stroke: #3b82f6;
}

.dark\:stroke-blue-600:is(.dark *) {
  stroke: #2563eb;
}

.dark\:stroke-blue-700:is(.dark *) {
  stroke: #1d4ed8;
}

.dark\:stroke-blue-800:is(.dark *) {
  stroke: #1e40af;
}

.dark\:stroke-blue-900:is(.dark *) {
  stroke: #1e3a8a;
}

.dark\:stroke-blue-950:is(.dark *) {
  stroke: #172554;
}

.dark\:stroke-current:is(.dark *) {
  stroke: currentColor;
}

.dark\:stroke-cyan-100:is(.dark *) {
  stroke: #cffafe;
}

.dark\:stroke-cyan-200:is(.dark *) {
  stroke: #a5f3fc;
}

.dark\:stroke-cyan-300:is(.dark *) {
  stroke: #67e8f9;
}

.dark\:stroke-cyan-400:is(.dark *) {
  stroke: #22d3ee;
}

.dark\:stroke-cyan-50:is(.dark *) {
  stroke: #ecfeff;
}

.dark\:stroke-cyan-500:is(.dark *) {
  stroke: #06b6d4;
}

.dark\:stroke-cyan-600:is(.dark *) {
  stroke: #0891b2;
}

.dark\:stroke-cyan-700:is(.dark *) {
  stroke: #0e7490;
}

.dark\:stroke-cyan-800:is(.dark *) {
  stroke: #155e75;
}

.dark\:stroke-cyan-900:is(.dark *) {
  stroke: #164e63;
}

.dark\:stroke-cyan-950:is(.dark *) {
  stroke: #083344;
}

.dark\:stroke-emerald-100:is(.dark *) {
  stroke: #d1fae5;
}

.dark\:stroke-emerald-200:is(.dark *) {
  stroke: #a7f3d0;
}

.dark\:stroke-emerald-300:is(.dark *) {
  stroke: #6ee7b7;
}

.dark\:stroke-emerald-400:is(.dark *) {
  stroke: #34d399;
}

.dark\:stroke-emerald-50:is(.dark *) {
  stroke: #ecfdf5;
}

.dark\:stroke-emerald-500:is(.dark *) {
  stroke: #10b981;
}

.dark\:stroke-emerald-600:is(.dark *) {
  stroke: #059669;
}

.dark\:stroke-emerald-700:is(.dark *) {
  stroke: #047857;
}

.dark\:stroke-emerald-800:is(.dark *) {
  stroke: #065f46;
}

.dark\:stroke-emerald-900:is(.dark *) {
  stroke: #064e3b;
}

.dark\:stroke-emerald-950:is(.dark *) {
  stroke: #022c22;
}

.dark\:stroke-fuchsia-100:is(.dark *) {
  stroke: #fae8ff;
}

.dark\:stroke-fuchsia-200:is(.dark *) {
  stroke: #f5d0fe;
}

.dark\:stroke-fuchsia-300:is(.dark *) {
  stroke: #f0abfc;
}

.dark\:stroke-fuchsia-400:is(.dark *) {
  stroke: #e879f9;
}

.dark\:stroke-fuchsia-50:is(.dark *) {
  stroke: #fdf4ff;
}

.dark\:stroke-fuchsia-500:is(.dark *) {
  stroke: #d946ef;
}

.dark\:stroke-fuchsia-600:is(.dark *) {
  stroke: #c026d3;
}

.dark\:stroke-fuchsia-700:is(.dark *) {
  stroke: #a21caf;
}

.dark\:stroke-fuchsia-800:is(.dark *) {
  stroke: #86198f;
}

.dark\:stroke-fuchsia-900:is(.dark *) {
  stroke: #701a75;
}

.dark\:stroke-fuchsia-950:is(.dark *) {
  stroke: #4a044e;
}

.dark\:stroke-gray-100:is(.dark *) {
  stroke: #f3f4f6;
}

.dark\:stroke-gray-200:is(.dark *) {
  stroke: #e5e7eb;
}

.dark\:stroke-gray-300:is(.dark *) {
  stroke: #d1d5db;
}

.dark\:stroke-gray-400:is(.dark *) {
  stroke: #9ca3af;
}

.dark\:stroke-gray-50:is(.dark *) {
  stroke: #f9fafb;
}

.dark\:stroke-gray-500:is(.dark *) {
  stroke: #6b7280;
}

.dark\:stroke-gray-600:is(.dark *) {
  stroke: #4b5563;
}

.dark\:stroke-gray-700:is(.dark *) {
  stroke: #374151;
}

.dark\:stroke-gray-800:is(.dark *) {
  stroke: #1f2937;
}

.dark\:stroke-gray-900:is(.dark *) {
  stroke: #111827;
}

.dark\:stroke-gray-950:is(.dark *) {
  stroke: #030712;
}

.dark\:stroke-green-100:is(.dark *) {
  stroke: #dcfce7;
}

.dark\:stroke-green-200:is(.dark *) {
  stroke: #bbf7d0;
}

.dark\:stroke-green-300:is(.dark *) {
  stroke: #86efac;
}

.dark\:stroke-green-400:is(.dark *) {
  stroke: #4ade80;
}

.dark\:stroke-green-50:is(.dark *) {
  stroke: #f0fdf4;
}

.dark\:stroke-green-500:is(.dark *) {
  stroke: #22c55e;
}

.dark\:stroke-green-600:is(.dark *) {
  stroke: #16a34a;
}

.dark\:stroke-green-700:is(.dark *) {
  stroke: #15803d;
}

.dark\:stroke-green-800:is(.dark *) {
  stroke: #166534;
}

.dark\:stroke-green-900:is(.dark *) {
  stroke: #14532d;
}

.dark\:stroke-green-950:is(.dark *) {
  stroke: #052e16;
}

.dark\:stroke-indigo-100:is(.dark *) {
  stroke: #e0e7ff;
}

.dark\:stroke-indigo-200:is(.dark *) {
  stroke: #c7d2fe;
}

.dark\:stroke-indigo-300:is(.dark *) {
  stroke: #a5b4fc;
}

.dark\:stroke-indigo-400:is(.dark *) {
  stroke: #818cf8;
}

.dark\:stroke-indigo-50:is(.dark *) {
  stroke: #eef2ff;
}

.dark\:stroke-indigo-500:is(.dark *) {
  stroke: #6366f1;
}

.dark\:stroke-indigo-600:is(.dark *) {
  stroke: #4f46e5;
}

.dark\:stroke-indigo-700:is(.dark *) {
  stroke: #4338ca;
}

.dark\:stroke-indigo-800:is(.dark *) {
  stroke: #3730a3;
}

.dark\:stroke-indigo-900:is(.dark *) {
  stroke: #312e81;
}

.dark\:stroke-indigo-950:is(.dark *) {
  stroke: #1e1b4b;
}

.dark\:stroke-inherit:is(.dark *) {
  stroke: inherit;
}

.dark\:stroke-lime-100:is(.dark *) {
  stroke: #ecfccb;
}

.dark\:stroke-lime-200:is(.dark *) {
  stroke: #d9f99d;
}

.dark\:stroke-lime-300:is(.dark *) {
  stroke: #bef264;
}

.dark\:stroke-lime-400:is(.dark *) {
  stroke: #a3e635;
}

.dark\:stroke-lime-50:is(.dark *) {
  stroke: #f7fee7;
}

.dark\:stroke-lime-500:is(.dark *) {
  stroke: #84cc16;
}

.dark\:stroke-lime-600:is(.dark *) {
  stroke: #65a30d;
}

.dark\:stroke-lime-700:is(.dark *) {
  stroke: #4d7c0f;
}

.dark\:stroke-lime-800:is(.dark *) {
  stroke: #3f6212;
}

.dark\:stroke-lime-900:is(.dark *) {
  stroke: #365314;
}

.dark\:stroke-lime-950:is(.dark *) {
  stroke: #1a2e05;
}

.dark\:stroke-neutral-100:is(.dark *) {
  stroke: #f5f5f5;
}

.dark\:stroke-neutral-200:is(.dark *) {
  stroke: #e5e5e5;
}

.dark\:stroke-neutral-300:is(.dark *) {
  stroke: #d4d4d4;
}

.dark\:stroke-neutral-400:is(.dark *) {
  stroke: #a3a3a3;
}

.dark\:stroke-neutral-50:is(.dark *) {
  stroke: #fafafa;
}

.dark\:stroke-neutral-500:is(.dark *) {
  stroke: #737373;
}

.dark\:stroke-neutral-600:is(.dark *) {
  stroke: #525252;
}

.dark\:stroke-neutral-700:is(.dark *) {
  stroke: #404040;
}

.dark\:stroke-neutral-800:is(.dark *) {
  stroke: #262626;
}

.dark\:stroke-neutral-900:is(.dark *) {
  stroke: #171717;
}

.dark\:stroke-neutral-950:is(.dark *) {
  stroke: #0a0a0a;
}

.dark\:stroke-orange-100:is(.dark *) {
  stroke: #ffedd5;
}

.dark\:stroke-orange-200:is(.dark *) {
  stroke: #fed7aa;
}

.dark\:stroke-orange-300:is(.dark *) {
  stroke: #fdba74;
}

.dark\:stroke-orange-400:is(.dark *) {
  stroke: #fb923c;
}

.dark\:stroke-orange-50:is(.dark *) {
  stroke: #fff7ed;
}

.dark\:stroke-orange-500:is(.dark *) {
  stroke: #f97316;
}

.dark\:stroke-orange-600:is(.dark *) {
  stroke: #ea580c;
}

.dark\:stroke-orange-700:is(.dark *) {
  stroke: #c2410c;
}

.dark\:stroke-orange-800:is(.dark *) {
  stroke: #9a3412;
}

.dark\:stroke-orange-900:is(.dark *) {
  stroke: #7c2d12;
}

.dark\:stroke-orange-950:is(.dark *) {
  stroke: #431407;
}

.dark\:stroke-pink-100:is(.dark *) {
  stroke: #fce7f3;
}

.dark\:stroke-pink-200:is(.dark *) {
  stroke: #fbcfe8;
}

.dark\:stroke-pink-300:is(.dark *) {
  stroke: #f9a8d4;
}

.dark\:stroke-pink-400:is(.dark *) {
  stroke: #f472b6;
}

.dark\:stroke-pink-50:is(.dark *) {
  stroke: #fdf2f8;
}

.dark\:stroke-pink-500:is(.dark *) {
  stroke: #ec4899;
}

.dark\:stroke-pink-600:is(.dark *) {
  stroke: #db2777;
}

.dark\:stroke-pink-700:is(.dark *) {
  stroke: #be185d;
}

.dark\:stroke-pink-800:is(.dark *) {
  stroke: #9d174d;
}

.dark\:stroke-pink-900:is(.dark *) {
  stroke: #831843;
}

.dark\:stroke-pink-950:is(.dark *) {
  stroke: #500724;
}

.dark\:stroke-purple-100:is(.dark *) {
  stroke: #f3e8ff;
}

.dark\:stroke-purple-200:is(.dark *) {
  stroke: #e9d5ff;
}

.dark\:stroke-purple-300:is(.dark *) {
  stroke: #d8b4fe;
}

.dark\:stroke-purple-400:is(.dark *) {
  stroke: #c084fc;
}

.dark\:stroke-purple-50:is(.dark *) {
  stroke: #faf5ff;
}

.dark\:stroke-purple-500:is(.dark *) {
  stroke: #a855f7;
}

.dark\:stroke-purple-600:is(.dark *) {
  stroke: #9333ea;
}

.dark\:stroke-purple-700:is(.dark *) {
  stroke: #7e22ce;
}

.dark\:stroke-purple-800:is(.dark *) {
  stroke: #6b21a8;
}

.dark\:stroke-purple-900:is(.dark *) {
  stroke: #581c87;
}

.dark\:stroke-purple-950:is(.dark *) {
  stroke: #3b0764;
}

.dark\:stroke-red-100:is(.dark *) {
  stroke: #fee2e2;
}

.dark\:stroke-red-200:is(.dark *) {
  stroke: #fecaca;
}

.dark\:stroke-red-300:is(.dark *) {
  stroke: #fca5a5;
}

.dark\:stroke-red-400:is(.dark *) {
  stroke: #f87171;
}

.dark\:stroke-red-50:is(.dark *) {
  stroke: #fef2f2;
}

.dark\:stroke-red-500:is(.dark *) {
  stroke: #ef4444;
}

.dark\:stroke-red-600:is(.dark *) {
  stroke: #dc2626;
}

.dark\:stroke-red-700:is(.dark *) {
  stroke: #b91c1c;
}

.dark\:stroke-red-800:is(.dark *) {
  stroke: #991b1b;
}

.dark\:stroke-red-900:is(.dark *) {
  stroke: #7f1d1d;
}

.dark\:stroke-red-950:is(.dark *) {
  stroke: #450a0a;
}

.dark\:stroke-rose-100:is(.dark *) {
  stroke: #ffe4e6;
}

.dark\:stroke-rose-200:is(.dark *) {
  stroke: #fecdd3;
}

.dark\:stroke-rose-300:is(.dark *) {
  stroke: #fda4af;
}

.dark\:stroke-rose-400:is(.dark *) {
  stroke: #fb7185;
}

.dark\:stroke-rose-50:is(.dark *) {
  stroke: #fff1f2;
}

.dark\:stroke-rose-500:is(.dark *) {
  stroke: #f43f5e;
}

.dark\:stroke-rose-600:is(.dark *) {
  stroke: #e11d48;
}

.dark\:stroke-rose-700:is(.dark *) {
  stroke: #be123c;
}

.dark\:stroke-rose-800:is(.dark *) {
  stroke: #9f1239;
}

.dark\:stroke-rose-900:is(.dark *) {
  stroke: #881337;
}

.dark\:stroke-rose-950:is(.dark *) {
  stroke: #4c0519;
}

.dark\:stroke-sky-100:is(.dark *) {
  stroke: #e0f2fe;
}

.dark\:stroke-sky-200:is(.dark *) {
  stroke: #bae6fd;
}

.dark\:stroke-sky-300:is(.dark *) {
  stroke: #7dd3fc;
}

.dark\:stroke-sky-400:is(.dark *) {
  stroke: #38bdf8;
}

.dark\:stroke-sky-50:is(.dark *) {
  stroke: #f0f9ff;
}

.dark\:stroke-sky-500:is(.dark *) {
  stroke: #0ea5e9;
}

.dark\:stroke-sky-600:is(.dark *) {
  stroke: #0284c7;
}

.dark\:stroke-sky-700:is(.dark *) {
  stroke: #0369a1;
}

.dark\:stroke-sky-800:is(.dark *) {
  stroke: #075985;
}

.dark\:stroke-sky-900:is(.dark *) {
  stroke: #0c4a6e;
}

.dark\:stroke-sky-950:is(.dark *) {
  stroke: #082f49;
}

.dark\:stroke-slate-100:is(.dark *) {
  stroke: #f1f5f9;
}

.dark\:stroke-slate-200:is(.dark *) {
  stroke: #e2e8f0;
}

.dark\:stroke-slate-300:is(.dark *) {
  stroke: #cbd5e1;
}

.dark\:stroke-slate-400:is(.dark *) {
  stroke: #94a3b8;
}

.dark\:stroke-slate-50:is(.dark *) {
  stroke: #f8fafc;
}

.dark\:stroke-slate-500:is(.dark *) {
  stroke: #64748b;
}

.dark\:stroke-slate-600:is(.dark *) {
  stroke: #475569;
}

.dark\:stroke-slate-700:is(.dark *) {
  stroke: #334155;
}

.dark\:stroke-slate-800:is(.dark *) {
  stroke: #1e293b;
}

.dark\:stroke-slate-900:is(.dark *) {
  stroke: #0f172a;
}

.dark\:stroke-slate-950:is(.dark *) {
  stroke: #020617;
}

.dark\:stroke-stone-100:is(.dark *) {
  stroke: #f5f5f4;
}

.dark\:stroke-stone-200:is(.dark *) {
  stroke: #e7e5e4;
}

.dark\:stroke-stone-300:is(.dark *) {
  stroke: #d6d3d1;
}

.dark\:stroke-stone-400:is(.dark *) {
  stroke: #a8a29e;
}

.dark\:stroke-stone-50:is(.dark *) {
  stroke: #fafaf9;
}

.dark\:stroke-stone-500:is(.dark *) {
  stroke: #78716c;
}

.dark\:stroke-stone-600:is(.dark *) {
  stroke: #57534e;
}

.dark\:stroke-stone-700:is(.dark *) {
  stroke: #44403c;
}

.dark\:stroke-stone-800:is(.dark *) {
  stroke: #292524;
}

.dark\:stroke-stone-900:is(.dark *) {
  stroke: #1c1917;
}

.dark\:stroke-stone-950:is(.dark *) {
  stroke: #0c0a09;
}

.dark\:stroke-teal-100:is(.dark *) {
  stroke: #ccfbf1;
}

.dark\:stroke-teal-200:is(.dark *) {
  stroke: #99f6e4;
}

.dark\:stroke-teal-300:is(.dark *) {
  stroke: #5eead4;
}

.dark\:stroke-teal-400:is(.dark *) {
  stroke: #2dd4bf;
}

.dark\:stroke-teal-50:is(.dark *) {
  stroke: #f0fdfa;
}

.dark\:stroke-teal-500:is(.dark *) {
  stroke: #14b8a6;
}

.dark\:stroke-teal-600:is(.dark *) {
  stroke: #0d9488;
}

.dark\:stroke-teal-700:is(.dark *) {
  stroke: #0f766e;
}

.dark\:stroke-teal-800:is(.dark *) {
  stroke: #115e59;
}

.dark\:stroke-teal-900:is(.dark *) {
  stroke: #134e4a;
}

.dark\:stroke-teal-950:is(.dark *) {
  stroke: #042f2e;
}

.dark\:stroke-transparent:is(.dark *) {
  stroke: transparent;
}

.dark\:stroke-violet-100:is(.dark *) {
  stroke: #ede9fe;
}

.dark\:stroke-violet-200:is(.dark *) {
  stroke: #ddd6fe;
}

.dark\:stroke-violet-300:is(.dark *) {
  stroke: #c4b5fd;
}

.dark\:stroke-violet-400:is(.dark *) {
  stroke: #a78bfa;
}

.dark\:stroke-violet-50:is(.dark *) {
  stroke: #f5f3ff;
}

.dark\:stroke-violet-500:is(.dark *) {
  stroke: #8b5cf6;
}

.dark\:stroke-violet-600:is(.dark *) {
  stroke: #7c3aed;
}

.dark\:stroke-violet-700:is(.dark *) {
  stroke: #6d28d9;
}

.dark\:stroke-violet-800:is(.dark *) {
  stroke: #5b21b6;
}

.dark\:stroke-violet-900:is(.dark *) {
  stroke: #4c1d95;
}

.dark\:stroke-violet-950:is(.dark *) {
  stroke: #2e1065;
}

.dark\:stroke-white:is(.dark *) {
  stroke: #fff;
}

.dark\:stroke-yellow-100:is(.dark *) {
  stroke: #fef9c3;
}

.dark\:stroke-yellow-200:is(.dark *) {
  stroke: #fef08a;
}

.dark\:stroke-yellow-300:is(.dark *) {
  stroke: #fde047;
}

.dark\:stroke-yellow-400:is(.dark *) {
  stroke: #facc15;
}

.dark\:stroke-yellow-50:is(.dark *) {
  stroke: #fefce8;
}

.dark\:stroke-yellow-500:is(.dark *) {
  stroke: #eab308;
}

.dark\:stroke-yellow-600:is(.dark *) {
  stroke: #ca8a04;
}

.dark\:stroke-yellow-700:is(.dark *) {
  stroke: #a16207;
}

.dark\:stroke-yellow-800:is(.dark *) {
  stroke: #854d0e;
}

.dark\:stroke-yellow-900:is(.dark *) {
  stroke: #713f12;
}

.dark\:stroke-yellow-950:is(.dark *) {
  stroke: #422006;
}

.dark\:stroke-zinc-100:is(.dark *) {
  stroke: #f4f4f5;
}

.dark\:stroke-zinc-200:is(.dark *) {
  stroke: #e4e4e7;
}

.dark\:stroke-zinc-300:is(.dark *) {
  stroke: #d4d4d8;
}

.dark\:stroke-zinc-400:is(.dark *) {
  stroke: #a1a1aa;
}

.dark\:stroke-zinc-50:is(.dark *) {
  stroke: #fafafa;
}

.dark\:stroke-zinc-500:is(.dark *) {
  stroke: #71717a;
}

.dark\:stroke-zinc-600:is(.dark *) {
  stroke: #52525b;
}

.dark\:stroke-zinc-700:is(.dark *) {
  stroke: #3f3f46;
}

.dark\:stroke-zinc-800:is(.dark *) {
  stroke: #27272a;
}

.dark\:stroke-zinc-900:is(.dark *) {
  stroke: #18181b;
}

.dark\:stroke-zinc-950:is(.dark *) {
  stroke: #09090b;
}

.dark\:text-amber-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 243 199 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 230 138 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 251 235 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(180 83 9 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(146 64 14 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(120 53 15 / var(--tw-text-opacity, 1));
}

.dark\:text-amber-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(69 26 3 / var(--tw-text-opacity, 1));
}

.dark\:text-black:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(219 234 254 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 246 255 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}

.dark\:text-blue-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity, 1));
}

.dark\:text-current:is(.dark *) {
  color: currentColor;
}

.dark\:text-cyan-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(207 250 254 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(165 243 252 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(103 232 249 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(34 211 238 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(236 254 255 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(8 145 178 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(21 94 117 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(22 78 99 / var(--tw-text-opacity, 1));
}

.dark\:text-cyan-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(8 51 68 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 250 229 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(110 231 183 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(52 211 153 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(236 253 245 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(6 95 70 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(6 78 59 / var(--tw-text-opacity, 1));
}

.dark\:text-emerald-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(2 44 34 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 232 255 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 208 254 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(240 171 252 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(232 121 249 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 244 255 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 70 239 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 38 211 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(162 28 175 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(134 25 143 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(112 26 117 / var(--tw-text-opacity, 1));
}

.dark\:text-fuchsia-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 4 78 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.dark\:text-gray-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity, 1));
}

.dark\:text-green-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity, 1));
}

.dark\:text-green-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity, 1));
}

.dark\:text-green-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity, 1));
}

.dark\:text-green-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity, 1));
}

.dark\:text-green-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity, 1));
}

.dark\:text-green-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.dark\:text-green-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.dark\:text-green-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

.dark\:text-green-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}

.dark\:text-green-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}

.dark\:text-green-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(224 231 255 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(199 210 254 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(238 242 255 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-500\/50:is(.dark *) {
  color: rgb(99 102 241 / 0.5);
}

.dark\:text-indigo-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(49 46 129 / var(--tw-text-opacity, 1));
}

.dark\:text-indigo-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(30 27 75 / var(--tw-text-opacity, 1));
}

.dark\:text-inherit:is(.dark *) {
  color: inherit;
}

.dark\:text-lime-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(236 252 203 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(217 249 157 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(190 242 100 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(247 254 231 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(132 204 22 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(101 163 13 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(77 124 15 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(63 98 18 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(54 83 20 / var(--tw-text-opacity, 1));
}

.dark\:text-lime-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(26 46 5 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

.dark\:text-neutral-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 237 213 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 215 170 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 186 116 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 247 237 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}

.dark\:text-orange-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(67 20 7 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 231 243 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 207 232 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(249 168 212 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(244 114 182 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 242 248 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(236 72 153 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(219 39 119 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(157 23 77 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(131 24 67 / var(--tw-text-opacity, 1));
}

.dark\:text-pink-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(80 7 36 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(243 232 255 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(233 213 255 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(216 180 254 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(192 132 252 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 245 255 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(107 33 168 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}

.dark\:text-purple-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(59 7 100 / var(--tw-text-opacity, 1));
}

.dark\:text-red-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity, 1));
}

.dark\:text-red-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity, 1));
}

.dark\:text-red-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

.dark\:text-red-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity, 1));
}

.dark\:text-red-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}

.dark\:text-red-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}

.dark\:text-red-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.dark\:text-red-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.dark\:text-red-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}

.dark\:text-red-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity, 1));
}

.dark\:text-red-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 205 211 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 164 175 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(251 113 133 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 241 242 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(159 18 57 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(136 19 55 / var(--tw-text-opacity, 1));
}

.dark\:text-rose-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(76 5 25 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(56 189 248 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(3 105 161 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(7 89 133 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(12 74 110 / var(--tw-text-opacity, 1));
}

.dark\:text-sky-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(8 47 73 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(241 245 249 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.dark\:text-slate-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(2 6 23 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 245 244 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(231 229 228 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(214 211 209 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 250 249 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(120 113 108 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(87 83 78 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity, 1));
}

.dark\:text-stone-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(12 10 9 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(204 251 241 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(153 246 228 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(45 212 191 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(15 118 110 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(17 94 89 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(19 78 74 / var(--tw-text-opacity, 1));
}

.dark\:text-teal-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(4 47 46 / var(--tw-text-opacity, 1));
}

.dark\:text-transparent:is(.dark *) {
  color: transparent;
}

.dark\:text-violet-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(237 233 254 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(221 214 254 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(196 181 253 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(167 139 250 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(245 243 255 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(124 58 237 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(91 33 182 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(76 29 149 / var(--tw-text-opacity, 1));
}

.dark\:text-violet-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(46 16 101 / var(--tw-text-opacity, 1));
}

.dark\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 249 195 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 240 138 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(113 63 18 / var(--tw-text-opacity, 1));
}

.dark\:text-yellow-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(66 32 6 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-100:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(244 244 245 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-200:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(228 228 231 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-300:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-400:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(161 161 170 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-50:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-500:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(113 113 122 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-600:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(82 82 91 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-700:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(63 63 70 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-800:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-900:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(24 24 27 / var(--tw-text-opacity, 1));
}

.dark\:text-zinc-950:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity, 1));
}

.dark\:decoration-amber-100:is(.dark *) {
  text-decoration-color: #fef3c7;
}

.dark\:decoration-amber-200:is(.dark *) {
  text-decoration-color: #fde68a;
}

.dark\:decoration-amber-300:is(.dark *) {
  text-decoration-color: #fcd34d;
}

.dark\:decoration-amber-400:is(.dark *) {
  text-decoration-color: #fbbf24;
}

.dark\:decoration-amber-50:is(.dark *) {
  text-decoration-color: #fffbeb;
}

.dark\:decoration-amber-500:is(.dark *) {
  text-decoration-color: #f59e0b;
}

.dark\:decoration-amber-600:is(.dark *) {
  text-decoration-color: #d97706;
}

.dark\:decoration-amber-700:is(.dark *) {
  text-decoration-color: #b45309;
}

.dark\:decoration-amber-800:is(.dark *) {
  text-decoration-color: #92400e;
}

.dark\:decoration-amber-900:is(.dark *) {
  text-decoration-color: #78350f;
}

.dark\:decoration-amber-950:is(.dark *) {
  text-decoration-color: #451a03;
}

.dark\:decoration-black:is(.dark *) {
  text-decoration-color: #000;
}

.dark\:decoration-blue-100:is(.dark *) {
  text-decoration-color: #dbeafe;
}

.dark\:decoration-blue-200:is(.dark *) {
  text-decoration-color: #bfdbfe;
}

.dark\:decoration-blue-300:is(.dark *) {
  text-decoration-color: #93c5fd;
}

.dark\:decoration-blue-400:is(.dark *) {
  text-decoration-color: #60a5fa;
}

.dark\:decoration-blue-50:is(.dark *) {
  text-decoration-color: #eff6ff;
}

.dark\:decoration-blue-500:is(.dark *) {
  text-decoration-color: #3b82f6;
}

.dark\:decoration-blue-600:is(.dark *) {
  text-decoration-color: #2563eb;
}

.dark\:decoration-blue-700:is(.dark *) {
  text-decoration-color: #1d4ed8;
}

.dark\:decoration-blue-800:is(.dark *) {
  text-decoration-color: #1e40af;
}

.dark\:decoration-blue-900:is(.dark *) {
  text-decoration-color: #1e3a8a;
}

.dark\:decoration-blue-950:is(.dark *) {
  text-decoration-color: #172554;
}

.dark\:decoration-current:is(.dark *) {
  text-decoration-color: currentColor;
}

.dark\:decoration-cyan-100:is(.dark *) {
  text-decoration-color: #cffafe;
}

.dark\:decoration-cyan-200:is(.dark *) {
  text-decoration-color: #a5f3fc;
}

.dark\:decoration-cyan-300:is(.dark *) {
  text-decoration-color: #67e8f9;
}

.dark\:decoration-cyan-400:is(.dark *) {
  text-decoration-color: #22d3ee;
}

.dark\:decoration-cyan-50:is(.dark *) {
  text-decoration-color: #ecfeff;
}

.dark\:decoration-cyan-500:is(.dark *) {
  text-decoration-color: #06b6d4;
}

.dark\:decoration-cyan-600:is(.dark *) {
  text-decoration-color: #0891b2;
}

.dark\:decoration-cyan-700:is(.dark *) {
  text-decoration-color: #0e7490;
}

.dark\:decoration-cyan-800:is(.dark *) {
  text-decoration-color: #155e75;
}

.dark\:decoration-cyan-900:is(.dark *) {
  text-decoration-color: #164e63;
}

.dark\:decoration-cyan-950:is(.dark *) {
  text-decoration-color: #083344;
}

.dark\:decoration-emerald-100:is(.dark *) {
  text-decoration-color: #d1fae5;
}

.dark\:decoration-emerald-200:is(.dark *) {
  text-decoration-color: #a7f3d0;
}

.dark\:decoration-emerald-300:is(.dark *) {
  text-decoration-color: #6ee7b7;
}

.dark\:decoration-emerald-400:is(.dark *) {
  text-decoration-color: #34d399;
}

.dark\:decoration-emerald-50:is(.dark *) {
  text-decoration-color: #ecfdf5;
}

.dark\:decoration-emerald-500:is(.dark *) {
  text-decoration-color: #10b981;
}

.dark\:decoration-emerald-600:is(.dark *) {
  text-decoration-color: #059669;
}

.dark\:decoration-emerald-700:is(.dark *) {
  text-decoration-color: #047857;
}

.dark\:decoration-emerald-800:is(.dark *) {
  text-decoration-color: #065f46;
}

.dark\:decoration-emerald-900:is(.dark *) {
  text-decoration-color: #064e3b;
}

.dark\:decoration-emerald-950:is(.dark *) {
  text-decoration-color: #022c22;
}

.dark\:decoration-fuchsia-100:is(.dark *) {
  text-decoration-color: #fae8ff;
}

.dark\:decoration-fuchsia-200:is(.dark *) {
  text-decoration-color: #f5d0fe;
}

.dark\:decoration-fuchsia-300:is(.dark *) {
  text-decoration-color: #f0abfc;
}

.dark\:decoration-fuchsia-400:is(.dark *) {
  text-decoration-color: #e879f9;
}

.dark\:decoration-fuchsia-50:is(.dark *) {
  text-decoration-color: #fdf4ff;
}

.dark\:decoration-fuchsia-500:is(.dark *) {
  text-decoration-color: #d946ef;
}

.dark\:decoration-fuchsia-600:is(.dark *) {
  text-decoration-color: #c026d3;
}

.dark\:decoration-fuchsia-700:is(.dark *) {
  text-decoration-color: #a21caf;
}

.dark\:decoration-fuchsia-800:is(.dark *) {
  text-decoration-color: #86198f;
}

.dark\:decoration-fuchsia-900:is(.dark *) {
  text-decoration-color: #701a75;
}

.dark\:decoration-fuchsia-950:is(.dark *) {
  text-decoration-color: #4a044e;
}

.dark\:decoration-gray-100:is(.dark *) {
  text-decoration-color: #f3f4f6;
}

.dark\:decoration-gray-200:is(.dark *) {
  text-decoration-color: #e5e7eb;
}

.dark\:decoration-gray-300:is(.dark *) {
  text-decoration-color: #d1d5db;
}

.dark\:decoration-gray-400:is(.dark *) {
  text-decoration-color: #9ca3af;
}

.dark\:decoration-gray-50:is(.dark *) {
  text-decoration-color: #f9fafb;
}

.dark\:decoration-gray-500:is(.dark *) {
  text-decoration-color: #6b7280;
}

.dark\:decoration-gray-600:is(.dark *) {
  text-decoration-color: #4b5563;
}

.dark\:decoration-gray-700:is(.dark *) {
  text-decoration-color: #374151;
}

.dark\:decoration-gray-800:is(.dark *) {
  text-decoration-color: #1f2937;
}

.dark\:decoration-gray-900:is(.dark *) {
  text-decoration-color: #111827;
}

.dark\:decoration-gray-950:is(.dark *) {
  text-decoration-color: #030712;
}

.dark\:decoration-green-100:is(.dark *) {
  text-decoration-color: #dcfce7;
}

.dark\:decoration-green-200:is(.dark *) {
  text-decoration-color: #bbf7d0;
}

.dark\:decoration-green-300:is(.dark *) {
  text-decoration-color: #86efac;
}

.dark\:decoration-green-400:is(.dark *) {
  text-decoration-color: #4ade80;
}

.dark\:decoration-green-50:is(.dark *) {
  text-decoration-color: #f0fdf4;
}

.dark\:decoration-green-500:is(.dark *) {
  text-decoration-color: #22c55e;
}

.dark\:decoration-green-600:is(.dark *) {
  text-decoration-color: #16a34a;
}

.dark\:decoration-green-700:is(.dark *) {
  text-decoration-color: #15803d;
}

.dark\:decoration-green-800:is(.dark *) {
  text-decoration-color: #166534;
}

.dark\:decoration-green-900:is(.dark *) {
  text-decoration-color: #14532d;
}

.dark\:decoration-green-950:is(.dark *) {
  text-decoration-color: #052e16;
}

.dark\:decoration-indigo-100:is(.dark *) {
  text-decoration-color: #e0e7ff;
}

.dark\:decoration-indigo-200:is(.dark *) {
  text-decoration-color: #c7d2fe;
}

.dark\:decoration-indigo-300:is(.dark *) {
  text-decoration-color: #a5b4fc;
}

.dark\:decoration-indigo-400:is(.dark *) {
  text-decoration-color: #818cf8;
}

.dark\:decoration-indigo-50:is(.dark *) {
  text-decoration-color: #eef2ff;
}

.dark\:decoration-indigo-500:is(.dark *) {
  text-decoration-color: #6366f1;
}

.dark\:decoration-indigo-600:is(.dark *) {
  text-decoration-color: #4f46e5;
}

.dark\:decoration-indigo-700:is(.dark *) {
  text-decoration-color: #4338ca;
}

.dark\:decoration-indigo-800:is(.dark *) {
  text-decoration-color: #3730a3;
}

.dark\:decoration-indigo-900:is(.dark *) {
  text-decoration-color: #312e81;
}

.dark\:decoration-indigo-950:is(.dark *) {
  text-decoration-color: #1e1b4b;
}

.dark\:decoration-inherit:is(.dark *) {
  text-decoration-color: inherit;
}

.dark\:decoration-lime-100:is(.dark *) {
  text-decoration-color: #ecfccb;
}

.dark\:decoration-lime-200:is(.dark *) {
  text-decoration-color: #d9f99d;
}

.dark\:decoration-lime-300:is(.dark *) {
  text-decoration-color: #bef264;
}

.dark\:decoration-lime-400:is(.dark *) {
  text-decoration-color: #a3e635;
}

.dark\:decoration-lime-50:is(.dark *) {
  text-decoration-color: #f7fee7;
}

.dark\:decoration-lime-500:is(.dark *) {
  text-decoration-color: #84cc16;
}

.dark\:decoration-lime-600:is(.dark *) {
  text-decoration-color: #65a30d;
}

.dark\:decoration-lime-700:is(.dark *) {
  text-decoration-color: #4d7c0f;
}

.dark\:decoration-lime-800:is(.dark *) {
  text-decoration-color: #3f6212;
}

.dark\:decoration-lime-900:is(.dark *) {
  text-decoration-color: #365314;
}

.dark\:decoration-lime-950:is(.dark *) {
  text-decoration-color: #1a2e05;
}

.dark\:decoration-neutral-100:is(.dark *) {
  text-decoration-color: #f5f5f5;
}

.dark\:decoration-neutral-200:is(.dark *) {
  text-decoration-color: #e5e5e5;
}

.dark\:decoration-neutral-300:is(.dark *) {
  text-decoration-color: #d4d4d4;
}

.dark\:decoration-neutral-400:is(.dark *) {
  text-decoration-color: #a3a3a3;
}

.dark\:decoration-neutral-50:is(.dark *) {
  text-decoration-color: #fafafa;
}

.dark\:decoration-neutral-500:is(.dark *) {
  text-decoration-color: #737373;
}

.dark\:decoration-neutral-600:is(.dark *) {
  text-decoration-color: #525252;
}

.dark\:decoration-neutral-700:is(.dark *) {
  text-decoration-color: #404040;
}

.dark\:decoration-neutral-800:is(.dark *) {
  text-decoration-color: #262626;
}

.dark\:decoration-neutral-900:is(.dark *) {
  text-decoration-color: #171717;
}

.dark\:decoration-neutral-950:is(.dark *) {
  text-decoration-color: #0a0a0a;
}

.dark\:decoration-orange-100:is(.dark *) {
  text-decoration-color: #ffedd5;
}

.dark\:decoration-orange-200:is(.dark *) {
  text-decoration-color: #fed7aa;
}

.dark\:decoration-orange-300:is(.dark *) {
  text-decoration-color: #fdba74;
}

.dark\:decoration-orange-400:is(.dark *) {
  text-decoration-color: #fb923c;
}

.dark\:decoration-orange-50:is(.dark *) {
  text-decoration-color: #fff7ed;
}

.dark\:decoration-orange-500:is(.dark *) {
  text-decoration-color: #f97316;
}

.dark\:decoration-orange-600:is(.dark *) {
  text-decoration-color: #ea580c;
}

.dark\:decoration-orange-700:is(.dark *) {
  text-decoration-color: #c2410c;
}

.dark\:decoration-orange-800:is(.dark *) {
  text-decoration-color: #9a3412;
}

.dark\:decoration-orange-900:is(.dark *) {
  text-decoration-color: #7c2d12;
}

.dark\:decoration-orange-950:is(.dark *) {
  text-decoration-color: #431407;
}

.dark\:decoration-pink-100:is(.dark *) {
  text-decoration-color: #fce7f3;
}

.dark\:decoration-pink-200:is(.dark *) {
  text-decoration-color: #fbcfe8;
}

.dark\:decoration-pink-300:is(.dark *) {
  text-decoration-color: #f9a8d4;
}

.dark\:decoration-pink-400:is(.dark *) {
  text-decoration-color: #f472b6;
}

.dark\:decoration-pink-50:is(.dark *) {
  text-decoration-color: #fdf2f8;
}

.dark\:decoration-pink-500:is(.dark *) {
  text-decoration-color: #ec4899;
}

.dark\:decoration-pink-600:is(.dark *) {
  text-decoration-color: #db2777;
}

.dark\:decoration-pink-700:is(.dark *) {
  text-decoration-color: #be185d;
}

.dark\:decoration-pink-800:is(.dark *) {
  text-decoration-color: #9d174d;
}

.dark\:decoration-pink-900:is(.dark *) {
  text-decoration-color: #831843;
}

.dark\:decoration-pink-950:is(.dark *) {
  text-decoration-color: #500724;
}

.dark\:decoration-purple-100:is(.dark *) {
  text-decoration-color: #f3e8ff;
}

.dark\:decoration-purple-200:is(.dark *) {
  text-decoration-color: #e9d5ff;
}

.dark\:decoration-purple-300:is(.dark *) {
  text-decoration-color: #d8b4fe;
}

.dark\:decoration-purple-400:is(.dark *) {
  text-decoration-color: #c084fc;
}

.dark\:decoration-purple-50:is(.dark *) {
  text-decoration-color: #faf5ff;
}

.dark\:decoration-purple-500:is(.dark *) {
  text-decoration-color: #a855f7;
}

.dark\:decoration-purple-600:is(.dark *) {
  text-decoration-color: #9333ea;
}

.dark\:decoration-purple-700:is(.dark *) {
  text-decoration-color: #7e22ce;
}

.dark\:decoration-purple-800:is(.dark *) {
  text-decoration-color: #6b21a8;
}

.dark\:decoration-purple-900:is(.dark *) {
  text-decoration-color: #581c87;
}

.dark\:decoration-purple-950:is(.dark *) {
  text-decoration-color: #3b0764;
}

.dark\:decoration-red-100:is(.dark *) {
  text-decoration-color: #fee2e2;
}

.dark\:decoration-red-200:is(.dark *) {
  text-decoration-color: #fecaca;
}

.dark\:decoration-red-300:is(.dark *) {
  text-decoration-color: #fca5a5;
}

.dark\:decoration-red-400:is(.dark *) {
  text-decoration-color: #f87171;
}

.dark\:decoration-red-50:is(.dark *) {
  text-decoration-color: #fef2f2;
}

.dark\:decoration-red-500:is(.dark *) {
  text-decoration-color: #ef4444;
}

.dark\:decoration-red-600:is(.dark *) {
  text-decoration-color: #dc2626;
}

.dark\:decoration-red-700:is(.dark *) {
  text-decoration-color: #b91c1c;
}

.dark\:decoration-red-800:is(.dark *) {
  text-decoration-color: #991b1b;
}

.dark\:decoration-red-900:is(.dark *) {
  text-decoration-color: #7f1d1d;
}

.dark\:decoration-red-950:is(.dark *) {
  text-decoration-color: #450a0a;
}

.dark\:decoration-rose-100:is(.dark *) {
  text-decoration-color: #ffe4e6;
}

.dark\:decoration-rose-200:is(.dark *) {
  text-decoration-color: #fecdd3;
}

.dark\:decoration-rose-300:is(.dark *) {
  text-decoration-color: #fda4af;
}

.dark\:decoration-rose-400:is(.dark *) {
  text-decoration-color: #fb7185;
}

.dark\:decoration-rose-50:is(.dark *) {
  text-decoration-color: #fff1f2;
}

.dark\:decoration-rose-500:is(.dark *) {
  text-decoration-color: #f43f5e;
}

.dark\:decoration-rose-600:is(.dark *) {
  text-decoration-color: #e11d48;
}

.dark\:decoration-rose-700:is(.dark *) {
  text-decoration-color: #be123c;
}

.dark\:decoration-rose-800:is(.dark *) {
  text-decoration-color: #9f1239;
}

.dark\:decoration-rose-900:is(.dark *) {
  text-decoration-color: #881337;
}

.dark\:decoration-rose-950:is(.dark *) {
  text-decoration-color: #4c0519;
}

.dark\:decoration-sky-100:is(.dark *) {
  text-decoration-color: #e0f2fe;
}

.dark\:decoration-sky-200:is(.dark *) {
  text-decoration-color: #bae6fd;
}

.dark\:decoration-sky-300:is(.dark *) {
  text-decoration-color: #7dd3fc;
}

.dark\:decoration-sky-400:is(.dark *) {
  text-decoration-color: #38bdf8;
}

.dark\:decoration-sky-50:is(.dark *) {
  text-decoration-color: #f0f9ff;
}

.dark\:decoration-sky-500:is(.dark *) {
  text-decoration-color: #0ea5e9;
}

.dark\:decoration-sky-600:is(.dark *) {
  text-decoration-color: #0284c7;
}

.dark\:decoration-sky-700:is(.dark *) {
  text-decoration-color: #0369a1;
}

.dark\:decoration-sky-800:is(.dark *) {
  text-decoration-color: #075985;
}

.dark\:decoration-sky-900:is(.dark *) {
  text-decoration-color: #0c4a6e;
}

.dark\:decoration-sky-950:is(.dark *) {
  text-decoration-color: #082f49;
}

.dark\:decoration-slate-100:is(.dark *) {
  text-decoration-color: #f1f5f9;
}

.dark\:decoration-slate-200:is(.dark *) {
  text-decoration-color: #e2e8f0;
}

.dark\:decoration-slate-300:is(.dark *) {
  text-decoration-color: #cbd5e1;
}

.dark\:decoration-slate-400:is(.dark *) {
  text-decoration-color: #94a3b8;
}

.dark\:decoration-slate-50:is(.dark *) {
  text-decoration-color: #f8fafc;
}

.dark\:decoration-slate-500:is(.dark *) {
  text-decoration-color: #64748b;
}

.dark\:decoration-slate-600:is(.dark *) {
  text-decoration-color: #475569;
}

.dark\:decoration-slate-700:is(.dark *) {
  text-decoration-color: #334155;
}

.dark\:decoration-slate-800:is(.dark *) {
  text-decoration-color: #1e293b;
}

.dark\:decoration-slate-900:is(.dark *) {
  text-decoration-color: #0f172a;
}

.dark\:decoration-slate-950:is(.dark *) {
  text-decoration-color: #020617;
}

.dark\:decoration-stone-100:is(.dark *) {
  text-decoration-color: #f5f5f4;
}

.dark\:decoration-stone-200:is(.dark *) {
  text-decoration-color: #e7e5e4;
}

.dark\:decoration-stone-300:is(.dark *) {
  text-decoration-color: #d6d3d1;
}

.dark\:decoration-stone-400:is(.dark *) {
  text-decoration-color: #a8a29e;
}

.dark\:decoration-stone-50:is(.dark *) {
  text-decoration-color: #fafaf9;
}

.dark\:decoration-stone-500:is(.dark *) {
  text-decoration-color: #78716c;
}

.dark\:decoration-stone-600:is(.dark *) {
  text-decoration-color: #57534e;
}

.dark\:decoration-stone-700:is(.dark *) {
  text-decoration-color: #44403c;
}

.dark\:decoration-stone-800:is(.dark *) {
  text-decoration-color: #292524;
}

.dark\:decoration-stone-900:is(.dark *) {
  text-decoration-color: #1c1917;
}

.dark\:decoration-stone-950:is(.dark *) {
  text-decoration-color: #0c0a09;
}

.dark\:decoration-teal-100:is(.dark *) {
  text-decoration-color: #ccfbf1;
}

.dark\:decoration-teal-200:is(.dark *) {
  text-decoration-color: #99f6e4;
}

.dark\:decoration-teal-300:is(.dark *) {
  text-decoration-color: #5eead4;
}

.dark\:decoration-teal-400:is(.dark *) {
  text-decoration-color: #2dd4bf;
}

.dark\:decoration-teal-50:is(.dark *) {
  text-decoration-color: #f0fdfa;
}

.dark\:decoration-teal-500:is(.dark *) {
  text-decoration-color: #14b8a6;
}

.dark\:decoration-teal-600:is(.dark *) {
  text-decoration-color: #0d9488;
}

.dark\:decoration-teal-700:is(.dark *) {
  text-decoration-color: #0f766e;
}

.dark\:decoration-teal-800:is(.dark *) {
  text-decoration-color: #115e59;
}

.dark\:decoration-teal-900:is(.dark *) {
  text-decoration-color: #134e4a;
}

.dark\:decoration-teal-950:is(.dark *) {
  text-decoration-color: #042f2e;
}

.dark\:decoration-transparent:is(.dark *) {
  text-decoration-color: transparent;
}

.dark\:decoration-violet-100:is(.dark *) {
  text-decoration-color: #ede9fe;
}

.dark\:decoration-violet-200:is(.dark *) {
  text-decoration-color: #ddd6fe;
}

.dark\:decoration-violet-300:is(.dark *) {
  text-decoration-color: #c4b5fd;
}

.dark\:decoration-violet-400:is(.dark *) {
  text-decoration-color: #a78bfa;
}

.dark\:decoration-violet-50:is(.dark *) {
  text-decoration-color: #f5f3ff;
}

.dark\:decoration-violet-500:is(.dark *) {
  text-decoration-color: #8b5cf6;
}

.dark\:decoration-violet-600:is(.dark *) {
  text-decoration-color: #7c3aed;
}

.dark\:decoration-violet-700:is(.dark *) {
  text-decoration-color: #6d28d9;
}

.dark\:decoration-violet-800:is(.dark *) {
  text-decoration-color: #5b21b6;
}

.dark\:decoration-violet-900:is(.dark *) {
  text-decoration-color: #4c1d95;
}

.dark\:decoration-violet-950:is(.dark *) {
  text-decoration-color: #2e1065;
}

.dark\:decoration-white:is(.dark *) {
  text-decoration-color: #fff;
}

.dark\:decoration-yellow-100:is(.dark *) {
  text-decoration-color: #fef9c3;
}

.dark\:decoration-yellow-200:is(.dark *) {
  text-decoration-color: #fef08a;
}

.dark\:decoration-yellow-300:is(.dark *) {
  text-decoration-color: #fde047;
}

.dark\:decoration-yellow-400:is(.dark *) {
  text-decoration-color: #facc15;
}

.dark\:decoration-yellow-50:is(.dark *) {
  text-decoration-color: #fefce8;
}

.dark\:decoration-yellow-500:is(.dark *) {
  text-decoration-color: #eab308;
}

.dark\:decoration-yellow-600:is(.dark *) {
  text-decoration-color: #ca8a04;
}

.dark\:decoration-yellow-700:is(.dark *) {
  text-decoration-color: #a16207;
}

.dark\:decoration-yellow-800:is(.dark *) {
  text-decoration-color: #854d0e;
}

.dark\:decoration-yellow-900:is(.dark *) {
  text-decoration-color: #713f12;
}

.dark\:decoration-yellow-950:is(.dark *) {
  text-decoration-color: #422006;
}

.dark\:decoration-zinc-100:is(.dark *) {
  text-decoration-color: #f4f4f5;
}

.dark\:decoration-zinc-200:is(.dark *) {
  text-decoration-color: #e4e4e7;
}

.dark\:decoration-zinc-300:is(.dark *) {
  text-decoration-color: #d4d4d8;
}

.dark\:decoration-zinc-400:is(.dark *) {
  text-decoration-color: #a1a1aa;
}

.dark\:decoration-zinc-50:is(.dark *) {
  text-decoration-color: #fafafa;
}

.dark\:decoration-zinc-500:is(.dark *) {
  text-decoration-color: #71717a;
}

.dark\:decoration-zinc-600:is(.dark *) {
  text-decoration-color: #52525b;
}

.dark\:decoration-zinc-700:is(.dark *) {
  text-decoration-color: #3f3f46;
}

.dark\:decoration-zinc-800:is(.dark *) {
  text-decoration-color: #27272a;
}

.dark\:decoration-zinc-900:is(.dark *) {
  text-decoration-color: #18181b;
}

.dark\:decoration-zinc-950:is(.dark *) {
  text-decoration-color: #09090b;
}

.dark\:placeholder-amber-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 243 199 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 230 138 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 211 77 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 191 36 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 251 235 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 158 11 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 119 6 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(180 83 9 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(146 64 14 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 53 15 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-amber-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 26 3 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-black:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-black:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 234 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(191 219 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 197 253 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(96 165 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 246 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 130 246 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(37 99 235 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(29 78 216 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 64 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 58 138 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-blue-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 37 84 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-current:is(.dark *)::-moz-placeholder {
  color: currentColor;
}

.dark\:placeholder-current:is(.dark *)::placeholder {
  color: currentColor;
}

.dark\:placeholder-cyan-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(207 250 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 243 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(103 232 249 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 211 238 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 254 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 182 212 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 145 178 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 116 144 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 94 117 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 78 99 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-cyan-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 51 68 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 250 229 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 243 208 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(110 231 183 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(52 211 153 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 253 245 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(16 185 129 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 150 105 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 120 87 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 95 70 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(6 78 59 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-emerald-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 44 34 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 232 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 208 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 171 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 121 249 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 244 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 70 239 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 38 211 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(162 28 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 25 143 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(112 26 117 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-fuchsia-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 4 78 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 244 246 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 231 235 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(209 213 219 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 250 251 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(75 85 99 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 65 81 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(31 41 55 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 24 39 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-gray-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 7 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 252 231 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(187 247 208 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(134 239 172 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(74 222 128 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 244 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(34 197 94 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 163 74 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(21 128 61 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(22 101 52 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 83 45 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-green-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(5 46 22 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 231 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(199 210 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(165 180 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(129 140 248 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(238 242 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(99 102 241 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(79 70 229 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 56 202 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(55 48 163 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(49 46 129 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-indigo-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 27 75 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-inherit:is(.dark *)::-moz-placeholder {
  color: inherit;
}

.dark\:placeholder-inherit:is(.dark *)::placeholder {
  color: inherit;
}

.dark\:placeholder-lime-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 252 203 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(217 249 157 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 242 100 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 230 53 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(247 254 231 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(132 204 22 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(101 163 13 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(77 124 15 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 98 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 83 20 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-lime-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(26 46 5 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 245 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(229 229 229 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 212 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(163 163 163 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(115 115 115 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 82 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(64 64 64 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(38 38 38 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(23 23 23 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-neutral-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(10 10 10 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 237 213 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 215 170 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 186 116 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 146 60 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 247 237 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 115 22 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 88 12 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(194 65 12 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(154 52 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 45 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-orange-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(67 20 7 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 231 243 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 207 232 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(249 168 212 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 114 182 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 242 248 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(236 72 153 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(219 39 119 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 24 93 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(157 23 77 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(131 24 67 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-pink-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(80 7 36 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(243 232 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(233 213 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(216 180 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(192 132 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 245 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 85 247 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 51 234 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(126 34 206 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 33 168 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(88 28 135 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-purple-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(59 7 100 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 226 226 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 202 202 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 113 113 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 242 242 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(239 68 68 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(220 38 38 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(185 28 28 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 27 27 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(127 29 29 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-red-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(69 10 10 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 228 230 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 205 211 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 164 175 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(251 113 133 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 241 242 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 63 94 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(225 29 72 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(190 18 60 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(159 18 57 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(136 19 55 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-rose-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 5 25 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(224 242 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(186 230 253 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(125 211 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(56 189 248 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 249 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(14 165 233 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 132 199 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(3 105 161 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(7 89 133 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 74 110 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-sky-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(8 47 73 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(241 245 249 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 232 240 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(203 213 225 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(248 250 252 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(100 116 139 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(71 85 105 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(51 65 85 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(30 41 59 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 23 42 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-slate-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(2 6 23 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 245 244 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(231 229 228 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 211 209 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(168 162 158 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 249 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(120 113 108 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(87 83 78 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(68 64 60 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(41 37 36 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(28 25 23 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-stone-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(12 10 9 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(204 251 241 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(153 246 228 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(94 234 212 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(45 212 191 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(240 253 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(20 184 166 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(13 148 136 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(15 118 110 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(17 94 89 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(19 78 74 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-teal-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(4 47 46 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-transparent:is(.dark *)::-moz-placeholder {
  color: transparent;
}

.dark\:placeholder-transparent:is(.dark *)::placeholder {
  color: transparent;
}

.dark\:placeholder-violet-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(237 233 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(221 214 254 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(196 181 253 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(167 139 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(245 243 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(139 92 246 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(124 58 237 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(109 40 217 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(91 33 182 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(76 29 149 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-violet-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(46 16 101 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-white:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-white:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(255 255 255 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(253 224 71 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 98 7 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 63 18 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-yellow-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(66 32 6 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-100:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-100:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(244 244 245 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-200:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-200:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(228 228 231 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-300:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-300:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(212 212 216 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-400:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-400:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(161 161 170 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-50:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-50:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(250 250 250 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-500:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-500:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(113 113 122 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-600:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-600:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(82 82 91 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-700:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-700:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(63 63 70 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-800:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-800:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(39 39 42 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-900:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-900:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(24 24 27 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-950:is(.dark *)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.dark\:placeholder-zinc-950:is(.dark *)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(9 9 11 / var(--tw-placeholder-opacity, 1));
}

.dark\:caret-amber-100:is(.dark *) {
  caret-color: #fef3c7;
}

.dark\:caret-amber-200:is(.dark *) {
  caret-color: #fde68a;
}

.dark\:caret-amber-300:is(.dark *) {
  caret-color: #fcd34d;
}

.dark\:caret-amber-400:is(.dark *) {
  caret-color: #fbbf24;
}

.dark\:caret-amber-50:is(.dark *) {
  caret-color: #fffbeb;
}

.dark\:caret-amber-500:is(.dark *) {
  caret-color: #f59e0b;
}

.dark\:caret-amber-600:is(.dark *) {
  caret-color: #d97706;
}

.dark\:caret-amber-700:is(.dark *) {
  caret-color: #b45309;
}

.dark\:caret-amber-800:is(.dark *) {
  caret-color: #92400e;
}

.dark\:caret-amber-900:is(.dark *) {
  caret-color: #78350f;
}

.dark\:caret-amber-950:is(.dark *) {
  caret-color: #451a03;
}

.dark\:caret-black:is(.dark *) {
  caret-color: #000;
}

.dark\:caret-blue-100:is(.dark *) {
  caret-color: #dbeafe;
}

.dark\:caret-blue-200:is(.dark *) {
  caret-color: #bfdbfe;
}

.dark\:caret-blue-300:is(.dark *) {
  caret-color: #93c5fd;
}

.dark\:caret-blue-400:is(.dark *) {
  caret-color: #60a5fa;
}

.dark\:caret-blue-50:is(.dark *) {
  caret-color: #eff6ff;
}

.dark\:caret-blue-500:is(.dark *) {
  caret-color: #3b82f6;
}

.dark\:caret-blue-600:is(.dark *) {
  caret-color: #2563eb;
}

.dark\:caret-blue-700:is(.dark *) {
  caret-color: #1d4ed8;
}

.dark\:caret-blue-800:is(.dark *) {
  caret-color: #1e40af;
}

.dark\:caret-blue-900:is(.dark *) {
  caret-color: #1e3a8a;
}

.dark\:caret-blue-950:is(.dark *) {
  caret-color: #172554;
}

.dark\:caret-current:is(.dark *) {
  caret-color: currentColor;
}

.dark\:caret-cyan-100:is(.dark *) {
  caret-color: #cffafe;
}

.dark\:caret-cyan-200:is(.dark *) {
  caret-color: #a5f3fc;
}

.dark\:caret-cyan-300:is(.dark *) {
  caret-color: #67e8f9;
}

.dark\:caret-cyan-400:is(.dark *) {
  caret-color: #22d3ee;
}

.dark\:caret-cyan-50:is(.dark *) {
  caret-color: #ecfeff;
}

.dark\:caret-cyan-500:is(.dark *) {
  caret-color: #06b6d4;
}

.dark\:caret-cyan-600:is(.dark *) {
  caret-color: #0891b2;
}

.dark\:caret-cyan-700:is(.dark *) {
  caret-color: #0e7490;
}

.dark\:caret-cyan-800:is(.dark *) {
  caret-color: #155e75;
}

.dark\:caret-cyan-900:is(.dark *) {
  caret-color: #164e63;
}

.dark\:caret-cyan-950:is(.dark *) {
  caret-color: #083344;
}

.dark\:caret-emerald-100:is(.dark *) {
  caret-color: #d1fae5;
}

.dark\:caret-emerald-200:is(.dark *) {
  caret-color: #a7f3d0;
}

.dark\:caret-emerald-300:is(.dark *) {
  caret-color: #6ee7b7;
}

.dark\:caret-emerald-400:is(.dark *) {
  caret-color: #34d399;
}

.dark\:caret-emerald-50:is(.dark *) {
  caret-color: #ecfdf5;
}

.dark\:caret-emerald-500:is(.dark *) {
  caret-color: #10b981;
}

.dark\:caret-emerald-600:is(.dark *) {
  caret-color: #059669;
}

.dark\:caret-emerald-700:is(.dark *) {
  caret-color: #047857;
}

.dark\:caret-emerald-800:is(.dark *) {
  caret-color: #065f46;
}

.dark\:caret-emerald-900:is(.dark *) {
  caret-color: #064e3b;
}

.dark\:caret-emerald-950:is(.dark *) {
  caret-color: #022c22;
}

.dark\:caret-fuchsia-100:is(.dark *) {
  caret-color: #fae8ff;
}

.dark\:caret-fuchsia-200:is(.dark *) {
  caret-color: #f5d0fe;
}

.dark\:caret-fuchsia-300:is(.dark *) {
  caret-color: #f0abfc;
}

.dark\:caret-fuchsia-400:is(.dark *) {
  caret-color: #e879f9;
}

.dark\:caret-fuchsia-50:is(.dark *) {
  caret-color: #fdf4ff;
}

.dark\:caret-fuchsia-500:is(.dark *) {
  caret-color: #d946ef;
}

.dark\:caret-fuchsia-600:is(.dark *) {
  caret-color: #c026d3;
}

.dark\:caret-fuchsia-700:is(.dark *) {
  caret-color: #a21caf;
}

.dark\:caret-fuchsia-800:is(.dark *) {
  caret-color: #86198f;
}

.dark\:caret-fuchsia-900:is(.dark *) {
  caret-color: #701a75;
}

.dark\:caret-fuchsia-950:is(.dark *) {
  caret-color: #4a044e;
}

.dark\:caret-gray-100:is(.dark *) {
  caret-color: #f3f4f6;
}

.dark\:caret-gray-200:is(.dark *) {
  caret-color: #e5e7eb;
}

.dark\:caret-gray-300:is(.dark *) {
  caret-color: #d1d5db;
}

.dark\:caret-gray-400:is(.dark *) {
  caret-color: #9ca3af;
}

.dark\:caret-gray-50:is(.dark *) {
  caret-color: #f9fafb;
}

.dark\:caret-gray-500:is(.dark *) {
  caret-color: #6b7280;
}

.dark\:caret-gray-600:is(.dark *) {
  caret-color: #4b5563;
}

.dark\:caret-gray-700:is(.dark *) {
  caret-color: #374151;
}

.dark\:caret-gray-800:is(.dark *) {
  caret-color: #1f2937;
}

.dark\:caret-gray-900:is(.dark *) {
  caret-color: #111827;
}

.dark\:caret-gray-950:is(.dark *) {
  caret-color: #030712;
}

.dark\:caret-green-100:is(.dark *) {
  caret-color: #dcfce7;
}

.dark\:caret-green-200:is(.dark *) {
  caret-color: #bbf7d0;
}

.dark\:caret-green-300:is(.dark *) {
  caret-color: #86efac;
}

.dark\:caret-green-400:is(.dark *) {
  caret-color: #4ade80;
}

.dark\:caret-green-50:is(.dark *) {
  caret-color: #f0fdf4;
}

.dark\:caret-green-500:is(.dark *) {
  caret-color: #22c55e;
}

.dark\:caret-green-600:is(.dark *) {
  caret-color: #16a34a;
}

.dark\:caret-green-700:is(.dark *) {
  caret-color: #15803d;
}

.dark\:caret-green-800:is(.dark *) {
  caret-color: #166534;
}

.dark\:caret-green-900:is(.dark *) {
  caret-color: #14532d;
}

.dark\:caret-green-950:is(.dark *) {
  caret-color: #052e16;
}

.dark\:caret-indigo-100:is(.dark *) {
  caret-color: #e0e7ff;
}

.dark\:caret-indigo-200:is(.dark *) {
  caret-color: #c7d2fe;
}

.dark\:caret-indigo-300:is(.dark *) {
  caret-color: #a5b4fc;
}

.dark\:caret-indigo-400:is(.dark *) {
  caret-color: #818cf8;
}

.dark\:caret-indigo-50:is(.dark *) {
  caret-color: #eef2ff;
}

.dark\:caret-indigo-500:is(.dark *) {
  caret-color: #6366f1;
}

.dark\:caret-indigo-600:is(.dark *) {
  caret-color: #4f46e5;
}

.dark\:caret-indigo-700:is(.dark *) {
  caret-color: #4338ca;
}

.dark\:caret-indigo-800:is(.dark *) {
  caret-color: #3730a3;
}

.dark\:caret-indigo-900:is(.dark *) {
  caret-color: #312e81;
}

.dark\:caret-indigo-950:is(.dark *) {
  caret-color: #1e1b4b;
}

.dark\:caret-inherit:is(.dark *) {
  caret-color: inherit;
}

.dark\:caret-lime-100:is(.dark *) {
  caret-color: #ecfccb;
}

.dark\:caret-lime-200:is(.dark *) {
  caret-color: #d9f99d;
}

.dark\:caret-lime-300:is(.dark *) {
  caret-color: #bef264;
}

.dark\:caret-lime-400:is(.dark *) {
  caret-color: #a3e635;
}

.dark\:caret-lime-50:is(.dark *) {
  caret-color: #f7fee7;
}

.dark\:caret-lime-500:is(.dark *) {
  caret-color: #84cc16;
}

.dark\:caret-lime-600:is(.dark *) {
  caret-color: #65a30d;
}

.dark\:caret-lime-700:is(.dark *) {
  caret-color: #4d7c0f;
}

.dark\:caret-lime-800:is(.dark *) {
  caret-color: #3f6212;
}

.dark\:caret-lime-900:is(.dark *) {
  caret-color: #365314;
}

.dark\:caret-lime-950:is(.dark *) {
  caret-color: #1a2e05;
}

.dark\:caret-neutral-100:is(.dark *) {
  caret-color: #f5f5f5;
}

.dark\:caret-neutral-200:is(.dark *) {
  caret-color: #e5e5e5;
}

.dark\:caret-neutral-300:is(.dark *) {
  caret-color: #d4d4d4;
}

.dark\:caret-neutral-400:is(.dark *) {
  caret-color: #a3a3a3;
}

.dark\:caret-neutral-50:is(.dark *) {
  caret-color: #fafafa;
}

.dark\:caret-neutral-500:is(.dark *) {
  caret-color: #737373;
}

.dark\:caret-neutral-600:is(.dark *) {
  caret-color: #525252;
}

.dark\:caret-neutral-700:is(.dark *) {
  caret-color: #404040;
}

.dark\:caret-neutral-800:is(.dark *) {
  caret-color: #262626;
}

.dark\:caret-neutral-900:is(.dark *) {
  caret-color: #171717;
}

.dark\:caret-neutral-950:is(.dark *) {
  caret-color: #0a0a0a;
}

.dark\:caret-orange-100:is(.dark *) {
  caret-color: #ffedd5;
}

.dark\:caret-orange-200:is(.dark *) {
  caret-color: #fed7aa;
}

.dark\:caret-orange-300:is(.dark *) {
  caret-color: #fdba74;
}

.dark\:caret-orange-400:is(.dark *) {
  caret-color: #fb923c;
}

.dark\:caret-orange-50:is(.dark *) {
  caret-color: #fff7ed;
}

.dark\:caret-orange-500:is(.dark *) {
  caret-color: #f97316;
}

.dark\:caret-orange-600:is(.dark *) {
  caret-color: #ea580c;
}

.dark\:caret-orange-700:is(.dark *) {
  caret-color: #c2410c;
}

.dark\:caret-orange-800:is(.dark *) {
  caret-color: #9a3412;
}

.dark\:caret-orange-900:is(.dark *) {
  caret-color: #7c2d12;
}

.dark\:caret-orange-950:is(.dark *) {
  caret-color: #431407;
}

.dark\:caret-pink-100:is(.dark *) {
  caret-color: #fce7f3;
}

.dark\:caret-pink-200:is(.dark *) {
  caret-color: #fbcfe8;
}

.dark\:caret-pink-300:is(.dark *) {
  caret-color: #f9a8d4;
}

.dark\:caret-pink-400:is(.dark *) {
  caret-color: #f472b6;
}

.dark\:caret-pink-50:is(.dark *) {
  caret-color: #fdf2f8;
}

.dark\:caret-pink-500:is(.dark *) {
  caret-color: #ec4899;
}

.dark\:caret-pink-600:is(.dark *) {
  caret-color: #db2777;
}

.dark\:caret-pink-700:is(.dark *) {
  caret-color: #be185d;
}

.dark\:caret-pink-800:is(.dark *) {
  caret-color: #9d174d;
}

.dark\:caret-pink-900:is(.dark *) {
  caret-color: #831843;
}

.dark\:caret-pink-950:is(.dark *) {
  caret-color: #500724;
}

.dark\:caret-purple-100:is(.dark *) {
  caret-color: #f3e8ff;
}

.dark\:caret-purple-200:is(.dark *) {
  caret-color: #e9d5ff;
}

.dark\:caret-purple-300:is(.dark *) {
  caret-color: #d8b4fe;
}

.dark\:caret-purple-400:is(.dark *) {
  caret-color: #c084fc;
}

.dark\:caret-purple-50:is(.dark *) {
  caret-color: #faf5ff;
}

.dark\:caret-purple-500:is(.dark *) {
  caret-color: #a855f7;
}

.dark\:caret-purple-600:is(.dark *) {
  caret-color: #9333ea;
}

.dark\:caret-purple-700:is(.dark *) {
  caret-color: #7e22ce;
}

.dark\:caret-purple-800:is(.dark *) {
  caret-color: #6b21a8;
}

.dark\:caret-purple-900:is(.dark *) {
  caret-color: #581c87;
}

.dark\:caret-purple-950:is(.dark *) {
  caret-color: #3b0764;
}

.dark\:caret-red-100:is(.dark *) {
  caret-color: #fee2e2;
}

.dark\:caret-red-200:is(.dark *) {
  caret-color: #fecaca;
}

.dark\:caret-red-300:is(.dark *) {
  caret-color: #fca5a5;
}

.dark\:caret-red-400:is(.dark *) {
  caret-color: #f87171;
}

.dark\:caret-red-50:is(.dark *) {
  caret-color: #fef2f2;
}

.dark\:caret-red-500:is(.dark *) {
  caret-color: #ef4444;
}

.dark\:caret-red-600:is(.dark *) {
  caret-color: #dc2626;
}

.dark\:caret-red-700:is(.dark *) {
  caret-color: #b91c1c;
}

.dark\:caret-red-800:is(.dark *) {
  caret-color: #991b1b;
}

.dark\:caret-red-900:is(.dark *) {
  caret-color: #7f1d1d;
}

.dark\:caret-red-950:is(.dark *) {
  caret-color: #450a0a;
}

.dark\:caret-rose-100:is(.dark *) {
  caret-color: #ffe4e6;
}

.dark\:caret-rose-200:is(.dark *) {
  caret-color: #fecdd3;
}

.dark\:caret-rose-300:is(.dark *) {
  caret-color: #fda4af;
}

.dark\:caret-rose-400:is(.dark *) {
  caret-color: #fb7185;
}

.dark\:caret-rose-50:is(.dark *) {
  caret-color: #fff1f2;
}

.dark\:caret-rose-500:is(.dark *) {
  caret-color: #f43f5e;
}

.dark\:caret-rose-600:is(.dark *) {
  caret-color: #e11d48;
}

.dark\:caret-rose-700:is(.dark *) {
  caret-color: #be123c;
}

.dark\:caret-rose-800:is(.dark *) {
  caret-color: #9f1239;
}

.dark\:caret-rose-900:is(.dark *) {
  caret-color: #881337;
}

.dark\:caret-rose-950:is(.dark *) {
  caret-color: #4c0519;
}

.dark\:caret-sky-100:is(.dark *) {
  caret-color: #e0f2fe;
}

.dark\:caret-sky-200:is(.dark *) {
  caret-color: #bae6fd;
}

.dark\:caret-sky-300:is(.dark *) {
  caret-color: #7dd3fc;
}

.dark\:caret-sky-400:is(.dark *) {
  caret-color: #38bdf8;
}

.dark\:caret-sky-50:is(.dark *) {
  caret-color: #f0f9ff;
}

.dark\:caret-sky-500:is(.dark *) {
  caret-color: #0ea5e9;
}

.dark\:caret-sky-600:is(.dark *) {
  caret-color: #0284c7;
}

.dark\:caret-sky-700:is(.dark *) {
  caret-color: #0369a1;
}

.dark\:caret-sky-800:is(.dark *) {
  caret-color: #075985;
}

.dark\:caret-sky-900:is(.dark *) {
  caret-color: #0c4a6e;
}

.dark\:caret-sky-950:is(.dark *) {
  caret-color: #082f49;
}

.dark\:caret-slate-100:is(.dark *) {
  caret-color: #f1f5f9;
}

.dark\:caret-slate-200:is(.dark *) {
  caret-color: #e2e8f0;
}

.dark\:caret-slate-300:is(.dark *) {
  caret-color: #cbd5e1;
}

.dark\:caret-slate-400:is(.dark *) {
  caret-color: #94a3b8;
}

.dark\:caret-slate-50:is(.dark *) {
  caret-color: #f8fafc;
}

.dark\:caret-slate-500:is(.dark *) {
  caret-color: #64748b;
}

.dark\:caret-slate-600:is(.dark *) {
  caret-color: #475569;
}

.dark\:caret-slate-700:is(.dark *) {
  caret-color: #334155;
}

.dark\:caret-slate-800:is(.dark *) {
  caret-color: #1e293b;
}

.dark\:caret-slate-900:is(.dark *) {
  caret-color: #0f172a;
}

.dark\:caret-slate-950:is(.dark *) {
  caret-color: #020617;
}

.dark\:caret-stone-100:is(.dark *) {
  caret-color: #f5f5f4;
}

.dark\:caret-stone-200:is(.dark *) {
  caret-color: #e7e5e4;
}

.dark\:caret-stone-300:is(.dark *) {
  caret-color: #d6d3d1;
}

.dark\:caret-stone-400:is(.dark *) {
  caret-color: #a8a29e;
}

.dark\:caret-stone-50:is(.dark *) {
  caret-color: #fafaf9;
}

.dark\:caret-stone-500:is(.dark *) {
  caret-color: #78716c;
}

.dark\:caret-stone-600:is(.dark *) {
  caret-color: #57534e;
}

.dark\:caret-stone-700:is(.dark *) {
  caret-color: #44403c;
}

.dark\:caret-stone-800:is(.dark *) {
  caret-color: #292524;
}

.dark\:caret-stone-900:is(.dark *) {
  caret-color: #1c1917;
}

.dark\:caret-stone-950:is(.dark *) {
  caret-color: #0c0a09;
}

.dark\:caret-teal-100:is(.dark *) {
  caret-color: #ccfbf1;
}

.dark\:caret-teal-200:is(.dark *) {
  caret-color: #99f6e4;
}

.dark\:caret-teal-300:is(.dark *) {
  caret-color: #5eead4;
}

.dark\:caret-teal-400:is(.dark *) {
  caret-color: #2dd4bf;
}

.dark\:caret-teal-50:is(.dark *) {
  caret-color: #f0fdfa;
}

.dark\:caret-teal-500:is(.dark *) {
  caret-color: #14b8a6;
}

.dark\:caret-teal-600:is(.dark *) {
  caret-color: #0d9488;
}

.dark\:caret-teal-700:is(.dark *) {
  caret-color: #0f766e;
}

.dark\:caret-teal-800:is(.dark *) {
  caret-color: #115e59;
}

.dark\:caret-teal-900:is(.dark *) {
  caret-color: #134e4a;
}

.dark\:caret-teal-950:is(.dark *) {
  caret-color: #042f2e;
}

.dark\:caret-transparent:is(.dark *) {
  caret-color: transparent;
}

.dark\:caret-violet-100:is(.dark *) {
  caret-color: #ede9fe;
}

.dark\:caret-violet-200:is(.dark *) {
  caret-color: #ddd6fe;
}

.dark\:caret-violet-300:is(.dark *) {
  caret-color: #c4b5fd;
}

.dark\:caret-violet-400:is(.dark *) {
  caret-color: #a78bfa;
}

.dark\:caret-violet-50:is(.dark *) {
  caret-color: #f5f3ff;
}

.dark\:caret-violet-500:is(.dark *) {
  caret-color: #8b5cf6;
}

.dark\:caret-violet-600:is(.dark *) {
  caret-color: #7c3aed;
}

.dark\:caret-violet-700:is(.dark *) {
  caret-color: #6d28d9;
}

.dark\:caret-violet-800:is(.dark *) {
  caret-color: #5b21b6;
}

.dark\:caret-violet-900:is(.dark *) {
  caret-color: #4c1d95;
}

.dark\:caret-violet-950:is(.dark *) {
  caret-color: #2e1065;
}

.dark\:caret-white:is(.dark *) {
  caret-color: #fff;
}

.dark\:caret-yellow-100:is(.dark *) {
  caret-color: #fef9c3;
}

.dark\:caret-yellow-200:is(.dark *) {
  caret-color: #fef08a;
}

.dark\:caret-yellow-300:is(.dark *) {
  caret-color: #fde047;
}

.dark\:caret-yellow-400:is(.dark *) {
  caret-color: #facc15;
}

.dark\:caret-yellow-50:is(.dark *) {
  caret-color: #fefce8;
}

.dark\:caret-yellow-500:is(.dark *) {
  caret-color: #eab308;
}

.dark\:caret-yellow-600:is(.dark *) {
  caret-color: #ca8a04;
}

.dark\:caret-yellow-700:is(.dark *) {
  caret-color: #a16207;
}

.dark\:caret-yellow-800:is(.dark *) {
  caret-color: #854d0e;
}

.dark\:caret-yellow-900:is(.dark *) {
  caret-color: #713f12;
}

.dark\:caret-yellow-950:is(.dark *) {
  caret-color: #422006;
}

.dark\:caret-zinc-100:is(.dark *) {
  caret-color: #f4f4f5;
}

.dark\:caret-zinc-200:is(.dark *) {
  caret-color: #e4e4e7;
}

.dark\:caret-zinc-300:is(.dark *) {
  caret-color: #d4d4d8;
}

.dark\:caret-zinc-400:is(.dark *) {
  caret-color: #a1a1aa;
}

.dark\:caret-zinc-50:is(.dark *) {
  caret-color: #fafafa;
}

.dark\:caret-zinc-500:is(.dark *) {
  caret-color: #71717a;
}

.dark\:caret-zinc-600:is(.dark *) {
  caret-color: #52525b;
}

.dark\:caret-zinc-700:is(.dark *) {
  caret-color: #3f3f46;
}

.dark\:caret-zinc-800:is(.dark *) {
  caret-color: #27272a;
}

.dark\:caret-zinc-900:is(.dark *) {
  caret-color: #18181b;
}

.dark\:caret-zinc-950:is(.dark *) {
  caret-color: #09090b;
}

.dark\:accent-amber-100:is(.dark *) {
  accent-color: #fef3c7;
}

.dark\:accent-amber-200:is(.dark *) {
  accent-color: #fde68a;
}

.dark\:accent-amber-300:is(.dark *) {
  accent-color: #fcd34d;
}

.dark\:accent-amber-400:is(.dark *) {
  accent-color: #fbbf24;
}

.dark\:accent-amber-50:is(.dark *) {
  accent-color: #fffbeb;
}

.dark\:accent-amber-500:is(.dark *) {
  accent-color: #f59e0b;
}

.dark\:accent-amber-600:is(.dark *) {
  accent-color: #d97706;
}

.dark\:accent-amber-700:is(.dark *) {
  accent-color: #b45309;
}

.dark\:accent-amber-800:is(.dark *) {
  accent-color: #92400e;
}

.dark\:accent-amber-900:is(.dark *) {
  accent-color: #78350f;
}

.dark\:accent-amber-950:is(.dark *) {
  accent-color: #451a03;
}

.dark\:accent-black:is(.dark *) {
  accent-color: #000;
}

.dark\:accent-blue-100:is(.dark *) {
  accent-color: #dbeafe;
}

.dark\:accent-blue-200:is(.dark *) {
  accent-color: #bfdbfe;
}

.dark\:accent-blue-300:is(.dark *) {
  accent-color: #93c5fd;
}

.dark\:accent-blue-400:is(.dark *) {
  accent-color: #60a5fa;
}

.dark\:accent-blue-50:is(.dark *) {
  accent-color: #eff6ff;
}

.dark\:accent-blue-500:is(.dark *) {
  accent-color: #3b82f6;
}

.dark\:accent-blue-600:is(.dark *) {
  accent-color: #2563eb;
}

.dark\:accent-blue-700:is(.dark *) {
  accent-color: #1d4ed8;
}

.dark\:accent-blue-800:is(.dark *) {
  accent-color: #1e40af;
}

.dark\:accent-blue-900:is(.dark *) {
  accent-color: #1e3a8a;
}

.dark\:accent-blue-950:is(.dark *) {
  accent-color: #172554;
}

.dark\:accent-current:is(.dark *) {
  accent-color: currentColor;
}

.dark\:accent-cyan-100:is(.dark *) {
  accent-color: #cffafe;
}

.dark\:accent-cyan-200:is(.dark *) {
  accent-color: #a5f3fc;
}

.dark\:accent-cyan-300:is(.dark *) {
  accent-color: #67e8f9;
}

.dark\:accent-cyan-400:is(.dark *) {
  accent-color: #22d3ee;
}

.dark\:accent-cyan-50:is(.dark *) {
  accent-color: #ecfeff;
}

.dark\:accent-cyan-500:is(.dark *) {
  accent-color: #06b6d4;
}

.dark\:accent-cyan-600:is(.dark *) {
  accent-color: #0891b2;
}

.dark\:accent-cyan-700:is(.dark *) {
  accent-color: #0e7490;
}

.dark\:accent-cyan-800:is(.dark *) {
  accent-color: #155e75;
}

.dark\:accent-cyan-900:is(.dark *) {
  accent-color: #164e63;
}

.dark\:accent-cyan-950:is(.dark *) {
  accent-color: #083344;
}

.dark\:accent-emerald-100:is(.dark *) {
  accent-color: #d1fae5;
}

.dark\:accent-emerald-200:is(.dark *) {
  accent-color: #a7f3d0;
}

.dark\:accent-emerald-300:is(.dark *) {
  accent-color: #6ee7b7;
}

.dark\:accent-emerald-400:is(.dark *) {
  accent-color: #34d399;
}

.dark\:accent-emerald-50:is(.dark *) {
  accent-color: #ecfdf5;
}

.dark\:accent-emerald-500:is(.dark *) {
  accent-color: #10b981;
}

.dark\:accent-emerald-600:is(.dark *) {
  accent-color: #059669;
}

.dark\:accent-emerald-700:is(.dark *) {
  accent-color: #047857;
}

.dark\:accent-emerald-800:is(.dark *) {
  accent-color: #065f46;
}

.dark\:accent-emerald-900:is(.dark *) {
  accent-color: #064e3b;
}

.dark\:accent-emerald-950:is(.dark *) {
  accent-color: #022c22;
}

.dark\:accent-fuchsia-100:is(.dark *) {
  accent-color: #fae8ff;
}

.dark\:accent-fuchsia-200:is(.dark *) {
  accent-color: #f5d0fe;
}

.dark\:accent-fuchsia-300:is(.dark *) {
  accent-color: #f0abfc;
}

.dark\:accent-fuchsia-400:is(.dark *) {
  accent-color: #e879f9;
}

.dark\:accent-fuchsia-50:is(.dark *) {
  accent-color: #fdf4ff;
}

.dark\:accent-fuchsia-500:is(.dark *) {
  accent-color: #d946ef;
}

.dark\:accent-fuchsia-600:is(.dark *) {
  accent-color: #c026d3;
}

.dark\:accent-fuchsia-700:is(.dark *) {
  accent-color: #a21caf;
}

.dark\:accent-fuchsia-800:is(.dark *) {
  accent-color: #86198f;
}

.dark\:accent-fuchsia-900:is(.dark *) {
  accent-color: #701a75;
}

.dark\:accent-fuchsia-950:is(.dark *) {
  accent-color: #4a044e;
}

.dark\:accent-gray-100:is(.dark *) {
  accent-color: #f3f4f6;
}

.dark\:accent-gray-200:is(.dark *) {
  accent-color: #e5e7eb;
}

.dark\:accent-gray-300:is(.dark *) {
  accent-color: #d1d5db;
}

.dark\:accent-gray-400:is(.dark *) {
  accent-color: #9ca3af;
}

.dark\:accent-gray-50:is(.dark *) {
  accent-color: #f9fafb;
}

.dark\:accent-gray-500:is(.dark *) {
  accent-color: #6b7280;
}

.dark\:accent-gray-600:is(.dark *) {
  accent-color: #4b5563;
}

.dark\:accent-gray-700:is(.dark *) {
  accent-color: #374151;
}

.dark\:accent-gray-800:is(.dark *) {
  accent-color: #1f2937;
}

.dark\:accent-gray-900:is(.dark *) {
  accent-color: #111827;
}

.dark\:accent-gray-950:is(.dark *) {
  accent-color: #030712;
}

.dark\:accent-green-100:is(.dark *) {
  accent-color: #dcfce7;
}

.dark\:accent-green-200:is(.dark *) {
  accent-color: #bbf7d0;
}

.dark\:accent-green-300:is(.dark *) {
  accent-color: #86efac;
}

.dark\:accent-green-400:is(.dark *) {
  accent-color: #4ade80;
}

.dark\:accent-green-50:is(.dark *) {
  accent-color: #f0fdf4;
}

.dark\:accent-green-500:is(.dark *) {
  accent-color: #22c55e;
}

.dark\:accent-green-600:is(.dark *) {
  accent-color: #16a34a;
}

.dark\:accent-green-700:is(.dark *) {
  accent-color: #15803d;
}

.dark\:accent-green-800:is(.dark *) {
  accent-color: #166534;
}

.dark\:accent-green-900:is(.dark *) {
  accent-color: #14532d;
}

.dark\:accent-green-950:is(.dark *) {
  accent-color: #052e16;
}

.dark\:accent-indigo-100:is(.dark *) {
  accent-color: #e0e7ff;
}

.dark\:accent-indigo-200:is(.dark *) {
  accent-color: #c7d2fe;
}

.dark\:accent-indigo-300:is(.dark *) {
  accent-color: #a5b4fc;
}

.dark\:accent-indigo-400:is(.dark *) {
  accent-color: #818cf8;
}

.dark\:accent-indigo-50:is(.dark *) {
  accent-color: #eef2ff;
}

.dark\:accent-indigo-500:is(.dark *) {
  accent-color: #6366f1;
}

.dark\:accent-indigo-600:is(.dark *) {
  accent-color: #4f46e5;
}

.dark\:accent-indigo-700:is(.dark *) {
  accent-color: #4338ca;
}

.dark\:accent-indigo-800:is(.dark *) {
  accent-color: #3730a3;
}

.dark\:accent-indigo-900:is(.dark *) {
  accent-color: #312e81;
}

.dark\:accent-indigo-950:is(.dark *) {
  accent-color: #1e1b4b;
}

.dark\:accent-inherit:is(.dark *) {
  accent-color: inherit;
}

.dark\:accent-lime-100:is(.dark *) {
  accent-color: #ecfccb;
}

.dark\:accent-lime-200:is(.dark *) {
  accent-color: #d9f99d;
}

.dark\:accent-lime-300:is(.dark *) {
  accent-color: #bef264;
}

.dark\:accent-lime-400:is(.dark *) {
  accent-color: #a3e635;
}

.dark\:accent-lime-50:is(.dark *) {
  accent-color: #f7fee7;
}

.dark\:accent-lime-500:is(.dark *) {
  accent-color: #84cc16;
}

.dark\:accent-lime-600:is(.dark *) {
  accent-color: #65a30d;
}

.dark\:accent-lime-700:is(.dark *) {
  accent-color: #4d7c0f;
}

.dark\:accent-lime-800:is(.dark *) {
  accent-color: #3f6212;
}

.dark\:accent-lime-900:is(.dark *) {
  accent-color: #365314;
}

.dark\:accent-lime-950:is(.dark *) {
  accent-color: #1a2e05;
}

.dark\:accent-neutral-100:is(.dark *) {
  accent-color: #f5f5f5;
}

.dark\:accent-neutral-200:is(.dark *) {
  accent-color: #e5e5e5;
}

.dark\:accent-neutral-300:is(.dark *) {
  accent-color: #d4d4d4;
}

.dark\:accent-neutral-400:is(.dark *) {
  accent-color: #a3a3a3;
}

.dark\:accent-neutral-50:is(.dark *) {
  accent-color: #fafafa;
}

.dark\:accent-neutral-500:is(.dark *) {
  accent-color: #737373;
}

.dark\:accent-neutral-600:is(.dark *) {
  accent-color: #525252;
}

.dark\:accent-neutral-700:is(.dark *) {
  accent-color: #404040;
}

.dark\:accent-neutral-800:is(.dark *) {
  accent-color: #262626;
}

.dark\:accent-neutral-900:is(.dark *) {
  accent-color: #171717;
}

.dark\:accent-neutral-950:is(.dark *) {
  accent-color: #0a0a0a;
}

.dark\:accent-orange-100:is(.dark *) {
  accent-color: #ffedd5;
}

.dark\:accent-orange-200:is(.dark *) {
  accent-color: #fed7aa;
}

.dark\:accent-orange-300:is(.dark *) {
  accent-color: #fdba74;
}

.dark\:accent-orange-400:is(.dark *) {
  accent-color: #fb923c;
}

.dark\:accent-orange-50:is(.dark *) {
  accent-color: #fff7ed;
}

.dark\:accent-orange-500:is(.dark *) {
  accent-color: #f97316;
}

.dark\:accent-orange-600:is(.dark *) {
  accent-color: #ea580c;
}

.dark\:accent-orange-700:is(.dark *) {
  accent-color: #c2410c;
}

.dark\:accent-orange-800:is(.dark *) {
  accent-color: #9a3412;
}

.dark\:accent-orange-900:is(.dark *) {
  accent-color: #7c2d12;
}

.dark\:accent-orange-950:is(.dark *) {
  accent-color: #431407;
}

.dark\:accent-pink-100:is(.dark *) {
  accent-color: #fce7f3;
}

.dark\:accent-pink-200:is(.dark *) {
  accent-color: #fbcfe8;
}

.dark\:accent-pink-300:is(.dark *) {
  accent-color: #f9a8d4;
}

.dark\:accent-pink-400:is(.dark *) {
  accent-color: #f472b6;
}

.dark\:accent-pink-50:is(.dark *) {
  accent-color: #fdf2f8;
}

.dark\:accent-pink-500:is(.dark *) {
  accent-color: #ec4899;
}

.dark\:accent-pink-600:is(.dark *) {
  accent-color: #db2777;
}

.dark\:accent-pink-700:is(.dark *) {
  accent-color: #be185d;
}

.dark\:accent-pink-800:is(.dark *) {
  accent-color: #9d174d;
}

.dark\:accent-pink-900:is(.dark *) {
  accent-color: #831843;
}

.dark\:accent-pink-950:is(.dark *) {
  accent-color: #500724;
}

.dark\:accent-purple-100:is(.dark *) {
  accent-color: #f3e8ff;
}

.dark\:accent-purple-200:is(.dark *) {
  accent-color: #e9d5ff;
}

.dark\:accent-purple-300:is(.dark *) {
  accent-color: #d8b4fe;
}

.dark\:accent-purple-400:is(.dark *) {
  accent-color: #c084fc;
}

.dark\:accent-purple-50:is(.dark *) {
  accent-color: #faf5ff;
}

.dark\:accent-purple-500:is(.dark *) {
  accent-color: #a855f7;
}

.dark\:accent-purple-600:is(.dark *) {
  accent-color: #9333ea;
}

.dark\:accent-purple-700:is(.dark *) {
  accent-color: #7e22ce;
}

.dark\:accent-purple-800:is(.dark *) {
  accent-color: #6b21a8;
}

.dark\:accent-purple-900:is(.dark *) {
  accent-color: #581c87;
}

.dark\:accent-purple-950:is(.dark *) {
  accent-color: #3b0764;
}

.dark\:accent-red-100:is(.dark *) {
  accent-color: #fee2e2;
}

.dark\:accent-red-200:is(.dark *) {
  accent-color: #fecaca;
}

.dark\:accent-red-300:is(.dark *) {
  accent-color: #fca5a5;
}

.dark\:accent-red-400:is(.dark *) {
  accent-color: #f87171;
}

.dark\:accent-red-50:is(.dark *) {
  accent-color: #fef2f2;
}

.dark\:accent-red-500:is(.dark *) {
  accent-color: #ef4444;
}

.dark\:accent-red-600:is(.dark *) {
  accent-color: #dc2626;
}

.dark\:accent-red-700:is(.dark *) {
  accent-color: #b91c1c;
}

.dark\:accent-red-800:is(.dark *) {
  accent-color: #991b1b;
}

.dark\:accent-red-900:is(.dark *) {
  accent-color: #7f1d1d;
}

.dark\:accent-red-950:is(.dark *) {
  accent-color: #450a0a;
}

.dark\:accent-rose-100:is(.dark *) {
  accent-color: #ffe4e6;
}

.dark\:accent-rose-200:is(.dark *) {
  accent-color: #fecdd3;
}

.dark\:accent-rose-300:is(.dark *) {
  accent-color: #fda4af;
}

.dark\:accent-rose-400:is(.dark *) {
  accent-color: #fb7185;
}

.dark\:accent-rose-50:is(.dark *) {
  accent-color: #fff1f2;
}

.dark\:accent-rose-500:is(.dark *) {
  accent-color: #f43f5e;
}

.dark\:accent-rose-600:is(.dark *) {
  accent-color: #e11d48;
}

.dark\:accent-rose-700:is(.dark *) {
  accent-color: #be123c;
}

.dark\:accent-rose-800:is(.dark *) {
  accent-color: #9f1239;
}

.dark\:accent-rose-900:is(.dark *) {
  accent-color: #881337;
}

.dark\:accent-rose-950:is(.dark *) {
  accent-color: #4c0519;
}

.dark\:accent-sky-100:is(.dark *) {
  accent-color: #e0f2fe;
}

.dark\:accent-sky-200:is(.dark *) {
  accent-color: #bae6fd;
}

.dark\:accent-sky-300:is(.dark *) {
  accent-color: #7dd3fc;
}

.dark\:accent-sky-400:is(.dark *) {
  accent-color: #38bdf8;
}

.dark\:accent-sky-50:is(.dark *) {
  accent-color: #f0f9ff;
}

.dark\:accent-sky-500:is(.dark *) {
  accent-color: #0ea5e9;
}

.dark\:accent-sky-600:is(.dark *) {
  accent-color: #0284c7;
}

.dark\:accent-sky-700:is(.dark *) {
  accent-color: #0369a1;
}

.dark\:accent-sky-800:is(.dark *) {
  accent-color: #075985;
}

.dark\:accent-sky-900:is(.dark *) {
  accent-color: #0c4a6e;
}

.dark\:accent-sky-950:is(.dark *) {
  accent-color: #082f49;
}

.dark\:accent-slate-100:is(.dark *) {
  accent-color: #f1f5f9;
}

.dark\:accent-slate-200:is(.dark *) {
  accent-color: #e2e8f0;
}

.dark\:accent-slate-300:is(.dark *) {
  accent-color: #cbd5e1;
}

.dark\:accent-slate-400:is(.dark *) {
  accent-color: #94a3b8;
}

.dark\:accent-slate-50:is(.dark *) {
  accent-color: #f8fafc;
}

.dark\:accent-slate-500:is(.dark *) {
  accent-color: #64748b;
}

.dark\:accent-slate-600:is(.dark *) {
  accent-color: #475569;
}

.dark\:accent-slate-700:is(.dark *) {
  accent-color: #334155;
}

.dark\:accent-slate-800:is(.dark *) {
  accent-color: #1e293b;
}

.dark\:accent-slate-900:is(.dark *) {
  accent-color: #0f172a;
}

.dark\:accent-slate-950:is(.dark *) {
  accent-color: #020617;
}

.dark\:accent-stone-100:is(.dark *) {
  accent-color: #f5f5f4;
}

.dark\:accent-stone-200:is(.dark *) {
  accent-color: #e7e5e4;
}

.dark\:accent-stone-300:is(.dark *) {
  accent-color: #d6d3d1;
}

.dark\:accent-stone-400:is(.dark *) {
  accent-color: #a8a29e;
}

.dark\:accent-stone-50:is(.dark *) {
  accent-color: #fafaf9;
}

.dark\:accent-stone-500:is(.dark *) {
  accent-color: #78716c;
}

.dark\:accent-stone-600:is(.dark *) {
  accent-color: #57534e;
}

.dark\:accent-stone-700:is(.dark *) {
  accent-color: #44403c;
}

.dark\:accent-stone-800:is(.dark *) {
  accent-color: #292524;
}

.dark\:accent-stone-900:is(.dark *) {
  accent-color: #1c1917;
}

.dark\:accent-stone-950:is(.dark *) {
  accent-color: #0c0a09;
}

.dark\:accent-teal-100:is(.dark *) {
  accent-color: #ccfbf1;
}

.dark\:accent-teal-200:is(.dark *) {
  accent-color: #99f6e4;
}

.dark\:accent-teal-300:is(.dark *) {
  accent-color: #5eead4;
}

.dark\:accent-teal-400:is(.dark *) {
  accent-color: #2dd4bf;
}

.dark\:accent-teal-50:is(.dark *) {
  accent-color: #f0fdfa;
}

.dark\:accent-teal-500:is(.dark *) {
  accent-color: #14b8a6;
}

.dark\:accent-teal-600:is(.dark *) {
  accent-color: #0d9488;
}

.dark\:accent-teal-700:is(.dark *) {
  accent-color: #0f766e;
}

.dark\:accent-teal-800:is(.dark *) {
  accent-color: #115e59;
}

.dark\:accent-teal-900:is(.dark *) {
  accent-color: #134e4a;
}

.dark\:accent-teal-950:is(.dark *) {
  accent-color: #042f2e;
}

.dark\:accent-transparent:is(.dark *) {
  accent-color: transparent;
}

.dark\:accent-violet-100:is(.dark *) {
  accent-color: #ede9fe;
}

.dark\:accent-violet-200:is(.dark *) {
  accent-color: #ddd6fe;
}

.dark\:accent-violet-300:is(.dark *) {
  accent-color: #c4b5fd;
}

.dark\:accent-violet-400:is(.dark *) {
  accent-color: #a78bfa;
}

.dark\:accent-violet-50:is(.dark *) {
  accent-color: #f5f3ff;
}

.dark\:accent-violet-500:is(.dark *) {
  accent-color: #8b5cf6;
}

.dark\:accent-violet-600:is(.dark *) {
  accent-color: #7c3aed;
}

.dark\:accent-violet-700:is(.dark *) {
  accent-color: #6d28d9;
}

.dark\:accent-violet-800:is(.dark *) {
  accent-color: #5b21b6;
}

.dark\:accent-violet-900:is(.dark *) {
  accent-color: #4c1d95;
}

.dark\:accent-violet-950:is(.dark *) {
  accent-color: #2e1065;
}

.dark\:accent-white:is(.dark *) {
  accent-color: #fff;
}

.dark\:accent-yellow-100:is(.dark *) {
  accent-color: #fef9c3;
}

.dark\:accent-yellow-200:is(.dark *) {
  accent-color: #fef08a;
}

.dark\:accent-yellow-300:is(.dark *) {
  accent-color: #fde047;
}

.dark\:accent-yellow-400:is(.dark *) {
  accent-color: #facc15;
}

.dark\:accent-yellow-50:is(.dark *) {
  accent-color: #fefce8;
}

.dark\:accent-yellow-500:is(.dark *) {
  accent-color: #eab308;
}

.dark\:accent-yellow-600:is(.dark *) {
  accent-color: #ca8a04;
}

.dark\:accent-yellow-700:is(.dark *) {
  accent-color: #a16207;
}

.dark\:accent-yellow-800:is(.dark *) {
  accent-color: #854d0e;
}

.dark\:accent-yellow-900:is(.dark *) {
  accent-color: #713f12;
}

.dark\:accent-yellow-950:is(.dark *) {
  accent-color: #422006;
}

.dark\:accent-zinc-100:is(.dark *) {
  accent-color: #f4f4f5;
}

.dark\:accent-zinc-200:is(.dark *) {
  accent-color: #e4e4e7;
}

.dark\:accent-zinc-300:is(.dark *) {
  accent-color: #d4d4d8;
}

.dark\:accent-zinc-400:is(.dark *) {
  accent-color: #a1a1aa;
}

.dark\:accent-zinc-50:is(.dark *) {
  accent-color: #fafafa;
}

.dark\:accent-zinc-500:is(.dark *) {
  accent-color: #71717a;
}

.dark\:accent-zinc-600:is(.dark *) {
  accent-color: #52525b;
}

.dark\:accent-zinc-700:is(.dark *) {
  accent-color: #3f3f46;
}

.dark\:accent-zinc-800:is(.dark *) {
  accent-color: #27272a;
}

.dark\:accent-zinc-900:is(.dark *) {
  accent-color: #18181b;
}

.dark\:accent-zinc-950:is(.dark *) {
  accent-color: #09090b;
}

.dark\:shadow-none:is(.dark *) {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.dark\:outline-amber-100:is(.dark *) {
  outline-color: #fef3c7;
}

.dark\:outline-amber-200:is(.dark *) {
  outline-color: #fde68a;
}

.dark\:outline-amber-300:is(.dark *) {
  outline-color: #fcd34d;
}

.dark\:outline-amber-400:is(.dark *) {
  outline-color: #fbbf24;
}

.dark\:outline-amber-50:is(.dark *) {
  outline-color: #fffbeb;
}

.dark\:outline-amber-500:is(.dark *) {
  outline-color: #f59e0b;
}

.dark\:outline-amber-600:is(.dark *) {
  outline-color: #d97706;
}

.dark\:outline-amber-700:is(.dark *) {
  outline-color: #b45309;
}

.dark\:outline-amber-800:is(.dark *) {
  outline-color: #92400e;
}

.dark\:outline-amber-900:is(.dark *) {
  outline-color: #78350f;
}

.dark\:outline-amber-950:is(.dark *) {
  outline-color: #451a03;
}

.dark\:outline-black:is(.dark *) {
  outline-color: #000;
}

.dark\:outline-blue-100:is(.dark *) {
  outline-color: #dbeafe;
}

.dark\:outline-blue-200:is(.dark *) {
  outline-color: #bfdbfe;
}

.dark\:outline-blue-300:is(.dark *) {
  outline-color: #93c5fd;
}

.dark\:outline-blue-400:is(.dark *) {
  outline-color: #60a5fa;
}

.dark\:outline-blue-50:is(.dark *) {
  outline-color: #eff6ff;
}

.dark\:outline-blue-500:is(.dark *) {
  outline-color: #3b82f6;
}

.dark\:outline-blue-600:is(.dark *) {
  outline-color: #2563eb;
}

.dark\:outline-blue-700:is(.dark *) {
  outline-color: #1d4ed8;
}

.dark\:outline-blue-800:is(.dark *) {
  outline-color: #1e40af;
}

.dark\:outline-blue-900:is(.dark *) {
  outline-color: #1e3a8a;
}

.dark\:outline-blue-950:is(.dark *) {
  outline-color: #172554;
}

.dark\:outline-current:is(.dark *) {
  outline-color: currentColor;
}

.dark\:outline-cyan-100:is(.dark *) {
  outline-color: #cffafe;
}

.dark\:outline-cyan-200:is(.dark *) {
  outline-color: #a5f3fc;
}

.dark\:outline-cyan-300:is(.dark *) {
  outline-color: #67e8f9;
}

.dark\:outline-cyan-400:is(.dark *) {
  outline-color: #22d3ee;
}

.dark\:outline-cyan-50:is(.dark *) {
  outline-color: #ecfeff;
}

.dark\:outline-cyan-500:is(.dark *) {
  outline-color: #06b6d4;
}

.dark\:outline-cyan-600:is(.dark *) {
  outline-color: #0891b2;
}

.dark\:outline-cyan-700:is(.dark *) {
  outline-color: #0e7490;
}

.dark\:outline-cyan-800:is(.dark *) {
  outline-color: #155e75;
}

.dark\:outline-cyan-900:is(.dark *) {
  outline-color: #164e63;
}

.dark\:outline-cyan-950:is(.dark *) {
  outline-color: #083344;
}

.dark\:outline-emerald-100:is(.dark *) {
  outline-color: #d1fae5;
}

.dark\:outline-emerald-200:is(.dark *) {
  outline-color: #a7f3d0;
}

.dark\:outline-emerald-300:is(.dark *) {
  outline-color: #6ee7b7;
}

.dark\:outline-emerald-400:is(.dark *) {
  outline-color: #34d399;
}

.dark\:outline-emerald-50:is(.dark *) {
  outline-color: #ecfdf5;
}

.dark\:outline-emerald-500:is(.dark *) {
  outline-color: #10b981;
}

.dark\:outline-emerald-600:is(.dark *) {
  outline-color: #059669;
}

.dark\:outline-emerald-700:is(.dark *) {
  outline-color: #047857;
}

.dark\:outline-emerald-800:is(.dark *) {
  outline-color: #065f46;
}

.dark\:outline-emerald-900:is(.dark *) {
  outline-color: #064e3b;
}

.dark\:outline-emerald-950:is(.dark *) {
  outline-color: #022c22;
}

.dark\:outline-fuchsia-100:is(.dark *) {
  outline-color: #fae8ff;
}

.dark\:outline-fuchsia-200:is(.dark *) {
  outline-color: #f5d0fe;
}

.dark\:outline-fuchsia-300:is(.dark *) {
  outline-color: #f0abfc;
}

.dark\:outline-fuchsia-400:is(.dark *) {
  outline-color: #e879f9;
}

.dark\:outline-fuchsia-50:is(.dark *) {
  outline-color: #fdf4ff;
}

.dark\:outline-fuchsia-500:is(.dark *) {
  outline-color: #d946ef;
}

.dark\:outline-fuchsia-600:is(.dark *) {
  outline-color: #c026d3;
}

.dark\:outline-fuchsia-700:is(.dark *) {
  outline-color: #a21caf;
}

.dark\:outline-fuchsia-800:is(.dark *) {
  outline-color: #86198f;
}

.dark\:outline-fuchsia-900:is(.dark *) {
  outline-color: #701a75;
}

.dark\:outline-fuchsia-950:is(.dark *) {
  outline-color: #4a044e;
}

.dark\:outline-gray-100:is(.dark *) {
  outline-color: #f3f4f6;
}

.dark\:outline-gray-200:is(.dark *) {
  outline-color: #e5e7eb;
}

.dark\:outline-gray-300:is(.dark *) {
  outline-color: #d1d5db;
}

.dark\:outline-gray-400:is(.dark *) {
  outline-color: #9ca3af;
}

.dark\:outline-gray-50:is(.dark *) {
  outline-color: #f9fafb;
}

.dark\:outline-gray-500:is(.dark *) {
  outline-color: #6b7280;
}

.dark\:outline-gray-600:is(.dark *) {
  outline-color: #4b5563;
}

.dark\:outline-gray-700:is(.dark *) {
  outline-color: #374151;
}

.dark\:outline-gray-800:is(.dark *) {
  outline-color: #1f2937;
}

.dark\:outline-gray-900:is(.dark *) {
  outline-color: #111827;
}

.dark\:outline-gray-950:is(.dark *) {
  outline-color: #030712;
}

.dark\:outline-green-100:is(.dark *) {
  outline-color: #dcfce7;
}

.dark\:outline-green-200:is(.dark *) {
  outline-color: #bbf7d0;
}

.dark\:outline-green-300:is(.dark *) {
  outline-color: #86efac;
}

.dark\:outline-green-400:is(.dark *) {
  outline-color: #4ade80;
}

.dark\:outline-green-50:is(.dark *) {
  outline-color: #f0fdf4;
}

.dark\:outline-green-500:is(.dark *) {
  outline-color: #22c55e;
}

.dark\:outline-green-600:is(.dark *) {
  outline-color: #16a34a;
}

.dark\:outline-green-700:is(.dark *) {
  outline-color: #15803d;
}

.dark\:outline-green-800:is(.dark *) {
  outline-color: #166534;
}

.dark\:outline-green-900:is(.dark *) {
  outline-color: #14532d;
}

.dark\:outline-green-950:is(.dark *) {
  outline-color: #052e16;
}

.dark\:outline-indigo-100:is(.dark *) {
  outline-color: #e0e7ff;
}

.dark\:outline-indigo-200:is(.dark *) {
  outline-color: #c7d2fe;
}

.dark\:outline-indigo-300:is(.dark *) {
  outline-color: #a5b4fc;
}

.dark\:outline-indigo-400:is(.dark *) {
  outline-color: #818cf8;
}

.dark\:outline-indigo-50:is(.dark *) {
  outline-color: #eef2ff;
}

.dark\:outline-indigo-500:is(.dark *) {
  outline-color: #6366f1;
}

.dark\:outline-indigo-600:is(.dark *) {
  outline-color: #4f46e5;
}

.dark\:outline-indigo-700:is(.dark *) {
  outline-color: #4338ca;
}

.dark\:outline-indigo-800:is(.dark *) {
  outline-color: #3730a3;
}

.dark\:outline-indigo-900:is(.dark *) {
  outline-color: #312e81;
}

.dark\:outline-indigo-950:is(.dark *) {
  outline-color: #1e1b4b;
}

.dark\:outline-inherit:is(.dark *) {
  outline-color: inherit;
}

.dark\:outline-lime-100:is(.dark *) {
  outline-color: #ecfccb;
}

.dark\:outline-lime-200:is(.dark *) {
  outline-color: #d9f99d;
}

.dark\:outline-lime-300:is(.dark *) {
  outline-color: #bef264;
}

.dark\:outline-lime-400:is(.dark *) {
  outline-color: #a3e635;
}

.dark\:outline-lime-50:is(.dark *) {
  outline-color: #f7fee7;
}

.dark\:outline-lime-500:is(.dark *) {
  outline-color: #84cc16;
}

.dark\:outline-lime-600:is(.dark *) {
  outline-color: #65a30d;
}

.dark\:outline-lime-700:is(.dark *) {
  outline-color: #4d7c0f;
}

.dark\:outline-lime-800:is(.dark *) {
  outline-color: #3f6212;
}

.dark\:outline-lime-900:is(.dark *) {
  outline-color: #365314;
}

.dark\:outline-lime-950:is(.dark *) {
  outline-color: #1a2e05;
}

.dark\:outline-neutral-100:is(.dark *) {
  outline-color: #f5f5f5;
}

.dark\:outline-neutral-200:is(.dark *) {
  outline-color: #e5e5e5;
}

.dark\:outline-neutral-300:is(.dark *) {
  outline-color: #d4d4d4;
}

.dark\:outline-neutral-400:is(.dark *) {
  outline-color: #a3a3a3;
}

.dark\:outline-neutral-50:is(.dark *) {
  outline-color: #fafafa;
}

.dark\:outline-neutral-500:is(.dark *) {
  outline-color: #737373;
}

.dark\:outline-neutral-600:is(.dark *) {
  outline-color: #525252;
}

.dark\:outline-neutral-700:is(.dark *) {
  outline-color: #404040;
}

.dark\:outline-neutral-800:is(.dark *) {
  outline-color: #262626;
}

.dark\:outline-neutral-900:is(.dark *) {
  outline-color: #171717;
}

.dark\:outline-neutral-950:is(.dark *) {
  outline-color: #0a0a0a;
}

.dark\:outline-orange-100:is(.dark *) {
  outline-color: #ffedd5;
}

.dark\:outline-orange-200:is(.dark *) {
  outline-color: #fed7aa;
}

.dark\:outline-orange-300:is(.dark *) {
  outline-color: #fdba74;
}

.dark\:outline-orange-400:is(.dark *) {
  outline-color: #fb923c;
}

.dark\:outline-orange-50:is(.dark *) {
  outline-color: #fff7ed;
}

.dark\:outline-orange-500:is(.dark *) {
  outline-color: #f97316;
}

.dark\:outline-orange-600:is(.dark *) {
  outline-color: #ea580c;
}

.dark\:outline-orange-700:is(.dark *) {
  outline-color: #c2410c;
}

.dark\:outline-orange-800:is(.dark *) {
  outline-color: #9a3412;
}

.dark\:outline-orange-900:is(.dark *) {
  outline-color: #7c2d12;
}

.dark\:outline-orange-950:is(.dark *) {
  outline-color: #431407;
}

.dark\:outline-pink-100:is(.dark *) {
  outline-color: #fce7f3;
}

.dark\:outline-pink-200:is(.dark *) {
  outline-color: #fbcfe8;
}

.dark\:outline-pink-300:is(.dark *) {
  outline-color: #f9a8d4;
}

.dark\:outline-pink-400:is(.dark *) {
  outline-color: #f472b6;
}

.dark\:outline-pink-50:is(.dark *) {
  outline-color: #fdf2f8;
}

.dark\:outline-pink-500:is(.dark *) {
  outline-color: #ec4899;
}

.dark\:outline-pink-600:is(.dark *) {
  outline-color: #db2777;
}

.dark\:outline-pink-700:is(.dark *) {
  outline-color: #be185d;
}

.dark\:outline-pink-800:is(.dark *) {
  outline-color: #9d174d;
}

.dark\:outline-pink-900:is(.dark *) {
  outline-color: #831843;
}

.dark\:outline-pink-950:is(.dark *) {
  outline-color: #500724;
}

.dark\:outline-purple-100:is(.dark *) {
  outline-color: #f3e8ff;
}

.dark\:outline-purple-200:is(.dark *) {
  outline-color: #e9d5ff;
}

.dark\:outline-purple-300:is(.dark *) {
  outline-color: #d8b4fe;
}

.dark\:outline-purple-400:is(.dark *) {
  outline-color: #c084fc;
}

.dark\:outline-purple-50:is(.dark *) {
  outline-color: #faf5ff;
}

.dark\:outline-purple-500:is(.dark *) {
  outline-color: #a855f7;
}

.dark\:outline-purple-600:is(.dark *) {
  outline-color: #9333ea;
}

.dark\:outline-purple-700:is(.dark *) {
  outline-color: #7e22ce;
}

.dark\:outline-purple-800:is(.dark *) {
  outline-color: #6b21a8;
}

.dark\:outline-purple-900:is(.dark *) {
  outline-color: #581c87;
}

.dark\:outline-purple-950:is(.dark *) {
  outline-color: #3b0764;
}

.dark\:outline-red-100:is(.dark *) {
  outline-color: #fee2e2;
}

.dark\:outline-red-200:is(.dark *) {
  outline-color: #fecaca;
}

.dark\:outline-red-300:is(.dark *) {
  outline-color: #fca5a5;
}

.dark\:outline-red-400:is(.dark *) {
  outline-color: #f87171;
}

.dark\:outline-red-50:is(.dark *) {
  outline-color: #fef2f2;
}

.dark\:outline-red-500:is(.dark *) {
  outline-color: #ef4444;
}

.dark\:outline-red-600:is(.dark *) {
  outline-color: #dc2626;
}

.dark\:outline-red-700:is(.dark *) {
  outline-color: #b91c1c;
}

.dark\:outline-red-800:is(.dark *) {
  outline-color: #991b1b;
}

.dark\:outline-red-900:is(.dark *) {
  outline-color: #7f1d1d;
}

.dark\:outline-red-950:is(.dark *) {
  outline-color: #450a0a;
}

.dark\:outline-rose-100:is(.dark *) {
  outline-color: #ffe4e6;
}

.dark\:outline-rose-200:is(.dark *) {
  outline-color: #fecdd3;
}

.dark\:outline-rose-300:is(.dark *) {
  outline-color: #fda4af;
}

.dark\:outline-rose-400:is(.dark *) {
  outline-color: #fb7185;
}

.dark\:outline-rose-50:is(.dark *) {
  outline-color: #fff1f2;
}

.dark\:outline-rose-500:is(.dark *) {
  outline-color: #f43f5e;
}

.dark\:outline-rose-600:is(.dark *) {
  outline-color: #e11d48;
}

.dark\:outline-rose-700:is(.dark *) {
  outline-color: #be123c;
}

.dark\:outline-rose-800:is(.dark *) {
  outline-color: #9f1239;
}

.dark\:outline-rose-900:is(.dark *) {
  outline-color: #881337;
}

.dark\:outline-rose-950:is(.dark *) {
  outline-color: #4c0519;
}

.dark\:outline-sky-100:is(.dark *) {
  outline-color: #e0f2fe;
}

.dark\:outline-sky-200:is(.dark *) {
  outline-color: #bae6fd;
}

.dark\:outline-sky-300:is(.dark *) {
  outline-color: #7dd3fc;
}

.dark\:outline-sky-400:is(.dark *) {
  outline-color: #38bdf8;
}

.dark\:outline-sky-50:is(.dark *) {
  outline-color: #f0f9ff;
}

.dark\:outline-sky-500:is(.dark *) {
  outline-color: #0ea5e9;
}

.dark\:outline-sky-600:is(.dark *) {
  outline-color: #0284c7;
}

.dark\:outline-sky-700:is(.dark *) {
  outline-color: #0369a1;
}

.dark\:outline-sky-800:is(.dark *) {
  outline-color: #075985;
}

.dark\:outline-sky-900:is(.dark *) {
  outline-color: #0c4a6e;
}

.dark\:outline-sky-950:is(.dark *) {
  outline-color: #082f49;
}

.dark\:outline-slate-100:is(.dark *) {
  outline-color: #f1f5f9;
}

.dark\:outline-slate-200:is(.dark *) {
  outline-color: #e2e8f0;
}

.dark\:outline-slate-300:is(.dark *) {
  outline-color: #cbd5e1;
}

.dark\:outline-slate-400:is(.dark *) {
  outline-color: #94a3b8;
}

.dark\:outline-slate-50:is(.dark *) {
  outline-color: #f8fafc;
}

.dark\:outline-slate-500:is(.dark *) {
  outline-color: #64748b;
}

.dark\:outline-slate-600:is(.dark *) {
  outline-color: #475569;
}

.dark\:outline-slate-700:is(.dark *) {
  outline-color: #334155;
}

.dark\:outline-slate-800:is(.dark *) {
  outline-color: #1e293b;
}

.dark\:outline-slate-900:is(.dark *) {
  outline-color: #0f172a;
}

.dark\:outline-slate-950:is(.dark *) {
  outline-color: #020617;
}

.dark\:outline-stone-100:is(.dark *) {
  outline-color: #f5f5f4;
}

.dark\:outline-stone-200:is(.dark *) {
  outline-color: #e7e5e4;
}

.dark\:outline-stone-300:is(.dark *) {
  outline-color: #d6d3d1;
}

.dark\:outline-stone-400:is(.dark *) {
  outline-color: #a8a29e;
}

.dark\:outline-stone-50:is(.dark *) {
  outline-color: #fafaf9;
}

.dark\:outline-stone-500:is(.dark *) {
  outline-color: #78716c;
}

.dark\:outline-stone-600:is(.dark *) {
  outline-color: #57534e;
}

.dark\:outline-stone-700:is(.dark *) {
  outline-color: #44403c;
}

.dark\:outline-stone-800:is(.dark *) {
  outline-color: #292524;
}

.dark\:outline-stone-900:is(.dark *) {
  outline-color: #1c1917;
}

.dark\:outline-stone-950:is(.dark *) {
  outline-color: #0c0a09;
}

.dark\:outline-teal-100:is(.dark *) {
  outline-color: #ccfbf1;
}

.dark\:outline-teal-200:is(.dark *) {
  outline-color: #99f6e4;
}

.dark\:outline-teal-300:is(.dark *) {
  outline-color: #5eead4;
}

.dark\:outline-teal-400:is(.dark *) {
  outline-color: #2dd4bf;
}

.dark\:outline-teal-50:is(.dark *) {
  outline-color: #f0fdfa;
}

.dark\:outline-teal-500:is(.dark *) {
  outline-color: #14b8a6;
}

.dark\:outline-teal-600:is(.dark *) {
  outline-color: #0d9488;
}

.dark\:outline-teal-700:is(.dark *) {
  outline-color: #0f766e;
}

.dark\:outline-teal-800:is(.dark *) {
  outline-color: #115e59;
}

.dark\:outline-teal-900:is(.dark *) {
  outline-color: #134e4a;
}

.dark\:outline-teal-950:is(.dark *) {
  outline-color: #042f2e;
}

.dark\:outline-transparent:is(.dark *) {
  outline-color: transparent;
}

.dark\:outline-violet-100:is(.dark *) {
  outline-color: #ede9fe;
}

.dark\:outline-violet-200:is(.dark *) {
  outline-color: #ddd6fe;
}

.dark\:outline-violet-300:is(.dark *) {
  outline-color: #c4b5fd;
}

.dark\:outline-violet-400:is(.dark *) {
  outline-color: #a78bfa;
}

.dark\:outline-violet-50:is(.dark *) {
  outline-color: #f5f3ff;
}

.dark\:outline-violet-500:is(.dark *) {
  outline-color: #8b5cf6;
}

.dark\:outline-violet-600:is(.dark *) {
  outline-color: #7c3aed;
}

.dark\:outline-violet-700:is(.dark *) {
  outline-color: #6d28d9;
}

.dark\:outline-violet-800:is(.dark *) {
  outline-color: #5b21b6;
}

.dark\:outline-violet-900:is(.dark *) {
  outline-color: #4c1d95;
}

.dark\:outline-violet-950:is(.dark *) {
  outline-color: #2e1065;
}

.dark\:outline-white:is(.dark *) {
  outline-color: #fff;
}

.dark\:outline-yellow-100:is(.dark *) {
  outline-color: #fef9c3;
}

.dark\:outline-yellow-200:is(.dark *) {
  outline-color: #fef08a;
}

.dark\:outline-yellow-300:is(.dark *) {
  outline-color: #fde047;
}

.dark\:outline-yellow-400:is(.dark *) {
  outline-color: #facc15;
}

.dark\:outline-yellow-50:is(.dark *) {
  outline-color: #fefce8;
}

.dark\:outline-yellow-500:is(.dark *) {
  outline-color: #eab308;
}

.dark\:outline-yellow-600:is(.dark *) {
  outline-color: #ca8a04;
}

.dark\:outline-yellow-700:is(.dark *) {
  outline-color: #a16207;
}

.dark\:outline-yellow-800:is(.dark *) {
  outline-color: #854d0e;
}

.dark\:outline-yellow-900:is(.dark *) {
  outline-color: #713f12;
}

.dark\:outline-yellow-950:is(.dark *) {
  outline-color: #422006;
}

.dark\:outline-zinc-100:is(.dark *) {
  outline-color: #f4f4f5;
}

.dark\:outline-zinc-200:is(.dark *) {
  outline-color: #e4e4e7;
}

.dark\:outline-zinc-300:is(.dark *) {
  outline-color: #d4d4d8;
}

.dark\:outline-zinc-400:is(.dark *) {
  outline-color: #a1a1aa;
}

.dark\:outline-zinc-50:is(.dark *) {
  outline-color: #fafafa;
}

.dark\:outline-zinc-500:is(.dark *) {
  outline-color: #71717a;
}

.dark\:outline-zinc-600:is(.dark *) {
  outline-color: #52525b;
}

.dark\:outline-zinc-700:is(.dark *) {
  outline-color: #3f3f46;
}

.dark\:outline-zinc-800:is(.dark *) {
  outline-color: #27272a;
}

.dark\:outline-zinc-900:is(.dark *) {
  outline-color: #18181b;
}

.dark\:outline-zinc-950:is(.dark *) {
  outline-color: #09090b;
}

.dark\:ring-amber-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 243 199 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 230 138 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 77 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 191 36 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 251 235 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 158 11 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 119 6 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(146 64 14 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 53 15 / var(--tw-ring-opacity, 1));
}

.dark\:ring-amber-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 26 3 / var(--tw-ring-opacity, 1));
}

.dark\:ring-black:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 165 250 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 246 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity, 1));
}

.dark\:ring-blue-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 37 84 / var(--tw-ring-opacity, 1));
}

.dark\:ring-current:is(.dark *) {
  --tw-ring-color: currentColor;
}

.dark\:ring-cyan-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(207 250 254 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 243 252 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(103 232 249 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 211 238 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 254 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 182 212 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 145 178 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 116 144 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 94 117 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 78 99 / var(--tw-ring-opacity, 1));
}

.dark\:ring-cyan-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 51 68 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 250 229 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 243 208 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(110 231 183 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(52 211 153 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 253 245 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(16 185 129 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 150 105 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 120 87 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 95 70 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(6 78 59 / var(--tw-ring-opacity, 1));
}

.dark\:ring-emerald-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 44 34 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 232 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 208 254 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 171 252 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(232 121 249 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 244 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 70 239 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 38 211 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(162 28 175 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 25 143 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(112 26 117 / var(--tw-ring-opacity, 1));
}

.dark\:ring-fuchsia-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 4 78 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 244 246 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 231 235 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(156 163 175 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 250 251 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 114 128 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity, 1));
}

.dark\:ring-gray-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 7 18 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 252 231 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(187 247 208 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(134 239 172 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 244 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(21 128 61 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 101 52 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 83 45 / var(--tw-ring-opacity, 1));
}

.dark\:ring-green-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(5 46 22 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 231 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(165 180 252 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 140 248 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(238 242 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(79 70 229 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 56 202 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(55 48 163 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 46 129 / var(--tw-ring-opacity, 1));
}

.dark\:ring-indigo-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 27 75 / var(--tw-ring-opacity, 1));
}

.dark\:ring-inherit:is(.dark *) {
  --tw-ring-color: inherit;
}

.dark\:ring-lime-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 252 203 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(217 249 157 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 242 100 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 230 53 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 254 231 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(132 204 22 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(101 163 13 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(77 124 15 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 98 18 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 83 20 / var(--tw-ring-opacity, 1));
}

.dark\:ring-lime-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(26 46 5 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 245 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(229 229 229 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 212 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(163 163 163 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(115 115 115 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 82 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(64 64 64 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(38 38 38 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(23 23 23 / var(--tw-ring-opacity, 1));
}

.dark\:ring-neutral-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(10 10 10 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 237 213 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 215 170 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 186 116 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 146 60 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 237 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 115 22 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(194 65 12 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(154 52 18 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 45 18 / var(--tw-ring-opacity, 1));
}

.dark\:ring-orange-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(67 20 7 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 231 243 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 207 232 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 168 212 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 114 182 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 242 248 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(236 72 153 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 39 119 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 24 93 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(157 23 77 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(131 24 67 / var(--tw-ring-opacity, 1));
}

.dark\:ring-pink-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(80 7 36 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 232 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 213 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 180 254 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(192 132 252 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 245 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 85 247 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 51 234 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(126 34 206 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(107 33 168 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(88 28 135 / var(--tw-ring-opacity, 1));
}

.dark\:ring-purple-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 7 100 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 226 226 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 165 165 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 242 242 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(220 38 38 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(185 28 28 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 27 27 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(127 29 29 / var(--tw-ring-opacity, 1));
}

.dark\:ring-red-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(69 10 10 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 228 230 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 205 211 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 164 175 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 113 133 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 241 242 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 63 94 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(225 29 72 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(190 18 60 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(159 18 57 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(136 19 55 / var(--tw-ring-opacity, 1));
}

.dark\:ring-rose-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 5 25 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(224 242 254 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(186 230 253 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(125 211 252 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(56 189 248 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 249 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(14 165 233 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 132 199 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(3 105 161 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(7 89 133 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 74 110 / var(--tw-ring-opacity, 1));
}

.dark\:ring-sky-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(8 47 73 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(226 232 240 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(148 163 184 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 250 252 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(100 116 139 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(71 85 105 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(51 65 85 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity, 1));
}

.dark\:ring-slate-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(2 6 23 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 245 244 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(231 229 228 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(214 211 209 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(168 162 158 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 249 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 113 108 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(87 83 78 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(68 64 60 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(41 37 36 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(28 25 23 / var(--tw-ring-opacity, 1));
}

.dark\:ring-stone-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(12 10 9 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 251 241 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(153 246 228 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 234 212 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(45 212 191 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(240 253 250 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(20 184 166 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(13 148 136 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(15 118 110 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 94 89 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(19 78 74 / var(--tw-ring-opacity, 1));
}

.dark\:ring-teal-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(4 47 46 / var(--tw-ring-opacity, 1));
}

.dark\:ring-transparent:is(.dark *) {
  --tw-ring-color: transparent;
}

.dark\:ring-violet-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 233 254 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(221 214 254 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 181 253 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(167 139 250 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(245 243 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(139 92 246 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(124 58 237 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 40 217 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(91 33 182 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(76 29 149 / var(--tw-ring-opacity, 1));
}

.dark\:ring-violet-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 101 / var(--tw-ring-opacity, 1));
}

.dark\:ring-white:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 240 138 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(253 224 71 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(234 179 8 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(202 138 4 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 98 7 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 63 18 / var(--tw-ring-opacity, 1));
}

.dark\:ring-yellow-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 32 6 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-100:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 244 245 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-200:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(228 228 231 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-300:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(212 212 216 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-400:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 161 170 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-50:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 250 250 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-500:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(113 113 122 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-600:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(82 82 91 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-700:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(63 63 70 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-800:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 39 42 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-900:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(24 24 27 / var(--tw-ring-opacity, 1));
}

.dark\:ring-zinc-950:is(.dark *) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(9 9 11 / var(--tw-ring-opacity, 1));
}

.dark\:backdrop-blur:is(.dark *) {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.dark\:hover\:bg-slate-800:hover:is(.dark *) {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.dark\:hover\:text-indigo-400:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

.dark\:hover\:text-white:hover:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .dark\:group-hover\:text-white:is(.dark *) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:-mx-0 {
    margin-left: -0px;
    margin-right: -0px;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table-cell {
    display: table-cell;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-\[400px\] {
    height: 400px;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-44 {
    width: 11rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-\[420px\] {
    width: 420px;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[450px\] {
    width: 450px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\: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));
  }

  .md\:translate-y-32 {
    --tw-translate-y: 8rem;
    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));
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .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\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:gap-16 {
    gap: 4rem;
  }

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:bg-none {
    background-image: none;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1024px) {
  .lg\:pointer-events-none {
    pointer-events: none;
  }

  .lg\:pointer-events-auto {
    pointer-events: auto;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

  .lg\:top-20 {
    top: 5rem;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mr-\[calc\(max\(2rem\2c 50\%-38rem\)\+40rem\)\] {
    margin-right: calc(max(2rem, 50% - 38rem) + 40rem);
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\: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));
  }

  .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-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-zinc-200 {
    --tw-border-opacity: 1;
    border-color: rgb(228 228 231 / var(--tw-border-opacity, 1));
  }

  .lg\:bg-zinc-50\/50 {
    background-color: rgb(250 250 250 / 0.5);
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pl-\[30rem\] {
    padding-left: 30rem;
  }

  .lg\:pl-\[max\(4rem\2c calc\(50\%-38rem\)\)\] {
    padding-left: max(4rem, calc(50% - 38rem));
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-48 {
    padding-top: 12rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:before\:flex-1::before {
    content: var(--tw-content);
    flex: 1 1 0%;
  }

  .lg\:before\:pt-6::before {
    content: var(--tw-content);
    padding-top: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\: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));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-none {
    border-radius: 0px;
  }

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  }

  .xl\:bg-slate-800\/80 {
    background-color: rgb(30 41 59 / 0.8);
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .xl\: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);
  }

  .xl\:backdrop-blur-none {
    --tw-backdrop-blur:  ;
    -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  }
}

@media (min-width: 1536px) {
  .\32xl\:w-auto {
    width: auto;
  }
}
